Pull request #425 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 cpuguy83 for docker/engine Loading trusted files from base branch 19.03 at ea84732a77251e0d7af278e2b7df1d6a59fca46b rather than d699e3de12df8d3b8e497b89c9fea143dd84b596 Obtained Jenkinsfile from ea84732a77251e0d7af278e2b7df1d6a59fca46b 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 26028d2ce48352c9b2c3f496e963b79a4944a426 using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/engine_PR-425@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-11-16T00:20:29.093Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-11-16T00:20:29.097Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-11-16T00:20:29.227Z] Running on ubuntu-1804-overlay2 (i-09daab51afe9a93b4) in /home/ubuntu/workspace/engine_PR-425 [Pipeline] { [Pipeline] checkout [2019-11-16T00:20:29.277Z] using credential docker-jenkins-github-credentials [2019-11-16T00:20:29.284Z] Cloning the remote Git repository [2019-11-16T00:20:29.284Z] Cloning with configured refspecs honoured and without tags [2019-11-16T00:20:29.289Z] Cloning repository https://github.com/docker/engine.git [2019-11-16T00:20:29.289Z] > git init /home/ubuntu/workspace/engine_PR-425 # timeout=10 [2019-11-16T00:20:29.307Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:20:29.308Z] > git --version # timeout=10 [2019-11-16T00:20:29.315Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:20:29.315Z] > git fetch --no-tags --progress -- https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:20:42.612Z] Fetching without tags [2019-11-16T00:20:42.727Z] Merging remotes/origin/19.03 commit ea84732a77251e0d7af278e2b7df1d6a59fca46b into PR head commit d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:20:43.295Z] Merge succeeded, producing d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:20:43.296Z] Checking out Revision d699e3de12df8d3b8e497b89c9fea143dd84b596 (PR-425) [2019-11-16T00:20:42.581Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:20:42.584Z] > git config --add remote.origin.fetch +refs/pull/425/head:refs/remotes/origin/PR-425 # timeout=10 [2019-11-16T00:20:42.589Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-11-16T00:20:42.603Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:20:42.612Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:20:42.612Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:20:42.612Z] > git fetch --no-tags --progress -- https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:20:42.727Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:20:42.743Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:20:43.280Z] > git merge ea84732a77251e0d7af278e2b7df1d6a59fca46b # timeout=10 [2019-11-16T00:20:43.287Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-11-16T00:20:43.295Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:20:43.300Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:20:43.610Z] Commit message: "Windows: Only set VERSION_QUAD if unset" [2019-11-16T00:20:43.610Z] First time build. Skipping changelog. [2019-11-16T00:20:43.652Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-11-16T00:20:44.524Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-425:/workspace -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2019-11-16T00:20:44.524Z] Unable to find image 'alpine:latest' locally [2019-11-16T00:20:44.524Z] latest: Pulling from library/alpine [2019-11-16T00:20:45.455Z] 89d9c30c1d48: Pulling fs layer [2019-11-16T00:20:45.712Z] 89d9c30c1d48: Verifying Checksum [2019-11-16T00:20:45.712Z] 89d9c30c1d48: Download complete [2019-11-16T00:20:45.712Z] 89d9c30c1d48: Pull complete [2019-11-16T00:20:45.712Z] Digest: sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a [2019-11-16T00:20:45.712Z] Status: Downloaded newer image for alpine:latest [2019-11-16T00:20:49.072Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [2019-11-16T00:20:49.686Z] Running on ubuntu-1804-overlay2 (i-0ae1e0bb9a1e9d2d1) in /home/ubuntu/workspace/engine_PR-425 [2019-11-16T00:20:49.687Z] Running on ubuntu-1804-overlay2 (i-05cf8e42e5a4ef34a) in /home/ubuntu/workspace/engine_PR-425 [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [2019-11-16T00:20:49.776Z] using credential docker-jenkins-github-credentials [2019-11-16T00:20:49.795Z] Cloning the remote Git repository [2019-11-16T00:20:49.795Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2019-11-16T00:20:49.809Z] using credential docker-jenkins-github-credentials [2019-11-16T00:20:49.816Z] Cloning the remote Git repository [2019-11-16T00:20:49.816Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-11-16T00:20:49.967Z] Running on ppc64le-ubuntu-18 in /home/docker/workspace/engine_PR-425 [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] } [Pipeline] } [Pipeline] checkout [2019-11-16T00:20:50.119Z] Running on s390x-ubuntu-06 in /home/jenkins/workspace/engine_PR-425 [Pipeline] { [2019-11-16T00:20:50.126Z] Running on azwin-2-64a140 in d:\jenkins\workspace\engine_PR-425 [Pipeline] { [Pipeline] ws [2019-11-16T00:20:50.145Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-11-16T00:20:50.169Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2019-11-16T00:20:50.203Z] Cloning the remote Git repository [2019-11-16T00:20:50.203Z] Cloning with configured refspecs honoured and without tags [2019-11-16T00:20:50.347Z] using credential docker-jenkins-github-credentials [2019-11-16T00:20:50.395Z] Cloning the remote Git repository [2019-11-16T00:20:50.395Z] Cloning with configured refspecs honoured and without tags [2019-11-16T00:20:50.464Z] using credential docker-jenkins-github-credentials [2019-11-16T00:20:50.540Z] Cloning the remote Git repository [2019-11-16T00:20:50.540Z] Cloning with configured refspecs honoured and without tags [2019-11-16T00:20:49.785Z] Cloning repository https://github.com/docker/engine.git [2019-11-16T00:20:49.785Z] > git init /home/ubuntu/workspace/engine_PR-425 # timeout=10 [2019-11-16T00:20:49.797Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:20:49.797Z] > git --version # timeout=10 [2019-11-16T00:20:49.806Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:20:49.806Z] > git fetch --no-tags --progress -- https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:20:49.803Z] Cloning repository https://github.com/docker/engine.git [2019-11-16T00:20:49.804Z] > git init /home/ubuntu/workspace/engine_PR-425 # timeout=10 [2019-11-16T00:20:49.814Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:20:49.814Z] > git --version # timeout=10 [2019-11-16T00:20:49.817Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:20:49.818Z] > git fetch --no-tags --progress -- https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:20:50.206Z] Cloning repository https://github.com/docker/engine.git [2019-11-16T00:20:50.206Z] > git init /home/docker/workspace/engine_PR-425 # timeout=10 [2019-11-16T00:20:50.219Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:20:50.219Z] > git --version # timeout=10 [2019-11-16T00:20:50.223Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:20:50.224Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:20:50.429Z] Cloning repository https://github.com/docker/engine.git [2019-11-16T00:20:50.431Z] > git init /home/jenkins/workspace/engine_PR-425 # timeout=10 [2019-11-16T00:20:50.477Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:20:50.479Z] > git --version # timeout=10 [2019-11-16T00:20:50.494Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:20:50.495Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:20:50.569Z] Cloning repository https://github.com/docker/engine.git [2019-11-16T00:20:50.570Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-11-16T00:20:50.629Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:20:50.629Z] > git --version # timeout=10 [2019-11-16T00:20:50.672Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:20:50.673Z] > git fetch --no-tags --force --progress -- https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:20:59.057Z] Fetching without tags [2019-11-16T00:20:58.934Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:20:58.950Z] > git config --add remote.origin.fetch +refs/pull/425/head:refs/remotes/origin/PR-425 # timeout=10 [2019-11-16T00:20:58.966Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-11-16T00:20:59.027Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:20:59.381Z] Merging remotes/origin/19.03 commit ea84732a77251e0d7af278e2b7df1d6a59fca46b into PR head commit d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:20:59.096Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:20:59.098Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:20:59.099Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:20:59.415Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:20:59.430Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:00.126Z] Merge succeeded, producing d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:00.127Z] Checking out Revision d699e3de12df8d3b8e497b89c9fea143dd84b596 (PR-425) [2019-11-16T00:21:00.895Z] Commit message: "Windows: Only set VERSION_QUAD if unset" [2019-11-16T00:21:00.025Z] > git merge ea84732a77251e0d7af278e2b7df1d6a59fca46b # timeout=10 [2019-11-16T00:21:00.093Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-11-16T00:21:00.160Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:21:00.178Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:01.255Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-11-16T00:21:02.525Z] Fetching without tags [2019-11-16T00:21:02.643Z] Merging remotes/origin/19.03 commit ea84732a77251e0d7af278e2b7df1d6a59fca46b into PR head commit d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:02.726Z] Fetching without tags [2019-11-16T00:21:02.780Z] + docker version [2019-11-16T00:21:02.780Z] Client: [2019-11-16T00:21:02.780Z] Version: 18.06.3-ce [2019-11-16T00:21:02.780Z] API version: 1.38 [2019-11-16T00:21:02.780Z] Go version: go1.10.3 [2019-11-16T00:21:02.780Z] Git commit: d7080c1 [2019-11-16T00:21:02.780Z] Built: Wed Feb 20 02:27:09 2019 [2019-11-16T00:21:02.780Z] OS/Arch: linux/s390x [2019-11-16T00:21:02.780Z] Experimental: false [2019-11-16T00:21:02.780Z] [2019-11-16T00:21:02.780Z] Server: [2019-11-16T00:21:02.780Z] Engine: [2019-11-16T00:21:02.780Z] Version: 18.06.3-ce [2019-11-16T00:21:02.780Z] API version: 1.38 (minimum version 1.12) [2019-11-16T00:21:02.780Z] Go version: go1.10.3 [2019-11-16T00:21:02.780Z] Git commit: d7080c1 [2019-11-16T00:21:02.780Z] Built: Wed Feb 20 02:26:03 2019 [2019-11-16T00:21:02.780Z] OS/Arch: linux/s390x [2019-11-16T00:21:02.780Z] Experimental: true [Pipeline] sh [2019-11-16T00:21:02.907Z] Merging remotes/origin/19.03 commit ea84732a77251e0d7af278e2b7df1d6a59fca46b into PR head commit d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:03.189Z] Merge succeeded, producing d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:03.190Z] Checking out Revision d699e3de12df8d3b8e497b89c9fea143dd84b596 (PR-425) [2019-11-16T00:21:03.442Z] Commit message: "Windows: Only set VERSION_QUAD if unset" [2019-11-16T00:21:03.493Z] Merge succeeded, producing d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:03.494Z] Checking out Revision d699e3de12df8d3b8e497b89c9fea143dd84b596 (PR-425) [2019-11-16T00:21:03.470Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [2019-11-16T00:21:03.629Z] + docker info [2019-11-16T00:21:03.629Z] Containers: 0 [2019-11-16T00:21:03.629Z] Running: 0 [2019-11-16T00:21:03.629Z] Paused: 0 [2019-11-16T00:21:03.629Z] Stopped: 0 [2019-11-16T00:21:03.629Z] Images: 0 [2019-11-16T00:21:03.629Z] Server Version: 18.06.3-ce [2019-11-16T00:21:03.629Z] Storage Driver: overlay2 [2019-11-16T00:21:03.629Z] Backing Filesystem: extfs [2019-11-16T00:21:03.629Z] Supports d_type: true [2019-11-16T00:21:03.629Z] Native Overlay Diff: true [2019-11-16T00:21:03.629Z] Logging Driver: json-file [2019-11-16T00:21:03.629Z] Cgroup Driver: cgroupfs [2019-11-16T00:21:03.629Z] Plugins: [2019-11-16T00:21:03.629Z] Volume: local [2019-11-16T00:21:03.629Z] Network: bridge host ipvlan macvlan null overlay [2019-11-16T00:21:03.629Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-11-16T00:21:03.629Z] Swarm: inactive [2019-11-16T00:21:03.629Z] Runtimes: runc [2019-11-16T00:21:03.629Z] Default Runtime: runc [2019-11-16T00:21:03.629Z] Init Binary: docker-init [2019-11-16T00:21:03.629Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-11-16T00:21:03.629Z] runc version: a592beb5bc4c4092b1b1bac971afed27687340c5 [2019-11-16T00:21:03.629Z] init version: fec3683 [2019-11-16T00:21:03.629Z] Security Options: [2019-11-16T00:21:03.629Z] apparmor [2019-11-16T00:21:03.629Z] seccomp [2019-11-16T00:21:03.629Z] Profile: default [2019-11-16T00:21:03.629Z] Kernel Version: 4.4.0-166-generic [2019-11-16T00:21:03.629Z] Operating System: Ubuntu 16.04.5 LTS [2019-11-16T00:21:03.629Z] OSType: linux [2019-11-16T00:21:03.629Z] Architecture: s390x [2019-11-16T00:21:03.629Z] CPUs: 2 [2019-11-16T00:21:03.629Z] Total Memory: 7.862GiB [2019-11-16T00:21:03.629Z] Name: s390x-ubuntu-06 [2019-11-16T00:21:03.629Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-11-16T00:21:03.629Z] Docker Root Dir: /var/lib/docker [2019-11-16T00:21:03.629Z] Debug Mode (client): false [2019-11-16T00:21:03.629Z] Debug Mode (server): false [2019-11-16T00:21:03.629Z] Username: dockerbuildbot [2019-11-16T00:21:03.629Z] Registry: https://index.docker.io/v1/ [2019-11-16T00:21:03.629Z] Labels: [2019-11-16T00:21:03.629Z] Experimental: true [2019-11-16T00:21:03.629Z] Insecure Registries: [2019-11-16T00:21:03.629Z] 127.0.0.0/8 [2019-11-16T00:21:03.629Z] Live Restore Enabled: false [2019-11-16T00:21:03.629Z] [2019-11-16T00:21:03.629Z] WARNING: No swap limit support [Pipeline] sh [2019-11-16T00:21:03.788Z] Fetching without tags [2019-11-16T00:21:02.448Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:21:02.458Z] > git config --add remote.origin.fetch +refs/pull/425/head:refs/remotes/origin/PR-425 # timeout=10 [2019-11-16T00:21:02.468Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-11-16T00:21:02.483Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:21:02.492Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:21:02.493Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:21:02.493Z] > git fetch --no-tags --progress -- https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:21:02.610Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:21:02.618Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:03.138Z] > git merge ea84732a77251e0d7af278e2b7df1d6a59fca46b # timeout=10 [2019-11-16T00:21:03.150Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-11-16T00:21:03.158Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:21:03.178Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:02.692Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:21:02.698Z] > git config --add remote.origin.fetch +refs/pull/425/head:refs/remotes/origin/PR-425 # timeout=10 [2019-11-16T00:21:02.705Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-11-16T00:21:02.722Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:21:02.780Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:21:02.780Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:21:02.781Z] > git fetch --no-tags --progress -- https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:21:02.914Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:21:02.919Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:03.483Z] > git merge ea84732a77251e0d7af278e2b7df1d6a59fca46b # timeout=10 [2019-11-16T00:21:03.492Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-11-16T00:21:03.543Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:21:03.549Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:04.012Z] Commit message: "Windows: Only set VERSION_QUAD if unset" [2019-11-16T00:21:04.070Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-11-16T00:21:04.250Z] Merging remotes/origin/19.03 commit ea84732a77251e0d7af278e2b7df1d6a59fca46b into PR head commit d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:04.455Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-11-16T00:21:04.455Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-11-16T00:21:04.455Z] + curl -fsSL -o /home/jenkins/workspace/engine_PR-425/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-11-16T00:21:04.455Z] + bash /home/jenkins/workspace/engine_PR-425/check-config.sh [2019-11-16T00:21:04.455Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-11-16T00:21:04.455Z] info: reading kernel config from /boot/config-4.4.0-166-generic ... [2019-11-16T00:21:04.455Z] [2019-11-16T00:21:04.455Z] Generally Necessary: [2019-11-16T00:21:04.455Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-11-16T00:21:04.455Z] - apparmor: enabled and tools installed [2019-11-16T00:21:04.455Z] - CONFIG_NAMESPACES: enabled [2019-11-16T00:21:04.455Z] - CONFIG_NET_NS: enabled [2019-11-16T00:21:04.455Z] - CONFIG_PID_NS: enabled [2019-11-16T00:21:04.455Z] - CONFIG_IPC_NS: enabled [2019-11-16T00:21:04.455Z] - CONFIG_UTS_NS: enabled [2019-11-16T00:21:04.455Z] - CONFIG_CGROUPS: enabled [2019-11-16T00:21:04.455Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-11-16T00:21:04.455Z] - CONFIG_CGROUP_DEVICE: enabled [2019-11-16T00:21:04.455Z] - CONFIG_CGROUP_FREEZER: enabled [2019-11-16T00:21:04.455Z] - CONFIG_CGROUP_SCHED: enabled [2019-11-16T00:21:04.455Z] - CONFIG_CPUSETS: enabled [2019-11-16T00:21:04.455Z] - CONFIG_MEMCG: enabled [2019-11-16T00:21:04.505Z] + docker version [2019-11-16T00:21:04.505Z] Client: Docker Engine - Community [2019-11-16T00:21:04.505Z] Version: 19.03.2 [2019-11-16T00:21:04.505Z] API version: 1.40 [2019-11-16T00:21:04.505Z] Go version: go1.12.8 [2019-11-16T00:21:04.505Z] Git commit: 6a30dfc [2019-11-16T00:21:04.505Z] Built: Thu Aug 29 05:29:11 2019 [2019-11-16T00:21:04.505Z] OS/Arch: linux/amd64 [2019-11-16T00:21:04.505Z] Experimental: false [2019-11-16T00:21:04.505Z] [2019-11-16T00:21:04.505Z] Server: Docker Engine - Community [2019-11-16T00:21:04.505Z] Engine: [2019-11-16T00:21:04.505Z] Version: 19.03.2 [2019-11-16T00:21:04.505Z] API version: 1.40 (minimum version 1.12) [2019-11-16T00:21:04.505Z] Go version: go1.12.8 [2019-11-16T00:21:04.505Z] Git commit: 6a30dfc [2019-11-16T00:21:04.505Z] Built: Thu Aug 29 05:27:45 2019 [2019-11-16T00:21:04.505Z] OS/Arch: linux/amd64 [2019-11-16T00:21:04.505Z] Experimental: true [2019-11-16T00:21:04.505Z] containerd: [2019-11-16T00:21:04.505Z] Version: 1.2.6 [2019-11-16T00:21:04.505Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-11-16T00:21:04.505Z] runc: [2019-11-16T00:21:04.505Z] Version: 1.0.0-rc8 [2019-11-16T00:21:04.505Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-11-16T00:21:04.505Z] docker-init: [2019-11-16T00:21:04.505Z] Version: 0.18.0 [2019-11-16T00:21:04.505Z] GitCommit: fec3683 [2019-11-16T00:21:03.467Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:21:03.517Z] > git config --add remote.origin.fetch +refs/pull/425/head:refs/remotes/origin/PR-425 # timeout=10 [2019-11-16T00:21:03.566Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-11-16T00:21:03.698Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:21:03.817Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:21:03.817Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:21:03.818Z] > git fetch --no-tags --force --progress -- https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:21:04.278Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:21:04.324Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2019-11-16T00:21:04.789Z] + docker info [Pipeline] sh [2019-11-16T00:21:04.824Z] - CONFIG_KEYS: enabled [2019-11-16T00:21:04.824Z] - CONFIG_VETH: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_BRIDGE: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_NF_NAT: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-11-16T00:21:04.824Z] - CONFIG_POSIX_MQUEUE: enabled [2019-11-16T00:21:04.824Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-11-16T00:21:04.824Z] [2019-11-16T00:21:04.824Z] Optional Features: [2019-11-16T00:21:04.824Z] - CONFIG_USER_NS: enabled [2019-11-16T00:21:04.824Z] - CONFIG_SECCOMP: enabled [2019-11-16T00:21:04.824Z] - CONFIG_CGROUP_PIDS: enabled [2019-11-16T00:21:04.824Z] - CONFIG_MEMCG_SWAP: enabled [2019-11-16T00:21:04.824Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-11-16T00:21:04.824Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-11-16T00:21:04.824Z] - CONFIG_MEMCG_KMEM: enabled [2019-11-16T00:21:04.824Z] - CONFIG_BLK_CGROUP: enabled [2019-11-16T00:21:04.824Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-11-16T00:21:04.824Z] - CONFIG_IOSCHED_CFQ: enabled [2019-11-16T00:21:04.824Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-11-16T00:21:04.824Z] - CONFIG_CGROUP_PERF: enabled [2019-11-16T00:21:04.824Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-11-16T00:21:04.824Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-11-16T00:21:04.824Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-11-16T00:21:04.824Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-11-16T00:21:04.824Z] - CONFIG_RT_GROUP_SCHED: missing [2019-11-16T00:21:04.824Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_IP_VS: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_IP_VS_NFCT: enabled [2019-11-16T00:21:04.824Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-11-16T00:21:04.824Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-11-16T00:21:04.824Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-11-16T00:21:04.824Z] - CONFIG_EXT4_FS: enabled [2019-11-16T00:21:04.824Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-11-16T00:21:04.824Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-11-16T00:21:04.824Z] - Network Drivers: [2019-11-16T00:21:04.824Z] - "overlay": [2019-11-16T00:21:04.824Z] - CONFIG_VXLAN: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-11-16T00:21:04.825Z] Optional (for encrypted networks): [2019-11-16T00:21:04.825Z] - CONFIG_CRYPTO: enabled [2019-11-16T00:21:04.825Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_XFRM: enabled [2019-11-16T00:21:04.825Z] - CONFIG_XFRM_USER: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_INET_ESP: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-11-16T00:21:04.825Z] - "ipvlan": [2019-11-16T00:21:04.825Z] - CONFIG_IPVLAN: enabled (as module) [2019-11-16T00:21:04.825Z] - "macvlan": [2019-11-16T00:21:04.825Z] - CONFIG_MACVLAN: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_DUMMY: enabled (as module) [2019-11-16T00:21:04.825Z] - "ftp,tftp client in container": [2019-11-16T00:21:04.825Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-11-16T00:21:04.825Z] - Storage Drivers: [2019-11-16T00:21:04.825Z] - "aufs": [2019-11-16T00:21:04.825Z] - CONFIG_AUFS_FS: enabled (as module) [2019-11-16T00:21:04.825Z] - "btrfs": [2019-11-16T00:21:04.825Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-11-16T00:21:04.825Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-11-16T00:21:04.825Z] - "devicemapper": [2019-11-16T00:21:04.825Z] - CONFIG_BLK_DEV_DM: enabled [2019-11-16T00:21:04.825Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-11-16T00:21:04.825Z] - "overlay": [2019-11-16T00:21:04.825Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-11-16T00:21:04.825Z] - "zfs": [2019-11-16T00:21:04.825Z] - /dev/zfs: missing [2019-11-16T00:21:04.825Z] - zfs command: missing [2019-11-16T00:21:04.900Z] - zpool command: missing [2019-11-16T00:21:04.900Z] [2019-11-16T00:21:04.900Z] Limits: [2019-11-16T00:21:04.900Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-11-16T00:21:04.900Z] [2019-11-16T00:21:04.900Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-11-16T00:21:05.193Z] + docker version [2019-11-16T00:21:05.193Z] Client: Docker Engine - Community [2019-11-16T00:21:05.193Z] Version: 19.03.2 [2019-11-16T00:21:05.193Z] API version: 1.40 [2019-11-16T00:21:05.193Z] Go version: go1.12.8 [2019-11-16T00:21:05.193Z] Git commit: 6a30dfc [2019-11-16T00:21:05.193Z] Built: Thu Aug 29 05:29:11 2019 [2019-11-16T00:21:05.193Z] OS/Arch: linux/amd64 [2019-11-16T00:21:05.193Z] Experimental: false [2019-11-16T00:21:05.193Z] [2019-11-16T00:21:05.193Z] Server: Docker Engine - Community [2019-11-16T00:21:05.193Z] Engine: [2019-11-16T00:21:05.193Z] Version: 19.03.2 [2019-11-16T00:21:05.193Z] API version: 1.40 (minimum version 1.12) [2019-11-16T00:21:05.193Z] Go version: go1.12.8 [2019-11-16T00:21:05.193Z] Git commit: 6a30dfc [2019-11-16T00:21:05.193Z] Built: Thu Aug 29 05:27:45 2019 [2019-11-16T00:21:05.193Z] OS/Arch: linux/amd64 [2019-11-16T00:21:05.193Z] Experimental: true [2019-11-16T00:21:05.193Z] containerd: [2019-11-16T00:21:05.193Z] Version: 1.2.6 [2019-11-16T00:21:05.193Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-11-16T00:21:05.193Z] runc: [2019-11-16T00:21:05.193Z] Version: 1.0.0-rc8 [2019-11-16T00:21:05.193Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-11-16T00:21:05.193Z] docker-init: [2019-11-16T00:21:05.193Z] Version: 0.18.0 [2019-11-16T00:21:05.193Z] GitCommit: fec3683 [Pipeline] sh [2019-11-16T00:21:05.749Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 . [2019-11-16T00:21:05.776Z] + docker info [2019-11-16T00:21:06.590Z] Sending build context to Docker daemon 49.82MB [2019-11-16T00:21:06.955Z] Step 1/125 : ARG CROSS="false" [2019-11-16T00:21:06.955Z] Step 2/125 : ARG GO_VERSION=1.12.12 [2019-11-16T00:21:06.955Z] Step 3/125 : ARG DEBIAN_FRONTEND=noninteractive [2019-11-16T00:21:06.955Z] Step 4/125 : FROM golang:${GO_VERSION}-stretch AS base [2019-11-16T00:21:06.955Z] 1.12.12-stretch: Pulling from library/golang [2019-11-16T00:21:07.428Z] Merge succeeded, producing d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:07.429Z] Checking out Revision d699e3de12df8d3b8e497b89c9fea143dd84b596 (PR-425) [2019-11-16T00:21:07.565Z] ade01ea651a2: Pulling fs layer [2019-11-16T00:21:07.565Z] fbabdb69f639: Pulling fs layer [2019-11-16T00:21:07.565Z] ff33bd1013d7: Pulling fs layer [2019-11-16T00:21:07.565Z] 85cfe9d77eff: Pulling fs layer [2019-11-16T00:21:07.565Z] ace5139f9caa: Pulling fs layer [2019-11-16T00:21:07.565Z] 4797583187eb: Pulling fs layer [2019-11-16T00:21:07.565Z] bc1dce975fef: Pulling fs layer [2019-11-16T00:21:07.565Z] 85cfe9d77eff: Waiting [2019-11-16T00:21:07.565Z] ace5139f9caa: Waiting [2019-11-16T00:21:07.565Z] 4797583187eb: Waiting [2019-11-16T00:21:07.565Z] bc1dce975fef: Waiting [2019-11-16T00:21:07.565Z] ff33bd1013d7: Verifying Checksum [2019-11-16T00:21:07.565Z] ff33bd1013d7: Download complete [2019-11-16T00:21:07.565Z] fbabdb69f639: Verifying Checksum [2019-11-16T00:21:07.565Z] fbabdb69f639: Download complete [2019-11-16T00:21:07.974Z] ade01ea651a2: Verifying Checksum [2019-11-16T00:21:07.974Z] ade01ea651a2: Download complete [2019-11-16T00:21:07.209Z] > git merge ea84732a77251e0d7af278e2b7df1d6a59fca46b # timeout=10 [2019-11-16T00:21:07.337Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-11-16T00:21:07.458Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:21:07.504Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:08.365Z] ace5139f9caa: Verifying Checksum [2019-11-16T00:21:08.365Z] ace5139f9caa: Download complete [2019-11-16T00:21:08.393Z] Commit message: "Windows: Only set VERSION_QUAD if unset" [2019-11-16T00:21:08.736Z] bc1dce975fef: Verifying Checksum [2019-11-16T00:21:08.736Z] bc1dce975fef: Download complete [2019-11-16T00:21:08.756Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-11-16T00:21:09.879Z] 85cfe9d77eff: Verifying Checksum [2019-11-16T00:21:09.879Z] 85cfe9d77eff: Download complete [2019-11-16T00:21:09.879Z] 4797583187eb: Verifying Checksum [2019-11-16T00:21:09.879Z] 4797583187eb: Download complete [2019-11-16T00:21:10.274Z] ade01ea651a2: Pull complete [2019-11-16T00:21:10.331Z] + docker version [2019-11-16T00:21:10.331Z] Client: Docker Engine - Enterprise [2019-11-16T00:21:10.331Z] Version: 19.03.2 [2019-11-16T00:21:10.331Z] API version: 1.40 [2019-11-16T00:21:10.331Z] Go version: go1.12.8 [2019-11-16T00:21:10.331Z] Git commit: c92ab06ed9 [2019-11-16T00:21:10.331Z] Built: 09/03/2019 16:38:11 [2019-11-16T00:21:10.331Z] OS/Arch: windows/amd64 [2019-11-16T00:21:10.331Z] Experimental: false [2019-11-16T00:21:10.331Z] [2019-11-16T00:21:10.331Z] Server: Docker Engine - Enterprise [2019-11-16T00:21:10.331Z] Engine: [2019-11-16T00:21:10.331Z] Version: 19.03.2 [2019-11-16T00:21:10.331Z] API version: 1.40 (minimum version 1.24) [2019-11-16T00:21:10.331Z] Go version: go1.12.8 [2019-11-16T00:21:10.331Z] Git commit: c92ab06ed9 [2019-11-16T00:21:10.331Z] Built: 09/03/2019 16:35:47 [2019-11-16T00:21:10.331Z] OS/Arch: windows/amd64 [2019-11-16T00:21:10.331Z] Experimental: true [Pipeline] sh [2019-11-16T00:21:10.642Z] fbabdb69f639: Pull complete [2019-11-16T00:21:11.017Z] ff33bd1013d7: Pull complete [2019-11-16T00:21:11.374Z] + docker info [2019-11-16T00:21:12.350Z] Client: [2019-11-16T00:21:12.350Z] Debug Mode: false [2019-11-16T00:21:12.350Z] Plugins: [2019-11-16T00:21:12.350Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-11-16T00:21:12.350Z] [2019-11-16T00:21:12.350Z] Server: [2019-11-16T00:21:12.350Z] Containers: 0 [2019-11-16T00:21:12.350Z] Running: 0 [2019-11-16T00:21:12.350Z] Paused: 0 [2019-11-16T00:21:12.350Z] Stopped: 0 [2019-11-16T00:21:12.350Z] Images: 8 [2019-11-16T00:21:12.350Z] Server Version: 19.03.2 [2019-11-16T00:21:12.350Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-11-16T00:21:12.350Z] Windows: [2019-11-16T00:21:12.350Z] LCOW: [2019-11-16T00:21:12.350Z] Logging Driver: json-file [2019-11-16T00:21:12.350Z] Plugins: [2019-11-16T00:21:12.350Z] Volume: local [2019-11-16T00:21:12.350Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-11-16T00:21:12.350Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-11-16T00:21:12.350Z] Swarm: inactive [2019-11-16T00:21:12.350Z] Default Isolation: process [2019-11-16T00:21:12.350Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-11-16T00:21:12.350Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-11-16T00:21:12.350Z] OSType: windows [2019-11-16T00:21:12.350Z] Architecture: x86_64 [2019-11-16T00:21:12.350Z] CPUs: 4 [2019-11-16T00:21:12.350Z] Total Memory: 32GiB [2019-11-16T00:21:12.350Z] Name: azwin-2-64a140 [2019-11-16T00:21:12.350Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-11-16T00:21:12.350Z] Docker Root Dir: D:\docker [2019-11-16T00:21:12.350Z] Debug Mode: false [2019-11-16T00:21:12.350Z] Registry: https://index.docker.io/v1/ [2019-11-16T00:21:12.350Z] Labels: [2019-11-16T00:21:12.350Z] Experimental: true [2019-11-16T00:21:12.350Z] Insecure Registries: [2019-11-16T00:21:12.350Z] 10.0.0.4:5000 [2019-11-16T00:21:12.350Z] 127.0.0.0/8 [2019-11-16T00:21:12.350Z] Registry Mirrors: [2019-11-16T00:21:12.350Z] http://10.0.0.4:5000/ [2019-11-16T00:21:12.350Z] Live Restore Enabled: false [2019-11-16T00:21:12.350Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-11-16T00:21:12.832Z] 85cfe9d77eff: Pull complete [2019-11-16T00:21:14.102Z] ace5139f9caa: Pull complete [2019-11-16T00:21:16.982Z] Client: [2019-11-16T00:21:16.982Z] Debug Mode: false [2019-11-16T00:21:16.982Z] [2019-11-16T00:21:16.982Z] Server: [2019-11-16T00:21:16.982Z] Containers: 0 [2019-11-16T00:21:16.982Z] Running: 0 [2019-11-16T00:21:16.982Z] Paused: 0 [2019-11-16T00:21:16.982Z] Stopped: 0 [2019-11-16T00:21:16.982Z] Images: 0 [2019-11-16T00:21:16.982Z] Server Version: 19.03.2 [2019-11-16T00:21:16.982Z] Storage Driver: overlay2 [2019-11-16T00:21:16.982Z] Backing Filesystem: extfs [2019-11-16T00:21:16.982Z] Supports d_type: true [2019-11-16T00:21:16.982Z] Native Overlay Diff: true [2019-11-16T00:21:16.982Z] Logging Driver: json-file [2019-11-16T00:21:16.982Z] Cgroup Driver: cgroupfs [2019-11-16T00:21:16.982Z] Plugins: [2019-11-16T00:21:16.982Z] Volume: local [2019-11-16T00:21:16.982Z] Network: bridge host ipvlan macvlan null overlay [2019-11-16T00:21:16.982Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-11-16T00:21:16.982Z] Swarm: inactive [2019-11-16T00:21:16.982Z] Runtimes: runc [2019-11-16T00:21:16.982Z] Default Runtime: runc [2019-11-16T00:21:16.982Z] Init Binary: docker-init [2019-11-16T00:21:16.982Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-11-16T00:21:16.982Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-11-16T00:21:16.982Z] init version: fec3683 [2019-11-16T00:21:16.982Z] Security Options: [2019-11-16T00:21:16.982Z] apparmor [2019-11-16T00:21:16.982Z] seccomp [2019-11-16T00:21:16.982Z] Profile: default [2019-11-16T00:21:16.982Z] Kernel Version: 4.15.0-1048-aws [2019-11-16T00:21:16.982Z] Operating System: Ubuntu 18.04.3 LTS [2019-11-16T00:21:16.982Z] OSType: linux [2019-11-16T00:21:16.982Z] Architecture: x86_64 [2019-11-16T00:21:16.982Z] CPUs: 2 [2019-11-16T00:21:16.982Z] Total Memory: 7.501GiB [2019-11-16T00:21:16.982Z] Name: ip-10-100-123-238 [2019-11-16T00:21:16.982Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-11-16T00:21:16.982Z] Docker Root Dir: /var/lib/docker [2019-11-16T00:21:16.982Z] Debug Mode: false [2019-11-16T00:21:16.982Z] Registry: https://index.docker.io/v1/ [2019-11-16T00:21:16.982Z] Labels: [2019-11-16T00:21:16.982Z] Experimental: true [2019-11-16T00:21:16.982Z] Insecure Registries: [2019-11-16T00:21:16.982Z] 127.0.0.0/8 [2019-11-16T00:21:16.982Z] Live Restore Enabled: true [2019-11-16T00:21:16.982Z] [2019-11-16T00:21:16.982Z] WARNING: No swap limit support [Pipeline] sh [2019-11-16T00:21:17.272Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-11-16T00:21:17.272Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-11-16T00:21:17.272Z] + curl -fsSL -o /home/ubuntu/workspace/engine_PR-425/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-11-16T00:21:17.272Z] + bash /home/ubuntu/workspace/engine_PR-425/check-config.sh [2019-11-16T00:21:17.272Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-11-16T00:21:17.272Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-11-16T00:21:17.272Z] [2019-11-16T00:21:17.272Z] Generally Necessary: [2019-11-16T00:21:17.272Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-11-16T00:21:17.272Z] - apparmor: enabled and tools installed [2019-11-16T00:21:17.272Z] - CONFIG_NAMESPACES: enabled [2019-11-16T00:21:17.272Z] - CONFIG_NET_NS: enabled [2019-11-16T00:21:17.272Z] - CONFIG_PID_NS: enabled [2019-11-16T00:21:17.272Z] - CONFIG_IPC_NS: enabled [2019-11-16T00:21:17.272Z] - CONFIG_UTS_NS: enabled [2019-11-16T00:21:17.272Z] - CONFIG_CGROUPS: enabled [2019-11-16T00:21:17.272Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-11-16T00:21:17.272Z] - CONFIG_CGROUP_DEVICE: enabled [2019-11-16T00:21:17.272Z] - CONFIG_CGROUP_FREEZER: enabled [2019-11-16T00:21:17.272Z] - CONFIG_CGROUP_SCHED: enabled [2019-11-16T00:21:17.272Z] - CONFIG_CPUSETS: enabled [2019-11-16T00:21:17.272Z] - CONFIG_MEMCG: enabled [2019-11-16T00:21:17.272Z] - CONFIG_KEYS: enabled [2019-11-16T00:21:17.272Z] - CONFIG_VETH: enabled (as module) [2019-11-16T00:21:17.272Z] - CONFIG_BRIDGE: enabled (as module) [2019-11-16T00:21:17.272Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-11-16T00:21:17.272Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-11-16T00:21:17.272Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-11-16T00:21:17.272Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_NF_NAT: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-11-16T00:21:17.531Z] - CONFIG_POSIX_MQUEUE: enabled [2019-11-16T00:21:17.531Z] [2019-11-16T00:21:17.531Z] Optional Features: [2019-11-16T00:21:17.531Z] - CONFIG_USER_NS: enabled [2019-11-16T00:21:17.531Z] - CONFIG_SECCOMP: enabled [2019-11-16T00:21:17.531Z] - CONFIG_CGROUP_PIDS: enabled [2019-11-16T00:21:17.531Z] - CONFIG_MEMCG_SWAP: enabled [2019-11-16T00:21:17.531Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-11-16T00:21:17.531Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-11-16T00:21:17.531Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-11-16T00:21:17.531Z] - CONFIG_BLK_CGROUP: enabled [2019-11-16T00:21:17.531Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-11-16T00:21:17.531Z] - CONFIG_IOSCHED_CFQ: enabled [2019-11-16T00:21:17.531Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-11-16T00:21:17.531Z] - CONFIG_CGROUP_PERF: enabled [2019-11-16T00:21:17.531Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-11-16T00:21:17.531Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-11-16T00:21:17.531Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-11-16T00:21:17.531Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-11-16T00:21:17.531Z] - CONFIG_RT_GROUP_SCHED: missing [2019-11-16T00:21:17.531Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_IP_VS: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_IP_VS_NFCT: enabled [2019-11-16T00:21:17.531Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-11-16T00:21:17.531Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-11-16T00:21:17.531Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_EXT4_FS: enabled [2019-11-16T00:21:17.531Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-11-16T00:21:17.531Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-11-16T00:21:17.531Z] - Network Drivers: [2019-11-16T00:21:17.531Z] - "overlay": [2019-11-16T00:21:17.531Z] - CONFIG_VXLAN: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-11-16T00:21:17.531Z] Optional (for encrypted networks): [2019-11-16T00:21:17.531Z] - CONFIG_CRYPTO: enabled [2019-11-16T00:21:17.531Z] - CONFIG_CRYPTO_AEAD: enabled [2019-11-16T00:21:17.531Z] - CONFIG_CRYPTO_GCM: enabled [2019-11-16T00:21:17.531Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-11-16T00:21:17.531Z] - CONFIG_CRYPTO_GHASH: enabled [2019-11-16T00:21:17.531Z] - CONFIG_XFRM: enabled [2019-11-16T00:21:17.531Z] - CONFIG_XFRM_USER: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_INET_ESP: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-11-16T00:21:17.531Z] - "ipvlan": [2019-11-16T00:21:17.531Z] - CONFIG_IPVLAN: enabled (as module) [2019-11-16T00:21:17.531Z] - "macvlan": [2019-11-16T00:21:17.531Z] - CONFIG_MACVLAN: enabled (as module) [2019-11-16T00:21:17.531Z] - CONFIG_DUMMY: enabled (as module) [2019-11-16T00:21:17.531Z] - "ftp,tftp client in container": [2019-11-16T00:21:17.789Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-11-16T00:21:17.789Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-11-16T00:21:17.789Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-11-16T00:21:17.789Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-11-16T00:21:17.789Z] - Storage Drivers: [2019-11-16T00:21:17.789Z] - "aufs": [2019-11-16T00:21:17.789Z] - CONFIG_AUFS_FS: enabled (as module) [2019-11-16T00:21:17.789Z] - "btrfs": [2019-11-16T00:21:17.789Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-11-16T00:21:17.789Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-11-16T00:21:17.789Z] - "devicemapper": [2019-11-16T00:21:17.789Z] - CONFIG_BLK_DEV_DM: enabled [2019-11-16T00:21:17.789Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-11-16T00:21:17.789Z] - "overlay": [2019-11-16T00:21:17.789Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-11-16T00:21:17.789Z] - "zfs": [2019-11-16T00:21:17.789Z] - /dev/zfs: missing [2019-11-16T00:21:17.789Z] - zfs command: missing [2019-11-16T00:21:17.789Z] - zpool command: missing [2019-11-16T00:21:17.789Z] [2019-11-16T00:21:17.789Z] Limits: [2019-11-16T00:21:17.789Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-11-16T00:21:17.789Z] [2019-11-16T00:21:17.789Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-11-16T00:21:17.926Z] Client: [2019-11-16T00:21:17.926Z] Debug Mode: false [2019-11-16T00:21:17.926Z] [2019-11-16T00:21:17.926Z] Server: [2019-11-16T00:21:17.926Z] Containers: 1 [2019-11-16T00:21:17.926Z] Running: 0 [2019-11-16T00:21:17.926Z] Paused: 0 [2019-11-16T00:21:17.926Z] Stopped: 1 [2019-11-16T00:21:17.926Z] Images: 32 [2019-11-16T00:21:17.926Z] Server Version: 19.03.2 [2019-11-16T00:21:17.926Z] Storage Driver: overlay2 [2019-11-16T00:21:17.926Z] Backing Filesystem: extfs [2019-11-16T00:21:17.926Z] Supports d_type: true [2019-11-16T00:21:17.926Z] Native Overlay Diff: true [2019-11-16T00:21:17.926Z] Logging Driver: json-file [2019-11-16T00:21:17.926Z] Cgroup Driver: cgroupfs [2019-11-16T00:21:17.926Z] Plugins: [2019-11-16T00:21:17.926Z] Volume: local [2019-11-16T00:21:17.926Z] Network: bridge host ipvlan macvlan null overlay [2019-11-16T00:21:17.926Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-11-16T00:21:17.926Z] Swarm: inactive [2019-11-16T00:21:17.926Z] Runtimes: runc [2019-11-16T00:21:17.926Z] Default Runtime: runc [2019-11-16T00:21:17.926Z] Init Binary: docker-init [2019-11-16T00:21:17.926Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-11-16T00:21:17.926Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-11-16T00:21:17.926Z] init version: fec3683 [2019-11-16T00:21:17.926Z] Security Options: [2019-11-16T00:21:17.926Z] apparmor [2019-11-16T00:21:17.926Z] seccomp [2019-11-16T00:21:17.926Z] Profile: default [2019-11-16T00:21:17.926Z] Kernel Version: 4.15.0-1048-aws [2019-11-16T00:21:17.926Z] Operating System: Ubuntu 18.04.3 LTS [2019-11-16T00:21:17.926Z] OSType: linux [2019-11-16T00:21:17.926Z] Architecture: x86_64 [2019-11-16T00:21:17.926Z] CPUs: 2 [2019-11-16T00:21:17.926Z] Total Memory: 7.501GiB [2019-11-16T00:21:17.926Z] Name: ip-10-100-80-251 [2019-11-16T00:21:17.926Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-11-16T00:21:17.926Z] Docker Root Dir: /var/lib/docker [2019-11-16T00:21:17.926Z] Debug Mode: false [2019-11-16T00:21:17.926Z] Registry: https://index.docker.io/v1/ [2019-11-16T00:21:17.926Z] Labels: [2019-11-16T00:21:17.926Z] Experimental: true [2019-11-16T00:21:17.926Z] Insecure Registries: [2019-11-16T00:21:17.926Z] 127.0.0.0/8 [2019-11-16T00:21:17.926Z] Live Restore Enabled: true [2019-11-16T00:21:17.926Z] [2019-11-16T00:21:17.926Z] WARNING: No swap limit support [Pipeline] sh [2019-11-16T00:21:18.110Z] + sudo modprobe ip_vs [2019-11-16T00:21:18.244Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-11-16T00:21:18.244Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-11-16T00:21:18.244Z] + curl -fsSL -o /home/ubuntu/workspace/engine_PR-425/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-11-16T00:21:18.244Z] + bash /home/ubuntu/workspace/engine_PR-425/check-config.sh [2019-11-16T00:21:18.244Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-11-16T00:21:18.244Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-11-16T00:21:18.244Z] [2019-11-16T00:21:18.244Z] Generally Necessary: [2019-11-16T00:21:18.244Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-11-16T00:21:18.244Z] - apparmor: enabled and tools installed [2019-11-16T00:21:18.244Z] - CONFIG_NAMESPACES: enabled [2019-11-16T00:21:18.244Z] - CONFIG_NET_NS: enabled [2019-11-16T00:21:18.244Z] - CONFIG_PID_NS: enabled [2019-11-16T00:21:18.244Z] - CONFIG_IPC_NS: enabled [2019-11-16T00:21:18.244Z] - CONFIG_UTS_NS: enabled [2019-11-16T00:21:18.244Z] - CONFIG_CGROUPS: enabled [2019-11-16T00:21:18.244Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-11-16T00:21:18.244Z] - CONFIG_CGROUP_DEVICE: enabled [2019-11-16T00:21:18.244Z] - CONFIG_CGROUP_FREEZER: enabled [2019-11-16T00:21:18.244Z] - CONFIG_CGROUP_SCHED: enabled [2019-11-16T00:21:18.244Z] - CONFIG_CPUSETS: enabled [2019-11-16T00:21:18.244Z] - CONFIG_MEMCG: enabled [2019-11-16T00:21:18.244Z] - CONFIG_KEYS: enabled [2019-11-16T00:21:18.244Z] - CONFIG_VETH: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_BRIDGE: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_NF_NAT: enabled (as module) [2019-11-16T00:21:18.244Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-11-16T00:21:18.244Z] - CONFIG_POSIX_MQUEUE: enabled [2019-11-16T00:21:18.244Z] [2019-11-16T00:21:18.244Z] Optional Features: [2019-11-16T00:21:18.244Z] - CONFIG_USER_NS: enabled [2019-11-16T00:21:18.244Z] - CONFIG_SECCOMP: enabled [2019-11-16T00:21:18.244Z] - CONFIG_CGROUP_PIDS: enabled [2019-11-16T00:21:18.244Z] - CONFIG_MEMCG_SWAP: enabled [2019-11-16T00:21:18.244Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-11-16T00:21:18.244Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-11-16T00:21:18.244Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-11-16T00:21:18.244Z] - CONFIG_BLK_CGROUP: enabled [2019-11-16T00:21:18.244Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-11-16T00:21:18.244Z] - CONFIG_IOSCHED_CFQ: enabled [2019-11-16T00:21:18.258Z] 4797583187eb: Pull complete [2019-11-16T00:21:18.368Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 . [2019-11-16T00:21:18.499Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-11-16T00:21:18.499Z] - CONFIG_CGROUP_PERF: enabled [2019-11-16T00:21:18.499Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-11-16T00:21:18.499Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-11-16T00:21:18.499Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-11-16T00:21:18.499Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-11-16T00:21:18.499Z] - CONFIG_RT_GROUP_SCHED: missing [2019-11-16T00:21:18.499Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_IP_VS: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_IP_VS_NFCT: enabled [2019-11-16T00:21:18.499Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-11-16T00:21:18.499Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-11-16T00:21:18.499Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_EXT4_FS: enabled [2019-11-16T00:21:18.499Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-11-16T00:21:18.499Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-11-16T00:21:18.499Z] - Network Drivers: [2019-11-16T00:21:18.499Z] - "overlay": [2019-11-16T00:21:18.499Z] - CONFIG_VXLAN: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-11-16T00:21:18.499Z] Optional (for encrypted networks): [2019-11-16T00:21:18.499Z] - CONFIG_CRYPTO: enabled [2019-11-16T00:21:18.499Z] - CONFIG_CRYPTO_AEAD: enabled [2019-11-16T00:21:18.499Z] - CONFIG_CRYPTO_GCM: enabled [2019-11-16T00:21:18.499Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-11-16T00:21:18.499Z] - CONFIG_CRYPTO_GHASH: enabled [2019-11-16T00:21:18.499Z] - CONFIG_XFRM: enabled [2019-11-16T00:21:18.499Z] - CONFIG_XFRM_USER: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_INET_ESP: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-11-16T00:21:18.499Z] - "ipvlan": [2019-11-16T00:21:18.499Z] - CONFIG_IPVLAN: enabled (as module) [2019-11-16T00:21:18.499Z] - "macvlan": [2019-11-16T00:21:18.499Z] - CONFIG_MACVLAN: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_DUMMY: enabled (as module) [2019-11-16T00:21:18.499Z] - "ftp,tftp client in container": [2019-11-16T00:21:18.499Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-11-16T00:21:18.499Z] - Storage Drivers: [2019-11-16T00:21:18.499Z] - "aufs": [2019-11-16T00:21:18.499Z] - CONFIG_AUFS_FS: enabled (as module) [2019-11-16T00:21:18.499Z] - "btrfs": [2019-11-16T00:21:18.499Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-11-16T00:21:18.499Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-11-16T00:21:18.499Z] - "devicemapper": [2019-11-16T00:21:18.499Z] - CONFIG_BLK_DEV_DM: enabled [2019-11-16T00:21:18.499Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-11-16T00:21:18.499Z] - "overlay": [2019-11-16T00:21:18.499Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-11-16T00:21:18.499Z] - "zfs": [2019-11-16T00:21:18.499Z] - /dev/zfs: missing [2019-11-16T00:21:18.499Z] - zfs command: missing [2019-11-16T00:21:18.626Z] #2 [internal] load build definition from Dockerfile [2019-11-16T00:21:18.626Z] #2 transferring dockerfile: 10.82kB done [2019-11-16T00:21:18.626Z] #2 DONE 0.0s [2019-11-16T00:21:18.626Z] [2019-11-16T00:21:18.626Z] #1 [internal] load .dockerignore [2019-11-16T00:21:18.626Z] #1 transferring context: 87B done [2019-11-16T00:21:18.626Z] #1 DONE 0.0s [2019-11-16T00:21:18.626Z] [2019-11-16T00:21:18.626Z] #3 [internal] load metadata for docker.io/library/golang:1.12.12-stretch [2019-11-16T00:21:18.631Z] bc1dce975fef: Pull complete [2019-11-16T00:21:18.631Z] Digest: sha256:34ccff2abf48e6ef50fd189d1e0bf9dfcc91d59a5dd57fe22f5cc85f1f69ec7b [2019-11-16T00:21:18.631Z] Status: Downloaded newer image for golang:1.12.12-stretch [2019-11-16T00:21:18.631Z] ---> 4dd5631d87ff [2019-11-16T00:21:18.631Z] Step 5/125 : ARG APT_MIRROR [2019-11-16T00:21:18.631Z] ---> Running in 764941530a98 [2019-11-16T00:21:18.631Z] Removing intermediate container 764941530a98 [2019-11-16T00:21:18.631Z] ---> 0ad97328fb58 [2019-11-16T00:21:18.631Z] 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-11-16T00:21:18.631Z] ---> Running in 9a39468ce80f [2019-11-16T00:21:18.755Z] - zpool command: missing [2019-11-16T00:21:18.755Z] [2019-11-16T00:21:18.755Z] Limits: [2019-11-16T00:21:18.755Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-11-16T00:21:18.755Z] [2019-11-16T00:21:18.755Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-11-16T00:21:19.195Z] #3 DONE 0.6s [2019-11-16T00:21:19.195Z] [2019-11-16T00:21:19.195Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.12-stretch@sha256:34ccff2a... [2019-11-16T00:21:19.195Z] #4 resolve docker.io/library/golang:1.12.12-stretch@sha256:34ccff2abf48e6ef50fd189d1e0bf9dfcc91d59a5dd57fe22f5cc85f1f69ec7b done [2019-11-16T00:21:19.199Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 . [2019-11-16T00:21:19.199Z] #2 [internal] load .dockerignore [2019-11-16T00:21:19.199Z] #2 transferring context: 87B done [2019-11-16T00:21:19.199Z] #2 DONE 0.0s [2019-11-16T00:21:19.199Z] [2019-11-16T00:21:19.199Z] #1 [internal] load build definition from Dockerfile [2019-11-16T00:21:19.199Z] #1 transferring dockerfile: 10.82kB done [2019-11-16T00:21:19.199Z] #1 DONE 0.0s [2019-11-16T00:21:19.199Z] [2019-11-16T00:21:19.199Z] #3 [internal] load metadata for docker.io/library/golang:1.12.12-stretch [2019-11-16T00:21:19.453Z] #4 sha256:34ccff2abf48e6ef50fd189d1e0bf9dfcc91d59a5dd57fe22f5cc85f1f69ec7b 1.42kB / 1.42kB done [2019-11-16T00:21:19.453Z] #4 sha256:81abb0d920912465a1f3db36499938a192b61f6b0fcb13ed6b1b3aff584921e8 5.47kB / 5.47kB done [2019-11-16T00:21:19.453Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 6.20MB / 45.38MB 0.2s [2019-11-16T00:21:19.453Z] #4 sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 1.31MB / 10.80MB 0.2s [2019-11-16T00:21:19.453Z] #4 sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 2.05MB / 4.34MB 0.2s [2019-11-16T00:21:19.453Z] #4 sha256:663641f6d2f4376c451a5870eb95426d93add155c0e2d335e4c85d314f1c699a 1.80kB / 1.80kB done [2019-11-16T00:21:19.453Z] #4 ... [2019-11-16T00:21:19.453Z] [2019-11-16T00:21:19.453Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-11-16T00:21:19.453Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.3s done [2019-11-16T00:21:19.453Z] #64 DONE 0.0s [2019-11-16T00:21:19.453Z] [2019-11-16T00:21:19.453Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.12-stretch@sha256:34ccff2a... [2019-11-16T00:21:19.453Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 12.58MB / 45.38MB 0.3s [2019-11-16T00:21:19.453Z] #4 sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 4.34MB / 4.34MB 0.2s done [2019-11-16T00:21:19.453Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 0B / 50.07MB 0.3s [2019-11-16T00:21:19.455Z] #3 DONE 0.3s [2019-11-16T00:21:19.455Z] [2019-11-16T00:21:19.455Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.12-stretch@sha256:34ccff2a... [2019-11-16T00:21:19.455Z] #4 resolve docker.io/library/golang:1.12.12-stretch@sha256:34ccff2abf48e6ef50fd189d1e0bf9dfcc91d59a5dd57fe22f5cc85f1f69ec7b done [2019-11-16T00:21:19.710Z] #4 sha256:663641f6d2f4376c451a5870eb95426d93add155c0e2d335e4c85d314f1c699a 1.80kB / 1.80kB done [2019-11-16T00:21:19.710Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 0B / 45.38MB 0.1s [2019-11-16T00:21:19.710Z] #4 sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 1.22MB / 10.80MB 0.1s [2019-11-16T00:21:19.710Z] #4 sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 991.79kB / 4.34MB 0.1s [2019-11-16T00:21:19.710Z] #4 sha256:34ccff2abf48e6ef50fd189d1e0bf9dfcc91d59a5dd57fe22f5cc85f1f69ec7b 1.42kB / 1.42kB done [2019-11-16T00:21:19.710Z] #4 sha256:81abb0d920912465a1f3db36499938a192b61f6b0fcb13ed6b1b3aff584921e8 5.47kB / 5.47kB done [2019-11-16T00:21:19.710Z] #4 ... [2019-11-16T00:21:19.710Z] [2019-11-16T00:21:19.710Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-11-16T00:21:19.710Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.3s done [2019-11-16T00:21:19.710Z] #64 DONE 0.3s [2019-11-16T00:21:19.710Z] [2019-11-16T00:21:19.710Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.12-stretch@sha256:34ccff2a... [2019-11-16T00:21:19.711Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 14.15MB / 45.38MB 0.3s [2019-11-16T00:21:19.711Z] #4 sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 10.43MB / 10.80MB 0.3s [2019-11-16T00:21:19.711Z] #4 sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 4.34MB / 4.34MB 0.2s done [2019-11-16T00:21:19.711Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 0B / 50.07MB 0.3s [2019-11-16T00:21:19.711Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 24.72MB / 45.38MB 0.4s [2019-11-16T00:21:19.711Z] #4 sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 9.07MB / 10.80MB 0.4s [2019-11-16T00:21:19.711Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 34.35MB / 45.38MB 0.6s [2019-11-16T00:21:19.711Z] #4 sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 10.80MB / 10.80MB 0.6s [2019-11-16T00:21:19.711Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 14.34MB / 50.07MB 0.6s [2019-11-16T00:21:19.799Z] Fetching without tags [2019-11-16T00:21:19.898Z] Removing intermediate container 9a39468ce80f [2019-11-16T00:21:19.898Z] ---> ad1f020b58ab [2019-11-16T00:21:19.898Z] Step 7/125 : FROM base AS criu [2019-11-16T00:21:19.898Z] ---> ad1f020b58ab [2019-11-16T00:21:19.898Z] Step 8/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:21:19.898Z] ---> Running in a35922137f1b [2019-11-16T00:21:19.898Z] Removing intermediate container a35922137f1b [2019-11-16T00:21:19.898Z] ---> 6b249c1bf76d [2019-11-16T00:21:19.898Z] Step 9/125 : ENV CRIU_VERSION 3.12 [2019-11-16T00:21:19.898Z] ---> Running in 63157fe48407 [2019-11-16T00:21:19.968Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 23.12MB / 45.38MB 0.4s [2019-11-16T00:21:19.968Z] #4 sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 10.80MB / 10.80MB 0.3s done [2019-11-16T00:21:19.968Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 3.57MB / 50.07MB 0.4s [2019-11-16T00:21:19.968Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 0B / 57.69MB 0.4s [2019-11-16T00:21:19.968Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 28.22MB / 45.38MB 0.5s [2019-11-16T00:21:19.968Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 13.60MB / 50.07MB 0.5s [2019-11-16T00:21:19.970Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 39.57MB / 45.38MB 0.7s [2019-11-16T00:21:19.970Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 18.16MB / 50.07MB 0.7s [2019-11-16T00:21:19.970Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 45.38MB / 45.38MB 0.9s [2019-11-16T00:21:19.970Z] #4 sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 10.80MB / 10.80MB 0.8s done [2019-11-16T00:21:19.970Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 27.84MB / 50.07MB 0.9s [2019-11-16T00:21:19.970Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 0B / 57.69MB 0.9s [2019-11-16T00:21:20.148Z] Merging remotes/origin/19.03 commit ea84732a77251e0d7af278e2b7df1d6a59fca46b into PR head commit d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:20.224Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 38.40MB / 45.38MB 0.6s [2019-11-16T00:21:20.224Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 20.23MB / 50.07MB 0.6s [2019-11-16T00:21:20.224Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 3.17MB / 57.69MB 0.6s [2019-11-16T00:21:20.224Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 45.38MB / 45.38MB 0.7s [2019-11-16T00:21:20.224Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 23.83MB / 50.07MB 0.7s [2019-11-16T00:21:20.227Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 32.99MB / 50.07MB 1.0s [2019-11-16T00:21:20.227Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 44.83MB / 50.07MB 1.1s [2019-11-16T00:21:20.258Z] Removing intermediate container 63157fe48407 [2019-11-16T00:21:20.258Z] ---> 3cd0030bafc0 [2019-11-16T00:21:20.258Z] 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-11-16T00:21:20.258Z] ---> Running in 9d10cec89580 [2019-11-16T00:21:20.480Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 45.38MB / 45.38MB 0.8s done [2019-11-16T00:21:20.480Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 32.57MB / 50.07MB 0.9s [2019-11-16T00:21:20.480Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 20.09MB / 57.69MB 0.9s [2019-11-16T00:21:20.480Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 0B / 127.97MB 0.9s [2019-11-16T00:21:20.480Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 38.72MB / 50.07MB 1.0s [2019-11-16T00:21:20.480Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 25.95MB / 57.69MB 1.0s [2019-11-16T00:21:19.726Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:21:19.730Z] > git config --add remote.origin.fetch +refs/pull/425/head:refs/remotes/origin/PR-425 # timeout=10 [2019-11-16T00:21:19.734Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-11-16T00:21:19.768Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-11-16T00:21:19.801Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-11-16T00:21:19.801Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-11-16T00:21:19.802Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/425/head:refs/remotes/origin/PR-425 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-11-16T00:21:20.150Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:21:20.154Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:20.531Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 50.07MB / 50.07MB 1.2s [2019-11-16T00:21:20.531Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 4.18MB / 57.69MB 1.4s [2019-11-16T00:21:20.618Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:21:20.739Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 42.72MB / 50.07MB 1.1s [2019-11-16T00:21:20.739Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 28.91MB / 57.69MB 1.1s [2019-11-16T00:21:20.739Z] #4 extracting sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d [2019-11-16T00:21:20.739Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 46.26MB / 50.07MB 1.2s [2019-11-16T00:21:20.739Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 33.65MB / 57.69MB 1.2s [2019-11-16T00:21:20.739Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 6.90MB / 127.97MB 1.2s [2019-11-16T00:21:20.789Z] #4 sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 45.38MB / 45.38MB 1.5s done [2019-11-16T00:21:20.789Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 50.07MB / 50.07MB 1.4s done [2019-11-16T00:21:20.789Z] #4 sha256:4c59acf32674ae17e7d11b0a42208682ba0de0bdd5fd5c0bb018d49fc6a8b3e0 0B / 126B 1.6s [2019-11-16T00:21:20.789Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 0B / 127.97MB 1.6s [2019-11-16T00:21:20.789Z] #4 sha256:4c59acf32674ae17e7d11b0a42208682ba0de0bdd5fd5c0bb018d49fc6a8b3e0 126B / 126B 1.7s done [2019-11-16T00:21:20.789Z] #4 extracting sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d [2019-11-16T00:21:20.990Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:21:20.990Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:21:20.990Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:21:20.990Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:21:20.990Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-11-16T00:21:21.000Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 50.07MB / 50.07MB 1.4s [2019-11-16T00:21:21.000Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 40.99MB / 57.69MB 1.4s [2019-11-16T00:21:21.000Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 15.16MB / 127.97MB 1.4s [2019-11-16T00:21:21.000Z] #4 sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 50.07MB / 50.07MB 1.5s done [2019-11-16T00:21:21.000Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 44.01MB / 57.69MB 1.5s [2019-11-16T00:21:21.000Z] #4 sha256:4c59acf32674ae17e7d11b0a42208682ba0de0bdd5fd5c0bb018d49fc6a8b3e0 0B / 126B 1.5s [2019-11-16T00:21:21.257Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 52.92MB / 57.69MB 1.7s [2019-11-16T00:21:21.257Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 36.38MB / 127.97MB 1.7s [2019-11-16T00:21:21.257Z] #4 sha256:4c59acf32674ae17e7d11b0a42208682ba0de0bdd5fd5c0bb018d49fc6a8b3e0 126B / 126B 1.5s done [2019-11-16T00:21:21.257Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 56.64MB / 57.69MB 1.8s [2019-11-16T00:21:21.257Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 43.55MB / 127.97MB 1.8s [2019-11-16T00:21:21.354Z] Merge succeeded, producing d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:21.354Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 8.88MB / 57.69MB 2.1s [2019-11-16T00:21:21.354Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 20.33MB / 127.97MB 2.1s [2019-11-16T00:21:21.354Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 32.91MB / 127.97MB 2.3s [2019-11-16T00:21:21.355Z] Checking out Revision d699e3de12df8d3b8e497b89c9fea143dd84b596 (PR-425) [2019-11-16T00:21:21.366Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-11-16T00:21:21.366Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-11-16T00:21:21.612Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 44.38MB / 127.97MB 2.4s [2019-11-16T00:21:21.612Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 51.05MB / 127.97MB 2.5s [2019-11-16T00:21:21.638Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 60.44MB / 127.97MB 2.0s [2019-11-16T00:21:21.728Z] Commit message: "Windows: Only set VERSION_QUAD if unset" [2019-11-16T00:21:21.877Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 58.47MB / 127.97MB 2.6s [2019-11-16T00:21:21.877Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 17.54MB / 57.69MB 2.8s [2019-11-16T00:21:21.877Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 73.63MB / 127.97MB 2.8s [2019-11-16T00:21:21.896Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 67.81MB / 127.97MB 2.2s [2019-11-16T00:21:21.875Z] fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426 [2019-11-16T00:21:22.136Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 82.26MB / 127.97MB 2.9s [2019-11-16T00:21:22.136Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 89.10MB / 127.97MB 3.0s [2019-11-16T00:21:22.152Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 57.69MB / 57.69MB 2.5s done [2019-11-16T00:21:22.152Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 83.01MB / 127.97MB 2.6s [2019-11-16T00:21:22.152Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 90.85MB / 127.97MB 2.7s [2019-11-16T00:21:22.394Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 31.47MB / 57.69MB 3.2s [2019-11-16T00:21:22.395Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 37.42MB / 57.69MB 3.3s [2019-11-16T00:21:22.395Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 99.54MB / 127.97MB 3.3s [2019-11-16T00:21:22.407Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 99.96MB / 127.97MB 2.8s [2019-11-16T00:21:22.407Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 107.25MB / 127.97MB 2.9s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-11-16T00:21:22.652Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 44.71MB / 57.69MB 3.4s [2019-11-16T00:21:22.652Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 50.28MB / 57.69MB 3.5s [2019-11-16T00:21:22.652Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 108.39MB / 127.97MB 3.5s [2019-11-16T00:21:22.661Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 117.26MB / 127.97MB 3.1s [2019-11-16T00:21:22.661Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 127.97MB / 127.97MB 3.3s [2019-11-16T00:21:22.766Z] Fetched 7672 kB in 1s (4497 kB/s) [2019-11-16T00:21:22.911Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 57.44MB / 57.69MB 3.7s [2019-11-16T00:21:22.911Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 120.53MB / 127.97MB 3.7s [2019-11-16T00:21:21.280Z] > git merge ea84732a77251e0d7af278e2b7df1d6a59fca46b # timeout=10 [2019-11-16T00:21:21.322Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-11-16T00:21:21.357Z] > git config core.sparsecheckout # timeout=10 [2019-11-16T00:21:21.361Z] > git checkout -f d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:23.117Z] + docker version [2019-11-16T00:21:23.117Z] Client: [2019-11-16T00:21:23.117Z] Version: 18.06.1-ce [2019-11-16T00:21:23.117Z] API version: 1.38 [2019-11-16T00:21:23.117Z] Go version: go1.10.3 [2019-11-16T00:21:23.117Z] Git commit: e68fc7a [2019-11-16T00:21:23.117Z] Built: Tue Aug 21 17:26:10 2018 [2019-11-16T00:21:23.117Z] OS/Arch: linux/ppc64le [2019-11-16T00:21:23.117Z] Experimental: false [2019-11-16T00:21:23.117Z] [2019-11-16T00:21:23.117Z] Server: [2019-11-16T00:21:23.117Z] Engine: [2019-11-16T00:21:23.117Z] Version: 18.06.1-ce [2019-11-16T00:21:23.117Z] API version: 1.38 (minimum version 1.12) [2019-11-16T00:21:23.117Z] Go version: go1.10.3 [2019-11-16T00:21:23.117Z] Git commit: e68fc7a [2019-11-16T00:21:23.117Z] Built: Tue Aug 21 17:24:20 2018 [2019-11-16T00:21:23.117Z] OS/Arch: linux/ppc64le [2019-11-16T00:21:23.117Z] Experimental: true [2019-11-16T00:21:23.169Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 127.97MB / 127.97MB 4.0s [Pipeline] sh [2019-11-16T00:21:23.233Z] Reading package lists... [2019-11-16T00:21:23.427Z] #4 sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 57.69MB / 57.69MB 4.3s done [2019-11-16T00:21:23.586Z] #4 ... [2019-11-16T00:21:23.586Z] [2019-11-16T00:21:23.586Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-11-16T00:21:23.586Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-11-16T00:21:23.586Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-11-16T00:21:23.586Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 2.0s done [2019-11-16T00:21:23.586Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.7s done [2019-11-16T00:21:23.586Z] #64 DONE 3.8s [2019-11-16T00:21:23.586Z] [2019-11-16T00:21:23.586Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.12-stretch@sha256:34ccff2a... [2019-11-16T00:21:23.586Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 127.97MB / 127.97MB 4.0s done [2019-11-16T00:21:23.624Z] Reading package lists... [2019-11-16T00:21:23.624Z] Building dependency tree... [2019-11-16T00:21:23.624Z] Reading state information... [2019-11-16T00:21:23.624Z] The following additional packages will be installed: [2019-11-16T00:21:23.624Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-11-16T00:21:23.624Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-11-16T00:21:23.624Z] Suggested packages: [2019-11-16T00:21:23.624Z] manpages-dev python-setuptools [2019-11-16T00:21:23.684Z] #4 ... [2019-11-16T00:21:23.684Z] [2019-11-16T00:21:23.684Z] #18 [internal] load build context [2019-11-16T00:21:23.684Z] #18 transferring context: 45.34MB 4.3s done [2019-11-16T00:21:23.684Z] #18 DONE 4.6s [2019-11-16T00:21:23.684Z] [2019-11-16T00:21:23.684Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.12-stretch@sha256:34ccff2a... [2019-11-16T00:21:23.684Z] #4 sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 127.97MB / 127.97MB 4.6s done [2019-11-16T00:21:23.695Z] + docker info [2019-11-16T00:21:23.695Z] Containers: 0 [2019-11-16T00:21:23.695Z] Running: 0 [2019-11-16T00:21:23.695Z] Paused: 0 [2019-11-16T00:21:23.695Z] Stopped: 0 [2019-11-16T00:21:23.695Z] Images: 0 [2019-11-16T00:21:23.695Z] Server Version: 18.06.1-ce [2019-11-16T00:21:23.695Z] Storage Driver: overlay2 [2019-11-16T00:21:23.695Z] Backing Filesystem: extfs [2019-11-16T00:21:23.695Z] Supports d_type: true [2019-11-16T00:21:23.695Z] Native Overlay Diff: true [2019-11-16T00:21:23.695Z] Logging Driver: json-file [2019-11-16T00:21:23.695Z] Cgroup Driver: cgroupfs [2019-11-16T00:21:23.695Z] Plugins: [2019-11-16T00:21:23.695Z] Volume: local [2019-11-16T00:21:23.695Z] Network: bridge host ipvlan macvlan null overlay [2019-11-16T00:21:23.695Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-11-16T00:21:23.695Z] Swarm: inactive [2019-11-16T00:21:23.695Z] Runtimes: runc [2019-11-16T00:21:23.695Z] Default Runtime: runc [2019-11-16T00:21:23.695Z] Init Binary: docker-init [2019-11-16T00:21:23.695Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-11-16T00:21:23.695Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-11-16T00:21:23.695Z] init version: fec3683 [2019-11-16T00:21:23.695Z] Security Options: [2019-11-16T00:21:23.695Z] apparmor [2019-11-16T00:21:23.695Z] seccomp [2019-11-16T00:21:23.695Z] Profile: default [2019-11-16T00:21:23.695Z] Kernel Version: 4.4.0-139-generic [2019-11-16T00:21:23.695Z] Operating System: Ubuntu 16.04.3 LTS [2019-11-16T00:21:23.695Z] OSType: linux [2019-11-16T00:21:23.695Z] Architecture: ppc64le [2019-11-16T00:21:23.695Z] CPUs: 4 [2019-11-16T00:21:23.695Z] Total Memory: 7.972GiB [2019-11-16T00:21:23.695Z] Name: ppc64le-ubuntu-18 [2019-11-16T00:21:23.695Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-11-16T00:21:23.695Z] Docker Root Dir: /var/lib/docker [2019-11-16T00:21:23.695Z] Debug Mode (client): false [2019-11-16T00:21:23.695Z] Debug Mode (server): false [2019-11-16T00:21:23.695Z] Username: dockerbuildbot [2019-11-16T00:21:23.695Z] Registry: https://index.docker.io/v1/ [2019-11-16T00:21:23.695Z] Labels: [2019-11-16T00:21:23.695Z] Experimental: true [2019-11-16T00:21:23.695Z] Insecure Registries: [2019-11-16T00:21:23.695Z] 127.0.0.0/8 [2019-11-16T00:21:23.695Z] Live Restore Enabled: false [2019-11-16T00:21:23.695Z] [Pipeline] sh [2019-11-16T00:21:23.841Z] #4 ... [2019-11-16T00:21:23.841Z] [2019-11-16T00:21:23.841Z] #18 [internal] load build context [2019-11-16T00:21:23.841Z] #18 transferring context: 45.34MB 4.4s done [2019-11-16T00:21:23.841Z] #18 DONE 4.4s [2019-11-16T00:21:23.992Z] The following NEW packages will be installed: [2019-11-16T00:21:23.992Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-11-16T00:21:23.992Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-11-16T00:21:23.992Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-11-16T00:21:23.992Z] zlib1g-dev [2019-11-16T00:21:23.992Z] 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:21:23.992Z] Need to get 3476 kB of archives. [2019-11-16T00:21:23.992Z] After this operation, 20.2 MB of additional disk space will be used. [2019-11-16T00:21:23.992Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-11-16T00:21:23.992Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-11-16T00:21:23.992Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-11-16T00:21:23.992Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-11-16T00:21:23.992Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-11-16T00:21:23.992Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-11-16T00:21:23.992Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-11-16T00:21:23.992Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-11-16T00:21:23.992Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-11-16T00:21:23.992Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-11-16T00:21:23.992Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-11-16T00:21:23.992Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-11-16T00:21:23.992Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-11-16T00:21:23.992Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-11-16T00:21:23.992Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-11-16T00:21:23.992Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-11-16T00:21:23.992Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:21:23.992Z] Fetched 3476 kB in 0s (26.9 MB/s) [2019-11-16T00:21:24.096Z] [2019-11-16T00:21:24.096Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.12-stretch@sha256:34ccff2a... [2019-11-16T00:21:24.280Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-11-16T00:21:24.280Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-11-16T00:21:24.280Z] + curl -fsSL -o /home/docker/workspace/engine_PR-425/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-11-16T00:21:24.280Z] + bash /home/docker/workspace/engine_PR-425/check-config.sh [2019-11-16T00:21:24.280Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-11-16T00:21:24.280Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-11-16T00:21:24.280Z] [2019-11-16T00:21:24.280Z] Generally Necessary: [2019-11-16T00:21:24.280Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-11-16T00:21:24.280Z] - apparmor: enabled and tools installed [2019-11-16T00:21:24.280Z] - CONFIG_NAMESPACES: enabled [2019-11-16T00:21:24.280Z] - CONFIG_NET_NS: enabled [2019-11-16T00:21:24.280Z] - CONFIG_PID_NS: enabled [2019-11-16T00:21:24.280Z] - CONFIG_IPC_NS: enabled [2019-11-16T00:21:24.280Z] - CONFIG_UTS_NS: enabled [2019-11-16T00:21:24.280Z] - CONFIG_CGROUPS: enabled [2019-11-16T00:21:24.280Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-11-16T00:21:24.280Z] - CONFIG_CGROUP_DEVICE: enabled [2019-11-16T00:21:24.280Z] - CONFIG_CGROUP_FREEZER: enabled [2019-11-16T00:21:24.280Z] - CONFIG_CGROUP_SCHED: enabled [2019-11-16T00:21:24.280Z] - CONFIG_CPUSETS: enabled [2019-11-16T00:21:24.280Z] - CONFIG_MEMCG: enabled [2019-11-16T00:21:24.280Z] - CONFIG_KEYS: enabled [2019-11-16T00:21:24.382Z] Selecting previously unselected package libnet1:s390x. [2019-11-16T00:21:24.382Z] (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-11-16T00:21:24.382Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-11-16T00:21:24.382Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-11-16T00:21:24.382Z] Selecting previously unselected package libcap-dev:s390x. [2019-11-16T00:21:24.382Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-11-16T00:21:24.382Z] Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-11-16T00:21:24.382Z] Selecting previously unselected package libnet1-dev. [2019-11-16T00:21:24.382Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-11-16T00:21:24.382Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-11-16T00:21:24.382Z] Selecting previously unselected package libnl-3-200:s390x. [2019-11-16T00:21:24.382Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-11-16T00:21:24.382Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-11-16T00:21:24.382Z] Selecting previously unselected package libnl-3-dev:s390x. [2019-11-16T00:21:24.382Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-11-16T00:21:24.382Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-11-16T00:21:24.382Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-11-16T00:21:24.382Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-11-16T00:21:24.382Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-11-16T00:21:24.382Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-11-16T00:21:24.382Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-11-16T00:21:24.382Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-11-16T00:21:24.382Z] Selecting previously unselected package zlib1g-dev:s390x. [2019-11-16T00:21:24.382Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-11-16T00:21:24.382Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-11-16T00:21:24.382Z] Selecting previously unselected package libprotobuf10:s390x. [2019-11-16T00:21:24.382Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-11-16T00:21:24.382Z] Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-11-16T00:21:24.620Z] - CONFIG_VETH: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_BRIDGE: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_NF_NAT: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-11-16T00:21:24.621Z] - CONFIG_POSIX_MQUEUE: enabled [2019-11-16T00:21:24.621Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-11-16T00:21:24.621Z] [2019-11-16T00:21:24.621Z] Optional Features: [2019-11-16T00:21:24.621Z] - CONFIG_USER_NS: enabled [2019-11-16T00:21:24.621Z] - CONFIG_SECCOMP: enabled [2019-11-16T00:21:24.621Z] - CONFIG_CGROUP_PIDS: enabled [2019-11-16T00:21:24.621Z] - CONFIG_MEMCG_SWAP: enabled [2019-11-16T00:21:24.621Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-11-16T00:21:24.621Z] (cgroup swap accounting is currently enabled) [2019-11-16T00:21:24.621Z] - CONFIG_MEMCG_KMEM: enabled [2019-11-16T00:21:24.621Z] - CONFIG_BLK_CGROUP: enabled [2019-11-16T00:21:24.621Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-11-16T00:21:24.621Z] - CONFIG_IOSCHED_CFQ: enabled [2019-11-16T00:21:24.621Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-11-16T00:21:24.621Z] - CONFIG_CGROUP_PERF: enabled [2019-11-16T00:21:24.621Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-11-16T00:21:24.621Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-11-16T00:21:24.621Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-11-16T00:21:24.621Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-11-16T00:21:24.621Z] - CONFIG_RT_GROUP_SCHED: missing [2019-11-16T00:21:24.621Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_IP_VS: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_IP_VS_NFCT: enabled [2019-11-16T00:21:24.621Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-11-16T00:21:24.621Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-11-16T00:21:24.621Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-11-16T00:21:24.621Z] - CONFIG_EXT4_FS: enabled [2019-11-16T00:21:24.621Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-11-16T00:21:24.621Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-11-16T00:21:24.756Z] Selecting previously unselected package libprotobuf-lite10:s390x. [2019-11-16T00:21:24.756Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-11-16T00:21:24.756Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-11-16T00:21:24.756Z] Selecting previously unselected package libprotobuf-dev:s390x. [2019-11-16T00:21:24.756Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-11-16T00:21:24.756Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-11-16T00:21:24.756Z] Selecting previously unselected package libprotoc10:s390x. [2019-11-16T00:21:24.756Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-11-16T00:21:24.756Z] Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-11-16T00:21:24.756Z] Selecting previously unselected package protobuf-c-compiler. [2019-11-16T00:21:24.756Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-11-16T00:21:24.756Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-11-16T00:21:24.961Z] - Network Drivers: [2019-11-16T00:21:24.961Z] - "overlay": [2019-11-16T00:21:24.961Z] - CONFIG_VXLAN: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-11-16T00:21:24.961Z] Optional (for encrypted networks): [2019-11-16T00:21:24.961Z] - CONFIG_CRYPTO: enabled [2019-11-16T00:21:24.961Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_XFRM: enabled [2019-11-16T00:21:24.961Z] - CONFIG_XFRM_USER: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_INET_ESP: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-11-16T00:21:24.961Z] - "ipvlan": [2019-11-16T00:21:24.961Z] - CONFIG_IPVLAN: enabled (as module) [2019-11-16T00:21:24.961Z] - "macvlan": [2019-11-16T00:21:24.961Z] - CONFIG_MACVLAN: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_DUMMY: enabled (as module) [2019-11-16T00:21:24.961Z] - "ftp,tftp client in container": [2019-11-16T00:21:24.961Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-11-16T00:21:24.961Z] - Storage Drivers: [2019-11-16T00:21:24.961Z] - "aufs": [2019-11-16T00:21:24.961Z] - CONFIG_AUFS_FS: enabled (as module) [2019-11-16T00:21:24.961Z] - "btrfs": [2019-11-16T00:21:24.961Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-11-16T00:21:24.961Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-11-16T00:21:24.961Z] - "devicemapper": [2019-11-16T00:21:24.961Z] - CONFIG_BLK_DEV_DM: enabled [2019-11-16T00:21:24.961Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-11-16T00:21:24.961Z] - "overlay": [2019-11-16T00:21:24.961Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-11-16T00:21:24.961Z] - "zfs": [2019-11-16T00:21:24.961Z] - /dev/zfs: missing [2019-11-16T00:21:24.961Z] - zfs command: missing [2019-11-16T00:21:24.961Z] - zpool command: missing [2019-11-16T00:21:24.961Z] [2019-11-16T00:21:24.961Z] Limits: [2019-11-16T00:21:24.961Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-11-16T00:21:24.961Z] [2019-11-16T00:21:24.961Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2019-11-16T00:21:25.056Z] #4 extracting sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 3.9s done [2019-11-16T00:21:25.056Z] #4 extracting sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d [Pipeline] sh [2019-11-16T00:21:25.141Z] Selecting previously unselected package protobuf-compiler. [2019-11-16T00:21:25.141Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-11-16T00:21:25.141Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-11-16T00:21:25.141Z] Selecting previously unselected package python-pkg-resources. [2019-11-16T00:21:25.141Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-11-16T00:21:25.141Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-11-16T00:21:25.141Z] Selecting previously unselected package python-protobuf. [2019-11-16T00:21:25.141Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-11-16T00:21:25.141Z] Unpacking python-protobuf (3.0.0-9) ... [2019-11-16T00:21:25.141Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-11-16T00:21:25.141Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-11-16T00:21:25.141Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-11-16T00:21:25.314Z] #4 extracting sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 0.4s done [2019-11-16T00:21:25.314Z] #4 extracting sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 [2019-11-16T00:21:25.458Z] #4 extracting sha256:9a0b0ce99936ce4861d44ce1f193e881e5b40b5bf1847627061205b092fa7f1d 4.6s done [2019-11-16T00:21:25.458Z] #4 extracting sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d [2019-11-16T00:21:25.512Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-11-16T00:21:25.512Z] Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-11-16T00:21:25.512Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:21:25.512Z] Setting up python-protobuf (3.0.0-9) ... [2019-11-16T00:21:25.571Z] #4 extracting sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 0.1s done [2019-11-16T00:21:25.572Z] #4 extracting sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 [2019-11-16T00:21:25.585Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 . [2019-11-16T00:21:25.713Z] #4 extracting sha256:db3b6004c61a0e86fbf910b9b4a6611ae79e238a336011a1b5f9b177d85cbf9d 0.4s done [2019-11-16T00:21:25.713Z] #4 extracting sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 [2019-11-16T00:21:25.877Z] Setting up libcap-dev:s390x (1:2.25-1) ... [2019-11-16T00:21:25.877Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-11-16T00:21:25.877Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-11-16T00:21:25.877Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-11-16T00:21:25.877Z] Setting up libprotoc10:s390x (3.0.0-9) ... [2019-11-16T00:21:25.877Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-11-16T00:21:25.877Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-11-16T00:21:25.877Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-11-16T00:21:25.877Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-11-16T00:21:25.877Z] Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-11-16T00:21:25.877Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:21:25.968Z] #4 extracting sha256:f8f0759202953be4b156f44bba90b682b61f985f9bbc60e7262b216f70dabb96 0.2s done [2019-11-16T00:21:26.223Z] #4 extracting sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 0.1s [2019-11-16T00:21:27.139Z] Removing intermediate container 9d10cec89580 [2019-11-16T00:21:27.139Z] ---> b7f044111022 [2019-11-16T00:21:27.139Z] 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-11-16T00:21:27.139Z] ---> Running in 9c0041da2401 [2019-11-16T00:21:27.468Z] #4 extracting sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 2.0s done [2019-11-16T00:21:27.727Z] #4 extracting sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b [2019-11-16T00:21:27.909Z] Sending build context to Docker daemon 49.82MB [2019-11-16T00:21:27.909Z] Step 1/125 : ARG CROSS="false" [2019-11-16T00:21:27.909Z] Step 2/125 : ARG GO_VERSION=1.12.12 [2019-11-16T00:21:27.909Z] Step 3/125 : ARG DEBIAN_FRONTEND=noninteractive [2019-11-16T00:21:27.909Z] Step 4/125 : FROM golang:${GO_VERSION}-stretch AS base [2019-11-16T00:21:27.980Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-11-16T00:21:27.980Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-9ba0d15d\powershellScript.ps1'; exit $LASTEXITCODE; [2019-11-16T00:21:27.980Z] ---------------------------------------------------------------------------- [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] INFO: executeCI.ps1 starting at Sat Nov 16 00:21:25 CUT 2019 [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-11-16T00:21:27.980Z] INFO: Running git version 2.23.0.windows.1 [2019-11-16T00:21:27.980Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-11-16T00:21:27.980Z] INFO: Environment variables: [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] Name Value [2019-11-16T00:21:27.980Z] ---- ----- [2019-11-16T00:21:27.980Z] ALLUSERSPROFILE C:\ProgramData [2019-11-16T00:21:27.980Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-11-16T00:21:27.980Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-11-16T00:21:27.980Z] BRANCH_NAME PR-425 [2019-11-16T00:21:27.980Z] BUILD_DISPLAY_NAME #1 [2019-11-16T00:21:27.980Z] BUILD_ID 1 [2019-11-16T00:21:27.980Z] BUILD_NUMBER 1 [2019-11-16T00:21:27.980Z] BUILD_TAG jenkins-engine-PR-425-1 [2019-11-16T00:21:27.980Z] BUILD_URL https://ci.docker.com/public/job/engine/job/PR-425/1/ [2019-11-16T00:21:27.980Z] CHANGE_AUTHOR cpuguy83 [2019-11-16T00:21:27.980Z] CHANGE_AUTHOR_DISPLAY_NAME Brian Goff [2019-11-16T00:21:27.980Z] CHANGE_AUTHOR_EMAIL cpuguy83@gmail.com [2019-11-16T00:21:27.980Z] CHANGE_BRANCH backport_40169_windows_version_quad [2019-11-16T00:21:27.980Z] CHANGE_FORK cpuguy83 [2019-11-16T00:21:27.980Z] CHANGE_ID 425 [2019-11-16T00:21:27.980Z] CHANGE_TARGET 19.03 [2019-11-16T00:21:27.980Z] CHANGE_TITLE [19.03] Windows: Only set VERSION_QUAD if unset [2019-11-16T00:21:27.980Z] CHANGE_URL https://github.com/docker/engine/pull/425 [2019-11-16T00:21:27.980Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-11-16T00:21:27.980Z] CommonProgramFiles C:\Program Files\Common Files [2019-11-16T00:21:27.980Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-11-16T00:21:27.980Z] CommonProgramW6432 C:\Program Files\Common Files [2019-11-16T00:21:27.980Z] COMPUTERNAME azwin-2-64a140 [2019-11-16T00:21:27.980Z] ComSpec C:\windows\system32\cmd.exe [2019-11-16T00:21:27.980Z] ConfigSequenceNumber 0 [2019-11-16T00:21:27.980Z] DOCKER_BUILDKIT 0 [2019-11-16T00:21:27.980Z] DOCKER_DUT_DEBUG 1 [2019-11-16T00:21:27.980Z] DOCKER_EXPERIMENTAL 1 [2019-11-16T00:21:27.980Z] DOCKER_GRAPHDRIVER overlay2 [2019-11-16T00:21:27.980Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-11-16T00:21:27.980Z] EXECUTOR_NUMBER 0 [2019-11-16T00:21:27.980Z] FQDN azwin-2-64a140.westus.cloudapp.azure.com [2019-11-16T00:21:27.980Z] GIT_BRANCH PR-425 [2019-11-16T00:21:27.980Z] GIT_COMMIT d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:21:27.980Z] GIT_URL https://github.com/docker/engine.git [2019-11-16T00:21:27.980Z] HUDSON_COOKIE 02f81923-e308-47d6-abbb-93c9cf3a90e9 [2019-11-16T00:21:27.980Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-11-16T00:21:27.980Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-11-16T00:21:27.980Z] HUDSON_URL https://ci.docker.com/public/ [2019-11-16T00:21:27.980Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-11-16T00:21:27.980Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-11-16T00:21:27.980Z] JENKINS_NODE_COOKIE 83627a1a-677b-4fc5-9bc6-a2329c35d90e [2019-11-16T00:21:27.980Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-11-16T00:21:27.980Z] JENKINS_URL https://ci.docker.com/public/ [2019-11-16T00:21:27.980Z] JOB_BASE_NAME PR-425 [2019-11-16T00:21:27.980Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/engine/job/PR-425/display/redirect [2019-11-16T00:21:27.980Z] JOB_NAME engine/PR-425 [2019-11-16T00:21:27.980Z] JOB_URL https://ci.docker.com/public/job/engine/job/PR-425/ [2019-11-16T00:21:27.980Z] library.jps.version master [2019-11-16T00:21:27.980Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-11-16T00:21:27.980Z] NODE_LABELS amd64 azure azwin-2-64a140 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-11-16T00:21:27.980Z] NODE_NAME azwin-2-64a140 [2019-11-16T00:21:27.980Z] NUMBER_OF_PROCESSORS 4 [2019-11-16T00:21:27.980Z] OS Windows_NT [2019-11-16T00:21:27.980Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-11-16T00:21:27.980Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-11-16T00:21:27.980Z] PROCESSOR_ARCHITECTURE AMD64 [2019-11-16T00:21:27.980Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-11-16T00:21:27.980Z] PROCESSOR_LEVEL 6 [2019-11-16T00:21:27.980Z] PROCESSOR_REVISION 4f01 [2019-11-16T00:21:27.980Z] ProgramData C:\ProgramData [2019-11-16T00:21:27.980Z] ProgramFiles C:\Program Files [2019-11-16T00:21:27.980Z] ProgramFiles(x86) C:\Program Files (x86) [2019-11-16T00:21:27.980Z] ProgramW6432 C:\Program Files [2019-11-16T00:21:27.980Z] PROMPT $P$G [2019-11-16T00:21:27.980Z] PSExecutionPolicyPreference Bypass [2019-11-16T00:21:27.980Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-11-16T00:21:27.980Z] PUBLIC C:\Users\Public [2019-11-16T00:21:27.980Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/engine/job/PR-425/1/display/redirect?page=changes [2019-11-16T00:21:27.980Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/engine/job/PR-425/1/display/redirect [2019-11-16T00:21:27.980Z] SKIP_VALIDATION_TESTS 1 [2019-11-16T00:21:27.980Z] SOURCES_DRIVE d [2019-11-16T00:21:27.980Z] SOURCES_SUBDIR gopath [2019-11-16T00:21:27.980Z] STAGE_NAME Run tests [2019-11-16T00:21:27.980Z] SystemDrive C: [2019-11-16T00:21:27.980Z] SystemRoot C:\windows [2019-11-16T00:21:27.980Z] TEMP C:\windows\TEMP [2019-11-16T00:21:27.980Z] TESTDEBUG 0 [2019-11-16T00:21:27.980Z] TESTRUN_DRIVE d [2019-11-16T00:21:27.980Z] TESTRUN_SUBDIR CI [2019-11-16T00:21:27.980Z] TIMEOUT 120m [2019-11-16T00:21:27.980Z] TMP C:\windows\TEMP [2019-11-16T00:21:27.980Z] USERDOMAIN WORKGROUP [2019-11-16T00:21:27.980Z] USERNAME azwin-2-64a140$ [2019-11-16T00:21:27.980Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-11-16T00:21:27.980Z] windir C:\windows [2019-11-16T00:21:27.980Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-11-16T00:21:27.980Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-11-16T00:21:27.980Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] INFO: Sources under d:\gopath\... [2019-11-16T00:21:27.980Z] INFO: Test run under d:\CI\... [2019-11-16T00:21:27.980Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-11-16T00:21:27.980Z] INFO: docker/docker repository was found [2019-11-16T00:21:27.980Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-11-16T00:21:27.980Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.864' [2019-11-16T00:21:27.980Z] INFO: Docker version of control daemon [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] Client: Docker Engine - Enterprise [2019-11-16T00:21:27.980Z] Version: 19.03.2 [2019-11-16T00:21:27.980Z] API version: 1.40 [2019-11-16T00:21:27.980Z] Go version: go1.12.8 [2019-11-16T00:21:27.980Z] Git commit: c92ab06ed9 [2019-11-16T00:21:27.980Z] Built: 09/03/2019 16:38:11 [2019-11-16T00:21:27.980Z] OS/Arch: windows/amd64 [2019-11-16T00:21:27.980Z] Experimental: false [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] Server: Docker Engine - Enterprise [2019-11-16T00:21:27.980Z] Engine: [2019-11-16T00:21:27.980Z] Version: 19.03.2 [2019-11-16T00:21:27.980Z] API version: 1.40 (minimum version 1.24) [2019-11-16T00:21:27.980Z] Go version: go1.12.8 [2019-11-16T00:21:27.980Z] Git commit: c92ab06ed9 [2019-11-16T00:21:27.980Z] Built: 09/03/2019 16:35:47 [2019-11-16T00:21:27.980Z] OS/Arch: windows/amd64 [2019-11-16T00:21:27.980Z] Experimental: true [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] INFO: Docker info of control daemon [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] Client: [2019-11-16T00:21:27.980Z] Debug Mode: false [2019-11-16T00:21:27.980Z] Plugins: [2019-11-16T00:21:27.980Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-11-16T00:21:27.980Z] [2019-11-16T00:21:27.980Z] Server: [2019-11-16T00:21:27.980Z] Containers: 0 [2019-11-16T00:21:27.980Z] Running: 0 [2019-11-16T00:21:27.980Z] Paused: 0 [2019-11-16T00:21:27.980Z] Stopped: 0 [2019-11-16T00:21:27.980Z] Images: 8 [2019-11-16T00:21:27.980Z] Server Version: 19.03.2 [2019-11-16T00:21:27.980Z] Storage Driver: lcow (linux) windowsfilter (windows) [2019-11-16T00:21:27.980Z] LCOW: [2019-11-16T00:21:27.980Z] Windows: [2019-11-16T00:21:27.980Z] Logging Driver: json-file [2019-11-16T00:21:27.980Z] Plugins: [2019-11-16T00:21:27.980Z] Volume: local [2019-11-16T00:21:27.980Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-11-16T00:21:27.980Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-11-16T00:21:27.980Z] Swarm: inactive [2019-11-16T00:21:27.980Z] Default Isolation: process [2019-11-16T00:21:27.980Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-11-16T00:21:27.980Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-11-16T00:21:27.980Z] OSType: windows [2019-11-16T00:21:27.980Z] Architecture: x86_64 [2019-11-16T00:21:27.980Z] CPUs: 4 [2019-11-16T00:21:27.981Z] Total Memory: 32GiB [2019-11-16T00:21:27.981Z] Name: azwin-2-64a140 [2019-11-16T00:21:27.981Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-11-16T00:21:27.981Z] Docker Root Dir: D:\docker [2019-11-16T00:21:27.981Z] Debug Mode: false [2019-11-16T00:21:27.981Z] Registry: https://index.docker.io/v1/ [2019-11-16T00:21:27.981Z] Labels: [2019-11-16T00:21:27.981Z] Experimental: true [2019-11-16T00:21:27.981Z] Insecure Registries: [2019-11-16T00:21:27.981Z] 10.0.0.4:5000 [2019-11-16T00:21:27.981Z] 127.0.0.0/8 [2019-11-16T00:21:27.981Z] Registry Mirrors: [2019-11-16T00:21:27.981Z] http://10.0.0.4:5000/ [2019-11-16T00:21:27.981Z] Live Restore Enabled: false [2019-11-16T00:21:27.981Z] [2019-11-16T00:21:27.981Z] [2019-11-16T00:21:27.981Z] INFO: Commit hash is d699e3de1 [2019-11-16T00:21:27.981Z] INFO: Nuke-Everything... [2019-11-16T00:21:27.981Z] INFO: Container count on control daemon to delete is 0 [2019-11-16T00:21:28.107Z] #4 extracting sha256:6ef14aff1139e1065ec0928ae1c07f2cff8c2b35e760f4b463df5c64e6ea1101 2.0s done [2019-11-16T00:21:28.108Z] Note: Building without setproctitle() and strlcpy() support. [2019-11-16T00:21:28.108Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-11-16T00:21:28.108Z] fatal: Not a git repository (or any of the parent directories): .git [2019-11-16T00:21:28.108Z]  GEN .gitid [2019-11-16T00:21:28.108Z] GEN criu/include/version.h [2019-11-16T00:21:28.108Z] GEN include/common/asm [2019-11-16T00:21:28.108Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-11-16T00:21:28.108Z] PBCC images/opts.pb-c.c [2019-11-16T00:21:28.108Z] PBCC images/sit.pb-c.c [2019-11-16T00:21:28.108Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-11-16T00:21:28.108Z] DEP images/opts.pb-c.d [2019-11-16T00:21:28.108Z] DEP images/sit.pb-c.d [2019-11-16T00:21:28.247Z] 1.12.12-stretch: Pulling from library/golang [2019-11-16T00:21:28.361Z] #4 extracting sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 0.1s [2019-11-16T00:21:28.445Z] INFO: Nuking d:\CI [2019-11-16T00:21:28.445Z] INFO: Zapped successfully [2019-11-16T00:21:28.445Z] INFO: Location for testing is d:\CI\PR-425\1 [2019-11-16T00:21:28.445Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-11-16T00:21:28.445Z] [2019-11-16T00:21:28.445Z] [2019-11-16T00:21:28.445Z] INFO: Building the image from Dockerfile.windows at 11/16/2019 00:21:28... [2019-11-16T00:21:28.445Z] [2019-11-16T00:21:28.506Z] PBCC images/macvlan.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/macvlan.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/autofs.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/autofs.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/sysctl.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/sysctl.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/time.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/time.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/binfmt-misc.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/binfmt-misc.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/seccomp.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/seccomp.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/userns.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/userns.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/cgroup.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/cgroup.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/fown.pb-c.c [2019-11-16T00:21:28.506Z] PBCC images/ext-file.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/fown.pb-c.d [2019-11-16T00:21:28.506Z] DEP images/ext-file.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/rpc.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/rpc.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/siginfo.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/siginfo.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/pagemap.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/pagemap.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/rlimit.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/rlimit.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/file-lock.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/file-lock.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/tty.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/tty.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/tun.pb-c.c [2019-11-16T00:21:28.506Z] PBCC images/netdev.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/tun.pb-c.d [2019-11-16T00:21:28.506Z] DEP images/netdev.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/vma.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/vma.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/creds.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/creds.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/utsns.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/utsns.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/ipc-desc.pb-c.c [2019-11-16T00:21:28.506Z] PBCC images/ipc-sem.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/ipc-desc.pb-c.d [2019-11-16T00:21:28.506Z] DEP images/ipc-sem.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/ipc-msg.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/ipc-msg.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/ipc-shm.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/ipc-shm.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/ipc-var.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/ipc-var.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/sk-opts.pb-c.c [2019-11-16T00:21:28.506Z] PBCC images/packet-sock.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/sk-opts.pb-c.d [2019-11-16T00:21:28.506Z] DEP images/packet-sock.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/sk-netlink.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/sk-netlink.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/sk-inet.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/sk-inet.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/sk-unix.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/sk-unix.pb-c.d [2019-11-16T00:21:28.506Z] PBCC images/mm.pb-c.c [2019-11-16T00:21:28.506Z] DEP images/mm.pb-c.d [2019-11-16T00:21:28.588Z] fb056072eab9: Pulling fs layer [2019-11-16T00:21:28.588Z] 6a33b1f9796f: Pulling fs layer [2019-11-16T00:21:28.588Z] 8f8f8962e456: Pulling fs layer [2019-11-16T00:21:28.588Z] 68adcc365214: Pulling fs layer [2019-11-16T00:21:28.588Z] 76d8adf27bdf: Pulling fs layer [2019-11-16T00:21:28.588Z] a8cabfe85b36: Pulling fs layer [2019-11-16T00:21:28.588Z] a3fea15583b6: Pulling fs layer [2019-11-16T00:21:28.588Z] 68adcc365214: Waiting [2019-11-16T00:21:28.588Z] 76d8adf27bdf: Waiting [2019-11-16T00:21:28.588Z] a8cabfe85b36: Waiting [2019-11-16T00:21:28.879Z] PBCC images/timerfd.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/timerfd.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/timer.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/timer.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/sa.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/sa.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/pipe-data.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/pipe-data.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/mnt.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/mnt.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/sk-packet.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/sk-packet.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/tcp-stream.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/tcp-stream.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/pipe.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/pipe.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/pstree.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/pstree.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/fs.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/fs.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/signalfd.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/signalfd.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/fh.pb-c.c [2019-11-16T00:21:28.880Z] PBCC images/fsnotify.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/fh.pb-c.d [2019-11-16T00:21:28.880Z] DEP images/fsnotify.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/eventpoll.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/eventpoll.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/eventfd.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/eventfd.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/remap-file-path.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/remap-file-path.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/fifo.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/fifo.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/ghost-file.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/ghost-file.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/regfile.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/regfile.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/ns.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/ns.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/fdinfo.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/fdinfo.pb-c.d [2019-11-16T00:21:28.880Z] PBCC images/core-aarch64.pb-c.c [2019-11-16T00:21:28.880Z] PBCC images/core-arm.pb-c.c [2019-11-16T00:21:28.880Z] PBCC images/core-ppc64.pb-c.c [2019-11-16T00:21:28.880Z] PBCC images/core-s390.pb-c.c [2019-11-16T00:21:28.880Z] PBCC images/core-x86.pb-c.c [2019-11-16T00:21:28.880Z] PBCC images/core.pb-c.c [2019-11-16T00:21:28.880Z] PBCC images/inventory.pb-c.c [2019-11-16T00:21:28.880Z] DEP images/core-aarch64.pb-c.d [2019-11-16T00:21:28.880Z] DEP images/core-arm.pb-c.d [2019-11-16T00:21:28.880Z] DEP images/core-ppc64.pb-c.d [2019-11-16T00:21:29.241Z] DEP images/core-s390.pb-c.d [2019-11-16T00:21:29.241Z] DEP images/core-x86.pb-c.d [2019-11-16T00:21:29.241Z] DEP images/core.pb-c.d [2019-11-16T00:21:29.241Z] DEP images/inventory.pb-c.d [2019-11-16T00:21:29.241Z] PBCC images/cpuinfo.pb-c.c [2019-11-16T00:21:29.241Z] DEP images/cpuinfo.pb-c.d [2019-11-16T00:21:29.241Z] PBCC images/stats.pb-c.c [2019-11-16T00:21:29.241Z] DEP images/stats.pb-c.d [2019-11-16T00:21:29.241Z] make[1]: Nothing to be done for 'all'. [2019-11-16T00:21:29.324Z] 8f8f8962e456: Verifying Checksum [2019-11-16T00:21:29.324Z] 8f8f8962e456: Download complete [2019-11-16T00:21:29.615Z] CC images/stats.o [2019-11-16T00:21:29.615Z] CC images/core.o [2019-11-16T00:21:29.615Z] CC images/core-x86.o [2019-11-16T00:21:29.615Z] CC images/core-arm.o [2019-11-16T00:21:29.615Z] CC images/core-aarch64.o [2019-11-16T00:21:29.673Z] 6a33b1f9796f: Verifying Checksum [2019-11-16T00:21:29.673Z] 6a33b1f9796f: Download complete [2019-11-16T00:21:29.979Z] CC images/core-ppc64.o [2019-11-16T00:21:29.979Z] CC images/core-s390.o [2019-11-16T00:21:29.979Z] CC images/cpuinfo.o [2019-11-16T00:21:29.979Z] CC images/inventory.o [2019-11-16T00:21:29.979Z] CC images/fdinfo.o [2019-11-16T00:21:29.979Z] CC images/fown.o [2019-11-16T00:21:29.979Z] CC images/ns.o [2019-11-16T00:21:29.979Z] CC images/regfile.o [2019-11-16T00:21:30.245Z] #4 extracting sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 1.9s done [2019-11-16T00:21:30.245Z] #4 extracting sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a [2019-11-16T00:21:30.252Z] #4 extracting sha256:cec6587a82d65deb69ed71b2f5a6eb67fae06fad091982ea2fe136743e964d1b 1.9s done [2019-11-16T00:21:30.252Z] #4 extracting sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a [2019-11-16T00:21:30.345Z] CC images/ghost-file.o [2019-11-16T00:21:30.345Z] CC images/fifo.o [2019-11-16T00:21:30.345Z] CC images/remap-file-path.o [2019-11-16T00:21:30.345Z] CC images/eventfd.o [2019-11-16T00:21:30.345Z] CC images/eventpoll.o [2019-11-16T00:21:30.345Z] CC images/fh.o [2019-11-16T00:21:30.345Z] CC images/fsnotify.o [2019-11-16T00:21:30.345Z] CC images/signalfd.o [2019-11-16T00:21:30.345Z] CC images/fs.o [2019-11-16T00:21:30.345Z] CC images/pstree.o [2019-11-16T00:21:30.345Z] CC images/pipe.o [2019-11-16T00:21:30.720Z] CC images/tcp-stream.o [2019-11-16T00:21:30.720Z] CC images/sk-packet.o [2019-11-16T00:21:30.720Z] CC images/mnt.o [2019-11-16T00:21:30.720Z] CC images/pipe-data.o [2019-11-16T00:21:30.720Z] CC images/sa.o [2019-11-16T00:21:30.720Z] CC images/timer.o [2019-11-16T00:21:30.720Z] CC images/timerfd.o [2019-11-16T00:21:30.720Z] CC images/mm.o [2019-11-16T00:21:30.720Z] CC images/sk-opts.o [2019-11-16T00:21:30.720Z] CC images/sk-unix.o [2019-11-16T00:21:30.720Z] CC images/sk-inet.o [2019-11-16T00:21:31.094Z] CC images/tun.o [2019-11-16T00:21:31.094Z] CC images/sk-netlink.o [2019-11-16T00:21:31.094Z] CC images/packet-sock.o [2019-11-16T00:21:31.094Z] CC images/ipc-var.o [2019-11-16T00:21:31.094Z] CC images/ipc-desc.o [2019-11-16T00:21:31.094Z] CC images/ipc-shm.o [2019-11-16T00:21:31.094Z] CC images/ipc-msg.o [2019-11-16T00:21:31.094Z] CC images/ipc-sem.o [2019-11-16T00:21:31.094Z] CC images/utsns.o [2019-11-16T00:21:31.094Z] CC images/creds.o [2019-11-16T00:21:31.094Z] CC images/vma.o [2019-11-16T00:21:31.094Z] CC images/netdev.o [2019-11-16T00:21:31.460Z] CC images/tty.o [2019-11-16T00:21:31.460Z] CC images/file-lock.o [2019-11-16T00:21:31.460Z] CC images/rlimit.o [2019-11-16T00:21:31.460Z] CC images/pagemap.o [2019-11-16T00:21:31.460Z] CC images/siginfo.o [2019-11-16T00:21:31.460Z] CC images/rpc.o [2019-11-16T00:21:31.460Z] CC images/ext-file.o [2019-11-16T00:21:31.832Z] CC images/cgroup.o [2019-11-16T00:21:31.832Z] CC images/userns.o [2019-11-16T00:21:31.832Z] CC images/google/protobuf/descriptor.o [2019-11-16T00:21:31.832Z] CC images/opts.o [2019-11-16T00:21:31.832Z] CC images/seccomp.o [2019-11-16T00:21:31.985Z] fb056072eab9: Download complete [2019-11-16T00:21:32.215Z] CC images/binfmt-misc.o [2019-11-16T00:21:32.215Z] CC images/time.o [2019-11-16T00:21:32.215Z] CC images/sysctl.o [2019-11-16T00:21:32.215Z] CC images/autofs.o [2019-11-16T00:21:32.215Z] CC images/macvlan.o [2019-11-16T00:21:32.215Z] CC images/sit.o [2019-11-16T00:21:32.215Z] LINK images/built-in.o [2019-11-16T00:21:32.215Z] GEN compel/include/asm [2019-11-16T00:21:32.215Z] GEN compel/include/version.h [2019-11-16T00:21:32.215Z] touch .config [2019-11-16T00:21:32.215Z] GEN include/common/config.h [2019-11-16T00:21:32.215Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-11-16T00:21:32.215Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-11-16T00:21:32.215Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-11-16T00:21:32.215Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-11-16T00:21:32.215Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-11-16T00:21:32.215Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2019-11-16T00:21:32.215Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-11-16T00:21:32.215Z] DEP compel/plugins/std/infect.d [2019-11-16T00:21:32.215Z] DEP compel/plugins/std/string.d [2019-11-16T00:21:32.215Z] DEP compel/plugins/std/log.d [2019-11-16T00:21:32.215Z] DEP compel/plugins/std/fds.d [2019-11-16T00:21:32.215Z] DEP compel/plugins/std/std.d [2019-11-16T00:21:32.215Z] DEP compel/plugins/shmem/shmem.d [2019-11-16T00:21:32.592Z] DEP compel/plugins/fds/fds.d [2019-11-16T00:21:32.592Z] CC compel/plugins/std/std.o [2019-11-16T00:21:32.592Z] CC compel/plugins/std/fds.o [2019-11-16T00:21:32.592Z] CC compel/plugins/std/log.o [2019-11-16T00:21:32.592Z] CC compel/plugins/std/string.o [2019-11-16T00:21:32.965Z] CC compel/plugins/std/infect.o [2019-11-16T00:21:32.965Z] CC compel/arch/s390/plugins/std/parasite-head.o [2019-11-16T00:21:32.965Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-11-16T00:21:32.965Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-11-16T00:21:32.965Z] AR compel/plugins/std.lib.a [2019-11-16T00:21:32.965Z] CC compel/plugins/fds/fds.o [2019-11-16T00:21:32.965Z] AR compel/plugins/fds.lib.a [2019-11-16T00:21:32.965Z] HOSTDEP compel/src/lib/log-host.d [2019-11-16T00:21:32.965Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-11-16T00:21:32.965Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-11-16T00:21:32.965Z] HOSTDEP compel/src/main-host.d [2019-11-16T00:21:32.965Z] DEP compel/src/lib/ptrace.d [2019-11-16T00:21:32.965Z] DEP compel/src/lib/infect.d [2019-11-16T00:21:32.965Z] DEP compel/src/lib/infect-util.d [2019-11-16T00:21:32.965Z] DEP compel/src/lib/infect-rpc.d [2019-11-16T00:21:32.965Z] DEP compel/arch/s390/src/lib/infect.d [2019-11-16T00:21:33.169Z] 68adcc365214: Verifying Checksum [2019-11-16T00:21:33.169Z] 68adcc365214: Download complete [2019-11-16T00:21:33.341Z] DEP compel/arch/s390/src/lib/cpu.d [2019-11-16T00:21:33.341Z] DEP compel/src/lib/log.d [2019-11-16T00:21:33.341Z] DEP compel/src/main.d [2019-11-16T00:21:33.341Z] DEP compel/src/lib/handle-elf.d [2019-11-16T00:21:33.341Z] DEP compel/arch/s390/src/lib/handle-elf.d [2019-11-16T00:21:33.341Z] CC compel/src/lib/log.o [2019-11-16T00:21:33.341Z] CC compel/arch/s390/src/lib/cpu.o [2019-11-16T00:21:33.341Z] CC compel/arch/s390/src/lib/infect.o [2019-11-16T00:21:33.341Z] CC compel/src/lib/infect-rpc.o [2019-11-16T00:21:33.509Z] a3fea15583b6: Verifying Checksum [2019-11-16T00:21:33.509Z] a3fea15583b6: Download complete [2019-11-16T00:21:33.509Z] 76d8adf27bdf: Verifying Checksum [2019-11-16T00:21:33.509Z] 76d8adf27bdf: Download complete [2019-11-16T00:21:33.765Z] CC compel/src/lib/infect-util.o [2019-11-16T00:21:33.765Z] CC compel/src/lib/infect.o [2019-11-16T00:21:34.225Z] CC compel/src/lib/ptrace.o [2019-11-16T00:21:34.225Z] AR compel/libcompel.a [2019-11-16T00:21:34.225Z] HOSTCC compel/src/main-host.o [2019-11-16T00:21:34.225Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-11-16T00:21:34.225Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-11-16T00:21:34.225Z] HOSTCC compel/src/lib/log-host.o [2019-11-16T00:21:34.225Z] HOSTLINK compel/compel-host-bin [2019-11-16T00:21:34.225Z] DEP soccr/soccr.d [2019-11-16T00:21:34.225Z] CC soccr/soccr.o [2019-11-16T00:21:34.279Z] Sending build context to Docker daemon 49.81MB [2019-11-16T00:21:34.279Z] [2019-11-16T00:21:34.279Z] Step 1/8 : FROM microsoft/windowsservercore [2019-11-16T00:21:34.279Z] ---> 49e459dc7a6b [2019-11-16T00:21:34.279Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-11-16T00:21:34.279Z] ---> Using cache [2019-11-16T00:21:34.279Z] ---> 87bda8468978 [2019-11-16T00:21:34.279Z] Step 3/8 : ARG GO_VERSION=1.12.12 [2019-11-16T00:21:34.407Z] #4 extracting sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 4.2s done [2019-11-16T00:21:34.480Z] #4 extracting sha256:440b0cb6ca6a4289a271962e68b604c4ab2759a33488b3e2adf71ad3e195f63a 4.5s done [2019-11-16T00:21:34.613Z] AR soccr/libsoccr.a [2019-11-16T00:21:34.613Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-11-16T00:21:34.613Z] DEP criu/arch/s390/sigframe.d [2019-11-16T00:21:34.613Z] DEP criu/arch/s390/crtools.d [2019-11-16T00:21:34.613Z] DEP criu/arch/s390/cpu.d [2019-11-16T00:21:34.613Z] CC criu/arch/s390/cpu.o [2019-11-16T00:21:34.613Z] CC criu/arch/s390/crtools.o [2019-11-16T00:21:34.662Z] #4 extracting sha256:4c59acf32674ae17e7d11b0a42208682ba0de0bdd5fd5c0bb018d49fc6a8b3e0 done [2019-11-16T00:21:34.738Z] #4 extracting sha256:4c59acf32674ae17e7d11b0a42208682ba0de0bdd5fd5c0bb018d49fc6a8b3e0 [2019-11-16T00:21:34.742Z] ---> Running in c4e714c2dfc9 [2019-11-16T00:21:34.918Z] #4 DONE 15.3s [2019-11-16T00:21:34.918Z] [2019-11-16T00:21:34.918Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-11-16T00:21:34.979Z] CC criu/arch/s390/sigframe.o [2019-11-16T00:21:34.979Z] LINK criu/arch/s390/crtools.built-in.o [2019-11-16T00:21:34.979Z] DEP criu/arch/s390/vdso-pie.d [2019-11-16T00:21:34.979Z] DEP criu/pie/parasite-vdso.d [2019-11-16T00:21:34.979Z] DEP criu/pie/util-vdso.d [2019-11-16T00:21:34.979Z] DEP criu/pie/util.d [2019-11-16T00:21:34.979Z] CC criu/pie/util.o [2019-11-16T00:21:34.995Z] #4 extracting sha256:4c59acf32674ae17e7d11b0a42208682ba0de0bdd5fd5c0bb018d49fc6a8b3e0 done [2019-11-16T00:21:34.995Z] #4 DONE 15.8s [2019-11-16T00:21:34.995Z] [2019-11-16T00:21:34.995Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-11-16T00:21:35.352Z] CC criu/pie/util-vdso.o [2019-11-16T00:21:35.352Z] CC criu/pie/parasite-vdso.o [2019-11-16T00:21:35.352Z] CC criu/arch/s390/vdso-pie.o [2019-11-16T00:21:35.352Z] AR criu/pie/pie.lib.a [2019-11-16T00:21:35.352Z] DEP criu/pie/restorer.d [2019-11-16T00:21:35.352Z] DEP criu/arch/s390/restorer.d [2019-11-16T00:21:35.719Z] Removing intermediate container c4e714c2dfc9 [2019-11-16T00:21:35.719Z] ---> 3ef6c62b6fbf [2019-11-16T00:21:35.719Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\go FROM_DOCKERFILE=1 [2019-11-16T00:21:35.719Z] ---> Running in fe773e73e174 [2019-11-16T00:21:35.737Z] DEP criu/pie/parasite.d [2019-11-16T00:21:35.737Z] CC criu/pie/parasite.o [2019-11-16T00:21:35.737Z] LINK criu/pie/parasite.built-in.o [2019-11-16T00:21:35.737Z] GEN criu/pie/parasite-blob.h [2019-11-16T00:21:35.737Z] CC criu/arch/s390/restorer.o [2019-11-16T00:21:35.737Z] CC criu/pie/restorer.o [2019-11-16T00:21:36.183Z] Removing intermediate container fe773e73e174 [2019-11-16T00:21:36.183Z] ---> 4f9fe26fe622 [2019-11-16T00:21:36.183Z] Step 5/8 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path 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-11-16T00:21:36.183Z] ---> Running in c893f5442ad2 [2019-11-16T00:21:36.521Z] LINK criu/pie/restorer.built-in.o [2019-11-16T00:21:36.521Z] GEN criu/pie/restorer-blob.h [2019-11-16T00:21:36.521Z] DEP criu/vdso.d [2019-11-16T00:21:36.521Z] DEP criu/uts_ns.d [2019-11-16T00:21:36.521Z] DEP criu/util.d [2019-11-16T00:21:36.521Z] DEP criu/uffd.d [2019-11-16T00:21:36.521Z] DEP criu/tun.d [2019-11-16T00:21:36.521Z] DEP criu/tty.d [2019-11-16T00:21:36.521Z] DEP criu/timerfd.d [2019-11-16T00:21:36.521Z] DEP criu/sysfs_parse.d [2019-11-16T00:21:36.521Z] DEP criu/sysctl.d [2019-11-16T00:21:36.521Z] DEP criu/string.d [2019-11-16T00:21:36.521Z] DEP criu/stats.d [2019-11-16T00:21:36.538Z] fb056072eab9: Pull complete [2019-11-16T00:21:36.905Z] DEP criu/sockets.d [2019-11-16T00:21:36.905Z] DEP criu/sk-unix.d [2019-11-16T00:21:36.905Z] DEP criu/sk-tcp.d [2019-11-16T00:21:36.905Z] DEP criu/sk-queue.d [2019-11-16T00:21:36.905Z] DEP criu/sk-packet.d [2019-11-16T00:21:36.905Z] DEP criu/sk-netlink.d [2019-11-16T00:21:36.905Z] DEP criu/sk-inet.d [2019-11-16T00:21:36.905Z] DEP criu/signalfd.d [2019-11-16T00:21:36.905Z] DEP criu/sigframe.d [2019-11-16T00:21:36.905Z] DEP criu/shmem.d [2019-11-16T00:21:37.269Z] DEP criu/servicefd.d [2019-11-16T00:21:37.269Z] DEP criu/seize.d [2019-11-16T00:21:37.269Z] DEP criu/seccomp.d [2019-11-16T00:21:37.269Z] DEP criu/rst-malloc.d [2019-11-16T00:21:37.269Z] DEP criu/rbtree.d [2019-11-16T00:21:37.269Z] DEP criu/pstree.d [2019-11-16T00:21:37.269Z] DEP criu/protobuf.d [2019-11-16T00:21:37.269Z] GEN criu/protobuf-desc-gen.h [2019-11-16T00:21:37.270Z] 6a33b1f9796f: Pull complete [2019-11-16T00:21:37.611Z] 8f8f8962e456: Pull complete [2019-11-16T00:21:37.647Z] DEP criu/protobuf-desc.d [2019-11-16T00:21:37.647Z] DEP criu/proc_parse.d [2019-11-16T00:21:37.647Z] DEP criu/plugin.d [2019-11-16T00:21:37.647Z] DEP criu/pipes.d [2019-11-16T00:21:37.647Z] DEP criu/pie-util.d [2019-11-16T00:21:37.647Z] DEP criu/pie-util-vdso.d [2019-11-16T00:21:37.647Z] DEP criu/pie-util-vdso-elf32.d [2019-11-16T00:21:37.647Z] DEP criu/path.d [2019-11-16T00:21:37.647Z] DEP criu/parasite-syscall.d [2019-11-16T00:21:38.015Z] DEP criu/pagemap.d [2019-11-16T00:21:38.015Z] DEP criu/pagemap-cache.d [2019-11-16T00:21:38.015Z] DEP criu/page-xfer.d [2019-11-16T00:21:38.015Z] DEP criu/page-pipe.d [2019-11-16T00:21:38.015Z] DEP criu/netfilter.d [2019-11-16T00:21:38.015Z] DEP criu/net.d [2019-11-16T00:21:38.015Z] DEP criu/namespaces.d [2019-11-16T00:21:38.015Z] DEP criu/mount.d [2019-11-16T00:21:38.015Z] DEP criu/mem.d [2019-11-16T00:21:38.015Z] DEP criu/lsm.d [2019-11-16T00:21:38.391Z] DEP criu/log.d [2019-11-16T00:21:38.391Z] DEP criu/libnetlink.d [2019-11-16T00:21:38.391Z] DEP criu/kerndat.d [2019-11-16T00:21:38.391Z] DEP criu/kcmp-ids.d [2019-11-16T00:21:38.391Z] DEP criu/irmap.d [2019-11-16T00:21:38.391Z] DEP criu/ipc_ns.d [2019-11-16T00:21:38.391Z] DEP criu/image.d [2019-11-16T00:21:38.391Z] DEP criu/image-desc.d [2019-11-16T00:21:38.391Z] DEP criu/fsnotify.d [2019-11-16T00:21:38.391Z] DEP criu/filesystems.d [2019-11-16T00:21:38.391Z] DEP criu/files.d [2019-11-16T00:21:38.391Z] DEP criu/files-reg.d [2019-11-16T00:21:38.891Z] DEP criu/files-ext.d [2019-11-16T00:21:38.891Z] DEP criu/file-lock.d [2019-11-16T00:21:38.891Z] DEP criu/file-ids.d [2019-11-16T00:21:38.891Z] DEP criu/fifo.d [2019-11-16T00:21:38.891Z] DEP criu/fdstore.d [2019-11-16T00:21:38.891Z] DEP criu/fault-injection.d [2019-11-16T00:21:38.891Z] DEP criu/external.d [2019-11-16T00:21:38.891Z] DEP criu/eventpoll.d [2019-11-16T00:21:38.891Z] DEP criu/eventfd.d [2019-11-16T00:21:38.891Z] DEP criu/crtools.d [2019-11-16T00:21:38.891Z] DEP criu/cr-service.d [2019-11-16T00:21:38.891Z] DEP criu/cr-restore.d [2019-11-16T00:21:38.891Z] DEP criu/cr-errno.d [2019-11-16T00:21:38.891Z] DEP criu/cr-dump.d [2019-11-16T00:21:38.891Z] DEP criu/cr-dedup.d [2019-11-16T00:21:39.076Z] #5 DONE 4.0s [2019-11-16T00:21:39.076Z] [2019-11-16T00:21:39.076Z] #22 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:21:39.076Z] #22 DONE 0.1s [2019-11-16T00:21:39.076Z] [2019-11-16T00:21:39.076Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2019-11-16T00:21:39.076Z] #23 DONE 0.1s [2019-11-16T00:21:39.076Z] [2019-11-16T00:21:39.076Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-11-16T00:21:39.076Z] #26 DONE 0.1s [2019-11-16T00:21:39.076Z] [2019-11-16T00:21:39.076Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-11-16T00:21:39.076Z] #29 DONE 0.1s [2019-11-16T00:21:39.076Z] [2019-11-16T00:21:39.076Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-11-16T00:21:39.076Z] #60 DONE 0.1s [2019-11-16T00:21:39.076Z] [2019-11-16T00:21:39.076Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-11-16T00:21:39.076Z] #32 DONE 0.1s [2019-11-16T00:21:39.076Z] [2019-11-16T00:21:39.076Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-11-16T00:21:39.076Z] #52 DONE 0.2s [2019-11-16T00:21:39.076Z] [2019-11-16T00:21:39.076Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-11-16T00:21:39.076Z] #49 DONE 0.2s [2019-11-16T00:21:39.076Z] [2019-11-16T00:21:39.076Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-11-16T00:21:39.294Z] DEP criu/cr-check.d [2019-11-16T00:21:39.294Z] DEP criu/config.d [2019-11-16T00:21:39.294Z] DEP criu/clone-noasan.d [2019-11-16T00:21:39.294Z] DEP criu/cgroup.d [2019-11-16T00:21:39.294Z] DEP criu/cgroup-props.d [2019-11-16T00:21:39.294Z] DEP criu/bitmap.d [2019-11-16T00:21:39.294Z] DEP criu/bfd.d [2019-11-16T00:21:39.294Z] DEP criu/autofs.d [2019-11-16T00:21:39.294Z] DEP criu/aio.d [2019-11-16T00:21:39.294Z] DEP criu/action-scripts.d [2019-11-16T00:21:39.294Z] CC criu/action-scripts.o [2019-11-16T00:21:39.318Z] a8cabfe85b36: Verifying Checksum [2019-11-16T00:21:39.318Z] a8cabfe85b36: Download complete [2019-11-16T00:21:39.682Z] CC criu/aio.o [2019-11-16T00:21:39.682Z] CC criu/autofs.o [2019-11-16T00:21:40.054Z] CC criu/bfd.o [2019-11-16T00:21:40.054Z] CC criu/bitmap.o [2019-11-16T00:21:40.054Z] CC criu/cgroup-props.o [2019-11-16T00:21:40.260Z] #5 DONE 5.2s [2019-11-16T00:21:40.260Z] [2019-11-16T00:21:40.260Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:21:40.260Z] #22 DONE 0.1s [2019-11-16T00:21:40.260Z] [2019-11-16T00:21:40.260Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-11-16T00:21:40.415Z] CC criu/cgroup.o [2019-11-16T00:21:40.786Z] CC criu/clone-noasan.o [2019-11-16T00:21:40.786Z] CC criu/config.o [2019-11-16T00:21:40.942Z] [2019-11-16T00:21:40.942Z] SUCCESS: Specified value was saved. [2019-11-16T00:21:41.159Z] CC criu/cr-check.o [2019-11-16T00:21:41.525Z] CC criu/cr-dedup.o [2019-11-16T00:21:41.525Z] CC criu/cr-dump.o [2019-11-16T00:21:41.651Z] 68adcc365214: Pull complete [2019-11-16T00:21:42.319Z] CC criu/cr-errno.o [2019-11-16T00:21:42.319Z] CC criu/cr-restore.o [2019-11-16T00:21:42.491Z] INFO: Downloading git... [2019-11-16T00:21:42.787Z] #17 2.482 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:21:42.787Z] #17 2.484 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:21:42.787Z] #17 2.499 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:21:42.787Z] #17 2.501 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:21:42.787Z] #17 2.506 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:21:43.045Z] #17 2.643 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:21:43.124Z] CC criu/cr-service.o [2019-11-16T00:21:43.303Z] #17 3.054 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:21:43.501Z] CC criu/crtools.o [2019-11-16T00:21:43.501Z] CC criu/eventfd.o [2019-11-16T00:21:43.501Z] CC criu/eventpoll.o [2019-11-16T00:21:43.501Z] INFO: Downloading go... [2019-11-16T00:21:43.562Z] #17 3.328 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:21:43.879Z] CC criu/external.o [2019-11-16T00:21:43.879Z] CC criu/fault-injection.o [2019-11-16T00:21:43.879Z] CC criu/fdstore.o [2019-11-16T00:21:43.956Z] 76d8adf27bdf: Pull complete [2019-11-16T00:21:44.263Z] CC criu/fifo.o [2019-11-16T00:21:44.263Z] CC criu/file-ids.o [2019-11-16T00:21:44.263Z] CC criu/file-lock.o [2019-11-16T00:21:44.316Z] #50 ... [2019-11-16T00:21:44.316Z] [2019-11-16T00:21:44.316Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-11-16T00:21:44.316Z] #44 4.507 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:21:44.316Z] #44 4.507 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:21:44.316Z] #44 4.547 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:21:44.316Z] #44 4.553 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:21:44.316Z] #44 4.578 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:21:44.316Z] #44 5.366 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:21:44.658Z] CC criu/files-ext.o [2019-11-16T00:21:44.658Z] CC criu/files-reg.o [2019-11-16T00:21:45.078Z] INFO: Downloading compiler 1 of 3... [2019-11-16T00:21:45.190Z] CC criu/files.o [2019-11-16T00:21:45.244Z] #44 ... [2019-11-16T00:21:45.244Z] [2019-11-16T00:21:45.244Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-11-16T00:21:45.244Z] #15 5.633 + mktemp -d [2019-11-16T00:21:45.244Z] #15 5.638 + export GOPATH=/tmp/tmp.PwPouFnb5T [2019-11-16T00:21:45.244Z] #15 5.640 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.PwPouFnb5T/src/github.com/go-swagger/go-swagger [2019-11-16T00:21:45.244Z] #15 5.643 Cloning into '/tmp/tmp.PwPouFnb5T/src/github.com/go-swagger/go-swagger'... [2019-11-16T00:21:45.244Z] #15 ... [2019-11-16T00:21:45.244Z] [2019-11-16T00:21:45.244Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-11-16T00:21:45.244Z] #55 6.399 + mktemp -d [2019-11-16T00:21:45.244Z] #55 6.403 + export GOPATH=/tmp/tmp.nEjfSROGA0 [2019-11-16T00:21:45.244Z] #55 6.404 + git clone https://github.com/docker/distribution.git /tmp/tmp.nEjfSROGA0/src/github.com/docker/distribution [2019-11-16T00:21:45.244Z] #55 6.411 Cloning into '/tmp/tmp.nEjfSROGA0/src/github.com/docker/distribution'... [2019-11-16T00:21:45.500Z] #55 ... [2019-11-16T00:21:45.500Z] [2019-11-16T00:21:45.500Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:21:45.500Z] #30 6.439 + RM_GOPATH=0 [2019-11-16T00:21:45.500Z] #30 6.439 + TMP_GOPATH= [2019-11-16T00:21:45.500Z] #30 6.439 + : /build [2019-11-16T00:21:45.500Z] #30 6.439 + '[' -z '' ']' [2019-11-16T00:21:45.500Z] #30 6.439 ++ mktemp -d [2019-11-16T00:21:45.500Z] #30 6.448 + export GOPATH=/tmp/tmp.hqkYB5DF9P [2019-11-16T00:21:45.500Z] #30 6.448 + GOPATH=/tmp/tmp.hqkYB5DF9P [2019-11-16T00:21:45.500Z] #30 6.448 + RM_GOPATH=1 [2019-11-16T00:21:45.500Z] #30 6.451 ++ dirname ./install.sh [2019-11-16T00:21:45.500Z] #30 6.454 + dir=. [2019-11-16T00:21:45.500Z] #30 6.463 + bin=tomlv [2019-11-16T00:21:45.500Z] #30 6.463 + shift [2019-11-16T00:21:45.500Z] #30 6.463 + '[' '!' -f ./tomlv.installer ']' [2019-11-16T00:21:45.500Z] #30 6.463 + . ./tomlv.installer [2019-11-16T00:21:45.500Z] #30 6.464 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:21:45.500Z] #30 6.464 + install_tomlv [2019-11-16T00:21:45.500Z] #30 6.464 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-11-16T00:21:45.500Z] #30 6.464 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:21:45.500Z] #30 6.465 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.hqkYB5DF9P/src/github.com/BurntSushi/toml [2019-11-16T00:21:45.500Z] #30 6.470 Cloning into '/tmp/tmp.hqkYB5DF9P/src/github.com/BurntSushi/toml'... [2019-11-16T00:21:45.608Z] CC criu/filesystems.o [2019-11-16T00:21:45.608Z] CC criu/fsnotify.o [2019-11-16T00:21:45.756Z] #30 ... [2019-11-16T00:21:45.756Z] [2019-11-16T00:21:45.756Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-11-16T00:21:45.756Z] #50 6.608 + RM_GOPATH=0 [2019-11-16T00:21:45.756Z] #50 6.608 + TMP_GOPATH= [2019-11-16T00:21:45.756Z] #50 6.608 + : /build [2019-11-16T00:21:45.756Z] #50 6.608 + '[' -z '' ']' [2019-11-16T00:21:45.756Z] #50 6.608 ++ mktemp -d [2019-11-16T00:21:45.756Z] #50 6.609 + export GOPATH=/tmp/tmp.AHs4tSfxpr [2019-11-16T00:21:45.756Z] #50 6.609 + GOPATH=/tmp/tmp.AHs4tSfxpr [2019-11-16T00:21:45.756Z] #50 6.609 + RM_GOPATH=1 [2019-11-16T00:21:45.756Z] #50 6.609 ++ dirname ./install.sh [2019-11-16T00:21:45.756Z] #50 6.612 + dir=. [2019-11-16T00:21:45.756Z] #50 6.612 + bin=proxy [2019-11-16T00:21:45.756Z] #50 6.612 + shift [2019-11-16T00:21:45.756Z] #50 6.613 + '[' '!' -f ./proxy.installer ']' [2019-11-16T00:21:45.756Z] #50 6.613 + . ./proxy.installer [2019-11-16T00:21:45.756Z] #50 6.613 ++ LIBNETWORK_COMMIT=3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:21:45.756Z] #50 6.614 + install_proxy [2019-11-16T00:21:45.756Z] #50 6.614 + case "$1" in [2019-11-16T00:21:45.756Z] #50 6.614 + export CGO_ENABLED=0 [2019-11-16T00:21:45.756Z] #50 6.614 + CGO_ENABLED=0 [2019-11-16T00:21:45.756Z] #50 6.614 + _install_proxy [2019-11-16T00:21:45.756Z] #50 6.614 + echo 'Install docker-proxy version 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d' [2019-11-16T00:21:45.756Z] #50 6.614 Install docker-proxy version 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:21:45.756Z] #50 6.615 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.AHs4tSfxpr/src/github.com/docker/libnetwork [2019-11-16T00:21:45.756Z] #50 6.619 Cloning into '/tmp/tmp.AHs4tSfxpr/src/github.com/docker/libnetwork'... [2019-11-16T00:21:45.999Z] CC criu/image-desc.o [2019-11-16T00:21:45.999Z] CC criu/image.o [2019-11-16T00:21:46.059Z] INFO: Downloading compiler 2 of 3... [2019-11-16T00:21:46.090Z] #17 5.967 Fetched 7927 kB in 4s (1759 kB/s) [2019-11-16T00:21:46.359Z] CC criu/ipc_ns.o [2019-11-16T00:21:46.522Z] INFO: Downloading compiler 3 of 3... [2019-11-16T00:21:46.729Z] CC criu/irmap.o [2019-11-16T00:21:46.729Z] CC criu/kcmp-ids.o [2019-11-16T00:21:46.729Z] CC criu/kerndat.o [2019-11-16T00:21:46.986Z] INFO: Extracting git... [2019-11-16T00:21:47.117Z] CC criu/libnetlink.o [2019-11-16T00:21:47.117Z] CC criu/log.o [2019-11-16T00:21:47.117Z] CC criu/lsm.o [2019-11-16T00:21:47.478Z] CC criu/mem.o [2019-11-16T00:21:47.852Z] CC criu/mount.o [2019-11-16T00:21:47.991Z] #17 5.967 Reading package lists... [2019-11-16T00:21:48.666Z] CC criu/namespaces.o [2019-11-16T00:21:48.925Z] #17 7.450 Reading package lists... [2019-11-16T00:21:49.019Z] #50 ... [2019-11-16T00:21:49.019Z] [2019-11-16T00:21:49.019Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:21:49.019Z] #35 6.960 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:21:49.019Z] #35 6.962 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:21:49.019Z] #35 7.011 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:21:49.019Z] #35 7.013 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:21:49.019Z] #35 7.063 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:21:49.019Z] #35 7.851 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:21:49.019Z] #35 9.974 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:21:49.019Z] #35 ... [2019-11-16T00:21:49.019Z] [2019-11-16T00:21:49.019Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-11-16T00:21:49.019Z] #6 7.408 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:21:49.019Z] #6 7.410 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:21:49.019Z] #6 7.448 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:21:49.019Z] #6 7.464 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:21:49.019Z] #6 7.486 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:21:49.019Z] #6 8.433 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:21:49.184Z] #17 8.717 Building dependency tree... [2019-11-16T00:21:49.184Z] #17 8.934 Reading state information... [2019-11-16T00:21:49.275Z] #6 ... [2019-11-16T00:21:49.275Z] [2019-11-16T00:21:49.275Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-11-16T00:21:49.275Z] #61 6.841 + RM_GOPATH=0 [2019-11-16T00:21:49.275Z] #61 6.841 + TMP_GOPATH= [2019-11-16T00:21:49.275Z] #61 6.841 + : /build/ [2019-11-16T00:21:49.275Z] #61 6.841 + '[' -z '' ']' [2019-11-16T00:21:49.275Z] #61 6.854 ++ mktemp -d [2019-11-16T00:21:49.275Z] #61 6.861 + export GOPATH=/tmp/tmp.5PUG5WoUNr [2019-11-16T00:21:49.275Z] #61 6.862 + GOPATH=/tmp/tmp.5PUG5WoUNr [2019-11-16T00:21:49.275Z] #61 6.862 + RM_GOPATH=1 [2019-11-16T00:21:49.275Z] #61 6.866 ++ dirname ./install.sh [2019-11-16T00:21:49.275Z] #61 6.869 + dir=. [2019-11-16T00:21:49.275Z] #61 6.869 + bin=rootlesskit [2019-11-16T00:21:49.275Z] #61 6.870 + shift [2019-11-16T00:21:49.275Z] #61 6.872 + '[' '!' -f ./rootlesskit.installer ']' [2019-11-16T00:21:49.275Z] #61 6.872 + . ./rootlesskit.installer [2019-11-16T00:21:49.275Z] #61 6.875 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:21:49.275Z] #61 6.886 + install_rootlesskit [2019-11-16T00:21:49.275Z] #61 6.886 + case "$1" in [2019-11-16T00:21:49.275Z] #61 6.886 + export CGO_ENABLED=0 [2019-11-16T00:21:49.275Z] #61 6.886 + CGO_ENABLED=0 [2019-11-16T00:21:49.275Z] #61 6.887 + _install_rootlesskit [2019-11-16T00:21:49.275Z] #61 6.887 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-11-16T00:21:49.275Z] #61 6.887 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:21:49.275Z] #61 6.890 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.5PUG5WoUNr/src/github.com/rootless-containers/rootlesskit [2019-11-16T00:21:49.275Z] #61 6.892 Cloning into '/tmp/tmp.5PUG5WoUNr/src/github.com/rootless-containers/rootlesskit'... [2019-11-16T00:21:49.275Z] #61 ... [2019-11-16T00:21:49.275Z] [2019-11-16T00:21:49.275Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-11-16T00:21:49.275Z] #27 6.871 + RM_GOPATH=0 [2019-11-16T00:21:49.275Z] #27 6.871 + TMP_GOPATH= [2019-11-16T00:21:49.275Z] #27 6.871 + : /build [2019-11-16T00:21:49.275Z] #27 6.871 + '[' -z '' ']' [2019-11-16T00:21:49.275Z] #27 6.875 ++ mktemp -d [2019-11-16T00:21:49.275Z] #27 6.890 + export GOPATH=/tmp/tmp.xUjeJqkmnc [2019-11-16T00:21:49.275Z] #27 6.890 + GOPATH=/tmp/tmp.xUjeJqkmnc [2019-11-16T00:21:49.275Z] #27 6.890 + RM_GOPATH=1 [2019-11-16T00:21:49.275Z] #27 6.891 ++ dirname ./install.sh [2019-11-16T00:21:49.275Z] #27 6.895 + dir=. [2019-11-16T00:21:49.275Z] #27 6.895 + bin=gotestsum [2019-11-16T00:21:49.275Z] #27 6.895 + shift [2019-11-16T00:21:49.275Z] #27 6.895 + '[' '!' -f ./gotestsum.installer ']' [2019-11-16T00:21:49.275Z] #27 6.895 + . ./gotestsum.installer [2019-11-16T00:21:49.275Z] #27 6.895 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-11-16T00:21:49.275Z] #27 6.895 + install_gotestsum [2019-11-16T00:21:49.275Z] #27 6.895 + echo 'Installing gotestsum version v0.3.5' [2019-11-16T00:21:49.275Z] #27 6.896 Installing gotestsum version v0.3.5 [2019-11-16T00:21:49.275Z] #27 6.896 + go get -d gotest.tools/gotestsum [2019-11-16T00:21:49.275Z] #27 ... [2019-11-16T00:21:49.275Z] [2019-11-16T00:21:49.275Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:21:49.275Z] #57 4.962 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:21:49.275Z] #57 4.962 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:21:49.275Z] #57 5.024 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:21:49.275Z] #57 5.049 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:21:49.275Z] #57 5.097 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:21:49.275Z] #57 5.921 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:21:49.275Z] #57 7.293 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:21:49.275Z] #57 8.142 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:21:49.442Z] #17 9.083 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-11-16T00:21:49.442Z] #17 9.083 The following additional packages will be installed: [2019-11-16T00:21:49.442Z] #17 9.084 libjq1 libonig4 [2019-11-16T00:21:49.442Z] #17 9.143 The following NEW packages will be installed: [2019-11-16T00:21:49.442Z] #17 9.148 jq libjq1 libonig4 [2019-11-16T00:21:49.442Z] #17 ... [2019-11-16T00:21:49.442Z] [2019-11-16T00:21:49.442Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-11-16T00:21:49.442Z] #6 2.706 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:21:49.442Z] #6 2.708 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:21:49.442Z] #6 2.722 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:21:49.442Z] #6 2.723 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:21:49.442Z] #6 2.728 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:21:49.442Z] #6 2.942 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:21:49.442Z] #6 3.350 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:21:49.442Z] #6 3.568 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:21:49.442Z] #6 5.991 Fetched 7927 kB in 4s (1792 kB/s) [2019-11-16T00:21:49.442Z] #6 5.991 Reading package lists... [2019-11-16T00:21:49.442Z] #6 7.422 Reading package lists... [2019-11-16T00:21:49.442Z] #6 8.828 Building dependency tree... [2019-11-16T00:21:49.442Z] #6 9.058 Reading state information... [2019-11-16T00:21:49.442Z] #6 9.233 The following additional packages will be installed: [2019-11-16T00:21:49.442Z] #6 9.234 libapparmor1 libseccomp2 [2019-11-16T00:21:49.442Z] #6 9.235 Suggested packages: [2019-11-16T00:21:49.442Z] #6 9.235 seccomp [2019-11-16T00:21:49.442Z] #6 9.287 The following NEW packages will be installed: [2019-11-16T00:21:49.442Z] #6 9.288 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-11-16T00:21:49.455Z] CC criu/net.o [2019-11-16T00:21:49.530Z] #57 ... [2019-11-16T00:21:49.531Z] [2019-11-16T00:21:49.531Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-11-16T00:21:49.531Z] #17 7.505 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:21:49.531Z] #17 7.507 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:21:49.531Z] #17 7.546 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:21:49.531Z] #17 7.576 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:21:49.531Z] #17 7.602 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:21:49.531Z] #17 8.472 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:21:49.531Z] #17 10.38 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:21:49.787Z] #17 ... [2019-11-16T00:21:49.787Z] [2019-11-16T00:21:49.787Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:21:49.787Z] #33 6.539 + RM_GOPATH=0 [2019-11-16T00:21:49.787Z] #33 6.540 + TMP_GOPATH= [2019-11-16T00:21:49.787Z] #33 6.540 + : /build [2019-11-16T00:21:49.787Z] #33 6.540 + '[' -z '' ']' [2019-11-16T00:21:49.787Z] #33 6.541 ++ mktemp -d [2019-11-16T00:21:49.787Z] #33 6.550 + export GOPATH=/tmp/tmp.Y8OSkRTYZP [2019-11-16T00:21:49.787Z] #33 6.562 + GOPATH=/tmp/tmp.Y8OSkRTYZP [2019-11-16T00:21:49.787Z] #33 6.562 + RM_GOPATH=1 [2019-11-16T00:21:49.787Z] #33 6.562 ++ dirname ./install.sh [2019-11-16T00:21:49.787Z] #33 6.563 + dir=. [2019-11-16T00:21:49.787Z] #33 6.564 + bin=vndr [2019-11-16T00:21:49.787Z] #33 6.565 + shift [2019-11-16T00:21:49.787Z] #33 6.565 + '[' '!' -f ./vndr.installer ']' [2019-11-16T00:21:49.787Z] #33 6.566 + . ./vndr.installer [2019-11-16T00:21:49.787Z] #33 6.566 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:21:49.787Z] #33 6.567 + install_vndr [2019-11-16T00:21:49.787Z] #33 6.567 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-11-16T00:21:49.787Z] #33 6.567 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:21:49.787Z] #33 6.567 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Y8OSkRTYZP/src/github.com/LK4D4/vndr [2019-11-16T00:21:49.787Z] #33 6.572 Cloning into '/tmp/tmp.Y8OSkRTYZP/src/github.com/LK4D4/vndr'... [2019-11-16T00:21:49.787Z] #33 7.609 + cd /tmp/tmp.Y8OSkRTYZP/src/github.com/LK4D4/vndr [2019-11-16T00:21:49.787Z] #33 7.610 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:21:49.787Z] #33 7.650 + go build -buildmode=pie -v -o /build/vndr . [2019-11-16T00:21:49.787Z] #33 9.210 internal/cpu [2019-11-16T00:21:49.787Z] #33 9.233 errors [2019-11-16T00:21:49.787Z] #33 9.370 internal/race [2019-11-16T00:21:49.787Z] #33 9.601 runtime/internal/atomic [2019-11-16T00:21:49.787Z] #33 9.861 internal/bytealg [2019-11-16T00:21:49.787Z] #33 9.953 runtime/internal/sys [2019-11-16T00:21:49.787Z] #33 10.24 runtime/internal/math [2019-11-16T00:21:49.787Z] #33 10.33 sync/atomic [2019-11-16T00:21:49.787Z] #33 10.71 runtime [2019-11-16T00:21:49.787Z] #33 ... [2019-11-16T00:21:49.787Z] [2019-11-16T00:21:49.787Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-11-16T00:21:49.787Z] #53 6.483 + RM_GOPATH=0 [2019-11-16T00:21:49.787Z] #53 6.483 + TMP_GOPATH= [2019-11-16T00:21:49.787Z] #53 6.483 + : /build [2019-11-16T00:21:49.787Z] #53 6.483 + '[' -z '' ']' [2019-11-16T00:21:49.787Z] #53 6.485 ++ mktemp -d [2019-11-16T00:21:49.787Z] #53 6.491 + export GOPATH=/tmp/tmp.t8eFOhB8y1 [2019-11-16T00:21:49.787Z] #53 6.498 + GOPATH=/tmp/tmp.t8eFOhB8y1 [2019-11-16T00:21:49.787Z] #53 6.498 + RM_GOPATH=1 [2019-11-16T00:21:49.787Z] #53 6.501 ++ dirname ./install.sh [2019-11-16T00:21:49.787Z] #53 6.502 + dir=. [2019-11-16T00:21:49.787Z] #53 6.502 + bin=dockercli [2019-11-16T00:21:49.787Z] #53 6.502 + shift [2019-11-16T00:21:49.787Z] #53 6.502 + '[' '!' -f ./dockercli.installer ']' [2019-11-16T00:21:49.787Z] #53 6.502 + . ./dockercli.installer [2019-11-16T00:21:49.787Z] #53 6.505 Install docker/cli version 17.06.2-ce from stable [2019-11-16T00:21:49.787Z] #53 6.505 ++ DOCKERCLI_CHANNEL=stable [2019-11-16T00:21:49.787Z] #53 6.505 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-11-16T00:21:49.787Z] #53 6.505 + install_dockercli [2019-11-16T00:21:49.787Z] #53 6.505 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-11-16T00:21:49.787Z] #53 6.505 ++ uname -m [2019-11-16T00:21:49.787Z] #53 6.506 + arch=x86_64 [2019-11-16T00:21:49.787Z] #53 6.506 + '[' x86_64 '!=' x86_64 ']' [2019-11-16T00:21:49.787Z] #53 6.506 + url=https://download.docker.com/linux/static [2019-11-16T00:21:49.787Z] #53 6.510 + tar -xz docker/docker [2019-11-16T00:21:49.787Z] #53 6.531 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-11-16T00:21:49.957Z] a8cabfe85b36: Pull complete [2019-11-16T00:21:49.957Z] a3fea15583b6: Pull complete [2019-11-16T00:21:49.957Z] Digest: sha256:34ccff2abf48e6ef50fd189d1e0bf9dfcc91d59a5dd57fe22f5cc85f1f69ec7b [2019-11-16T00:21:49.957Z] Status: Downloaded newer image for golang:1.12.12-stretch [2019-11-16T00:21:49.957Z] ---> f9271d0addb7 [2019-11-16T00:21:49.957Z] Step 5/125 : ARG APT_MIRROR [2019-11-16T00:21:49.957Z] ---> Running in 03ed382965ec [2019-11-16T00:21:49.957Z] Removing intermediate container 03ed382965ec [2019-11-16T00:21:49.957Z] ---> 72d3e6a80baa [2019-11-16T00:21:49.957Z] 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-11-16T00:21:49.957Z] ---> Running in f81d6b962001 [2019-11-16T00:21:49.957Z] Removing intermediate container f81d6b962001 [2019-11-16T00:21:49.957Z] ---> 2c089585f858 [2019-11-16T00:21:49.957Z] Step 7/125 : FROM base AS criu [2019-11-16T00:21:49.957Z] ---> 2c089585f858 [2019-11-16T00:21:49.957Z] Step 8/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:21:49.957Z] ---> Running in 7656f7e4d68a [2019-11-16T00:21:50.198Z] #53 ... [2019-11-16T00:21:50.199Z] [2019-11-16T00:21:50.199Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-11-16T00:21:50.199Z] #24 6.509 + RM_GOPATH=0 [2019-11-16T00:21:50.199Z] #24 6.509 + TMP_GOPATH= [2019-11-16T00:21:50.199Z] #24 6.509 + : /build [2019-11-16T00:21:50.199Z] #24 6.510 + '[' -z '' ']' [2019-11-16T00:21:50.199Z] #24 6.510 ++ mktemp -d [2019-11-16T00:21:50.199Z] #24 6.517 + export GOPATH=/tmp/tmp.jDCapCR1NX [2019-11-16T00:21:50.199Z] #24 6.517 + GOPATH=/tmp/tmp.jDCapCR1NX [2019-11-16T00:21:50.199Z] #24 6.517 + RM_GOPATH=1 [2019-11-16T00:21:50.199Z] #24 6.518 ++ dirname ./install.sh [2019-11-16T00:21:50.199Z] #24 6.519 + dir=. [2019-11-16T00:21:50.199Z] #24 6.519 + bin=gometalinter [2019-11-16T00:21:50.199Z] #24 6.519 + shift [2019-11-16T00:21:50.199Z] #24 6.519 + '[' '!' -f ./gometalinter.installer ']' [2019-11-16T00:21:50.199Z] #24 6.519 + . ./gometalinter.installer [2019-11-16T00:21:50.199Z] #24 6.519 ++ GOMETALINTER_COMMIT=v2.0.6 [2019-11-16T00:21:50.199Z] #24 6.520 + install_gometalinter [2019-11-16T00:21:50.199Z] #24 6.520 + echo 'Installing gometalinter version v2.0.6' [2019-11-16T00:21:50.199Z] #24 6.520 Installing gometalinter version v2.0.6 [2019-11-16T00:21:50.199Z] #24 6.520 + go get -d github.com/alecthomas/gometalinter [2019-11-16T00:21:50.199Z] #24 ... [2019-11-16T00:21:50.199Z] [2019-11-16T00:21:50.199Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:21:50.199Z] #33 10.83 unicode [2019-11-16T00:21:50.296Z] Removing intermediate container 7656f7e4d68a [2019-11-16T00:21:50.296Z] ---> 47587fa40e8d [2019-11-16T00:21:50.296Z] Step 9/125 : ENV CRIU_VERSION 3.12 [2019-11-16T00:21:50.296Z] ---> Running in 4499ace43488 [2019-11-16T00:21:50.296Z] Removing intermediate container 4499ace43488 [2019-11-16T00:21:50.296Z] ---> 987aac08b30c [2019-11-16T00:21:50.296Z] 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-11-16T00:21:50.296Z] ---> Running in 406ae9906a7b [2019-11-16T00:21:50.302Z] CC criu/netfilter.o [2019-11-16T00:21:50.303Z] CC criu/page-pipe.o [2019-11-16T00:21:50.303Z] CC criu/page-xfer.o [2019-11-16T00:21:50.377Z] #6 ... [2019-11-16T00:21:50.377Z] [2019-11-16T00:21:50.377Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-11-16T00:21:50.377Z] #15 1.235 + mktemp -d [2019-11-16T00:21:50.377Z] #15 1.248 + export GOPATH=/tmp/tmp.v53vtPCK5p [2019-11-16T00:21:50.377Z] #15 1.248 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.v53vtPCK5p/src/github.com/go-swagger/go-swagger [2019-11-16T00:21:50.377Z] #15 1.248 Cloning into '/tmp/tmp.v53vtPCK5p/src/github.com/go-swagger/go-swagger'... [2019-11-16T00:21:50.377Z] #15 8.078 + cd /tmp/tmp.v53vtPCK5p/src/github.com/go-swagger/go-swagger [2019-11-16T00:21:50.377Z] #15 8.078 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-11-16T00:21:50.377Z] #15 8.632 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-11-16T00:21:50.377Z] #15 ... [2019-11-16T00:21:50.377Z] [2019-11-16T00:21:50.377Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-11-16T00:21:50.377Z] #17 10.19 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:21:50.377Z] #17 10.19 Need to get 327 kB of archives. [2019-11-16T00:21:50.377Z] #17 10.19 After this operation, 1157 kB of additional disk space will be used. [2019-11-16T00:21:50.377Z] #17 10.19 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-11-16T00:21:50.377Z] #17 10.20 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-11-16T00:21:50.377Z] #17 10.20 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-11-16T00:21:50.636Z] #17 10.43 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:21:50.636Z] #17 10.49 Fetched 327 kB in 1s (315 kB/s) [2019-11-16T00:21:50.636Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:21:50.636Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:21:50.636Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:21:50.636Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:21:50.636Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:21:50.894Z] #17 10.52 Selecting previously unselected package libonig4:amd64. [2019-11-16T00:21:50.895Z] #17 10.52 (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-11-16T00:21:50.895Z] #17 10.54 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-11-16T00:21:50.895Z] #17 10.55 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-11-16T00:21:50.895Z] #17 10.64 Selecting previously unselected package libjq1:amd64. [2019-11-16T00:21:50.895Z] #17 10.64 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-11-16T00:21:50.895Z] #17 10.64 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-11-16T00:21:50.895Z] #17 10.72 Selecting previously unselected package jq. [2019-11-16T00:21:50.895Z] #17 10.72 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-11-16T00:21:50.895Z] #17 10.73 Unpacking jq (1.5+dfsg-1.3) ... [2019-11-16T00:21:50.922Z] CC criu/pagemap-cache.o [2019-11-16T00:21:50.922Z] CC criu/pagemap.o [2019-11-16T00:21:50.922Z] CC criu/parasite-syscall.o [2019-11-16T00:21:50.974Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [487 kB] [2019-11-16T00:21:51.153Z] #17 10.81 Setting up libonig4:amd64 (6.1.3-2) ... [2019-11-16T00:21:51.154Z] #17 10.83 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-11-16T00:21:51.154Z] #17 10.84 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:21:51.154Z] #17 10.90 Setting up jq (1.5+dfsg-1.3) ... [2019-11-16T00:21:51.312Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-11-16T00:21:51.312Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-11-16T00:21:51.320Z] CC criu/path.o [2019-11-16T00:21:51.320Z] CC criu/pie-util-vdso-elf32.o [2019-11-16T00:21:51.320Z] CC criu/pie-util-vdso.o [2019-11-16T00:21:51.702Z] CC criu/pie-util.o [2019-11-16T00:21:51.702Z] CC criu/pipes.o [2019-11-16T00:21:51.702Z] CC criu/plugin.o [2019-11-16T00:21:52.088Z] CC criu/proc_parse.o [2019-11-16T00:21:52.089Z] #17 DONE 11.5s [2019-11-16T00:21:52.089Z] [2019-11-16T00:21:52.089Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-11-16T00:21:52.089Z] #19 DONE 0.1s [2019-11-16T00:21:52.089Z] [2019-11-16T00:21:52.089Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-11-16T00:21:52.089Z] #6 10.32 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:21:52.089Z] #6 10.32 Need to get 300 kB of archives. [2019-11-16T00:21:52.089Z] #6 10.32 After this operation, 1201 kB of additional disk space will be used. [2019-11-16T00:21:52.089Z] #6 10.32 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-11-16T00:21:52.089Z] #6 10.32 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-11-16T00:21:52.089Z] #6 10.33 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-11-16T00:21:52.089Z] #6 10.33 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-11-16T00:21:52.089Z] #6 10.60 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:21:52.089Z] #6 10.66 Fetched 300 kB in 1s (291 kB/s) [2019-11-16T00:21:52.089Z] #6 10.69 Selecting previously unselected package libseccomp2:amd64. [2019-11-16T00:21:52.089Z] #6 10.69 (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-11-16T00:21:52.089Z] #6 10.71 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-11-16T00:21:52.089Z] #6 10.72 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-11-16T00:21:52.089Z] #6 10.78 Selecting previously unselected package libseccomp-dev:amd64. [2019-11-16T00:21:52.089Z] #6 10.78 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-11-16T00:21:52.089Z] #6 10.79 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-11-16T00:21:52.089Z] #6 10.87 Selecting previously unselected package libapparmor1:amd64. [2019-11-16T00:21:52.089Z] #6 10.87 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-11-16T00:21:52.089Z] #6 10.87 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-11-16T00:21:52.089Z] #6 10.94 Selecting previously unselected package libapparmor-dev:amd64. [2019-11-16T00:21:52.089Z] #6 10.94 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-11-16T00:21:52.089Z] #6 10.94 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-11-16T00:21:52.089Z] #6 11.04 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:21:52.089Z] #6 11.14 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-11-16T00:21:52.089Z] #6 11.54 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-11-16T00:21:52.089Z] #6 11.55 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-11-16T00:21:52.089Z] #6 11.57 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-11-16T00:21:52.089Z] #6 11.59 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:21:52.089Z] #6 DONE 11.8s [2019-11-16T00:21:52.089Z] [2019-11-16T00:21:52.089Z] #7 [dev 1/24] RUN groupadd -r docker [2019-11-16T00:21:52.859Z] CC criu/protobuf-desc.o [2019-11-16T00:21:53.239Z] CC criu/protobuf.o [2019-11-16T00:21:53.239Z] CC criu/pstree.o [2019-11-16T00:21:53.615Z] Fetched 7727 kB in 2s (2958 kB/s) [2019-11-16T00:21:53.620Z] CC criu/rbtree.o [2019-11-16T00:21:53.620Z] CC criu/rst-malloc.o [2019-11-16T00:21:53.620Z] CC criu/seccomp.o [2019-11-16T00:21:53.992Z] #7 DONE 2.0s [2019-11-16T00:21:53.992Z] [2019-11-16T00:21:53.992Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:21:54.003Z] CC criu/seize.o [2019-11-16T00:21:54.003Z] CC criu/servicefd.o [2019-11-16T00:21:54.252Z] #20 2.356 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-11-16T00:21:54.252Z] #20 2.547 [2019-11-16T00:21:54.361Z] #33 14.65 unicode/utf8 [2019-11-16T00:21:54.363Z] CC criu/shmem.o [2019-11-16T00:21:54.402Z] Reading package lists... [2019-11-16T00:21:54.618Z] #33 15.35 math/bits [2019-11-16T00:21:54.735Z] CC criu/sigframe.o [2019-11-16T00:21:54.735Z] CC criu/signalfd.o [2019-11-16T00:21:54.735Z] CC criu/sk-inet.o [2019-11-16T00:21:55.031Z] #20 2.717 ############ 17.7% ######################### 35.0% ######################################## 55.6% ###################################################### 75.4% ############################################################### 88.4% ######################################################################## 100.0% [2019-11-16T00:21:55.113Z] CC criu/sk-netlink.o [2019-11-16T00:21:55.113Z] CC criu/sk-packet.o [2019-11-16T00:21:55.179Z] #33 16.02 math [2019-11-16T00:21:55.289Z] #20 3.311 [2019-11-16T00:21:55.437Z] #33 ... [2019-11-16T00:21:55.437Z] [2019-11-16T00:21:55.437Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-11-16T00:21:55.437Z] #53 15.25 + mkdir -p /build [2019-11-16T00:21:55.437Z] #53 15.26 + mv docker/docker /build/ [2019-11-16T00:21:55.437Z] #53 15.27 + rmdir docker [2019-11-16T00:21:55.437Z] #53 DONE 16.2s [2019-11-16T00:21:55.437Z] [2019-11-16T00:21:55.437Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:21:55.437Z] #30 7.809 + cd /tmp/tmp.hqkYB5DF9P/src/github.com/BurntSushi/toml [2019-11-16T00:21:55.437Z] #30 7.811 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:21:55.437Z] #30 7.852 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-11-16T00:21:55.437Z] #30 8.618 errors [2019-11-16T00:21:55.437Z] #30 8.640 internal/cpu [2019-11-16T00:21:55.437Z] #30 8.733 math/bits [2019-11-16T00:21:55.437Z] #30 9.264 internal/bytealg [2019-11-16T00:21:55.437Z] #30 9.470 math [2019-11-16T00:21:55.437Z] #30 9.786 runtime/internal/atomic [2019-11-16T00:21:55.437Z] #30 10.14 runtime/internal/sys [2019-11-16T00:21:55.437Z] #30 10.37 runtime/internal/math [2019-11-16T00:21:55.437Z] #30 10.80 runtime [2019-11-16T00:21:55.437Z] #30 15.24 unicode/utf8 [2019-11-16T00:21:55.437Z] #30 15.73 strconv [2019-11-16T00:21:55.547Z] #20 3.471 ########################### 38.1% ######################################################################## 100.0% [2019-11-16T00:21:55.547Z] #20 3.729 [2019-11-16T00:21:55.618Z] CC criu/sk-queue.o [2019-11-16T00:21:55.618Z] CC criu/sk-tcp.o [2019-11-16T00:21:55.618Z] CC criu/sk-unix.o [2019-11-16T00:21:55.692Z] #30 ... [2019-11-16T00:21:55.692Z] [2019-11-16T00:21:55.692Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-11-16T00:21:55.692Z] #44 6.839 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:21:55.692Z] #44 7.677 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:21:55.692Z] #44 ... [2019-11-16T00:21:55.692Z] [2019-11-16T00:21:55.692Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-11-16T00:21:55.692Z] #24 13.95 + cd /tmp/tmp.jDCapCR1NX/src/github.com/alecthomas/gometalinter [2019-11-16T00:21:55.692Z] #24 13.95 + git checkout -q v2.0.6 [2019-11-16T00:21:55.692Z] #24 14.50 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-11-16T00:21:55.922Z] Reading package lists... [2019-11-16T00:21:55.922Z] Building dependency tree... [2019-11-16T00:21:55.922Z] Reading state information... [2019-11-16T00:21:55.922Z] The following additional packages will be installed: [2019-11-16T00:21:55.922Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-11-16T00:21:55.922Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-11-16T00:21:55.922Z] Suggested packages: [2019-11-16T00:21:55.922Z] manpages-dev python-setuptools [2019-11-16T00:21:56.326Z] #20 3.883 ######## 11.1% ###################### 31.9% ###################################### 52.9% ######################################################## 78.5% ######################################################################## 100.0% [2019-11-16T00:21:56.326Z] #20 4.423 [2019-11-16T00:21:56.489Z] CC criu/sockets.o [2019-11-16T00:21:56.489Z] CC criu/stats.o [2019-11-16T00:21:56.489Z] CC criu/string.o [2019-11-16T00:21:56.489Z] CC criu/sysctl.o [2019-11-16T00:21:56.655Z] The following NEW packages will be installed: [2019-11-16T00:21:56.655Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-11-16T00:21:56.655Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-11-16T00:21:56.655Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-11-16T00:21:56.655Z] zlib1g-dev [2019-11-16T00:21:56.655Z] 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:21:56.655Z] Need to get 3548 kB of archives. [2019-11-16T00:21:56.655Z] After this operation, 21.2 MB of additional disk space will be used. [2019-11-16T00:21:56.655Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-11-16T00:21:56.655Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-11-16T00:21:56.655Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-11-16T00:21:56.655Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-11-16T00:21:56.655Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-11-16T00:21:56.655Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-11-16T00:21:56.655Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-11-16T00:21:56.655Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-11-16T00:21:56.655Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-11-16T00:21:56.655Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-11-16T00:21:56.655Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-11-16T00:21:56.655Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-11-16T00:21:56.655Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-11-16T00:21:56.655Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-11-16T00:21:56.655Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-11-16T00:21:56.655Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-11-16T00:21:56.850Z] CC criu/sysfs_parse.o [2019-11-16T00:21:56.850Z] CC criu/timerfd.o [2019-11-16T00:21:56.995Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:21:56.995Z] Fetched 3548 kB in 0s (9730 kB/s) [2019-11-16T00:21:56.995Z] Selecting previously unselected package libnet1:ppc64el. [2019-11-16T00:21:56.996Z] (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-11-16T00:21:56.996Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-11-16T00:21:56.996Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-11-16T00:21:56.996Z] Selecting previously unselected package libcap-dev:ppc64el. [2019-11-16T00:21:56.996Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-11-16T00:21:56.996Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-11-16T00:21:56.996Z] Selecting previously unselected package libnet1-dev. [2019-11-16T00:21:56.996Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-11-16T00:21:56.996Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-11-16T00:21:57.209Z] CC criu/tty.o [2019-11-16T00:21:57.335Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-11-16T00:21:57.335Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-11-16T00:21:57.335Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-11-16T00:21:57.335Z] Selecting previously unselected package libnl-3-dev:ppc64el. [2019-11-16T00:21:57.335Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-11-16T00:21:57.335Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-11-16T00:21:57.335Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-11-16T00:21:57.335Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-11-16T00:21:57.335Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-11-16T00:21:57.335Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-11-16T00:21:57.335Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-11-16T00:21:57.335Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-11-16T00:21:57.335Z] Selecting previously unselected package zlib1g-dev:ppc64el. [2019-11-16T00:21:57.335Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-11-16T00:21:57.335Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-11-16T00:21:57.335Z] Selecting previously unselected package libprotobuf10:ppc64el. [2019-11-16T00:21:57.335Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-11-16T00:21:57.335Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-11-16T00:21:57.335Z] Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-11-16T00:21:57.335Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-11-16T00:21:57.335Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-11-16T00:21:57.589Z] CC criu/tun.o [2019-11-16T00:21:57.673Z] Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-11-16T00:21:57.673Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-11-16T00:21:57.673Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-11-16T00:21:57.673Z] Selecting previously unselected package libprotoc10:ppc64el. [2019-11-16T00:21:57.673Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-11-16T00:21:57.673Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-11-16T00:21:57.673Z] Selecting previously unselected package protobuf-c-compiler. [2019-11-16T00:21:57.922Z] #20 4.583 ## 3.1% ####### 10.4% ############## 19.5% #################### 28.9% ########################## 36.5% ################################ 44.5% ################################## 48.6% ########################################## 59.3% ################################################ 66.7% ##################################################### 74.2% ########################################################## 81.4% ################################################################ 89.0% ##################################################################### 96.6% ####################################################################### 99.4% ######################################################################## 100.0% [2019-11-16T00:21:57.922Z] #20 6.176 [2019-11-16T00:21:57.964Z] CC criu/uffd.o [2019-11-16T00:21:58.013Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-11-16T00:21:58.013Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-11-16T00:21:58.013Z] Selecting previously unselected package protobuf-compiler. [2019-11-16T00:21:58.013Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-11-16T00:21:58.013Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-11-16T00:21:58.013Z] Selecting previously unselected package python-pkg-resources. [2019-11-16T00:21:58.013Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-11-16T00:21:58.013Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-11-16T00:21:58.013Z] Selecting previously unselected package python-protobuf. [2019-11-16T00:21:58.013Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-11-16T00:21:58.013Z] Unpacking python-protobuf (3.0.0-9) ... [2019-11-16T00:21:58.013Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-11-16T00:21:58.013Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-11-16T00:21:58.013Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-11-16T00:21:58.336Z] CC criu/util.o [2019-11-16T00:21:58.487Z] #20 6.579 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-11-16T00:21:58.707Z] CC criu/uts_ns.o [2019-11-16T00:21:58.707Z] CC criu/vdso.o [2019-11-16T00:21:58.745Z] #20 6.744 [2019-11-16T00:21:58.745Z] #20 6.850 ######################################################################## 100.0% [2019-11-16T00:21:58.745Z] #20 6.937 [2019-11-16T00:21:58.961Z] #24 ... [2019-11-16T00:21:58.961Z] [2019-11-16T00:21:58.961Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:21:58.961Z] #30 19.64 internal/race [2019-11-16T00:21:58.961Z] #30 19.76 sync/atomic [2019-11-16T00:21:59.079Z] LINK criu/built-in.o [2019-11-16T00:21:59.079Z] LINK criu/criu [2019-11-16T00:21:59.079Z] DEP lib/c/criu.d [2019-11-16T00:21:59.079Z] CC images/rpc.pb-c.o [2019-11-16T00:21:59.191Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-11-16T00:21:59.191Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-11-16T00:21:59.191Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:21:59.191Z] Setting up python-protobuf (3.0.0-9) ... [2019-11-16T00:21:59.269Z] #30 20.19 unicode [2019-11-16T00:21:59.269Z] #30 ... [2019-11-16T00:21:59.269Z] [2019-11-16T00:21:59.269Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-11-16T00:21:59.269Z] #6 10.42 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:21:59.269Z] #6 11.34 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:21:59.311Z] #20 7.358 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-11-16T00:21:59.311Z] #20 7.486 [2019-11-16T00:21:59.452Z] CC lib/c/criu.o [2019-11-16T00:21:59.525Z] #6 ... [2019-11-16T00:21:59.525Z] [2019-11-16T00:21:59.525Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:21:59.525Z] #57 20.49 Fetched 7927 kB in 16s (479 kB/s) [2019-11-16T00:21:59.568Z] #20 7.627 ## 3.6% ######################################################################## 100.0% [2019-11-16T00:21:59.568Z] #20 7.710 [2019-11-16T00:21:59.781Z] #57 20.49 Reading package lists... [2019-11-16T00:21:59.781Z] #57 ... [2019-11-16T00:21:59.781Z] [2019-11-16T00:21:59.781Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:21:59.781Z] #35 10.79 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:21:59.781Z] #35 ... [2019-11-16T00:21:59.781Z] [2019-11-16T00:21:59.781Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-11-16T00:21:59.781Z] #55 20.06 + cd /tmp/tmp.nEjfSROGA0/src/github.com/docker/distribution [2019-11-16T00:21:59.781Z] #55 20.06 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-11-16T00:21:59.816Z] LINK lib/c/built-in.o [2019-11-16T00:21:59.816Z] LINK lib/c/libcriu.so [2019-11-16T00:21:59.816Z] GEN magic.py [2019-11-16T00:21:59.816Z] Note: Building without setproctitle() and strlcpy() support. [2019-11-16T00:21:59.816Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-11-16T00:21:59.816Z] fatal: Not a git repository (or any of the parent directories): .git [2019-11-16T00:22:00.134Z] #20 8.193 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-11-16T00:22:00.134Z] #20 8.326 skipping existing 1849cc453dee [2019-11-16T00:22:00.179Z] make[1]: Nothing to be done for 'all'. [2019-11-16T00:22:00.179Z] make[1]: 'images/built-in.o' is up to date. [2019-11-16T00:22:00.179Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-11-16T00:22:00.179Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-11-16T00:22:00.179Z] make[1]: 'compel/libcompel.a' is up to date. [2019-11-16T00:22:00.179Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-11-16T00:22:00.179Z] make[1]: Nothing to be done for 'all'. [2019-11-16T00:22:00.179Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-11-16T00:22:00.179Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:22:00.179Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:22:00.179Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:22:00.342Z] #55 ... [2019-11-16T00:22:00.342Z] [2019-11-16T00:22:00.342Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-11-16T00:22:00.342Z] #17 11.41 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:22:00.342Z] #17 ... [2019-11-16T00:22:00.342Z] [2019-11-16T00:22:00.342Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-11-16T00:22:00.342Z] #61 11.39 + cd /tmp/tmp.5PUG5WoUNr/src/github.com/rootless-containers/rootlesskit [2019-11-16T00:22:00.342Z] #61 11.39 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:22:00.342Z] #61 11.65 + for f in rootlesskit rootlesskit-docker-proxy [2019-11-16T00:22:00.342Z] #61 11.65 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-11-16T00:22:00.363Z] Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-11-16T00:22:00.363Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-11-16T00:22:00.363Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-11-16T00:22:00.363Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-11-16T00:22:00.363Z] Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-11-16T00:22:00.363Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-11-16T00:22:00.363Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-11-16T00:22:00.363Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-11-16T00:22:00.363Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-11-16T00:22:00.363Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-11-16T00:22:00.363Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:00.391Z] #20 8.505 [2019-11-16T00:22:00.544Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:22:00.544Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:22:00.544Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:22:00.544Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:22:00.544Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:22:00.544Z] INSTALL criu/criu [2019-11-16T00:22:00.598Z] #61 ... [2019-11-16T00:22:00.598Z] [2019-11-16T00:22:00.598Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-11-16T00:22:00.598Z] #50 20.93 + cd /tmp/tmp.AHs4tSfxpr/src/github.com/docker/libnetwork [2019-11-16T00:22:00.598Z] #50 20.93 + git checkout -q 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:22:00.598Z] #50 21.47 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-11-16T00:22:00.958Z] #20 9.008 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-11-16T00:22:00.958Z] #20 9.136 [2019-11-16T00:22:01.216Z] #20 9.256 ######################################################################## 100.0% [2019-11-16T00:22:01.216Z] #20 9.403 [2019-11-16T00:22:01.216Z] #20 9.422 Download of images into '/build' complete. [2019-11-16T00:22:01.216Z] #20 9.422 Use something like the following to load the result into a Docker daemon: [2019-11-16T00:22:01.216Z] #20 9.423 tar -cC '/build' . | docker load [2019-11-16T00:22:01.544Z] Removing intermediate container 406ae9906a7b [2019-11-16T00:22:01.544Z] ---> 1d3528e38b1a [2019-11-16T00:22:01.544Z] 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-11-16T00:22:01.544Z] ---> Running in 0769ce0a5a60 [2019-11-16T00:22:01.968Z] Removing intermediate container 9c0041da2401 [2019-11-16T00:22:01.968Z] ---> 4a36923d7e28 [2019-11-16T00:22:01.968Z] Step 12/125 : FROM base AS registry [2019-11-16T00:22:01.968Z] ---> ad1f020b58ab [2019-11-16T00:22:01.968Z] Step 13/125 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-11-16T00:22:01.968Z] ---> Running in 307641ab2ad5 [2019-11-16T00:22:01.968Z] Removing intermediate container 307641ab2ad5 [2019-11-16T00:22:01.968Z] ---> 419665084662 [2019-11-16T00:22:01.968Z] Step 14/125 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-11-16T00:22:01.968Z] ---> Running in 01cda0e8a534 [2019-11-16T00:22:02.270Z] Note: Building without setproctitle() and strlcpy() support. [2019-11-16T00:22:02.270Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-11-16T00:22:02.332Z] Removing intermediate container 01cda0e8a534 [2019-11-16T00:22:02.332Z] ---> 3106ad763d50 [2019-11-16T00:22:02.332Z] 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-11-16T00:22:02.332Z] ---> Running in 534b1119407b [2019-11-16T00:22:02.613Z] fatal: Not a git repository (or any of the parent directories): .git [2019-11-16T00:22:02.613Z]  GEN .gitid [2019-11-16T00:22:02.613Z] GEN criu/include/version.h [2019-11-16T00:22:02.613Z] GEN include/common/asm [2019-11-16T00:22:02.694Z] + mktemp -d [2019-11-16T00:22:02.694Z] + export GOPATH=/tmp/tmp.xJNfmWWQVn [2019-11-16T00:22:02.694Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.xJNfmWWQVn/src/github.com/docker/distribution [2019-11-16T00:22:02.694Z] Cloning into '/tmp/tmp.xJNfmWWQVn/src/github.com/docker/distribution'... [2019-11-16T00:22:02.951Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-11-16T00:22:02.952Z] PBCC images/opts.pb-c.c [2019-11-16T00:22:02.952Z] PBCC images/sit.pb-c.c [2019-11-16T00:22:02.952Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-11-16T00:22:02.952Z] DEP images/opts.pb-c.d [2019-11-16T00:22:02.952Z] DEP images/sit.pb-c.d [2019-11-16T00:22:02.952Z] PBCC images/macvlan.pb-c.c [2019-11-16T00:22:02.952Z] DEP images/macvlan.pb-c.d [2019-11-16T00:22:02.952Z] PBCC images/autofs.pb-c.c [2019-11-16T00:22:02.952Z] DEP images/autofs.pb-c.d [2019-11-16T00:22:02.952Z] PBCC images/sysctl.pb-c.c [2019-11-16T00:22:02.952Z] DEP images/sysctl.pb-c.d [2019-11-16T00:22:02.952Z] PBCC images/time.pb-c.c [2019-11-16T00:22:02.952Z] DEP images/time.pb-c.d [2019-11-16T00:22:02.952Z] PBCC images/binfmt-misc.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/binfmt-misc.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/seccomp.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/seccomp.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/userns.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/userns.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/cgroup.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/cgroup.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/fown.pb-c.c [2019-11-16T00:22:03.293Z] PBCC images/ext-file.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/fown.pb-c.d [2019-11-16T00:22:03.293Z] DEP images/ext-file.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/rpc.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/rpc.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/siginfo.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/siginfo.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/pagemap.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/pagemap.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/rlimit.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/rlimit.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/file-lock.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/file-lock.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/tty.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/tty.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/tun.pb-c.c [2019-11-16T00:22:03.293Z] PBCC images/netdev.pb-c.c [2019-11-16T00:22:03.293Z] DEP images/tun.pb-c.d [2019-11-16T00:22:03.293Z] DEP images/netdev.pb-c.d [2019-11-16T00:22:03.293Z] PBCC images/vma.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/vma.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/creds.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/creds.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/utsns.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/utsns.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/ipc-desc.pb-c.c [2019-11-16T00:22:03.632Z] PBCC images/ipc-sem.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/ipc-desc.pb-c.d [2019-11-16T00:22:03.632Z] DEP images/ipc-sem.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/ipc-msg.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/ipc-msg.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/ipc-shm.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/ipc-shm.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/ipc-var.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/ipc-var.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/sk-opts.pb-c.c [2019-11-16T00:22:03.632Z] PBCC images/packet-sock.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/sk-opts.pb-c.d [2019-11-16T00:22:03.632Z] DEP images/packet-sock.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/sk-netlink.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/sk-netlink.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/sk-inet.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/sk-inet.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/sk-unix.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/sk-unix.pb-c.d [2019-11-16T00:22:03.632Z] PBCC images/mm.pb-c.c [2019-11-16T00:22:03.632Z] DEP images/mm.pb-c.d [2019-11-16T00:22:03.745Z] #20 DONE 11.7s [2019-11-16T00:22:03.745Z] [2019-11-16T00:22:03.745Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-11-16T00:22:03.745Z] #8 DONE 9.5s [2019-11-16T00:22:03.745Z] [2019-11-16T00:22:03.745Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-11-16T00:22:03.970Z] PBCC images/timerfd.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/timerfd.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/timer.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/timer.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/sa.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/sa.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/pipe-data.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/pipe-data.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/mnt.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/mnt.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/sk-packet.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/sk-packet.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/tcp-stream.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/tcp-stream.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/pipe.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/pipe.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/pstree.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/pstree.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/fs.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/fs.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/signalfd.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/signalfd.pb-c.d [2019-11-16T00:22:03.970Z] PBCC images/fh.pb-c.c [2019-11-16T00:22:03.970Z] PBCC images/fsnotify.pb-c.c [2019-11-16T00:22:03.970Z] DEP images/fh.pb-c.d [2019-11-16T00:22:03.970Z] DEP images/fsnotify.pb-c.d [2019-11-16T00:22:04.309Z] PBCC images/eventpoll.pb-c.c [2019-11-16T00:22:04.309Z] DEP images/eventpoll.pb-c.d [2019-11-16T00:22:04.309Z] PBCC images/eventfd.pb-c.c [2019-11-16T00:22:04.309Z] DEP images/eventfd.pb-c.d [2019-11-16T00:22:04.309Z] PBCC images/remap-file-path.pb-c.c [2019-11-16T00:22:04.309Z] DEP images/remap-file-path.pb-c.d [2019-11-16T00:22:04.309Z] PBCC images/fifo.pb-c.c [2019-11-16T00:22:04.309Z] DEP images/fifo.pb-c.d [2019-11-16T00:22:04.309Z] PBCC images/ghost-file.pb-c.c [2019-11-16T00:22:04.309Z] DEP images/ghost-file.pb-c.d [2019-11-16T00:22:04.309Z] PBCC images/regfile.pb-c.c [2019-11-16T00:22:04.309Z] DEP images/regfile.pb-c.d [2019-11-16T00:22:04.309Z] PBCC images/ns.pb-c.c [2019-11-16T00:22:04.309Z] DEP images/ns.pb-c.d [2019-11-16T00:22:04.309Z] PBCC images/fdinfo.pb-c.c [2019-11-16T00:22:04.309Z] DEP images/fdinfo.pb-c.d [2019-11-16T00:22:04.309Z] PBCC images/core-aarch64.pb-c.c [2019-11-16T00:22:04.309Z] PBCC images/core-arm.pb-c.c [2019-11-16T00:22:04.309Z] PBCC images/core-ppc64.pb-c.c [2019-11-16T00:22:04.309Z] PBCC images/core-s390.pb-c.c [2019-11-16T00:22:04.309Z] PBCC images/core-x86.pb-c.c [2019-11-16T00:22:04.309Z] PBCC images/core.pb-c.c [2019-11-16T00:22:04.309Z] PBCC images/inventory.pb-c.c [2019-11-16T00:22:04.309Z] DEP images/core-aarch64.pb-c.d [2019-11-16T00:22:04.309Z] DEP images/core-arm.pb-c.d [2019-11-16T00:22:04.534Z] + cd /tmp/tmp.xJNfmWWQVn/src/github.com/docker/distribution [2019-11-16T00:22:04.534Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-11-16T00:22:04.534Z] + GOPATH=/tmp/tmp.xJNfmWWQVn/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.xJNfmWWQVn go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-11-16T00:22:04.659Z] DEP images/core-ppc64.pb-c.d [2019-11-16T00:22:04.659Z] DEP images/core-s390.pb-c.d [2019-11-16T00:22:04.659Z] DEP images/core-x86.pb-c.d [2019-11-16T00:22:04.659Z] DEP images/core.pb-c.d [2019-11-16T00:22:04.659Z] DEP images/inventory.pb-c.d [2019-11-16T00:22:04.659Z] PBCC images/cpuinfo.pb-c.c [2019-11-16T00:22:04.659Z] DEP images/cpuinfo.pb-c.d [2019-11-16T00:22:04.659Z] PBCC images/stats.pb-c.c [2019-11-16T00:22:04.660Z] DEP images/stats.pb-c.d [2019-11-16T00:22:04.732Z] INFO: Expanding go... [2019-11-16T00:22:05.043Z] make[1]: Nothing to be done for 'all'. [2019-11-16T00:22:05.043Z] CC images/stats.o [2019-11-16T00:22:05.405Z] CC images/core.o [2019-11-16T00:22:05.405Z] CC images/core-x86.o [2019-11-16T00:22:05.770Z] #9 2.048 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-11-16T00:22:05.775Z] CC images/core-arm.o [2019-11-16T00:22:05.775Z] CC images/core-aarch64.o [2019-11-16T00:22:05.836Z] #50 ... [2019-11-16T00:22:05.836Z] [2019-11-16T00:22:05.836Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:22:05.836Z] #33 20.99 strconv [2019-11-16T00:22:05.836Z] #33 24.50 internal/testlog [2019-11-16T00:22:05.836Z] #33 24.74 encoding [2019-11-16T00:22:05.836Z] #33 24.92 unicode/utf16 [2019-11-16T00:22:05.836Z] #33 25.16 container/list [2019-11-16T00:22:05.836Z] #33 25.86 crypto/internal/subtle [2019-11-16T00:22:05.836Z] #33 25.98 crypto/subtle [2019-11-16T00:22:05.836Z] #33 26.10 crypto/rc4 [2019-11-16T00:22:05.836Z] #33 26.43 internal/x/crypto/cryptobyte/asn1 [2019-11-16T00:22:05.836Z] #33 26.53 internal/nettrace [2019-11-16T00:22:05.836Z] #33 26.66 internal/x/net/dns/dnsmessage [2019-11-16T00:22:06.035Z] #9 DONE 2.3s [2019-11-16T00:22:06.035Z] [2019-11-16T00:22:06.035Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-11-16T00:22:06.124Z] CC images/core-ppc64.o [2019-11-16T00:22:06.124Z] CC images/core-s390.o [2019-11-16T00:22:06.396Z] #33 ... [2019-11-16T00:22:06.396Z] [2019-11-16T00:22:06.396Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:06.396Z] #57 20.49 Reading package lists... [2019-11-16T00:22:06.510Z] CC images/cpuinfo.o [2019-11-16T00:22:06.510Z] CC images/inventory.o [2019-11-16T00:22:06.510Z] CC images/fdinfo.o [2019-11-16T00:22:06.854Z] CC images/fown.o [2019-11-16T00:22:06.854Z] CC images/ns.o [2019-11-16T00:22:06.854Z] CC images/regfile.o [2019-11-16T00:22:06.854Z] CC images/ghost-file.o [2019-11-16T00:22:07.198Z] CC images/fifo.o [2019-11-16T00:22:07.198Z] CC images/remap-file-path.o [2019-11-16T00:22:07.198Z] CC images/eventfd.o [2019-11-16T00:22:07.198Z] CC images/eventpoll.o [2019-11-16T00:22:07.415Z] #10 DONE 1.7s [2019-11-16T00:22:07.415Z] [2019-11-16T00:22:07.415Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-11-16T00:22:07.556Z] CC images/fh.o [2019-11-16T00:22:07.556Z] CC images/fsnotify.o [2019-11-16T00:22:07.556Z] CC images/signalfd.o [2019-11-16T00:22:07.673Z] #15 27.42 + rm -rf /tmp/tmp.v53vtPCK5p [2019-11-16T00:22:07.931Z] #15 DONE 27.6s [2019-11-16T00:22:07.931Z] [2019-11-16T00:22:07.931Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-11-16T00:22:08.014Z] CC images/fs.o [2019-11-16T00:22:08.015Z] CC images/pstree.o [2019-11-16T00:22:08.015Z] CC images/pipe.o [2019-11-16T00:22:08.015Z] CC images/tcp-stream.o [2019-11-16T00:22:08.015Z] CC images/sk-packet.o [2019-11-16T00:22:08.380Z] CC images/mnt.o [2019-11-16T00:22:08.380Z] CC images/pipe-data.o [2019-11-16T00:22:08.380Z] CC images/sa.o [2019-11-16T00:22:08.380Z] CC images/timer.o [2019-11-16T00:22:08.380Z] CC images/timerfd.o [2019-11-16T00:22:08.380Z] CC images/mm.o [2019-11-16T00:22:08.765Z] CC images/sk-opts.o [2019-11-16T00:22:08.765Z] CC images/sk-unix.o [2019-11-16T00:22:08.765Z] CC images/sk-inet.o [2019-11-16T00:22:08.866Z] #11 DONE 1.3s [2019-11-16T00:22:08.867Z] [2019-11-16T00:22:08.867Z] #12 [dev 6/24] RUN ldconfig [2019-11-16T00:22:09.115Z] CC images/tun.o [2019-11-16T00:22:09.115Z] CC images/sk-netlink.o [2019-11-16T00:22:09.115Z] CC images/packet-sock.o [2019-11-16T00:22:09.115Z] CC images/ipc-var.o [2019-11-16T00:22:09.161Z] #57 27.86 Reading package lists... [2019-11-16T00:22:09.161Z] #57 ... [2019-11-16T00:22:09.161Z] [2019-11-16T00:22:09.161Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-11-16T00:22:09.161Z] #44 20.25 Fetched 7927 kB in 16s (473 kB/s) [2019-11-16T00:22:09.161Z] #44 20.25 Reading package lists... [2019-11-16T00:22:09.417Z] #44 26.51 Reading package lists... [2019-11-16T00:22:09.417Z] #44 ... [2019-11-16T00:22:09.417Z] [2019-11-16T00:22:09.417Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-11-16T00:22:09.417Z] #55 22.73 + GOPATH=/tmp/tmp.nEjfSROGA0/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.nEjfSROGA0 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-11-16T00:22:09.454Z] CC images/ipc-desc.o [2019-11-16T00:22:09.454Z] CC images/ipc-shm.o [2019-11-16T00:22:09.454Z] CC images/ipc-msg.o [2019-11-16T00:22:09.454Z] CC images/ipc-sem.o [2019-11-16T00:22:09.454Z] CC images/utsns.o [2019-11-16T00:22:09.797Z] CC images/creds.o [2019-11-16T00:22:09.797Z] CC images/vma.o [2019-11-16T00:22:09.797Z] CC images/netdev.o [2019-11-16T00:22:09.797Z] CC images/tty.o [2019-11-16T00:22:09.799Z] #12 DONE 0.8s [2019-11-16T00:22:09.799Z] [2019-11-16T00:22:09.800Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:10.134Z] CC images/file-lock.o [2019-11-16T00:22:10.134Z] CC images/rlimit.o [2019-11-16T00:22:10.134Z] CC images/pagemap.o [2019-11-16T00:22:10.484Z] CC images/siginfo.o [2019-11-16T00:22:10.484Z] CC images/rpc.o [2019-11-16T00:22:10.779Z] #55 ... [2019-11-16T00:22:10.779Z] [2019-11-16T00:22:10.779Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:22:10.779Z] #33 31.46 runtime/cgo [2019-11-16T00:22:10.826Z] CC images/ext-file.o [2019-11-16T00:22:10.826Z] CC images/cgroup.o [2019-11-16T00:22:11.164Z] CC images/userns.o [2019-11-16T00:22:11.164Z] CC images/google/protobuf/descriptor.o [2019-11-16T00:22:11.695Z] #13 1.842 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:22:11.695Z] #13 1.923 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:22:11.695Z] #13 1.932 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:22:11.695Z] #13 1.933 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:22:11.695Z] #13 1.937 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:22:11.695Z] #13 2.013 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:22:11.696Z] #13 2.123 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:22:11.704Z] #33 ... [2019-11-16T00:22:11.704Z] [2019-11-16T00:22:11.704Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-11-16T00:22:11.704Z] #17 22.61 Fetched 7927 kB in 16s (492 kB/s) [2019-11-16T00:22:11.704Z] #17 22.61 Reading package lists... [2019-11-16T00:22:11.704Z] #17 28.69 Reading package lists... [2019-11-16T00:22:11.704Z] #17 ... [2019-11-16T00:22:11.704Z] [2019-11-16T00:22:11.704Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-11-16T00:22:11.704Z] #44 26.51 Reading package lists... [2019-11-16T00:22:11.895Z] CC images/opts.o [2019-11-16T00:22:11.895Z] CC images/seccomp.o [2019-11-16T00:22:11.895Z] CC images/binfmt-misc.o [2019-11-16T00:22:11.953Z] #13 2.208 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:22:11.959Z] #44 32.85 Building dependency tree... [2019-11-16T00:22:11.959Z] #44 ... [2019-11-16T00:22:11.959Z] [2019-11-16T00:22:11.959Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-11-16T00:22:11.959Z] #6 23.07 Fetched 7927 kB in 16s (473 kB/s) [2019-11-16T00:22:11.959Z] #6 23.07 Reading package lists... [2019-11-16T00:22:12.214Z] #6 30.28 Reading package lists... [2019-11-16T00:22:12.214Z] #6 ... [2019-11-16T00:22:12.214Z] [2019-11-16T00:22:12.214Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:12.214Z] #35 23.25 Fetched 7927 kB in 17s (459 kB/s) [2019-11-16T00:22:12.214Z] #35 23.25 Reading package lists... [2019-11-16T00:22:12.214Z] #35 30.37 Reading package lists... [2019-11-16T00:22:12.214Z] #35 ... [2019-11-16T00:22:12.214Z] [2019-11-16T00:22:12.214Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:22:12.214Z] #30 23.72 internal/testlog [2019-11-16T00:22:12.214Z] #30 24.03 encoding [2019-11-16T00:22:12.214Z] #30 24.17 runtime/cgo [2019-11-16T00:22:12.248Z] CC images/time.o [2019-11-16T00:22:12.248Z] CC images/sysctl.o [2019-11-16T00:22:12.248Z] CC images/autofs.o [2019-11-16T00:22:12.248Z] CC images/macvlan.o [2019-11-16T00:22:12.248Z] CC images/sit.o [2019-11-16T00:22:12.248Z] LINK images/built-in.o [2019-11-16T00:22:12.611Z] GEN compel/include/asm [2019-11-16T00:22:12.611Z] GEN compel/include/version.h [2019-11-16T00:22:12.611Z] touch .config [2019-11-16T00:22:12.611Z] GEN include/common/config.h [2019-11-16T00:22:12.611Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-11-16T00:22:12.611Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-11-16T00:22:12.611Z] GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-11-16T00:22:12.611Z] DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-11-16T00:22:12.611Z] DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-11-16T00:22:12.611Z] DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-11-16T00:22:12.611Z] DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-11-16T00:22:12.611Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-11-16T00:22:12.611Z] DEP compel/plugins/std/infect.d [2019-11-16T00:22:12.611Z] DEP compel/plugins/std/string.d [2019-11-16T00:22:12.611Z] DEP compel/plugins/std/log.d [2019-11-16T00:22:12.611Z] DEP compel/plugins/std/fds.d [2019-11-16T00:22:12.611Z] DEP compel/plugins/std/std.d [2019-11-16T00:22:12.611Z] DEP compel/plugins/shmem/shmem.d [2019-11-16T00:22:12.611Z] DEP compel/plugins/fds/fds.d [2019-11-16T00:22:12.774Z] #30 ... [2019-11-16T00:22:12.774Z] [2019-11-16T00:22:12.774Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:12.774Z] #57 27.86 Reading package lists... [2019-11-16T00:22:12.888Z] #13 3.275 Fetched 7927 kB in 2s (3087 kB/s) [2019-11-16T00:22:12.964Z] CC compel/plugins/std/std.o [2019-11-16T00:22:12.964Z] CC compel/plugins/std/fds.o [2019-11-16T00:22:12.964Z] CC compel/plugins/std/log.o [2019-11-16T00:22:13.314Z] CC compel/plugins/std/string.o [2019-11-16T00:22:13.453Z] #13 3.275 Reading package lists... [2019-11-16T00:22:13.670Z] CC compel/plugins/std/infect.o [2019-11-16T00:22:13.670Z] CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-11-16T00:22:13.670Z] CC compel/arch/ppc64/plugins/std/memcpy.o [2019-11-16T00:22:13.670Z] CC compel/arch/ppc64/plugins/std/memcmp.o [2019-11-16T00:22:13.670Z] CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-11-16T00:22:13.670Z] AR compel/plugins/std.lib.a [2019-11-16T00:22:13.670Z] CC compel/plugins/fds/fds.o [2019-11-16T00:22:14.018Z] #13 3.863 Reading package lists... [2019-11-16T00:22:14.018Z] #13 4.434 Building dependency tree... [2019-11-16T00:22:14.029Z] AR compel/plugins/fds.lib.a [2019-11-16T00:22:14.029Z] HOSTDEP compel/src/lib/log-host.d [2019-11-16T00:22:14.029Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-11-16T00:22:14.029Z] HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-11-16T00:22:14.029Z] HOSTDEP compel/src/main-host.d [2019-11-16T00:22:14.029Z] DEP compel/src/lib/ptrace.d [2019-11-16T00:22:14.029Z] DEP compel/src/lib/infect.d [2019-11-16T00:22:14.029Z] DEP compel/src/lib/infect-util.d [2019-11-16T00:22:14.276Z] #13 4.532 Reading state information... [2019-11-16T00:22:14.276Z] #13 4.615 The following additional packages will be installed: [2019-11-16T00:22:14.276Z] #13 4.615 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-11-16T00:22:14.276Z] #13 4.615 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-11-16T00:22:14.276Z] #13 4.616 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-11-16T00:22:14.276Z] #13 4.616 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-11-16T00:22:14.276Z] #13 4.616 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-11-16T00:22:14.276Z] #13 4.616 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-11-16T00:22:14.276Z] #13 4.616 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-11-16T00:22:14.276Z] #13 4.616 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-11-16T00:22:14.276Z] #13 4.616 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-11-16T00:22:14.276Z] #13 4.617 Suggested packages: [2019-11-16T00:22:14.276Z] #13 4.617 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-11-16T00:22:14.276Z] #13 4.617 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-11-16T00:22:14.276Z] #13 4.617 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-11-16T00:22:14.276Z] #13 4.617 vim-doc vim-scripts xfsdump acl attr quota [2019-11-16T00:22:14.276Z] #13 4.617 Recommended packages: [2019-11-16T00:22:14.276Z] #13 4.617 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-11-16T00:22:14.276Z] #13 4.617 python3-keyrings.alt python3-xdg unzip [2019-11-16T00:22:14.382Z] DEP compel/src/lib/infect-rpc.d [2019-11-16T00:22:14.382Z] DEP compel/arch/ppc64/src/lib/infect.d [2019-11-16T00:22:14.382Z] DEP compel/arch/ppc64/src/lib/cpu.d [2019-11-16T00:22:14.382Z] DEP compel/src/lib/log.d [2019-11-16T00:22:14.382Z] DEP compel/src/main.d [2019-11-16T00:22:14.382Z] DEP compel/src/lib/handle-elf.d [2019-11-16T00:22:14.382Z] DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-11-16T00:22:14.382Z] CC compel/src/lib/log.o [2019-11-16T00:22:14.390Z] #57 34.28 Building dependency tree... [2019-11-16T00:22:14.390Z] #57 35.38 Reading state information... [2019-11-16T00:22:14.724Z] CC compel/arch/ppc64/src/lib/cpu.o [2019-11-16T00:22:14.724Z] CC compel/arch/ppc64/src/lib/infect.o [2019-11-16T00:22:14.841Z] #13 5.254 The following NEW packages will be installed: [2019-11-16T00:22:14.842Z] #13 5.254 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-11-16T00:22:15.065Z] CC compel/src/lib/infect-rpc.o [2019-11-16T00:22:15.065Z] CC compel/src/lib/infect-util.o [2019-11-16T00:22:15.065Z] CC compel/src/lib/infect.o [2019-11-16T00:22:15.098Z] #13 5.254 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-11-16T00:22:15.098Z] #13 5.254 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-11-16T00:22:15.098Z] #13 5.254 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-11-16T00:22:15.098Z] #13 5.254 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-11-16T00:22:15.098Z] #13 5.254 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-11-16T00:22:15.098Z] #13 5.254 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-11-16T00:22:15.098Z] #13 5.254 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-11-16T00:22:15.098Z] #13 5.254 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-11-16T00:22:15.098Z] #13 5.254 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-11-16T00:22:15.098Z] #13 5.255 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-11-16T00:22:15.098Z] #13 5.255 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-11-16T00:22:15.099Z] #13 5.255 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-11-16T00:22:15.099Z] #13 5.255 xfsprogs xxd xz-utils zip [2019-11-16T00:22:15.315Z] #57 36.33 The following additional packages will be installed: [2019-11-16T00:22:15.315Z] #57 36.34 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-11-16T00:22:15.315Z] #57 36.34 libprotoc10 python-pkg-resources zlib1g-dev [2019-11-16T00:22:15.315Z] #57 36.35 Suggested packages: [2019-11-16T00:22:15.315Z] #57 36.37 manpages-dev python-setuptools [2019-11-16T00:22:16.030Z] #13 6.387 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:22:16.030Z] #13 6.387 Need to get 90.9 MB of archives. [2019-11-16T00:22:16.030Z] #13 6.387 After this operation, 541 MB of additional disk space will be used. [2019-11-16T00:22:16.030Z] #13 6.387 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-11-16T00:22:16.030Z] #13 6.393 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-11-16T00:22:16.030Z] #13 6.394 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-11-16T00:22:16.030Z] #13 6.399 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-11-16T00:22:16.030Z] #13 6.402 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-11-16T00:22:16.030Z] #13 6.403 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-11-16T00:22:16.030Z] #13 6.414 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-11-16T00:22:16.030Z] #13 6.431 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-11-16T00:22:16.030Z] #13 6.432 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-11-16T00:22:16.030Z] #13 6.433 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-11-16T00:22:16.030Z] #13 6.453 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-11-16T00:22:16.030Z] #13 6.456 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-11-16T00:22:16.030Z] #13 6.456 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-11-16T00:22:16.030Z] #13 6.457 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-11-16T00:22:16.030Z] #13 6.458 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-11-16T00:22:16.030Z] #13 6.459 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-11-16T00:22:16.030Z] #13 6.460 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-11-16T00:22:16.030Z] #13 6.461 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-11-16T00:22:16.030Z] #13 6.462 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-11-16T00:22:16.030Z] #13 6.463 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-11-16T00:22:16.030Z] #13 6.463 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-11-16T00:22:16.030Z] #13 6.466 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-11-16T00:22:16.030Z] #13 6.468 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-11-16T00:22:16.030Z] #13 6.470 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-11-16T00:22:16.030Z] #13 6.470 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-11-16T00:22:16.030Z] #13 6.471 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-11-16T00:22:16.030Z] #13 6.474 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-11-16T00:22:16.030Z] #13 6.475 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-11-16T00:22:16.030Z] #13 6.476 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-11-16T00:22:16.030Z] #13 6.482 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-11-16T00:22:16.030Z] #13 6.482 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-11-16T00:22:16.030Z] #13 6.484 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-11-16T00:22:16.030Z] #13 6.485 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-11-16T00:22:16.030Z] #13 6.487 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-11-16T00:22:16.030Z] #13 6.488 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-11-16T00:22:16.030Z] #13 6.489 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-11-16T00:22:16.030Z] #13 6.489 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-11-16T00:22:16.030Z] #13 6.490 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-11-16T00:22:16.030Z] #13 6.491 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-11-16T00:22:16.030Z] #13 6.494 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-11-16T00:22:16.030Z] #13 6.497 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-11-16T00:22:16.030Z] #13 6.499 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-11-16T00:22:16.030Z] #13 6.505 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-11-16T00:22:16.030Z] #13 6.507 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-11-16T00:22:16.030Z] #13 6.508 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-11-16T00:22:16.030Z] #13 6.509 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-11-16T00:22:16.030Z] #13 6.513 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-11-16T00:22:16.247Z] CC compel/src/lib/ptrace.o [2019-11-16T00:22:16.247Z] AR compel/libcompel.a [2019-11-16T00:22:16.247Z] HOSTCC compel/src/main-host.o [2019-11-16T00:22:16.247Z] HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-11-16T00:22:16.247Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-11-16T00:22:16.288Z] #13 6.520 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-11-16T00:22:16.288Z] #13 6.532 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-11-16T00:22:16.288Z] #13 6.535 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-11-16T00:22:16.288Z] #13 6.548 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-11-16T00:22:16.288Z] #13 6.549 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-11-16T00:22:16.288Z] #13 6.551 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-11-16T00:22:16.288Z] #13 6.553 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-11-16T00:22:16.288Z] #13 6.554 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-11-16T00:22:16.288Z] #13 6.558 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-11-16T00:22:16.288Z] #13 6.618 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-11-16T00:22:16.288Z] #13 6.628 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-11-16T00:22:16.288Z] #13 6.636 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-11-16T00:22:16.288Z] #13 6.638 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-11-16T00:22:16.288Z] #13 6.639 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-11-16T00:22:16.288Z] #13 6.644 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-11-16T00:22:16.288Z] #13 6.665 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-11-16T00:22:16.288Z] #13 6.688 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-11-16T00:22:16.288Z] #13 6.693 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-11-16T00:22:16.288Z] #13 6.737 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-11-16T00:22:16.546Z] #13 6.787 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-11-16T00:22:16.546Z] #13 6.790 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-11-16T00:22:16.590Z] HOSTCC compel/src/lib/log-host.o [2019-11-16T00:22:16.590Z] HOSTLINK compel/compel-host-bin [2019-11-16T00:22:16.590Z] DEP soccr/soccr.d [2019-11-16T00:22:16.590Z] CC soccr/soccr.o [2019-11-16T00:22:16.804Z] #13 7.180 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-11-16T00:22:17.062Z] #13 7.538 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:22:17.062Z] #13 7.560 Fetched 90.9 MB in 2s (42.0 MB/s) [2019-11-16T00:22:17.062Z] #13 7.587 Selecting previously unselected package bash-completion. [2019-11-16T00:22:17.200Z] #57 38.07 The following NEW packages will be installed: [2019-11-16T00:22:17.200Z] #57 38.08 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-11-16T00:22:17.200Z] #57 38.08 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-11-16T00:22:17.200Z] #57 38.08 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-11-16T00:22:17.200Z] #57 38.08 zlib1g-dev [2019-11-16T00:22:17.320Z] #13 7.587 (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-11-16T00:22:17.320Z] #13 7.596 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-11-16T00:22:17.330Z] AR soccr/libsoccr.a [2019-11-16T00:22:17.330Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-11-16T00:22:17.330Z] DEP criu/arch/ppc64/sigframe.d [2019-11-16T00:22:17.330Z] DEP criu/arch/ppc64/crtools.d [2019-11-16T00:22:17.330Z] DEP criu/arch/ppc64/cpu.d [2019-11-16T00:22:17.670Z] CC criu/arch/ppc64/cpu.o [2019-11-16T00:22:17.670Z] CC criu/arch/ppc64/crtools.o [2019-11-16T00:22:17.885Z] #13 8.174 Unpacking bash-completion (1:2.1-4.3) ... [2019-11-16T00:22:17.885Z] #13 8.285 Selecting previously unselected package libnet1:amd64. [2019-11-16T00:22:17.885Z] #13 8.287 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-11-16T00:22:17.885Z] #13 8.290 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-11-16T00:22:17.885Z] #13 8.323 Selecting previously unselected package libnfnetlink0:amd64. [2019-11-16T00:22:17.885Z] #13 8.323 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-11-16T00:22:17.885Z] #13 8.326 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-11-16T00:22:17.885Z] #13 8.358 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-11-16T00:22:17.885Z] #13 8.358 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-11-16T00:22:17.885Z] #13 8.365 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-11-16T00:22:17.885Z] #13 8.402 Selecting previously unselected package libudev-dev:amd64. [2019-11-16T00:22:18.008Z] CC criu/arch/ppc64/sigframe.o [2019-11-16T00:22:18.126Z] #57 39.18 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:22:18.126Z] #57 39.18 Need to get 3602 kB of archives. [2019-11-16T00:22:18.126Z] #57 39.18 After this operation, 18.9 MB of additional disk space will be used. [2019-11-16T00:22:18.126Z] #57 39.18 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-11-16T00:22:18.126Z] #57 39.31 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-11-16T00:22:18.142Z] #13 8.404 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-11-16T00:22:18.142Z] #13 8.411 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-11-16T00:22:18.142Z] #13 8.528 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-11-16T00:22:18.142Z] #13 8.530 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-11-16T00:22:18.142Z] #13 8.533 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-11-16T00:22:18.345Z] LINK criu/arch/ppc64/crtools.built-in.o [2019-11-16T00:22:18.345Z] DEP criu/arch/ppc64/misc.d [2019-11-16T00:22:18.345Z] DEP criu/arch/ppc64/vdso-trampoline.d [2019-11-16T00:22:18.345Z] DEP criu/arch/ppc64/vdso-pie.d [2019-11-16T00:22:18.345Z] DEP criu/pie/parasite-vdso.d [2019-11-16T00:22:18.345Z] DEP criu/pie/util-vdso.d [2019-11-16T00:22:18.345Z] DEP criu/pie/util.d [2019-11-16T00:22:18.345Z] CC criu/pie/util.o [2019-11-16T00:22:18.380Z] #57 39.32 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-11-16T00:22:18.381Z] #57 39.32 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-11-16T00:22:18.381Z] #57 39.33 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-11-16T00:22:18.381Z] #57 39.33 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-11-16T00:22:18.381Z] #57 39.34 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-11-16T00:22:18.381Z] #57 39.34 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-11-16T00:22:18.381Z] #57 39.37 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-11-16T00:22:18.381Z] #57 39.44 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-11-16T00:22:18.381Z] #57 ... [2019-11-16T00:22:18.381Z] [2019-11-16T00:22:18.381Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-11-16T00:22:18.381Z] #15 39.38 + cd /tmp/tmp.PwPouFnb5T/src/github.com/go-swagger/go-swagger [2019-11-16T00:22:18.381Z] #15 39.38 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-11-16T00:22:18.381Z] #15 ... [2019-11-16T00:22:18.381Z] [2019-11-16T00:22:18.381Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-11-16T00:22:18.381Z] #50 DONE 39.3s [2019-11-16T00:22:18.399Z] #13 8.740 Selecting previously unselected package python3.5-minimal. [2019-11-16T00:22:18.399Z] #13 8.742 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-11-16T00:22:18.399Z] #13 8.747 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-11-16T00:22:18.635Z] [2019-11-16T00:22:18.636Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:18.636Z] #57 39.48 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-11-16T00:22:18.636Z] #57 39.57 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-11-16T00:22:18.636Z] #57 39.69 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-11-16T00:22:18.636Z] #57 39.69 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-11-16T00:22:18.636Z] #57 39.69 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-11-16T00:22:18.636Z] #57 39.75 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-11-16T00:22:18.657Z] #13 9.030 Selecting previously unselected package python3-minimal. [2019-11-16T00:22:18.657Z] #13 9.032 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-11-16T00:22:18.657Z] #13 9.035 Unpacking python3-minimal (3.5.3-1) ... [2019-11-16T00:22:18.657Z] #13 9.066 Selecting previously unselected package libmpdec2:amd64. [2019-11-16T00:22:18.657Z] #13 9.068 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-11-16T00:22:18.657Z] #13 9.071 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-11-16T00:22:18.657Z] #13 9.105 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-11-16T00:22:18.682Z] CC criu/pie/util-vdso.o [2019-11-16T00:22:18.683Z] CC criu/pie/parasite-vdso.o [2019-11-16T00:22:18.914Z] #13 9.107 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-11-16T00:22:18.914Z] #13 9.110 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-11-16T00:22:18.914Z] #13 9.355 Selecting previously unselected package python3.5. [2019-11-16T00:22:19.020Z] CC criu/arch/ppc64/vdso-pie.o [2019-11-16T00:22:19.172Z] #13 9.357 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-11-16T00:22:19.172Z] #13 9.360 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-11-16T00:22:19.172Z] #13 9.399 Selecting previously unselected package libpython3-stdlib:amd64. [2019-11-16T00:22:19.172Z] #13 9.401 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-11-16T00:22:19.172Z] #13 9.404 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-11-16T00:22:19.172Z] #13 9.437 Selecting previously unselected package dh-python. [2019-11-16T00:22:19.172Z] #13 9.439 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-11-16T00:22:19.172Z] #13 9.443 Unpacking dh-python (2.20170125) ... [2019-11-16T00:22:19.172Z] #13 9.488 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-11-16T00:22:19.172Z] #13 9.501 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-11-16T00:22:19.358Z] CC criu/arch/ppc64/vdso-trampoline.o [2019-11-16T00:22:19.358Z] CC criu/arch/ppc64/misc.o [2019-11-16T00:22:19.358Z] AR criu/pie/pie.lib.a [2019-11-16T00:22:19.358Z] DEP criu/pie/restorer.d [2019-11-16T00:22:19.358Z] DEP criu/arch/ppc64/restorer.d [2019-11-16T00:22:19.358Z] DEP criu/pie/parasite.d [2019-11-16T00:22:19.358Z] CC criu/pie/parasite.o [2019-11-16T00:22:19.430Z] #13 9.938 Setting up python3-minimal (3.5.3-1) ... [2019-11-16T00:22:19.688Z] #13 10.13 Selecting previously unselected package python3. [2019-11-16T00:22:19.688Z] #13 10.13 (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-11-16T00:22:19.688Z] #13 10.14 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-11-16T00:22:19.688Z] #13 10.14 Unpacking python3 (3.5.3-1) ... [2019-11-16T00:22:19.688Z] #13 10.17 Selecting previously unselected package pigz. [2019-11-16T00:22:19.688Z] #13 10.17 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-11-16T00:22:19.688Z] #13 10.17 Unpacking pigz (2.3.4-1) ... [2019-11-16T00:22:19.688Z] #13 10.20 Selecting previously unselected package libip4tc0:amd64. [2019-11-16T00:22:19.946Z] #13 10.21 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-11-16T00:22:19.946Z] #13 10.21 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:22:19.946Z] #13 10.24 Selecting previously unselected package libip6tc0:amd64. [2019-11-16T00:22:19.946Z] #13 10.24 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-11-16T00:22:19.946Z] #13 10.25 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:22:19.946Z] #13 10.28 Selecting previously unselected package libiptc0:amd64. [2019-11-16T00:22:19.946Z] #13 10.28 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-11-16T00:22:19.946Z] #13 10.29 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:22:19.946Z] #13 10.32 Selecting previously unselected package libxtables12:amd64. [2019-11-16T00:22:19.946Z] #13 10.32 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-11-16T00:22:19.946Z] #13 10.33 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:22:19.946Z] #13 10.37 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-11-16T00:22:19.946Z] #13 10.37 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-11-16T00:22:19.946Z] #13 10.37 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-11-16T00:22:19.946Z] #13 10.40 Selecting previously unselected package iptables. [2019-11-16T00:22:19.946Z] #13 10.40 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-11-16T00:22:19.946Z] #13 10.40 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-11-16T00:22:19.946Z] #13 10.46 Selecting previously unselected package xxd. [2019-11-16T00:22:19.999Z] #57 ... [2019-11-16T00:22:19.999Z] [2019-11-16T00:22:20.000Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-11-16T00:22:20.000Z] #44 32.85 Building dependency tree... [2019-11-16T00:22:20.000Z] #44 34.36 Reading state information... [2019-11-16T00:22:20.000Z] #44 35.72 The following additional packages will be installed: [2019-11-16T00:22:20.000Z] #44 35.73 btrfs-progs liblzo2-2 [2019-11-16T00:22:20.000Z] #44 36.09 The following NEW packages will be installed: [2019-11-16T00:22:20.000Z] #44 36.10 btrfs-progs btrfs-tools liblzo2-2 [2019-11-16T00:22:20.000Z] #44 37.27 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:22:20.000Z] #44 37.27 Need to get 649 kB of archives. [2019-11-16T00:22:20.000Z] #44 37.27 After this operation, 4320 kB of additional disk space will be used. [2019-11-16T00:22:20.000Z] #44 37.27 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-11-16T00:22:20.000Z] #44 37.27 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-11-16T00:22:20.000Z] #44 37.33 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-11-16T00:22:20.000Z] #44 38.30 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:22:20.000Z] #44 38.45 Fetched 649 kB in 1s (579 kB/s) [2019-11-16T00:22:20.000Z] #44 38.54 Selecting previously unselected package liblzo2-2:amd64. [2019-11-16T00:22:20.000Z] #44 38.54 (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-11-16T00:22:20.000Z] #44 38.59 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-11-16T00:22:20.000Z] #44 38.60 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:22:20.000Z] #44 38.99 Selecting previously unselected package btrfs-progs. [2019-11-16T00:22:20.000Z] #44 39.00 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-11-16T00:22:20.000Z] #44 39.02 Unpacking btrfs-progs (4.7.3-1) ... [2019-11-16T00:22:20.000Z] #44 39.94 Selecting previously unselected package btrfs-tools. [2019-11-16T00:22:20.000Z] #44 39.99 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-11-16T00:22:20.000Z] #44 40.01 Unpacking btrfs-tools (4.7.3-1) ... [2019-11-16T00:22:20.000Z] #44 40.23 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:20.000Z] #44 40.35 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:22:20.000Z] #44 40.37 Setting up btrfs-progs (4.7.3-1) ... [2019-11-16T00:22:20.000Z] #44 40.38 Setting up btrfs-tools (4.7.3-1) ... [2019-11-16T00:22:20.000Z] #44 40.39 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:20.000Z] #44 DONE 40.9s [2019-11-16T00:22:20.000Z] [2019-11-16T00:22:20.000Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:22:20.000Z] #45 DONE 0.2s [2019-11-16T00:22:20.000Z] [2019-11-16T00:22:20.000Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-11-16T00:22:20.000Z] #46 DONE 0.1s [2019-11-16T00:22:20.000Z] [2019-11-16T00:22:20.000Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-11-16T00:22:20.000Z] #17 28.69 Reading package lists... [2019-11-16T00:22:20.000Z] #17 34.83 Building dependency tree... [2019-11-16T00:22:20.000Z] #17 36.02 Reading state information... [2019-11-16T00:22:20.000Z] #17 37.23 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-11-16T00:22:20.000Z] #17 37.23 The following additional packages will be installed: [2019-11-16T00:22:20.000Z] #17 37.24 libjq1 libonig4 [2019-11-16T00:22:20.000Z] #17 37.72 The following NEW packages will be installed: [2019-11-16T00:22:20.000Z] #17 37.73 jq libjq1 libonig4 [2019-11-16T00:22:20.000Z] #17 38.86 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:22:20.000Z] #17 38.86 Need to get 327 kB of archives. [2019-11-16T00:22:20.000Z] #17 38.86 After this operation, 1157 kB of additional disk space will be used. [2019-11-16T00:22:20.000Z] #17 38.86 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-11-16T00:22:20.000Z] #17 38.91 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-11-16T00:22:20.000Z] #17 38.92 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-11-16T00:22:20.000Z] #17 39.99 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:22:20.000Z] #17 40.23 Fetched 327 kB in 1s (303 kB/s) [2019-11-16T00:22:20.000Z] #17 40.55 Selecting previously unselected package libonig4:amd64. [2019-11-16T00:22:20.000Z] #17 40.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-11-16T00:22:20.000Z] #17 40.60 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-11-16T00:22:20.000Z] #17 40.66 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-11-16T00:22:20.000Z] #17 41.17 Selecting previously unselected package libjq1:amd64. [2019-11-16T00:22:20.000Z] #17 41.18 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-11-16T00:22:20.000Z] #17 41.18 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-11-16T00:22:20.000Z] #17 ... [2019-11-16T00:22:20.000Z] [2019-11-16T00:22:20.000Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:22:20.090Z] LINK criu/pie/parasite.built-in.o [2019-11-16T00:22:20.090Z] GEN criu/pie/parasite-blob.h [2019-11-16T00:22:20.090Z] CC criu/arch/ppc64/restorer.o [2019-11-16T00:22:20.090Z] CC criu/pie/restorer.o [2019-11-16T00:22:20.203Z] #13 10.46 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-11-16T00:22:20.203Z] #13 10.46 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:20.203Z] #13 10.50 Selecting previously unselected package vim-common. [2019-11-16T00:22:20.203Z] #13 10.50 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:22:20.203Z] #13 10.51 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:20.203Z] #13 10.55 Selecting previously unselected package bzip2. [2019-11-16T00:22:20.203Z] #13 10.55 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-11-16T00:22:20.203Z] #13 10.56 Unpacking bzip2 (1.0.6-8.1) ... [2019-11-16T00:22:20.203Z] #13 10.59 Selecting previously unselected package libgpm2:amd64. [2019-11-16T00:22:20.203Z] #13 10.59 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-11-16T00:22:20.203Z] #13 10.60 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-11-16T00:22:20.203Z] #13 10.63 Selecting previously unselected package xz-utils. [2019-11-16T00:22:20.203Z] #13 10.63 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-11-16T00:22:20.203Z] #13 10.63 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-11-16T00:22:20.203Z] #13 10.68 Selecting previously unselected package aufs-tools. [2019-11-16T00:22:20.203Z] #13 10.68 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-11-16T00:22:20.203Z] #13 10.69 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-11-16T00:22:20.203Z] #13 10.72 Selecting previously unselected package liblzo2-2:amd64. [2019-11-16T00:22:20.461Z] #13 10.72 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-11-16T00:22:20.461Z] #13 10.73 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:22:20.461Z] #13 10.76 Selecting previously unselected package btrfs-progs. [2019-11-16T00:22:20.461Z] #13 10.76 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-11-16T00:22:20.461Z] #13 10.76 Unpacking btrfs-progs (4.7.3-1) ... [2019-11-16T00:22:20.461Z] #13 10.86 Selecting previously unselected package btrfs-tools. [2019-11-16T00:22:20.461Z] #13 10.86 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-11-16T00:22:20.461Z] #13 10.87 Unpacking btrfs-tools (4.7.3-1) ... [2019-11-16T00:22:20.461Z] #13 10.90 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-11-16T00:22:20.461Z] #13 10.90 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-11-16T00:22:20.461Z] #13 10.90 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-11-16T00:22:20.461Z] #13 10.94 Selecting previously unselected package dmsetup. [2019-11-16T00:22:20.461Z] #13 10.94 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-11-16T00:22:20.461Z] #13 10.94 Unpacking dmsetup (2:1.02.137-2) ... [2019-11-16T00:22:20.461Z] #13 10.98 Selecting previously unselected package libonig4:amd64. [2019-11-16T00:22:20.719Z] #13 10.99 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-11-16T00:22:20.719Z] #13 10.99 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-11-16T00:22:20.719Z] #13 11.03 Selecting previously unselected package libjq1:amd64. [2019-11-16T00:22:20.719Z] #13 11.04 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-11-16T00:22:20.719Z] #13 11.04 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-11-16T00:22:20.719Z] #13 11.07 Selecting previously unselected package jq. [2019-11-16T00:22:20.719Z] #13 11.08 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-11-16T00:22:20.719Z] #13 11.08 Unpacking jq (1.5+dfsg-1.3) ... [2019-11-16T00:22:20.719Z] #13 11.11 Selecting previously unselected package libaio1:amd64. [2019-11-16T00:22:20.719Z] #13 11.11 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-11-16T00:22:20.719Z] #13 11.12 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-11-16T00:22:20.719Z] #13 11.14 Selecting previously unselected package libcap2-bin. [2019-11-16T00:22:20.719Z] #13 11.14 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-11-16T00:22:20.719Z] #13 11.14 Unpacking libcap2-bin (1:2.25-1) ... [2019-11-16T00:22:20.719Z] #13 11.17 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-11-16T00:22:20.719Z] #13 11.18 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-11-16T00:22:20.719Z] #13 11.18 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-11-16T00:22:20.719Z] #13 11.21 Selecting previously unselected package libsepol1-dev:amd64. [2019-11-16T00:22:20.719Z] #13 11.21 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-11-16T00:22:20.719Z] #13 11.21 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-11-16T00:22:20.931Z] #47 ... [2019-11-16T00:22:20.931Z] [2019-11-16T00:22:20.931Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-11-16T00:22:20.931Z] #17 41.39 Selecting previously unselected package jq. [2019-11-16T00:22:20.931Z] #17 41.40 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-11-16T00:22:20.931Z] #17 41.43 Unpacking jq (1.5+dfsg-1.3) ... [2019-11-16T00:22:20.931Z] #17 41.61 Setting up libonig4:amd64 (6.1.3-2) ... [2019-11-16T00:22:20.931Z] #17 41.66 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-11-16T00:22:20.931Z] #17 41.71 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:20.931Z] #17 41.87 Setting up jq (1.5+dfsg-1.3) ... [2019-11-16T00:22:20.931Z] #17 DONE 42.1s [2019-11-16T00:22:20.931Z] [2019-11-16T00:22:20.931Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-11-16T00:22:20.931Z] #19 DONE 0.1s [2019-11-16T00:22:20.976Z] #13 11.38 Selecting previously unselected package libpcre16-3:amd64. [2019-11-16T00:22:20.976Z] #13 11.38 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-11-16T00:22:20.976Z] #13 11.38 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-11-16T00:22:20.976Z] #13 11.43 Selecting previously unselected package libpcre32-3:amd64. [2019-11-16T00:22:20.976Z] #13 11.43 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-11-16T00:22:20.976Z] #13 11.44 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-11-16T00:22:20.976Z] #13 11.48 Selecting previously unselected package libpcre3-dev:amd64. [2019-11-16T00:22:21.189Z] [2019-11-16T00:22:21.190Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:21.190Z] #57 41.37 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:22:21.190Z] #57 41.55 Fetched 3602 kB in 1s (2107 kB/s) [2019-11-16T00:22:21.190Z] #57 41.71 Selecting previously unselected package libnet1:amd64. [2019-11-16T00:22:21.190Z] #57 41.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-11-16T00:22:21.190Z] #57 41.77 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-11-16T00:22:21.190Z] #57 41.79 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-11-16T00:22:21.190Z] #57 41.93 Selecting previously unselected package libcap-dev:amd64. [2019-11-16T00:22:21.190Z] #57 41.94 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-11-16T00:22:21.190Z] #57 41.95 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-11-16T00:22:21.190Z] #57 42.03 Selecting previously unselected package libnet1-dev. [2019-11-16T00:22:21.190Z] #57 42.03 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-11-16T00:22:21.190Z] #57 42.04 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-11-16T00:22:21.190Z] #57 42.32 Selecting previously unselected package libnl-3-200:amd64. [2019-11-16T00:22:21.190Z] #57 42.32 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-11-16T00:22:21.190Z] #57 42.36 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-11-16T00:22:21.234Z] #13 11.48 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-11-16T00:22:21.234Z] #13 11.48 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-11-16T00:22:21.234Z] #13 11.57 Selecting previously unselected package libselinux1-dev:amd64. [2019-11-16T00:22:21.234Z] #13 11.57 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-11-16T00:22:21.234Z] #13 11.57 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-11-16T00:22:21.234Z] #13 11.63 Selecting previously unselected package libdevmapper-dev:amd64. [2019-11-16T00:22:21.234Z] #13 11.63 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-11-16T00:22:21.234Z] #13 11.64 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-11-16T00:22:21.234Z] #13 11.67 Selecting previously unselected package libnl-3-200:amd64. [2019-11-16T00:22:21.234Z] #13 11.67 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-11-16T00:22:21.234Z] #13 11.68 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-11-16T00:22:21.234Z] #13 11.71 Selecting previously unselected package libprotobuf-c1:amd64. [2019-11-16T00:22:21.234Z] #13 11.71 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-11-16T00:22:21.234Z] #13 11.72 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-11-16T00:22:21.234Z] #13 11.74 Selecting previously unselected package libreadline5:amd64. [2019-11-16T00:22:21.267Z] LINK criu/pie/restorer.built-in.o [2019-11-16T00:22:21.267Z] GEN criu/pie/restorer-blob.h [2019-11-16T00:22:21.267Z] DEP criu/vdso.d [2019-11-16T00:22:21.267Z] DEP criu/uts_ns.d [2019-11-16T00:22:21.267Z] DEP criu/util.d [2019-11-16T00:22:21.452Z] #57 42.75 Selecting previously unselected package libnl-3-dev:amd64. [2019-11-16T00:22:21.452Z] #57 42.75 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-11-16T00:22:21.491Z] #13 11.75 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-11-16T00:22:21.491Z] #13 11.75 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-11-16T00:22:21.491Z] #13 11.78 Selecting previously unselected package libsystemd-dev:amd64. [2019-11-16T00:22:21.491Z] #13 11.79 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-11-16T00:22:21.491Z] #13 11.79 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-11-16T00:22:21.707Z] #57 42.76 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-11-16T00:22:21.730Z] DEP criu/uffd.d [2019-11-16T00:22:21.730Z] DEP criu/tun.d [2019-11-16T00:22:21.730Z] DEP criu/tty.d [2019-11-16T00:22:21.730Z] DEP criu/timerfd.d [2019-11-16T00:22:21.730Z] DEP criu/sysfs_parse.d [2019-11-16T00:22:21.748Z] #13 12.08 Selecting previously unselected package net-tools. [2019-11-16T00:22:21.748Z] #13 12.08 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-11-16T00:22:21.748Z] #13 12.08 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-11-16T00:22:21.748Z] #13 12.13 Selecting previously unselected package python-pip-whl. [2019-11-16T00:22:21.748Z] #13 12.13 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-11-16T00:22:21.748Z] #13 12.14 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-11-16T00:22:22.006Z] #13 12.26 Selecting previously unselected package python3-pip. [2019-11-16T00:22:22.006Z] #13 12.26 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-11-16T00:22:22.006Z] #13 12.26 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-11-16T00:22:22.006Z] #13 12.31 Selecting previously unselected package python3-pkg-resources. [2019-11-16T00:22:22.006Z] #13 12.31 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-11-16T00:22:22.006Z] #13 12.32 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-11-16T00:22:22.006Z] #13 12.44 Selecting previously unselected package python3-setuptools. [2019-11-16T00:22:22.126Z] DEP criu/sysctl.d [2019-11-16T00:22:22.127Z] DEP criu/string.d [2019-11-16T00:22:22.127Z] DEP criu/stats.d [2019-11-16T00:22:22.127Z] DEP criu/sockets.d [2019-11-16T00:22:22.127Z] DEP criu/sk-unix.d [2019-11-16T00:22:22.220Z] #57 43.19 Selecting previously unselected package libprotobuf-c1:amd64. [2019-11-16T00:22:22.220Z] #57 43.27 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-11-16T00:22:22.220Z] #57 43.31 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-11-16T00:22:22.264Z] #13 12.44 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-11-16T00:22:22.264Z] #13 12.44 Unpacking python3-setuptools (33.1.1-1) ... [2019-11-16T00:22:22.264Z] #13 12.49 Selecting previously unselected package python3-wheel. [2019-11-16T00:22:22.264Z] #13 12.49 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-11-16T00:22:22.264Z] #13 12.49 Unpacking python3-wheel (0.29.0-2) ... [2019-11-16T00:22:22.264Z] #13 12.53 Selecting previously unselected package thin-provisioning-tools. [2019-11-16T00:22:22.264Z] #13 12.53 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-11-16T00:22:22.264Z] #13 12.53 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-11-16T00:22:22.264Z] #13 12.60 Selecting previously unselected package vim-runtime. [2019-11-16T00:22:22.264Z] #13 12.60 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:22:22.264Z] #13 12.61 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-11-16T00:22:22.264Z] #13 12.62 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-11-16T00:22:22.264Z] #13 12.62 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:22.467Z] DEP criu/sk-tcp.d [2019-11-16T00:22:22.467Z] DEP criu/sk-queue.d [2019-11-16T00:22:22.467Z] DEP criu/sk-packet.d [2019-11-16T00:22:22.467Z] DEP criu/sk-netlink.d [2019-11-16T00:22:22.467Z] DEP criu/sk-inet.d [2019-11-16T00:22:22.477Z] #57 43.46 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-11-16T00:22:22.477Z] #57 43.46 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-11-16T00:22:22.477Z] #57 43.46 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-11-16T00:22:22.477Z] #57 43.65 Selecting previously unselected package zlib1g-dev:amd64. [2019-11-16T00:22:22.477Z] #57 43.66 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-11-16T00:22:22.477Z] #57 43.68 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-11-16T00:22:22.733Z] #57 43.93 Selecting previously unselected package libprotobuf10:amd64. [2019-11-16T00:22:22.733Z] #57 43.95 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-11-16T00:22:22.733Z] #57 43.96 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-11-16T00:22:22.806Z] DEP criu/signalfd.d [2019-11-16T00:22:22.806Z] DEP criu/sigframe.d [2019-11-16T00:22:22.806Z] DEP criu/shmem.d [2019-11-16T00:22:22.806Z] DEP criu/servicefd.d [2019-11-16T00:22:22.806Z] DEP criu/seize.d [2019-11-16T00:22:22.830Z] #13 13.27 Selecting previously unselected package vim. [2019-11-16T00:22:22.830Z] #13 13.27 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-11-16T00:22:22.830Z] #13 13.27 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:23.087Z] #13 13.39 Selecting previously unselected package xfsprogs. [2019-11-16T00:22:23.087Z] #13 13.39 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-11-16T00:22:23.087Z] #13 13.40 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-11-16T00:22:23.087Z] #13 13.51 Selecting previously unselected package zip. [2019-11-16T00:22:23.087Z] #13 13.51 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-11-16T00:22:23.087Z] #13 13.51 Unpacking zip (3.0-11+b1) ... [2019-11-16T00:22:23.087Z] #13 13.55 Selecting previously unselected package libapparmor-perl. [2019-11-16T00:22:23.087Z] #13 13.56 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-11-16T00:22:23.087Z] #13 13.56 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-11-16T00:22:23.087Z] #13 13.60 Selecting previously unselected package apparmor. [2019-11-16T00:22:23.145Z] DEP criu/seccomp.d [2019-11-16T00:22:23.145Z] DEP criu/rst-malloc.d [2019-11-16T00:22:23.145Z] DEP criu/rbtree.d [2019-11-16T00:22:23.145Z] DEP criu/pstree.d [2019-11-16T00:22:23.145Z] DEP criu/protobuf.d [2019-11-16T00:22:23.145Z] GEN criu/protobuf-desc-gen.h [2019-11-16T00:22:23.345Z] #13 13.60 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-11-16T00:22:23.345Z] #13 13.62 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-11-16T00:22:23.345Z] #13 13.71 Selecting previously unselected package binutils-mingw-w64-i686. [2019-11-16T00:22:23.345Z] #13 13.71 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-11-16T00:22:23.345Z] #13 13.71 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-11-16T00:22:23.603Z] #13 13.98 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-11-16T00:22:23.603Z] #13 13.99 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-11-16T00:22:23.603Z] #13 13.99 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-11-16T00:22:23.661Z] #57 ... [2019-11-16T00:22:23.661Z] [2019-11-16T00:22:23.661Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-11-16T00:22:23.661Z] #6 30.28 Reading package lists... [2019-11-16T00:22:23.661Z] #6 37.00 Building dependency tree... [2019-11-16T00:22:23.661Z] #6 38.33 Reading state information... [2019-11-16T00:22:23.661Z] #6 39.83 The following additional packages will be installed: [2019-11-16T00:22:23.661Z] #6 39.83 libapparmor1 libseccomp2 [2019-11-16T00:22:23.661Z] #6 39.84 Suggested packages: [2019-11-16T00:22:23.661Z] #6 39.84 seccomp [2019-11-16T00:22:23.661Z] #6 40.20 The following NEW packages will be installed: [2019-11-16T00:22:23.661Z] #6 40.25 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-11-16T00:22:23.661Z] #6 41.46 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:22:23.661Z] #6 41.46 Need to get 300 kB of archives. [2019-11-16T00:22:23.661Z] #6 41.46 After this operation, 1201 kB of additional disk space will be used. [2019-11-16T00:22:23.661Z] #6 41.46 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-11-16T00:22:23.661Z] #6 41.46 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-11-16T00:22:23.661Z] #6 41.46 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-11-16T00:22:23.661Z] #6 41.47 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-11-16T00:22:23.661Z] #6 42.77 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:22:23.661Z] #6 43.10 Fetched 300 kB in 1s (287 kB/s) [2019-11-16T00:22:23.661Z] #6 43.21 Selecting previously unselected package libseccomp2:amd64. [2019-11-16T00:22:23.661Z] #6 43.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-11-16T00:22:23.661Z] #6 43.33 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-11-16T00:22:23.661Z] #6 43.35 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-11-16T00:22:23.661Z] #6 43.63 Selecting previously unselected package libseccomp-dev:amd64. [2019-11-16T00:22:23.662Z] #6 43.63 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-11-16T00:22:23.662Z] #6 43.64 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-11-16T00:22:23.662Z] #6 43.79 Selecting previously unselected package libapparmor1:amd64. [2019-11-16T00:22:23.662Z] #6 43.79 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-11-16T00:22:23.662Z] #6 43.80 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-11-16T00:22:23.662Z] #6 43.96 Selecting previously unselected package libapparmor-dev:amd64. [2019-11-16T00:22:23.662Z] #6 43.97 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-11-16T00:22:23.662Z] #6 43.99 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-11-16T00:22:23.662Z] #6 44.30 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:23.662Z] #6 44.39 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-11-16T00:22:23.662Z] #6 44.41 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-11-16T00:22:23.662Z] #6 44.43 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-11-16T00:22:23.662Z] #6 44.44 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-11-16T00:22:23.662Z] #6 44.45 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:23.662Z] #6 DONE 44.7s [2019-11-16T00:22:23.662Z] [2019-11-16T00:22:23.662Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:22:23.662Z] #40 DONE 0.1s [2019-11-16T00:22:23.662Z] [2019-11-16T00:22:23.662Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:23.662Z] #57 44.78 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-11-16T00:22:23.662Z] #57 44.78 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-11-16T00:22:23.662Z] #57 44.80 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-11-16T00:22:23.662Z] #57 ... [2019-11-16T00:22:23.662Z] [2019-11-16T00:22:23.662Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-11-16T00:22:23.662Z] #41 DONE 0.2s [2019-11-16T00:22:23.875Z] DEP criu/protobuf-desc.d [2019-11-16T00:22:23.875Z] DEP criu/proc_parse.d [2019-11-16T00:22:23.875Z] DEP criu/plugin.d [2019-11-16T00:22:23.875Z] DEP criu/pipes.d [2019-11-16T00:22:23.875Z] DEP criu/pie-util.d [2019-11-16T00:22:23.875Z] DEP criu/pie-util-vdso.d [2019-11-16T00:22:23.875Z] DEP criu/pie-util-vdso-elf32.d [2019-11-16T00:22:23.917Z] [2019-11-16T00:22:23.917Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:22:23.917Z] #47 3.911 + RM_GOPATH=0 [2019-11-16T00:22:23.917Z] #47 3.911 + TMP_GOPATH= [2019-11-16T00:22:23.917Z] #47 3.911 + : /build [2019-11-16T00:22:23.917Z] #47 3.911 + '[' -z '' ']' [2019-11-16T00:22:23.917Z] #47 3.911 ++ mktemp -d [2019-11-16T00:22:23.917Z] #47 3.928 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:22:23.917Z] #47 3.932 + export GOPATH=/tmp/tmp.70gjVzjYNU [2019-11-16T00:22:23.917Z] #47 3.932 + GOPATH=/tmp/tmp.70gjVzjYNU [2019-11-16T00:22:23.917Z] #47 3.932 + RM_GOPATH=1 [2019-11-16T00:22:23.917Z] #47 3.932 ++ dirname ./install.sh [2019-11-16T00:22:23.917Z] #47 3.932 + dir=. [2019-11-16T00:22:23.917Z] #47 3.932 + bin=containerd [2019-11-16T00:22:23.917Z] #47 3.932 + shift [2019-11-16T00:22:23.917Z] #47 3.932 + '[' '!' -f ./containerd.installer ']' [2019-11-16T00:22:23.917Z] #47 3.932 + . ./containerd.installer [2019-11-16T00:22:23.917Z] #47 3.932 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:22:23.917Z] #47 3.932 + install_containerd [2019-11-16T00:22:23.917Z] #47 3.932 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-11-16T00:22:23.917Z] #47 3.932 + git clone https://github.com/containerd/containerd.git /tmp/tmp.70gjVzjYNU/src/github.com/containerd/containerd [2019-11-16T00:22:23.917Z] #47 3.945 Cloning into '/tmp/tmp.70gjVzjYNU/src/github.com/containerd/containerd'... [2019-11-16T00:22:24.168Z] #13 14.29 Selecting previously unselected package binutils-mingw-w64. [2019-11-16T00:22:24.168Z] #13 14.29 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-11-16T00:22:24.168Z] #13 14.30 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-11-16T00:22:24.168Z] #13 14.33 Selecting previously unselected package mingw-w64-common. [2019-11-16T00:22:24.168Z] #13 14.33 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-11-16T00:22:24.168Z] #13 14.33 Unpacking mingw-w64-common (5.0.1-1) ... [2019-11-16T00:22:24.214Z] DEP criu/path.d [2019-11-16T00:22:24.214Z] DEP criu/parasite-syscall.d [2019-11-16T00:22:24.214Z] DEP criu/pagemap.d [2019-11-16T00:22:24.214Z] DEP criu/pagemap-cache.d [2019-11-16T00:22:24.214Z] DEP criu/page-xfer.d [2019-11-16T00:22:24.554Z] DEP criu/page-pipe.d [2019-11-16T00:22:24.554Z] DEP criu/netfilter.d [2019-11-16T00:22:24.554Z] DEP criu/net.d [2019-11-16T00:22:24.554Z] DEP criu/namespaces.d [2019-11-16T00:22:24.554Z] DEP criu/mount.d [2019-11-16T00:22:24.589Z] + dpkg --print-architecture [2019-11-16T00:22:24.589Z] + cd /tmp/tmp.xJNfmWWQVn/src/github.com/docker/distribution [2019-11-16T00:22:24.589Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-11-16T00:22:24.589Z] + GOPATH=/tmp/tmp.xJNfmWWQVn/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.xJNfmWWQVn [2019-11-16T00:22:24.589Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-11-16T00:22:24.734Z] #13 15.10 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-11-16T00:22:24.734Z] #13 15.10 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-11-16T00:22:24.734Z] #13 15.10 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-11-16T00:22:24.891Z] DEP criu/mem.d [2019-11-16T00:22:24.891Z] DEP criu/lsm.d [2019-11-16T00:22:24.891Z] DEP criu/log.d [2019-11-16T00:22:24.891Z] DEP criu/libnetlink.d [2019-11-16T00:22:24.891Z] DEP criu/kerndat.d [2019-11-16T00:22:25.232Z] DEP criu/kcmp-ids.d [2019-11-16T00:22:25.232Z] DEP criu/irmap.d [2019-11-16T00:22:25.232Z] DEP criu/ipc_ns.d [2019-11-16T00:22:25.232Z] DEP criu/image.d [2019-11-16T00:22:25.232Z] DEP criu/image-desc.d [2019-11-16T00:22:25.571Z] DEP criu/fsnotify.d [2019-11-16T00:22:25.571Z] DEP criu/filesystems.d [2019-11-16T00:22:25.571Z] DEP criu/files.d [2019-11-16T00:22:25.571Z] DEP criu/files-reg.d [2019-11-16T00:22:25.571Z] DEP criu/files-ext.d [2019-11-16T00:22:25.666Z] #13 15.83 Selecting previously unselected package gcc-mingw-w64-base. [2019-11-16T00:22:25.666Z] #13 15.83 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-11-16T00:22:25.666Z] #13 15.83 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-11-16T00:22:25.666Z] #13 15.87 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-11-16T00:22:25.666Z] #13 15.87 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-11-16T00:22:25.666Z] #13 15.88 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:22:25.802Z] #47 ... [2019-11-16T00:22:25.802Z] [2019-11-16T00:22:25.802Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:25.802Z] #35 30.37 Reading package lists... [2019-11-16T00:22:25.802Z] #35 37.01 Building dependency tree... [2019-11-16T00:22:25.802Z] #35 38.34 Reading state information... [2019-11-16T00:22:25.802Z] #35 39.68 The following additional packages will be installed: [2019-11-16T00:22:25.802Z] #35 39.73 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-11-16T00:22:25.802Z] #35 39.82 Suggested packages: [2019-11-16T00:22:25.802Z] #35 39.82 codeblocks eclipse ninja-build lrzip [2019-11-16T00:22:25.802Z] #35 39.82 Recommended packages: [2019-11-16T00:22:25.802Z] #35 39.82 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-11-16T00:22:25.802Z] #35 41.11 The following NEW packages will be installed: [2019-11-16T00:22:25.803Z] #35 41.11 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-11-16T00:22:25.803Z] #35 41.11 vim-common xxd [2019-11-16T00:22:25.803Z] #35 42.32 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:22:25.803Z] #35 42.32 Need to get 13.7 MB of archives. [2019-11-16T00:22:25.803Z] #35 42.32 After this operation, 57.2 MB of additional disk space will be used. [2019-11-16T00:22:25.803Z] #35 42.32 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-11-16T00:22:25.803Z] #35 42.48 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-11-16T00:22:25.803Z] #35 42.48 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-11-16T00:22:25.803Z] #35 43.62 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-11-16T00:22:25.803Z] #35 43.69 Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 libarchive13 amd64 3.2.2-2+deb9u2 [294 kB] [2019-11-16T00:22:25.803Z] #35 43.74 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-11-16T00:22:25.803Z] #35 43.75 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-11-16T00:22:25.803Z] #35 43.77 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-11-16T00:22:25.803Z] #35 44.03 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-11-16T00:22:25.803Z] #35 44.04 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-11-16T00:22:25.803Z] #35 45.20 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:22:25.803Z] #35 45.60 Fetched 13.7 MB in 2s (4932 kB/s) [2019-11-16T00:22:25.803Z] #35 45.77 Selecting previously unselected package cmake-data. [2019-11-16T00:22:25.803Z] #35 45.78 (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-11-16T00:22:25.803Z] #35 45.85 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-11-16T00:22:25.803Z] #35 45.86 Unpacking cmake-data (3.7.2-1) ... [2019-11-16T00:22:25.803Z] #35 ... [2019-11-16T00:22:25.803Z] [2019-11-16T00:22:25.803Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:25.803Z] #57 45.23 Selecting previously unselected package libprotobuf-dev:amd64. [2019-11-16T00:22:25.803Z] #57 45.25 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-11-16T00:22:25.803Z] #57 45.33 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-11-16T00:22:25.803Z] #57 46.75 Selecting previously unselected package libprotoc10:amd64. [2019-11-16T00:22:25.803Z] #57 46.77 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-11-16T00:22:25.803Z] #57 46.80 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-11-16T00:22:25.899Z] INFO: Expanding compiler 1 of 3... [2019-11-16T00:22:25.899Z] INFO: Expanding compiler 2 of 3... [2019-11-16T00:22:25.910Z] DEP criu/file-lock.d [2019-11-16T00:22:25.910Z] DEP criu/file-ids.d [2019-11-16T00:22:25.910Z] DEP criu/fifo.d [2019-11-16T00:22:25.910Z] DEP criu/fdstore.d [2019-11-16T00:22:25.910Z] DEP criu/fault-injection.d [2019-11-16T00:22:25.910Z] DEP criu/external.d [2019-11-16T00:22:26.258Z] DEP criu/eventpoll.d [2019-11-16T00:22:26.258Z] DEP criu/eventfd.d [2019-11-16T00:22:26.258Z] DEP criu/crtools.d [2019-11-16T00:22:26.258Z] DEP criu/cr-service.d [2019-11-16T00:22:26.258Z] DEP criu/cr-restore.d [2019-11-16T00:22:26.363Z] #57 47.47 Selecting previously unselected package protobuf-c-compiler. [2019-11-16T00:22:26.363Z] #57 47.48 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-11-16T00:22:26.363Z] #57 47.48 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-11-16T00:22:26.597Z] DEP criu/cr-errno.d [2019-11-16T00:22:26.597Z] DEP criu/cr-dump.d [2019-11-16T00:22:26.597Z] DEP criu/cr-dedup.d [2019-11-16T00:22:26.597Z] DEP criu/cr-check.d [2019-11-16T00:22:26.597Z] DEP criu/config.d [2019-11-16T00:22:26.618Z] #57 47.64 Selecting previously unselected package protobuf-compiler. [2019-11-16T00:22:26.618Z] #57 47.67 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-11-16T00:22:26.618Z] #57 47.68 Unpacking protobuf-compiler (3.0.0-9) ... [2019-11-16T00:22:26.618Z] #57 ... [2019-11-16T00:22:26.618Z] [2019-11-16T00:22:26.618Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-11-16T00:22:26.619Z] #27 37.56 + cd /tmp/tmp.xUjeJqkmnc/src/gotest.tools/gotestsum [2019-11-16T00:22:26.619Z] #27 37.56 + git checkout -q v0.3.5 [2019-11-16T00:22:26.619Z] #27 37.57 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-11-16T00:22:26.619Z] #27 ... [2019-11-16T00:22:26.619Z] [2019-11-16T00:22:26.619Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:26.619Z] #57 47.88 Selecting previously unselected package python-pkg-resources. [2019-11-16T00:22:26.619Z] #57 47.89 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-11-16T00:22:26.619Z] #57 47.91 Unpacking python-pkg-resources (33.1.1-1) ... [2019-11-16T00:22:26.935Z] DEP criu/clone-noasan.d [2019-11-16T00:22:26.935Z] DEP criu/cgroup.d [2019-11-16T00:22:26.935Z] DEP criu/cgroup-props.d [2019-11-16T00:22:26.935Z] DEP criu/bitmap.d [2019-11-16T00:22:26.935Z] DEP criu/bfd.d [2019-11-16T00:22:26.935Z] DEP criu/autofs.d [2019-11-16T00:22:27.183Z] #57 48.22 Selecting previously unselected package python-protobuf. [2019-11-16T00:22:27.183Z] #57 48.23 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-11-16T00:22:27.183Z] #57 48.26 Unpacking python-protobuf (3.0.0-9) ... [2019-11-16T00:22:27.183Z] #57 ... [2019-11-16T00:22:27.183Z] [2019-11-16T00:22:27.183Z] #7 [dev 1/24] RUN groupadd -r docker [2019-11-16T00:22:27.183Z] #7 DONE 3.6s [2019-11-16T00:22:27.274Z] DEP criu/aio.d [2019-11-16T00:22:27.275Z] DEP criu/action-scripts.d [2019-11-16T00:22:27.275Z] CC criu/action-scripts.o [2019-11-16T00:22:27.439Z] [2019-11-16T00:22:27.439Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:22:27.439Z] #20 4.787 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-11-16T00:22:27.439Z] #20 5.246 [2019-11-16T00:22:27.613Z] CC criu/aio.o [2019-11-16T00:22:27.613Z] CC criu/autofs.o [2019-11-16T00:22:28.342Z] CC criu/bfd.o [2019-11-16T00:22:28.682Z] CC criu/bitmap.o [2019-11-16T00:22:28.682Z] CC criu/cgroup-props.o [2019-11-16T00:22:28.726Z] #20 5.535 ## 3.9% ###### 8.8% ########## 14.0% ############# 19.4% ################# 25.0% ###################### 31.3% ########################### 38.0% ############################### 44.1% ################################# 46.5% #################################### 50.7% ########################################## 58.5% ############################################ 61.3% ############################################# 63.0% ############################################### 66.1% #################################################### 72.9% ########################################################## 81.1% ############################################################### 88.5% ###################################################################### 98.2% ######################################################################## 100.0% [2019-11-16T00:22:28.782Z] + rm -rf /tmp/tmp.xJNfmWWQVn/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.xJNfmWWQVn [2019-11-16T00:22:29.411Z] CC criu/cgroup.o [2019-11-16T00:22:29.655Z] #20 8.374 [2019-11-16T00:22:29.848Z] #13 19.44 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-11-16T00:22:29.848Z] #13 19.44 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-11-16T00:22:29.848Z] #13 19.45 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:22:30.167Z] #20 8.722 ############### 21.4% ########################## 37.5% ########################################## 59.1% ######################################################## 79.0% ######################################################################## 100.0% [2019-11-16T00:22:30.251Z] Removing intermediate container 534b1119407b [2019-11-16T00:22:30.251Z] ---> 3d7607d2fbaa [2019-11-16T00:22:30.251Z] Step 16/125 : FROM base AS swagger [2019-11-16T00:22:30.251Z] ---> ad1f020b58ab [2019-11-16T00:22:30.251Z] Step 17/125 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-11-16T00:22:30.251Z] ---> Running in 118e194ea0e1 [2019-11-16T00:22:30.251Z] Removing intermediate container 118e194ea0e1 [2019-11-16T00:22:30.251Z] ---> 855fa56ab520 [2019-11-16T00:22:30.251Z] 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-11-16T00:22:30.592Z] CC criu/clone-noasan.o [2019-11-16T00:22:30.592Z] CC criu/config.o [2019-11-16T00:22:30.631Z] ---> Running in 3377a2a1f349 [2019-11-16T00:22:30.728Z] #20 9.696 [2019-11-16T00:22:30.984Z] #20 ... [2019-11-16T00:22:30.984Z] [2019-11-16T00:22:30.984Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:22:30.984Z] #33 41.90 internal/x/crypto/curve25519 [2019-11-16T00:22:30.984Z] #33 48.49 sync [2019-11-16T00:22:30.984Z] #33 49.53 reflect [2019-11-16T00:22:30.984Z] #33 49.54 io [2019-11-16T00:22:30.984Z] #33 51.02 bytes [2019-11-16T00:22:31.003Z] + mktemp -d [2019-11-16T00:22:31.003Z] + export GOPATH=/tmp/tmp.FQTBjG054C [2019-11-16T00:22:31.003Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.FQTBjG054C/src/github.com/go-swagger/go-swagger [2019-11-16T00:22:31.003Z] Cloning into '/tmp/tmp.FQTBjG054C/src/github.com/go-swagger/go-swagger'... [2019-11-16T00:22:31.240Z] #33 ... [2019-11-16T00:22:31.240Z] [2019-11-16T00:22:31.240Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-11-16T00:22:31.241Z] #8 DONE 3.9s [2019-11-16T00:22:31.241Z] [2019-11-16T00:22:31.241Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:22:31.241Z] #20 10.04 ##### 7.3% ######## 12.5% ########### 16.2% [2019-11-16T00:22:31.241Z] #20 ... [2019-11-16T00:22:31.241Z] [2019-11-16T00:22:31.241Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-11-16T00:22:31.241Z] #15 42.47 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-11-16T00:22:31.323Z] CC criu/cr-check.o [2019-11-16T00:22:31.497Z] #15 ... [2019-11-16T00:22:31.497Z] [2019-11-16T00:22:31.497Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:22:31.733Z] INFO: Expanding compiler 3 of 3... [2019-11-16T00:22:31.733Z] INFO: Removing downloaded files... [2019-11-16T00:22:31.733Z] INFO: Creating source directory... [2019-11-16T00:22:31.733Z] INFO: Configuring git core.autocrlf... [2019-11-16T00:22:31.733Z] INFO: Completed [2019-11-16T00:22:32.010Z] #20 10.04 ##### 7.3% ######## 12.5% ########### 16.2% ############# 18.9% ################# 23.8% ###################### 31.2% ######################### 35.5% ################################ 44.5% ###################################### 54.2% [2019-11-16T00:22:32.011Z] #20 ... [2019-11-16T00:22:32.011Z] [2019-11-16T00:22:32.011Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:22:32.011Z] #30 42.92 sync [2019-11-16T00:22:32.011Z] #30 43.48 io [2019-11-16T00:22:32.011Z] #30 43.48 reflect [2019-11-16T00:22:32.011Z] #30 44.76 syscall [2019-11-16T00:22:32.011Z] #30 ... [2019-11-16T00:22:32.011Z] [2019-11-16T00:22:32.011Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:22:32.050Z] CC criu/cr-dedup.o [2019-11-16T00:22:32.374Z] #13 22.27 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-11-16T00:22:32.374Z] #13 22.29 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-11-16T00:22:32.374Z] #13 22.30 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-11-16T00:22:32.374Z] #13 22.31 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-11-16T00:22:32.374Z] #13 22.32 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-11-16T00:22:32.374Z] #13 22.34 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:22:32.374Z] #13 22.35 Processing triggers for mime-support (3.60) ... [2019-11-16T00:22:32.374Z] #13 22.36 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:32.374Z] #13 22.37 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-11-16T00:22:32.374Z] #13 22.38 Setting up libcap2-bin (1:2.25-1) ... [2019-11-16T00:22:32.374Z] #13 22.39 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-11-16T00:22:32.374Z] #13 22.40 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-11-16T00:22:32.374Z] #13 22.41 Setting up bash-completion (1:2.1-4.3) ... [2019-11-16T00:22:32.391Z] CC criu/cr-dump.o [2019-11-16T00:22:32.525Z] #20 10.04 ##### 7.3% ######## 12.5% ########### 16.2% ############# 18.9% ################# 23.8% ###################### 31.2% ######################### 35.5% ################################ 44.5% ###################################### 54.2% ############################################## 64.8% ################################################### 71.6% ########################################################### 82.3% ################################################################## 92.7% ######################################################################## 100.0% [2019-11-16T00:22:32.631Z] #13 22.96 Setting up libonig4:amd64 (6.1.3-2) ... [2019-11-16T00:22:32.631Z] #13 22.98 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-11-16T00:22:32.631Z] #13 22.99 Setting up zip (3.0-11+b1) ... [2019-11-16T00:22:32.631Z] #13 23.00 Setting up bzip2 (1.0.6-8.1) ... [2019-11-16T00:22:32.631Z] #13 23.01 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-11-16T00:22:32.631Z] #13 23.02 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-11-16T00:22:32.631Z] #13 23.03 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:32.631Z] #13 23.04 Setting up libaio1:amd64 (0.3.110-3) ... [2019-11-16T00:22:32.631Z] #13 23.05 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:22:32.631Z] #13 23.06 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-11-16T00:22:32.911Z] #13 23.07 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-11-16T00:22:32.911Z] #13 23.08 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-11-16T00:22:32.911Z] #13 23.09 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:32.911Z] #13 23.10 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-11-16T00:22:32.911Z] #13 23.11 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-11-16T00:22:32.911Z] #13 23.12 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-11-16T00:22:32.911Z] #13 23.14 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:32.911Z] #13 23.21 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-11-16T00:22:32.911Z] #13 23.22 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-11-16T00:22:32.911Z] #13 23.23 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-11-16T00:22:32.911Z] #13 23.24 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-11-16T00:22:32.911Z] #13 23.26 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-11-16T00:22:32.911Z] #13 23.27 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-11-16T00:22:32.911Z] #13 23.28 Setting up pigz (2.3.4-1) ... [2019-11-16T00:22:32.911Z] #13 23.29 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-11-16T00:22:32.911Z] #13 23.30 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-11-16T00:22:32.911Z] #13 23.31 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:22:33.086Z] #20 12.05 [2019-11-16T00:22:33.169Z] #13 23.32 Setting up mingw-w64-common (5.0.1-1) ... [2019-11-16T00:22:33.169Z] #13 23.34 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:22:33.169Z] #13 23.35 Setting up jq (1.5+dfsg-1.3) ... [2019-11-16T00:22:33.169Z] #13 23.36 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-11-16T00:22:33.169Z] #13 23.37 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-11-16T00:22:33.169Z] #13 23.38 Setting up xfsprogs (4.9.0+nmu1) ... [2019-11-16T00:22:33.169Z] #13 23.39 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:33.169Z] #13 23.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-11-16T00:22:33.169Z] #13 23.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-11-16T00:22:33.169Z] #13 23.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-11-16T00:22:33.169Z] #13 23.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-11-16T00:22:33.169Z] #13 23.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-11-16T00:22:33.169Z] #13 23.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-11-16T00:22:33.169Z] #13 23.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-11-16T00:22:33.169Z] #13 23.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-11-16T00:22:33.169Z] #13 23.52 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-11-16T00:22:33.169Z] #13 23.53 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:22:33.169Z] #13 23.53 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-11-16T00:22:33.169Z] #13 23.54 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-11-16T00:22:33.169Z] #13 23.55 Setting up btrfs-progs (4.7.3-1) ... [2019-11-16T00:22:33.169Z] #13 23.56 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-11-16T00:22:33.169Z] #13 23.58 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-11-16T00:22:33.565Z] CC criu/cr-errno.o [2019-11-16T00:22:33.565Z] CC criu/cr-restore.o [2019-11-16T00:22:33.853Z] #20 12.40 # 1.7% ## 3.9% #### 5.9% ##### 7.9% [2019-11-16T00:22:33.853Z] #20 ... [2019-11-16T00:22:33.853Z] [2019-11-16T00:22:33.853Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-11-16T00:22:33.853Z] #42 3.521 + RM_GOPATH=0 [2019-11-16T00:22:33.853Z] #42 3.521 + TMP_GOPATH= [2019-11-16T00:22:33.853Z] #42 3.521 + : /build [2019-11-16T00:22:33.853Z] #42 3.521 + '[' -z '' ']' [2019-11-16T00:22:33.853Z] #42 3.521 ++ mktemp -d [2019-11-16T00:22:33.853Z] #42 3.521 + export GOPATH=/tmp/tmp.kv6vsXPz3i [2019-11-16T00:22:33.853Z] #42 3.521 + GOPATH=/tmp/tmp.kv6vsXPz3i [2019-11-16T00:22:33.853Z] #42 3.521 + RM_GOPATH=1 [2019-11-16T00:22:33.853Z] #42 3.521 ++ dirname ./install.sh [2019-11-16T00:22:33.853Z] #42 3.521 + dir=. [2019-11-16T00:22:33.853Z] #42 3.521 + bin=runc [2019-11-16T00:22:33.853Z] #42 3.521 + shift [2019-11-16T00:22:33.853Z] #42 3.521 + '[' '!' -f ./runc.installer ']' [2019-11-16T00:22:33.853Z] #42 3.521 + . ./runc.installer [2019-11-16T00:22:33.853Z] #42 3.521 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-11-16T00:22:33.853Z] #42 3.521 + install_runc [2019-11-16T00:22:33.853Z] #42 3.521 + uname -r [2019-11-16T00:22:33.853Z] #42 3.539 + grep -q '^3\.10\.0.*\.el7\.' [2019-11-16T00:22:33.853Z] #42 3.569 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-11-16T00:22:33.853Z] #42 3.569 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-11-16T00:22:33.853Z] #42 3.569 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-11-16T00:22:33.853Z] #42 3.569 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.kv6vsXPz3i/src/github.com/opencontainers/runc [2019-11-16T00:22:33.853Z] #42 3.569 Cloning into '/tmp/tmp.kv6vsXPz3i/src/github.com/opencontainers/runc'... [2019-11-16T00:22:33.853Z] #42 ... [2019-11-16T00:22:33.853Z] [2019-11-16T00:22:33.853Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:22:34.104Z] #13 24.50 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-11-16T00:22:34.104Z] #13 24.61 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:22:34.292Z] + cd /tmp/tmp.FQTBjG054C/src/github.com/go-swagger/go-swagger [2019-11-16T00:22:34.292Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-11-16T00:22:34.361Z] #13 24.62 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-11-16T00:22:34.361Z] #13 24.62 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-11-16T00:22:34.361Z] #13 24.62 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-11-16T00:22:34.361Z] #13 24.62 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-11-16T00:22:34.361Z] #13 24.63 Setting up btrfs-tools (4.7.3-1) ... [2019-11-16T00:22:34.361Z] #13 24.64 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:22:34.361Z] #13 24.65 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-11-16T00:22:34.361Z] #13 24.65 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-11-16T00:22:34.361Z] #13 24.66 Setting up python3 (3.5.3-1) ... [2019-11-16T00:22:34.618Z] #13 24.98 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-11-16T00:22:34.679Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-11-16T00:22:35.393Z] #20 12.40 # 1.7% ## 3.9% #### 5.9% ##### 7.9% ###### 9.6% ######## 11.5% ######### 13.2% ########### 15.5% ############ 16.9% ############# 19.0% ############### 20.8% ################ 23.2% ################## 25.2% ################### 26.7% #################### 28.8% ##################### 30.3% ###################### 31.7% ######################## 33.4% [2019-11-16T00:22:35.393Z] #20 ... [2019-11-16T00:22:35.393Z] [2019-11-16T00:22:35.393Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-11-16T00:22:35.393Z] #9 3.670 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-11-16T00:22:35.393Z] #9 DONE 4.4s [2019-11-16T00:22:35.393Z] [2019-11-16T00:22:35.393Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:22:35.550Z] #13 25.69 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-11-16T00:22:35.550Z] #13 25.73 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-11-16T00:22:35.550Z] #13 25.75 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-11-16T00:22:35.550Z] #13 25.76 Setting up python3-wheel (0.29.0-2) ... [2019-11-16T00:22:35.550Z] #13 25.93 Setting up python3-pkg-resources (33.1.1-1) ... [2019-11-16T00:22:35.807Z] #13 26.14 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-11-16T00:22:35.807Z] #13 26.15 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-11-16T00:22:35.807Z] #13 26.36 Setting up dmsetup (2:1.02.137-2) ... [2019-11-16T00:22:35.880Z] CC criu/cr-service.o [2019-11-16T00:22:36.065Z] #13 26.37 Setting up python3-setuptools (33.1.1-1) ... [2019-11-16T00:22:36.322Z] #13 26.59 Setting up dh-python (2.20170125) ... [2019-11-16T00:22:36.322Z] #13 26.73 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-11-16T00:22:36.322Z] #13 26.74 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:36.626Z] CC criu/crtools.o [2019-11-16T00:22:36.895Z] #13 DONE 27.2s [2019-11-16T00:22:36.895Z] [2019-11-16T00:22:36.895Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-11-16T00:22:36.972Z] CC criu/eventfd.o [2019-11-16T00:22:37.321Z] CC criu/eventpoll.o [2019-11-16T00:22:37.664Z] CC criu/external.o [2019-11-16T00:22:37.961Z] #20 12.40 # 1.7% ## 3.9% #### 5.9% ##### 7.9% ###### 9.6% ######## 11.5% ######### 13.2% ########### 15.5% ############ 16.9% ############# 19.0% ############### 20.8% ################ 23.2% ################## 25.2% ################### 26.7% #################### 28.8% ##################### 30.3% ###################### 31.7% ######################## 33.4% ######################### 35.1% ########################## 37.0% ########################### 37.9% ############################ 39.4% ############################# 40.3% ############################# 41.3% ############################## 42.2% ############################### 43.5% ################################# 46.0% ################################### 49.2% ##################################### 52.3% ####################################### 54.9% ######################################### 58.2% ########################################### 61.0% ############################################# 63.5% ############################################### 66.7% ################################################# 68.9% ################################################### 71.9% ##################################################### 74.4% ####################################################### 77.0% ########################################################## 80.8% ########################################################### 82.8% ############################################################# 86.0% [2019-11-16T00:22:37.961Z] #20 ... [2019-11-16T00:22:37.961Z] [2019-11-16T00:22:37.961Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:37.961Z] #57 49.01 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-11-16T00:22:37.961Z] #57 49.21 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-11-16T00:22:37.961Z] #57 49.21 Setting up python-pkg-resources (33.1.1-1) ... [2019-11-16T00:22:37.961Z] #57 54.72 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-11-16T00:22:37.961Z] #57 54.73 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-11-16T00:22:37.961Z] #57 54.75 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:37.961Z] #57 54.77 Setting up python-protobuf (3.0.0-9) ... [2019-11-16T00:22:37.961Z] #57 ... [2019-11-16T00:22:37.961Z] [2019-11-16T00:22:37.961Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:22:38.018Z] CC criu/fault-injection.o [2019-11-16T00:22:38.018Z] CC criu/fdstore.o [2019-11-16T00:22:38.018Z] CC criu/fifo.o [2019-11-16T00:22:38.407Z] CC criu/file-ids.o [2019-11-16T00:22:38.407Z] CC criu/file-lock.o [2019-11-16T00:22:38.476Z] #20 12.40 # 1.7% ## 3.9% #### 5.9% ##### 7.9% ###### 9.6% ######## 11.5% ######### 13.2% ########### 15.5% ############ 16.9% ############# 19.0% ############### 20.8% ################ 23.2% ################## 25.2% ################### 26.7% #################### 28.8% ##################### 30.3% ###################### 31.7% ######################## 33.4% ######################### 35.1% ########################## 37.0% ########################### 37.9% ############################ 39.4% ############################# 40.3% ############################# 41.3% ############################## 42.2% ############################### 43.5% ################################# 46.0% ################################### 49.2% ##################################### 52.3% ####################################### 54.9% ######################################### 58.2% ########################################### 61.0% ############################################# 63.5% ############################################### 66.7% ################################################# 68.9% ################################################### 71.9% ##################################################### 74.4% ####################################################### 77.0% ########################################################## 80.8% ########################################################### 82.8% ############################################################# 86.0% ################################################################ 89.7% ################################################################## 92.7% ##################################################################### 96.0% ###################################################################### 97.8% ######################################################################## 100.0% [2019-11-16T00:22:38.476Z] #20 17.44 [2019-11-16T00:22:38.732Z] #20 ... [2019-11-16T00:22:38.732Z] [2019-11-16T00:22:38.732Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:38.732Z] #35 49.78 Selecting previously unselected package liblzo2-2:amd64. [2019-11-16T00:22:38.732Z] #35 49.83 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-11-16T00:22:38.732Z] #35 49.84 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:22:38.732Z] #35 50.05 Selecting previously unselected package libicu57:amd64. [2019-11-16T00:22:38.732Z] #35 50.09 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-11-16T00:22:38.732Z] #35 50.10 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-11-16T00:22:38.732Z] #35 58.87 Selecting previously unselected package libxml2:amd64. [2019-11-16T00:22:38.732Z] #35 58.87 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-11-16T00:22:38.732Z] #35 58.88 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-11-16T00:22:38.732Z] #35 59.84 Selecting previously unselected package libarchive13:amd64. [2019-11-16T00:22:38.732Z] #35 59.84 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_amd64.deb ... [2019-11-16T00:22:38.732Z] #35 59.84 Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-11-16T00:22:38.732Z] #35 ... [2019-11-16T00:22:38.732Z] [2019-11-16T00:22:38.732Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-11-16T00:22:38.732Z] #42 13.65 + cd /tmp/tmp.kv6vsXPz3i/src/github.com/opencontainers/runc [2019-11-16T00:22:38.732Z] #42 13.65 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-11-16T00:22:38.732Z] #42 14.01 + '[' -z '' ']' [2019-11-16T00:22:38.732Z] #42 14.01 + target=static [2019-11-16T00:22:38.732Z] #42 14.01 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-11-16T00:22:38.795Z] #14 1.634 Collecting yamllint==1.16.0 [2019-11-16T00:22:39.136Z] CC criu/files-ext.o [2019-11-16T00:22:39.136Z] CC criu/files-reg.o [2019-11-16T00:22:39.659Z] #42 ... [2019-11-16T00:22:39.659Z] [2019-11-16T00:22:39.659Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-11-16T00:22:39.659Z] #10 DONE 4.1s [2019-11-16T00:22:39.659Z] [2019-11-16T00:22:39.659Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:39.659Z] #35 60.62 Selecting previously unselected package libjsoncpp1:amd64. [2019-11-16T00:22:39.659Z] #35 60.63 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-11-16T00:22:39.659Z] #35 60.65 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-11-16T00:22:39.659Z] #35 60.88 Selecting previously unselected package libuv1:amd64. [2019-11-16T00:22:39.915Z] #35 60.88 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-11-16T00:22:39.915Z] #35 60.88 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-11-16T00:22:39.915Z] #35 61.10 Selecting previously unselected package cmake. [2019-11-16T00:22:39.915Z] #35 61.10 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-11-16T00:22:40.170Z] #35 61.19 Unpacking cmake (3.7.2-1) ... [2019-11-16T00:22:40.316Z] CC criu/files.o [2019-11-16T00:22:41.495Z] CC criu/filesystems.o [2019-11-16T00:22:41.835Z] CC criu/fsnotify.o [2019-11-16T00:22:42.059Z] #35 ... [2019-11-16T00:22:42.059Z] [2019-11-16T00:22:42.059Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:42.059Z] #57 62.41 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-11-16T00:22:42.059Z] #57 62.44 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-11-16T00:22:42.059Z] #57 62.46 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-11-16T00:22:42.059Z] #57 62.48 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-11-16T00:22:42.059Z] #57 62.49 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-11-16T00:22:42.059Z] #57 62.50 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-11-16T00:22:42.059Z] #57 62.51 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-11-16T00:22:42.059Z] #57 62.52 Setting up protobuf-compiler (3.0.0-9) ... [2019-11-16T00:22:42.059Z] #57 62.53 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-11-16T00:22:42.059Z] #57 62.54 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-11-16T00:22:42.059Z] #57 62.55 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:42.059Z] #57 DONE 62.8s [2019-11-16T00:22:42.059Z] [2019-11-16T00:22:42.059Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:22:42.563Z] CC criu/image-desc.o [2019-11-16T00:22:42.563Z] CC criu/image.o [2019-11-16T00:22:42.904Z] CC criu/ipc_ns.o [2019-11-16T00:22:42.985Z] #58 ... [2019-11-16T00:22:42.985Z] [2019-11-16T00:22:42.985Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:22:42.985Z] #33 53.70 bufio [2019-11-16T00:22:42.985Z] #33 55.43 syscall [2019-11-16T00:22:42.985Z] #33 ... [2019-11-16T00:22:42.985Z] [2019-11-16T00:22:42.985Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:22:42.985Z] #20 20.28 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-11-16T00:22:42.985Z] #20 21.10 [2019-11-16T00:22:42.985Z] #20 21.36 ######################################################################## 100.0% [2019-11-16T00:22:42.985Z] #20 21.56 [2019-11-16T00:22:42.985Z] #20 ... [2019-11-16T00:22:42.985Z] [2019-11-16T00:22:42.985Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-11-16T00:22:42.985Z] #11 DONE 3.5s [2019-11-16T00:22:43.240Z] [2019-11-16T00:22:43.240Z] #12 [dev 6/24] RUN ldconfig [2019-11-16T00:22:43.240Z] #12 ... [2019-11-16T00:22:43.240Z] [2019-11-16T00:22:43.240Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:22:43.240Z] #30 54.24 time [2019-11-16T00:22:43.240Z] #30 61.15 sort [2019-11-16T00:22:43.240Z] #30 62.42 internal/poll [2019-11-16T00:22:43.240Z] #30 62.56 internal/fmtsort [2019-11-16T00:22:43.240Z] #30 63.62 internal/syscall/unix [2019-11-16T00:22:43.240Z] #30 64.15 strings [2019-11-16T00:22:43.631Z] CC criu/irmap.o [2019-11-16T00:22:43.971Z] CC criu/kcmp-ids.o [2019-11-16T00:22:43.971Z] CC criu/kerndat.o [2019-11-16T00:22:44.171Z] #30 ... [2019-11-16T00:22:44.171Z] [2019-11-16T00:22:44.171Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:44.171Z] #35 65.01 Selecting previously unselected package xxd. [2019-11-16T00:22:44.171Z] #35 65.02 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-11-16T00:22:44.171Z] #35 65.04 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:44.171Z] #35 65.27 Selecting previously unselected package vim-common. [2019-11-16T00:22:44.171Z] #35 65.28 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:22:44.171Z] #35 65.31 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:44.427Z] #35 65.62 Processing triggers for mime-support (3.60) ... [2019-11-16T00:22:44.427Z] #35 65.72 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:44.682Z] #35 65.72 Setting up libuv1:amd64 (1.9.1-3) ... [2019-11-16T00:22:44.682Z] #35 65.74 Setting up cmake-data (3.7.2-1) ... [2019-11-16T00:22:44.682Z] #35 65.76 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-11-16T00:22:44.682Z] #35 65.77 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-11-16T00:22:44.682Z] #35 65.79 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:44.682Z] #35 65.97 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:22:44.699Z] CC criu/libnetlink.o [2019-11-16T00:22:44.937Z] #35 65.99 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:22:44.937Z] #35 66.01 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-11-16T00:22:44.937Z] #35 66.02 Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-11-16T00:22:44.937Z] #35 66.03 Setting up cmake (3.7.2-1) ... [2019-11-16T00:22:45.042Z] CC criu/log.o [2019-11-16T00:22:45.192Z] #35 66.16 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:45.341Z] #14 7.934 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-11-16T00:22:45.341Z] #14 7.998 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-11-16T00:22:45.381Z] CC criu/lsm.o [2019-11-16T00:22:45.381Z] CC criu/mem.o [2019-11-16T00:22:45.448Z] #35 DONE 66.4s [2019-11-16T00:22:45.448Z] [2019-11-16T00:22:45.448Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:22:45.448Z] #36 DONE 0.1s [2019-11-16T00:22:45.448Z] [2019-11-16T00:22:45.448Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-11-16T00:22:45.448Z] #37 DONE 0.1s [2019-11-16T00:22:45.448Z] [2019-11-16T00:22:45.448Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-11-16T00:22:45.906Z] #14 9.032 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-11-16T00:22:46.163Z] #14 9.362 Collecting pyyaml (from yamllint==1.16.0) [2019-11-16T00:22:46.220Z] + rm -rf /tmp/tmp.FQTBjG054C [2019-11-16T00:22:46.220Z] Removing intermediate container 3377a2a1f349 [2019-11-16T00:22:46.220Z] ---> 140e3e9635be [2019-11-16T00:22:46.220Z] Step 19/125 : FROM base AS frozen-images [2019-11-16T00:22:46.220Z] ---> ad1f020b58ab [2019-11-16T00:22:46.220Z] Step 20/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:22:46.220Z] ---> Using cache [2019-11-16T00:22:46.220Z] ---> 6b249c1bf76d [2019-11-16T00:22:46.220Z] Step 21/125 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-11-16T00:22:46.220Z] ---> Running in 20971276e694 [2019-11-16T00:22:46.220Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:22:46.220Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:22:46.220Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:22:46.220Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:22:46.220Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:22:46.220Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-11-16T00:22:46.220Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-11-16T00:22:46.564Z] CC criu/mount.o [2019-11-16T00:22:46.587Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-11-16T00:22:46.811Z] #38 ... [2019-11-16T00:22:46.811Z] [2019-11-16T00:22:46.811Z] #12 [dev 6/24] RUN ldconfig [2019-11-16T00:22:46.811Z] #12 DONE 3.5s [2019-11-16T00:22:46.811Z] [2019-11-16T00:22:46.811Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:22:46.811Z] #20 23.58 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-11-16T00:22:46.811Z] #20 24.11 [2019-11-16T00:22:46.811Z] #20 24.62 ############## 19.6% ######################################################################## 100.0% [2019-11-16T00:22:46.811Z] #20 24.82 [2019-11-16T00:22:47.534Z] #14 10.43 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-11-16T00:22:47.534Z] #14 10.80 Building wheels for collected packages: pathspec, pyyaml [2019-11-16T00:22:47.738Z] #20 26.67 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-11-16T00:22:47.793Z] #14 10.80 Running setup.py bdist_wheel for pathspec: started [2019-11-16T00:22:47.793Z] #14 11.08 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-11-16T00:22:47.850Z] Fetched 7672 kB in 1s (4913 kB/s) [2019-11-16T00:22:47.994Z] #20 26.79 skipping existing 1849cc453dee [2019-11-16T00:22:47.994Z] #20 26.94 [2019-11-16T00:22:48.050Z] #14 11.08 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-11-16T00:22:48.051Z] #14 11.08 Running setup.py bdist_wheel for pyyaml: started [2019-11-16T00:22:48.051Z] #14 11.36 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-11-16T00:22:48.239Z] Reading package lists... [2019-11-16T00:22:48.347Z] #14 11.36 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-11-16T00:22:48.347Z] #14 11.38 Successfully built pathspec pyyaml [2019-11-16T00:22:48.347Z] #14 11.38 Installing collected packages: pathspec, pyyaml, yamllint [2019-11-16T00:22:48.347Z] #14 11.49 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-11-16T00:22:48.604Z] #14 DONE 11.8s [2019-11-16T00:22:48.604Z] [2019-11-16T00:22:48.604Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-11-16T00:22:48.737Z] Reading package lists... [2019-11-16T00:22:48.737Z] Building dependency tree... [2019-11-16T00:22:48.737Z] Reading state information... [2019-11-16T00:22:48.737Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-11-16T00:22:48.737Z] The following additional packages will be installed: [2019-11-16T00:22:48.737Z] libjq1 libonig4 [2019-11-16T00:22:48.737Z] The following NEW packages will be installed: [2019-11-16T00:22:48.737Z] jq libjq1 libonig4 [2019-11-16T00:22:48.737Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:22:48.737Z] Need to get 328 kB of archives. [2019-11-16T00:22:48.737Z] After this operation, 1263 kB of additional disk space will be used. [2019-11-16T00:22:48.737Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-11-16T00:22:48.864Z] #16 DONE 0.3s [2019-11-16T00:22:48.864Z] [2019-11-16T00:22:48.864Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-11-16T00:22:48.864Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0B / 9.11MB 0.1s [2019-11-16T00:22:48.864Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-11-16T00:22:48.864Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-11-16T00:22:48.889Z] CC criu/namespaces.o [2019-11-16T00:22:49.139Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-11-16T00:22:49.139Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-11-16T00:22:49.139Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:22:49.139Z] Fetched 328 kB in 0s (3917 kB/s) [2019-11-16T00:22:49.139Z] Selecting previously unselected package libonig4:s390x. [2019-11-16T00:22:49.139Z] (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-11-16T00:22:49.139Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-11-16T00:22:49.139Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-11-16T00:22:49.139Z] Selecting previously unselected package libjq1:s390x. [2019-11-16T00:22:49.139Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-11-16T00:22:49.139Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-11-16T00:22:49.139Z] Selecting previously unselected package jq. [2019-11-16T00:22:49.139Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-11-16T00:22:49.139Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-11-16T00:22:49.139Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-11-16T00:22:49.139Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-11-16T00:22:49.139Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:22:49.139Z] Setting up jq (1.5+dfsg-1.3) ... [2019-11-16T00:22:49.249Z] #64 ... [2019-11-16T00:22:49.249Z] [2019-11-16T00:22:49.249Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:22:49.249Z] #40 DONE 0.2s [2019-11-16T00:22:49.249Z] [2019-11-16T00:22:49.249Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-11-16T00:22:49.249Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 695.85kB / 9.11MB 0.3s [2019-11-16T00:22:49.249Z] #64 ... [2019-11-16T00:22:49.249Z] [2019-11-16T00:22:49.249Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-11-16T00:22:49.249Z] #60 DONE 0.4s [2019-11-16T00:22:49.249Z] [2019-11-16T00:22:49.249Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-11-16T00:22:49.249Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 3.08MB / 9.11MB 0.3s [2019-11-16T00:22:49.507Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.5s [2019-11-16T00:22:49.507Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c [2019-11-16T00:22:49.507Z] #64 ... [2019-11-16T00:22:49.507Z] [2019-11-16T00:22:49.507Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-11-16T00:22:49.507Z] #52 DONE 0.7s [2019-11-16T00:22:49.507Z] [2019-11-16T00:22:49.507Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-11-16T00:22:49.507Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.6s done [2019-11-16T00:22:49.765Z] #64 ... [2019-11-16T00:22:49.765Z] [2019-11-16T00:22:49.765Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-11-16T00:22:49.765Z] #29 DONE 1.0s [2019-11-16T00:22:49.765Z] [2019-11-16T00:22:49.765Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-11-16T00:22:49.882Z] #20 28.49 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-11-16T00:22:49.952Z] Removing intermediate container 20971276e694 [2019-11-16T00:22:49.952Z] ---> a72e8f28ac42 [2019-11-16T00:22:49.952Z] Step 22/125 : COPY contrib/download-frozen-image-v2.sh / [2019-11-16T00:22:49.952Z] ---> c7cb10239f89 [2019-11-16T00:22:49.952Z] 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-11-16T00:22:50.022Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0.4s done [2019-11-16T00:22:50.083Z] CC criu/net.o [2019-11-16T00:22:50.138Z] #20 29.10 [2019-11-16T00:22:50.138Z] #20 ... [2019-11-16T00:22:50.138Z] [2019-11-16T00:22:50.138Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-11-16T00:22:50.138Z] #42 16.41 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-11-16T00:22:50.279Z] #64 DONE 1.4s [2019-11-16T00:22:50.279Z] [2019-11-16T00:22:50.279Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:22:50.331Z] ---> Running in 390f75afc072 [2019-11-16T00:22:50.394Z] #42 ... [2019-11-16T00:22:50.394Z] [2019-11-16T00:22:50.394Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:22:50.394Z] #20 29.38 ######################################################################## 100.0% [2019-11-16T00:22:50.394Z] #20 29.52 [2019-11-16T00:22:50.649Z] #20 29.60 Download of images into '/build' complete. [2019-11-16T00:22:50.649Z] #20 29.60 Use something like the following to load the result into a Docker daemon: [2019-11-16T00:22:50.649Z] #20 29.60 tar -cC '/build' . | docker load [2019-11-16T00:22:50.904Z] #20 DONE 29.8s [2019-11-16T00:22:50.904Z] [2019-11-16T00:22:50.904Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-11-16T00:22:50.904Z] #38 3.730 + RM_GOPATH=0 [2019-11-16T00:22:50.904Z] #38 3.730 + TMP_GOPATH= [2019-11-16T00:22:50.904Z] #38 3.730 + : /build [2019-11-16T00:22:50.904Z] #38 3.730 + '[' -z '' ']' [2019-11-16T00:22:50.904Z] #38 3.733 ++ mktemp -d [2019-11-16T00:22:50.904Z] #38 3.736 + export GOPATH=/tmp/tmp.xTYWAIMZVM [2019-11-16T00:22:50.904Z] #38 3.736 + GOPATH=/tmp/tmp.xTYWAIMZVM [2019-11-16T00:22:50.904Z] #38 3.736 + RM_GOPATH=1 [2019-11-16T00:22:50.904Z] #38 3.736 ++ dirname ./install.sh [2019-11-16T00:22:50.904Z] #38 3.737 + dir=. [2019-11-16T00:22:50.904Z] #38 3.737 + bin=tini [2019-11-16T00:22:50.904Z] #38 3.737 + shift [2019-11-16T00:22:50.904Z] #38 3.737 + '[' '!' -f ./tini.installer ']' [2019-11-16T00:22:50.904Z] #38 3.737 + . ./tini.installer [2019-11-16T00:22:50.904Z] #38 3.737 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:22:50.904Z] #38 3.738 + install_tini [2019-11-16T00:22:50.904Z] #38 3.738 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:22:50.904Z] #38 3.738 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-11-16T00:22:50.904Z] #38 3.738 + git clone https://github.com/krallin/tini.git /tmp/tmp.xTYWAIMZVM/tini [2019-11-16T00:22:50.904Z] #38 3.739 Cloning into '/tmp/tmp.xTYWAIMZVM/tini'... [2019-11-16T00:22:50.904Z] #38 4.687 + cd /tmp/tmp.xTYWAIMZVM/tini [2019-11-16T00:22:50.904Z] #38 4.687 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:22:50.904Z] #38 4.699 + cmake . [2019-11-16T00:22:50.904Z] #38 5.282 -- The C compiler identification is GNU 6.3.0 [2019-11-16T00:22:50.904Z] #38 5.326 -- Check for working C compiler: /usr/bin/cc [2019-11-16T00:22:51.115Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-11-16T00:22:51.215Z] #30 ... [2019-11-16T00:22:51.215Z] [2019-11-16T00:22:51.215Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-11-16T00:22:51.215Z] #49 DONE 2.2s [2019-11-16T00:22:51.215Z] [2019-11-16T00:22:51.216Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-11-16T00:22:51.216Z] #32 DONE 2.2s [2019-11-16T00:22:51.216Z] [2019-11-16T00:22:51.216Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2019-11-16T00:22:51.216Z] #23 DONE 2.3s [2019-11-16T00:22:51.216Z] [2019-11-16T00:22:51.216Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-11-16T00:22:51.216Z] #41 DONE 2.0s [2019-11-16T00:22:51.216Z] [2019-11-16T00:22:51.216Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-11-16T00:22:51.216Z] #21 DONE 2.3s [2019-11-16T00:22:51.216Z] [2019-11-16T00:22:51.216Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-11-16T00:22:51.216Z] #26 DONE 2.3s [2019-11-16T00:22:51.216Z] [2019-11-16T00:22:51.216Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-11-16T00:22:51.495Z]  [2019-11-16T00:22:51.805Z] CC criu/netfilter.o [2019-11-16T00:22:51.830Z] #38 6.358 -- Check for working C compiler: /usr/bin/cc -- works [2019-11-16T00:22:51.830Z] #38 6.369 -- Detecting C compiler ABI info [2019-11-16T00:22:52.152Z] CC criu/page-pipe.o [2019-11-16T00:22:52.249Z]  ########                                          11.5% ################## 26.1% #############################   40.8% ######################################### 57.5% ##################################################### 74.2% ##############################################################            86.7% ######################################################################## 100.0% [2019-11-16T00:22:52.250Z]  [2019-11-16T00:22:52.545Z] CC criu/page-xfer.o [2019-11-16T00:22:52.637Z]  #################                                  24.6% ##############################################                  64.2% ######################################################################## 100.0% [2019-11-16T00:22:53.003Z]  [2019-11-16T00:22:53.191Z] #38 7.791 -- Detecting C compiler ABI info - done [2019-11-16T00:22:53.293Z] CC criu/pagemap-cache.o [2019-11-16T00:22:53.293Z] CC criu/pagemap.o [2019-11-16T00:22:53.368Z]  #########  13.4% ######################## 33.8% #####################################           51.6% ###################################################               71.9% ################################################################          89.7% ######################################################################## 100.0% [2019-11-16T00:22:53.446Z] #38 7.873 -- Detecting C compile features [2019-11-16T00:22:53.767Z]  [2019-11-16T00:22:54.044Z] CC criu/parasite-syscall.o [2019-11-16T00:22:54.373Z] #38 ... [2019-11-16T00:22:54.373Z] [2019-11-16T00:22:54.373Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:22:54.373Z] #33 65.28 time [2019-11-16T00:22:54.373Z] #33 69.26 sort [2019-11-16T00:22:54.373Z] #33 70.58 internal/fmtsort [2019-11-16T00:22:54.373Z] #33 71.35 internal/poll [2019-11-16T00:22:54.373Z] #33 71.53 internal/syscall/unix [2019-11-16T00:22:54.373Z] #33 72.13 strings [2019-11-16T00:22:54.374Z] #33 74.81 os [2019-11-16T00:22:54.629Z] #33 ... [2019-11-16T00:22:54.629Z] [2019-11-16T00:22:54.629Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:22:54.629Z] #58 5.567 Note: Building without setproctitle() and strlcpy() support. [2019-11-16T00:22:54.629Z] #58 5.567 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-11-16T00:22:54.629Z] #58 7.882 fatal: Not a git repository (or any of the parent directories): .git [2019-11-16T00:22:54.629Z] #58 7.938 GEN .gitid [2019-11-16T00:22:54.629Z] #58 7.954 GEN criu/include/version.h [2019-11-16T00:22:54.629Z] #58 8.013 GEN include/common/asm [2019-11-16T00:22:54.629Z] #58 11.02 PBCC images/google/protobuf/descriptor.pb-c.c [2019-11-16T00:22:54.629Z] #58 11.13 PBCC images/opts.pb-c.c [2019-11-16T00:22:54.629Z] #58 11.22 PBCC images/sit.pb-c.c [2019-11-16T00:22:54.629Z] #58 11.34 DEP images/google/protobuf/descriptor.pb-c.d [2019-11-16T00:22:54.629Z] #58 11.71 DEP images/opts.pb-c.d [2019-11-16T00:22:54.629Z] #58 11.91 DEP images/sit.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.09 PBCC images/macvlan.pb-c.c [2019-11-16T00:22:54.629Z] #58 12.17 DEP images/macvlan.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.31 PBCC images/autofs.pb-c.c [2019-11-16T00:22:54.629Z] #58 12.35 DEP images/autofs.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.39 PBCC images/sysctl.pb-c.c [2019-11-16T00:22:54.629Z] #58 12.40 DEP images/sysctl.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.44 PBCC images/time.pb-c.c [2019-11-16T00:22:54.629Z] #58 12.47 DEP images/time.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.51 PBCC images/binfmt-misc.pb-c.c [2019-11-16T00:22:54.629Z] #58 12.54 DEP images/binfmt-misc.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.56 PBCC images/seccomp.pb-c.c [2019-11-16T00:22:54.629Z] #58 12.60 DEP images/seccomp.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.65 PBCC images/userns.pb-c.c [2019-11-16T00:22:54.629Z] #58 12.67 DEP images/userns.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.75 PBCC images/cgroup.pb-c.c [2019-11-16T00:22:54.629Z] #58 12.77 DEP images/cgroup.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.83 PBCC images/fown.pb-c.c [2019-11-16T00:22:54.629Z] #58 12.85 PBCC images/ext-file.pb-c.c [2019-11-16T00:22:54.629Z] #58 12.87 DEP images/fown.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.92 DEP images/ext-file.pb-c.d [2019-11-16T00:22:54.629Z] #58 12.98 PBCC images/rpc.pb-c.c [2019-11-16T00:22:54.629Z] #58 13.03 DEP images/rpc.pb-c.d [2019-11-16T00:22:54.629Z] #58 13.10 PBCC images/siginfo.pb-c.c [2019-11-16T00:22:54.629Z] #58 ... [2019-11-16T00:22:54.629Z] [2019-11-16T00:22:54.629Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:22:54.629Z] #30 65.63 os [2019-11-16T00:22:54.629Z] #30 68.45 bytes [2019-11-16T00:22:54.629Z] #30 71.12 fmt [2019-11-16T00:22:54.629Z] #30 71.22 bufio [2019-11-16T00:22:54.629Z] #30 73.59 path/filepath [2019-11-16T00:22:54.800Z] CC criu/path.o [2019-11-16T00:22:54.800Z] CC criu/pie-util-vdso-elf32.o [2019-11-16T00:22:54.884Z] #30 ... [2019-11-16T00:22:54.884Z] [2019-11-16T00:22:54.884Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:22:54.884Z] #58 13.11 DEP images/siginfo.pb-c.d [2019-11-16T00:22:54.884Z] #58 13.20 PBCC images/pagemap.pb-c.c [2019-11-16T00:22:54.884Z] #58 13.25 DEP images/pagemap.pb-c.d [2019-11-16T00:22:55.140Z] #58 13.35 PBCC images/rlimit.pb-c.c [2019-11-16T00:22:55.140Z] #58 13.38 DEP images/rlimit.pb-c.d [2019-11-16T00:22:55.140Z] #58 13.46 PBCC images/file-lock.pb-c.c [2019-11-16T00:22:55.140Z] #58 13.48 DEP images/file-lock.pb-c.d [2019-11-16T00:22:55.140Z] #58 13.52 PBCC images/tty.pb-c.c [2019-11-16T00:22:55.140Z] #58 13.56 DEP images/tty.pb-c.d [2019-11-16T00:22:55.151Z] CC criu/pie-util-vdso.o [2019-11-16T00:22:55.151Z] CC criu/pie-util.o [2019-11-16T00:22:55.395Z] #58 13.62 PBCC images/tun.pb-c.c [2019-11-16T00:22:55.395Z] #58 13.67 PBCC images/netdev.pb-c.c [2019-11-16T00:22:55.395Z] #58 13.70 DEP images/tun.pb-c.d [2019-11-16T00:22:55.395Z] #58 13.78 DEP images/netdev.pb-c.d [2019-11-16T00:22:55.477Z]  ####  5.6% ########  11.2% ############                                                              17.9% #################            24.5% ######################        31.1% ###########################              37.7% ############################### 44.3% ##################################### 51.9% ########################################## 59.4% ################################################ 67.0% #####################################################  74.5% ########################################################### 82.1% ################################################################ 89.7% ###################################################################### 97.2% ######################################################################## 100.0% [2019-11-16T00:22:55.477Z]  [2019-11-16T00:22:55.491Z] CC criu/pipes.o [2019-11-16T00:22:55.651Z] #58 13.87 PBCC images/vma.pb-c.c [2019-11-16T00:22:55.651Z] #58 13.95 DEP images/vma.pb-c.d [2019-11-16T00:22:55.651Z] #58 14.00 PBCC images/creds.pb-c.c [2019-11-16T00:22:55.828Z] CC criu/plugin.o [2019-11-16T00:22:55.840Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-11-16T00:22:55.907Z] #58 14.07 DEP images/creds.pb-c.d [2019-11-16T00:22:55.907Z] #58 14.18 PBCC images/utsns.pb-c.c [2019-11-16T00:22:55.907Z] #58 14.19 DEP images/utsns.pb-c.d [2019-11-16T00:22:55.907Z] #58 14.28 PBCC images/ipc-desc.pb-c.c [2019-11-16T00:22:55.907Z] #58 14.32 PBCC images/ipc-sem.pb-c.c [2019-11-16T00:22:55.907Z] #58 14.34 DEP images/ipc-desc.pb-c.d [2019-11-16T00:22:56.162Z] #58 14.43 DEP images/ipc-sem.pb-c.d [2019-11-16T00:22:56.162Z] #58 14.48 PBCC images/ipc-msg.pb-c.c [2019-11-16T00:22:56.162Z] #58 14.53 DEP images/ipc-msg.pb-c.d [2019-11-16T00:22:56.166Z] CC criu/proc_parse.o [2019-11-16T00:22:56.214Z]  [2019-11-16T00:22:56.214Z]  ######################################################################## 100.0% [2019-11-16T00:22:56.214Z]  [2019-11-16T00:22:56.418Z] #58 14.62 PBCC images/ipc-shm.pb-c.c [2019-11-16T00:22:56.418Z] #58 14.63 DEP images/ipc-shm.pb-c.d [2019-11-16T00:22:56.418Z] #58 14.70 PBCC images/ipc-var.pb-c.c [2019-11-16T00:22:56.418Z] #58 14.73 DEP images/ipc-var.pb-c.d [2019-11-16T00:22:56.418Z] #58 14.78 PBCC images/sk-opts.pb-c.c [2019-11-16T00:22:56.418Z] #58 14.80 PBCC images/packet-sock.pb-c.c [2019-11-16T00:22:56.481Z] #42 ... [2019-11-16T00:22:56.481Z] [2019-11-16T00:22:56.481Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-11-16T00:22:56.481Z] #50 5.238 + RM_GOPATH=0 [2019-11-16T00:22:56.481Z] #50 5.239 + TMP_GOPATH= [2019-11-16T00:22:56.481Z] #50 5.240 + : /build [2019-11-16T00:22:56.481Z] #50 5.240 + '[' -z '' ']' [2019-11-16T00:22:56.481Z] #50 5.240 ++ mktemp -d [2019-11-16T00:22:56.481Z] #50 5.244 + export GOPATH=/tmp/tmp.CVpQlddEDz [2019-11-16T00:22:56.481Z] #50 5.244 + GOPATH=/tmp/tmp.CVpQlddEDz [2019-11-16T00:22:56.481Z] #50 5.244 + RM_GOPATH=1 [2019-11-16T00:22:56.481Z] #50 5.244 ++ dirname ./install.sh [2019-11-16T00:22:56.481Z] #50 5.246 + dir=. [2019-11-16T00:22:56.481Z] #50 5.247 + bin=proxy [2019-11-16T00:22:56.481Z] #50 5.247 + shift [2019-11-16T00:22:56.481Z] #50 5.247 + '[' '!' -f ./proxy.installer ']' [2019-11-16T00:22:56.481Z] #50 5.247 + . ./proxy.installer [2019-11-16T00:22:56.481Z] #50 5.247 ++ LIBNETWORK_COMMIT=3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:22:56.481Z] #50 5.248 + install_proxy [2019-11-16T00:22:56.481Z] #50 5.256 + case "$1" in [2019-11-16T00:22:56.481Z] #50 5.256 + export CGO_ENABLED=0 [2019-11-16T00:22:56.481Z] #50 5.257 + CGO_ENABLED=0 [2019-11-16T00:22:56.481Z] #50 5.257 + _install_proxy [2019-11-16T00:22:56.481Z] #50 5.257 + echo 'Install docker-proxy version 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d' [2019-11-16T00:22:56.481Z] #50 5.257 Install docker-proxy version 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:22:56.481Z] #50 5.257 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.CVpQlddEDz/src/github.com/docker/libnetwork [2019-11-16T00:22:56.481Z] #50 5.259 Cloning into '/tmp/tmp.CVpQlddEDz/src/github.com/docker/libnetwork'... [2019-11-16T00:22:56.481Z] #50 ... [2019-11-16T00:22:56.481Z] [2019-11-16T00:22:56.481Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:22:56.481Z] #30 6.499 + RM_GOPATH=0 [2019-11-16T00:22:56.481Z] #30 6.499 + TMP_GOPATH= [2019-11-16T00:22:56.481Z] #30 6.500 + : /build [2019-11-16T00:22:56.481Z] #30 6.500 + '[' -z '' ']' [2019-11-16T00:22:56.481Z] #30 6.503 ++ mktemp -d [2019-11-16T00:22:56.481Z] #30 6.527 + export GOPATH=/tmp/tmp.Zp4uZOG4dL [2019-11-16T00:22:56.481Z] #30 6.528 + GOPATH=/tmp/tmp.Zp4uZOG4dL [2019-11-16T00:22:56.481Z] #30 6.528 + RM_GOPATH=1 [2019-11-16T00:22:56.481Z] #30 6.529 ++ dirname ./install.sh [2019-11-16T00:22:56.481Z] #30 6.530 + dir=. [2019-11-16T00:22:56.481Z] #30 6.530 + bin=tomlv [2019-11-16T00:22:56.481Z] #30 6.530 + shift [2019-11-16T00:22:56.481Z] #30 6.531 + '[' '!' -f ./tomlv.installer ']' [2019-11-16T00:22:56.481Z] #30 6.531 + . ./tomlv.installer [2019-11-16T00:22:56.481Z] #30 6.531 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:22:56.481Z] #30 6.531 + install_tomlv [2019-11-16T00:22:56.481Z] #30 6.532 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-11-16T00:22:56.481Z] #30 6.532 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:22:56.481Z] #30 6.532 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Zp4uZOG4dL/src/github.com/BurntSushi/toml [2019-11-16T00:22:56.481Z] #30 6.540 Cloning into '/tmp/tmp.Zp4uZOG4dL/src/github.com/BurntSushi/toml'... [2019-11-16T00:22:56.581Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-11-16T00:22:56.674Z] #58 14.85 DEP images/sk-opts.pb-c.d [2019-11-16T00:22:56.674Z] #58 ... [2019-11-16T00:22:56.674Z] [2019-11-16T00:22:56.674Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:56.674Z] #13 4.370 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:22:56.674Z] #13 4.370 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:22:56.674Z] #13 4.446 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:22:56.674Z] #13 4.498 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:22:56.674Z] #13 4.587 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:22:56.674Z] #13 6.790 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:22:56.674Z] #13 8.330 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:22:56.674Z] #13 8.999 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:22:56.674Z] #13 ... [2019-11-16T00:22:56.674Z] [2019-11-16T00:22:56.674Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:22:56.674Z] #47 35.18 Checking out files: 40% (1176/2932) Checking out files: 41% (1203/2932) Checking out files: 42% (1232/2932) Checking out files: 43% (1261/2932) Checking out files: 44% (1291/2932) Checking out files: 45% (1320/2932) Checking out files: 46% (1349/2932) Checking out files: 47% (1379/2932) Checking out files: 48% (1408/2932) Checking out files: 49% (1437/2932) Checking out files: 50% (1466/2932) Checking out files: 51% (1496/2932) Checking out files: 52% (1525/2932) Checking out files: 53% (1554/2932) Checking out files: 54% (1584/2932) Checking out files: 55% (1613/2932) Checking out files: 56% (1642/2932) Checking out files: 57% (1672/2932) Checking out files: 58% (1701/2932) Checking out files: 59% (1730/2932) Checking out files: 60% (1760/2932) Checking out files: 61% (1789/2932) Checking out files: 62% (1818/2932) Checking out files: 63% (1848/2932) Checking out files: 64% (1877/2932) Checking out files: 65% (1906/2932) Checking out files: 66% (1936/2932) Checking out files: 67% (1965/2932) Checking out files: 68% (1994/2932) Checking out files: 69% (2024/2932) Checking out files: 70% (2053/2932) Checking out files: 71% (2082/2932) Checking out files: 72% (2112/2932) Checking out files: 73% (2141/2932) Checking out files: 74% (2170/2932) Checking out files: 75% (2199/2932) Checking out files: 76% (2229/2932) Checking out files: 77% (2258/2932) Checking out files: 78% (2287/2932) Checking out files: 79% (2317/2932) Checking out files: 80% (2346/2932) Checking out files: 81% (2375/2932) Checking out files: 82% (2405/2932) Checking out files: 83% (2434/2932) Checking out files: 84% (2463/2932) Checking out files: 85% (2493/2932) Checking out files: 86% (2522/2932) Checking out files: 87% (2551/2932) Checking out files: 88% (2581/2932) Checking out files: 89% (2610/2932) Checking out files: 90% (2639/2932) Checking out files: 91% (2669/2932) Checking out files: 92% (2698/2932) Checking out files: 93% (2727/2932) Checking out files: 94% (2757/2932) Checking out files: 95% (2786/2932) Checking out files: 96% (2815/2932) Checking out files: 97% (2845/2932) Checking out files: 98% (2874/2932) Checking out files: 99% (2903/2932) Checking out files: 100% (2932/2932) Checking out files: 100% (2932/2932), done. [2019-11-16T00:22:56.674Z] #47 36.80 + cd /tmp/tmp.70gjVzjYNU/src/github.com/containerd/containerd [2019-11-16T00:22:56.930Z] #47 36.81 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:22:56.953Z]  [2019-11-16T00:22:56.953Z]               0.4% ######################################################################## 100.0% [2019-11-16T00:22:56.953Z]  [2019-11-16T00:22:57.729Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-11-16T00:22:57.729Z] skipping existing b63cc5f62c21 [2019-11-16T00:22:57.729Z] [2019-11-16T00:22:57.856Z] #30 7.720 + cd /tmp/tmp.Zp4uZOG4dL/src/github.com/BurntSushi/toml [2019-11-16T00:22:57.856Z] #30 7.720 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:22:57.856Z] #30 7.738 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-11-16T00:22:57.860Z] CC criu/protobuf-desc.o [2019-11-16T00:22:58.422Z] #30 8.428 errors [2019-11-16T00:22:58.422Z] #30 8.445 internal/cpu [2019-11-16T00:22:58.422Z] #30 8.496 math/bits [2019-11-16T00:22:58.510Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-11-16T00:22:58.510Z]  [2019-11-16T00:22:58.510Z]  ######################################################################## 100.0% [2019-11-16T00:22:58.510Z]  [2019-11-16T00:22:58.510Z] Download of images into '/build' complete. [2019-11-16T00:22:58.510Z] Use something like the following to load the result into a Docker daemon: [2019-11-16T00:22:58.510Z] tar -cC '/build' . | docker load [2019-11-16T00:22:58.592Z] CC criu/protobuf.o [2019-11-16T00:22:58.593Z] CC criu/pstree.o [2019-11-16T00:22:58.681Z] #30 8.897 runtime/internal/atomic [2019-11-16T00:22:58.817Z] #47 38.89 + export 'BUILDTAGS=netgo osusergo static_build' [2019-11-16T00:22:58.817Z] #47 38.89 + BUILDTAGS='netgo osusergo static_build' [2019-11-16T00:22:58.817Z] #47 38.89 + export EXTRA_FLAGS=-buildmode=pie [2019-11-16T00:22:58.817Z] #47 38.89 + EXTRA_FLAGS=-buildmode=pie [2019-11-16T00:22:58.817Z] #47 38.89 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-11-16T00:22:58.817Z] #47 38.89 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-11-16T00:22:58.817Z] #47 38.89 + '[' '' = dynamic ']' [2019-11-16T00:22:58.817Z] #47 38.89 + make [2019-11-16T00:22:58.939Z] #30 9.028 math [2019-11-16T00:22:58.939Z] #30 ... [2019-11-16T00:22:58.939Z] [2019-11-16T00:22:58.939Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-11-16T00:22:58.939Z] #55 4.635 + mktemp -d [2019-11-16T00:22:58.939Z] #55 4.635 + export GOPATH=/tmp/tmp.g6sd5aZdu8 [2019-11-16T00:22:58.939Z] #55 4.635 + git clone https://github.com/docker/distribution.git /tmp/tmp.g6sd5aZdu8/src/github.com/docker/distribution [2019-11-16T00:22:58.939Z] #55 4.640 Cloning into '/tmp/tmp.g6sd5aZdu8/src/github.com/docker/distribution'... [2019-11-16T00:22:58.939Z] #55 ... [2019-11-16T00:22:58.939Z] [2019-11-16T00:22:58.939Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-11-16T00:22:58.939Z] #44 7.008 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:22:58.939Z] #44 7.010 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:22:58.939Z] #44 7.056 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:22:58.939Z] #44 7.069 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:22:58.939Z] #44 7.093 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:22:58.939Z] #44 7.944 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:22:58.939Z] #44 9.474 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:22:58.939Z] #44 10.20 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:22:59.073Z] #47 ... [2019-11-16T00:22:59.073Z] [2019-11-16T00:22:59.073Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-11-16T00:22:59.073Z] #38 10.06 -- Detecting C compile features - done [2019-11-16T00:22:59.073Z] #38 10.11 -- Performing Test HAS_BUILTIN_FORTIFY [2019-11-16T00:22:59.073Z] #38 10.54 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-11-16T00:22:59.073Z] #38 10.70 -- Configuring done [2019-11-16T00:22:59.073Z] #38 10.75 -- Generating done [2019-11-16T00:22:59.073Z] #38 10.75 -- Build files have been written to: /tmp/tmp.xTYWAIMZVM/tini [2019-11-16T00:22:59.073Z] #38 10.76 + make tini-static [2019-11-16T00:22:59.073Z] #38 11.08 Scanning dependencies of target tini-static [2019-11-16T00:22:59.073Z] #38 11.18 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-11-16T00:22:59.073Z] #38 12.59 [100%] Linking C executable tini-static [2019-11-16T00:22:59.073Z] #38 13.21 [100%] Built target tini-static [2019-11-16T00:22:59.073Z] #38 13.27 + mkdir -p /build [2019-11-16T00:22:59.073Z] #38 13.27 + cp tini-static /build/docker-init [2019-11-16T00:22:59.073Z] #38 DONE 13.6s [2019-11-16T00:22:59.073Z] [2019-11-16T00:22:59.073Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:22:59.073Z] #58 14.93 DEP images/packet-sock.pb-c.d [2019-11-16T00:22:59.073Z] #58 15.03 PBCC images/sk-netlink.pb-c.c [2019-11-16T00:22:59.073Z] #58 15.08 DEP images/sk-netlink.pb-c.d [2019-11-16T00:22:59.073Z] #58 15.18 PBCC images/sk-inet.pb-c.c [2019-11-16T00:22:59.073Z] #58 15.24 DEP images/sk-inet.pb-c.d [2019-11-16T00:22:59.073Z] #58 15.30 PBCC images/sk-unix.pb-c.c [2019-11-16T00:22:59.073Z] #58 15.39 DEP images/sk-unix.pb-c.d [2019-11-16T00:22:59.073Z] #58 15.48 PBCC images/mm.pb-c.c [2019-11-16T00:22:59.073Z] #58 15.58 DEP images/mm.pb-c.d [2019-11-16T00:22:59.073Z] #58 15.64 PBCC images/timerfd.pb-c.c [2019-11-16T00:22:59.073Z] #58 15.69 DEP images/timerfd.pb-c.d [2019-11-16T00:22:59.073Z] #58 15.73 PBCC images/timer.pb-c.c [2019-11-16T00:22:59.073Z] #58 15.75 DEP images/timer.pb-c.d [2019-11-16T00:22:59.073Z] #58 15.79 PBCC images/sa.pb-c.c [2019-11-16T00:22:59.073Z] #58 15.83 DEP images/sa.pb-c.d [2019-11-16T00:22:59.073Z] #58 15.94 PBCC images/pipe-data.pb-c.c [2019-11-16T00:22:59.073Z] #58 15.98 DEP images/pipe-data.pb-c.d [2019-11-16T00:22:59.073Z] #58 16.04 PBCC images/mnt.pb-c.c [2019-11-16T00:22:59.073Z] #58 16.12 DEP images/mnt.pb-c.d [2019-11-16T00:22:59.073Z] #58 16.21 PBCC images/sk-packet.pb-c.c [2019-11-16T00:22:59.073Z] #58 16.24 DEP images/sk-packet.pb-c.d [2019-11-16T00:22:59.073Z] #58 16.30 PBCC images/tcp-stream.pb-c.c [2019-11-16T00:22:59.073Z] #58 16.36 DEP images/tcp-stream.pb-c.d [2019-11-16T00:22:59.073Z] #58 16.44 PBCC images/pipe.pb-c.c [2019-11-16T00:22:59.073Z] #58 16.54 DEP images/pipe.pb-c.d [2019-11-16T00:22:59.073Z] #58 16.66 PBCC images/pstree.pb-c.c [2019-11-16T00:22:59.073Z] #58 16.66 DEP images/pstree.pb-c.d [2019-11-16T00:22:59.073Z] #58 16.70 PBCC images/fs.pb-c.c [2019-11-16T00:22:59.073Z] #58 16.73 DEP images/fs.pb-c.d [2019-11-16T00:22:59.073Z] #58 16.79 PBCC images/signalfd.pb-c.c [2019-11-16T00:22:59.073Z] #58 16.90 DEP images/signalfd.pb-c.d [2019-11-16T00:22:59.073Z] #58 16.98 PBCC images/fh.pb-c.c [2019-11-16T00:22:59.073Z] #58 17.06 PBCC images/fsnotify.pb-c.c [2019-11-16T00:22:59.073Z] #58 17.21 DEP images/fh.pb-c.d [2019-11-16T00:22:59.073Z] #58 17.29 DEP images/fsnotify.pb-c.d [2019-11-16T00:22:59.073Z] #58 17.46 PBCC images/eventpoll.pb-c.c [2019-11-16T00:22:59.198Z] #44 ... [2019-11-16T00:22:59.198Z] [2019-11-16T00:22:59.198Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:59.198Z] #35 7.784 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:22:59.198Z] #35 7.784 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:22:59.198Z] #35 7.795 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:22:59.198Z] #35 7.816 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:22:59.198Z] #35 7.910 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:22:59.198Z] #35 8.578 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:22:59.198Z] #35 10.27 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:22:59.198Z] #35 ... [2019-11-16T00:22:59.198Z] [2019-11-16T00:22:59.198Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-11-16T00:22:59.198Z] #61 6.533 + RM_GOPATH=0 [2019-11-16T00:22:59.198Z] #61 6.533 + TMP_GOPATH= [2019-11-16T00:22:59.198Z] #61 6.533 + : /build/ [2019-11-16T00:22:59.198Z] #61 6.533 + '[' -z '' ']' [2019-11-16T00:22:59.198Z] #61 6.533 ++ mktemp -d [2019-11-16T00:22:59.198Z] #61 6.535 + export GOPATH=/tmp/tmp.3CXtZBoj1P [2019-11-16T00:22:59.198Z] #61 6.535 + GOPATH=/tmp/tmp.3CXtZBoj1P [2019-11-16T00:22:59.198Z] #61 6.535 + RM_GOPATH=1 [2019-11-16T00:22:59.198Z] #61 6.535 ++ dirname ./install.sh [2019-11-16T00:22:59.198Z] #61 6.536 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:22:59.198Z] #61 6.537 + dir=. [2019-11-16T00:22:59.198Z] #61 6.537 + bin=rootlesskit [2019-11-16T00:22:59.198Z] #61 6.537 + shift [2019-11-16T00:22:59.198Z] #61 6.537 + '[' '!' -f ./rootlesskit.installer ']' [2019-11-16T00:22:59.198Z] #61 6.537 + . ./rootlesskit.installer [2019-11-16T00:22:59.198Z] #61 6.537 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:22:59.198Z] #61 6.537 + install_rootlesskit [2019-11-16T00:22:59.198Z] #61 6.537 + case "$1" in [2019-11-16T00:22:59.198Z] #61 6.537 + export CGO_ENABLED=0 [2019-11-16T00:22:59.198Z] #61 6.537 + CGO_ENABLED=0 [2019-11-16T00:22:59.198Z] #61 6.537 + _install_rootlesskit [2019-11-16T00:22:59.198Z] #61 6.537 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-11-16T00:22:59.198Z] #61 6.537 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.3CXtZBoj1P/src/github.com/rootless-containers/rootlesskit [2019-11-16T00:22:59.198Z] #61 6.624 Cloning into '/tmp/tmp.3CXtZBoj1P/src/github.com/rootless-containers/rootlesskit'... [2019-11-16T00:22:59.198Z] #61 10.02 + cd /tmp/tmp.3CXtZBoj1P/src/github.com/rootless-containers/rootlesskit [2019-11-16T00:22:59.198Z] #61 10.02 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:22:59.318Z] CC criu/rbtree.o [2019-11-16T00:22:59.329Z] #58 17.60 DEP images/eventpoll.pb-c.d [2019-11-16T00:22:59.329Z] #58 17.64 PBCC images/eventfd.pb-c.c [2019-11-16T00:22:59.329Z] #58 17.67 DEP images/eventfd.pb-c.d [2019-11-16T00:22:59.329Z] #58 17.71 PBCC images/remap-file-path.pb-c.c [2019-11-16T00:22:59.329Z] #58 17.74 DEP images/remap-file-path.pb-c.d [2019-11-16T00:22:59.470Z] #61 10.08 + for f in rootlesskit rootlesskit-docker-proxy [2019-11-16T00:22:59.471Z] #61 10.08 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-11-16T00:22:59.471Z] #61 ... [2019-11-16T00:22:59.471Z] [2019-11-16T00:22:59.471Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:22:59.471Z] #57 6.596 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:22:59.471Z] #57 6.598 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:22:59.471Z] #57 6.618 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:22:59.471Z] #57 6.629 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:22:59.471Z] #57 6.684 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:22:59.471Z] #57 7.237 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-11-16T00:22:59.471Z] #57 8.907 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-11-16T00:22:59.471Z] #57 9.707 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:22:59.471Z] #57 ... [2019-11-16T00:22:59.471Z] [2019-11-16T00:22:59.471Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-11-16T00:22:59.471Z] #42 5.528 + RM_GOPATH=0 [2019-11-16T00:22:59.471Z] #42 5.528 + TMP_GOPATH= [2019-11-16T00:22:59.471Z] #42 5.528 + : /build [2019-11-16T00:22:59.471Z] #42 5.528 + '[' -z '' ']' [2019-11-16T00:22:59.471Z] #42 5.532 ++ mktemp -d [2019-11-16T00:22:59.471Z] #42 5.535 + export GOPATH=/tmp/tmp.trk6qbJTK8 [2019-11-16T00:22:59.471Z] #42 5.535 + GOPATH=/tmp/tmp.trk6qbJTK8 [2019-11-16T00:22:59.471Z] #42 5.535 + RM_GOPATH=1 [2019-11-16T00:22:59.471Z] #42 5.535 ++ dirname ./install.sh [2019-11-16T00:22:59.471Z] #42 5.544 + dir=. [2019-11-16T00:22:59.471Z] #42 5.544 + bin=runc [2019-11-16T00:22:59.471Z] #42 5.544 + shift [2019-11-16T00:22:59.471Z] #42 5.544 + '[' '!' -f ./runc.installer ']' [2019-11-16T00:22:59.471Z] #42 5.545 + . ./runc.installer [2019-11-16T00:22:59.471Z] #42 5.545 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-11-16T00:22:59.471Z] #42 5.545 + install_runc [2019-11-16T00:22:59.471Z] #42 5.546 + uname -r [2019-11-16T00:22:59.471Z] #42 5.547 + grep -q '^3\.10\.0.*\.el7\.' [2019-11-16T00:22:59.471Z] #42 5.552 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-11-16T00:22:59.471Z] #42 5.552 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-11-16T00:22:59.471Z] #42 5.552 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-11-16T00:22:59.471Z] #42 5.552 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.trk6qbJTK8/src/github.com/opencontainers/runc [2019-11-16T00:22:59.471Z] #42 5.555 Cloning into '/tmp/tmp.trk6qbJTK8/src/github.com/opencontainers/runc'... [2019-11-16T00:22:59.744Z] #58 17.89 PBCC images/fifo.pb-c.c [2019-11-16T00:22:59.764Z] #42 ... [2019-11-16T00:22:59.764Z] [2019-11-16T00:22:59.764Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-11-16T00:22:59.764Z] #53 6.766 + RM_GOPATH=0 [2019-11-16T00:22:59.764Z] #53 6.766 + TMP_GOPATH= [2019-11-16T00:22:59.764Z] #53 6.766 + : /build [2019-11-16T00:22:59.764Z] #53 6.766 + '[' -z '' ']' [2019-11-16T00:22:59.764Z] #53 6.772 ++ mktemp -d [2019-11-16T00:22:59.764Z] #53 6.773 + export GOPATH=/tmp/tmp.k1j3iJuCFl [2019-11-16T00:22:59.764Z] #53 6.773 + GOPATH=/tmp/tmp.k1j3iJuCFl [2019-11-16T00:22:59.764Z] #53 6.774 + RM_GOPATH=1 [2019-11-16T00:22:59.764Z] #53 6.774 ++ dirname ./install.sh [2019-11-16T00:22:59.764Z] #53 6.775 + dir=. [2019-11-16T00:22:59.764Z] #53 6.775 + bin=dockercli [2019-11-16T00:22:59.764Z] #53 6.776 + shift [2019-11-16T00:22:59.764Z] #53 6.776 + '[' '!' -f ./dockercli.installer ']' [2019-11-16T00:22:59.764Z] #53 6.776 + . ./dockercli.installer [2019-11-16T00:22:59.764Z] #53 6.776 ++ DOCKERCLI_CHANNEL=stable [2019-11-16T00:22:59.764Z] #53 6.777 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-11-16T00:22:59.764Z] #53 6.777 + install_dockercli [2019-11-16T00:22:59.764Z] #53 6.777 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-11-16T00:22:59.764Z] #53 6.778 Install docker/cli version 17.06.2-ce from stable [2019-11-16T00:22:59.764Z] #53 6.779 ++ uname -m [2019-11-16T00:22:59.764Z] #53 6.780 + arch=x86_64 [2019-11-16T00:22:59.764Z] #53 6.783 + '[' x86_64 '!=' x86_64 ']' [2019-11-16T00:22:59.764Z] #53 6.784 + url=https://download.docker.com/linux/static [2019-11-16T00:22:59.764Z] #53 6.784 + tar -xz docker/docker [2019-11-16T00:22:59.764Z] #53 6.786 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-11-16T00:22:59.821Z] CC criu/rst-malloc.o [2019-11-16T00:22:59.821Z] CC criu/seccomp.o [2019-11-16T00:22:59.873Z] Removing intermediate container 390f75afc072 [2019-11-16T00:22:59.873Z] ---> 330ac9b93f3b [2019-11-16T00:22:59.873Z] Step 24/125 : FROM base AS cross-false [2019-11-16T00:22:59.873Z] ---> ad1f020b58ab [2019-11-16T00:22:59.873Z] Step 25/125 : FROM base AS cross-true [2019-11-16T00:22:59.873Z] ---> ad1f020b58ab [2019-11-16T00:22:59.873Z] Step 26/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:22:59.873Z] ---> Using cache [2019-11-16T00:22:59.873Z] ---> 6b249c1bf76d [2019-11-16T00:22:59.873Z] Step 27/125 : RUN dpkg --add-architecture armhf [2019-11-16T00:22:59.873Z] ---> Running in ab6144b372c9 [2019-11-16T00:23:00.023Z] #58 17.97 DEP images/fifo.pb-c.d [2019-11-16T00:23:00.023Z] #58 18.14 PBCC images/ghost-file.pb-c.c [2019-11-16T00:23:00.023Z] #58 18.28 DEP images/ghost-file.pb-c.d [2019-11-16T00:23:00.023Z] #58 18.38 PBCC images/regfile.pb-c.c [2019-11-16T00:23:00.023Z] #53 ... [2019-11-16T00:23:00.023Z] [2019-11-16T00:23:00.023Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:00.023Z] #35 11.03 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-11-16T00:23:00.158Z] CC criu/seize.o [2019-11-16T00:23:00.281Z] #58 18.47 DEP images/regfile.pb-c.d [2019-11-16T00:23:00.281Z] #58 18.62 PBCC images/ns.pb-c.c [2019-11-16T00:23:00.537Z] #58 18.67 DEP images/ns.pb-c.d [2019-11-16T00:23:00.537Z] #58 18.80 PBCC images/fdinfo.pb-c.c [2019-11-16T00:23:00.537Z] #58 18.87 DEP images/fdinfo.pb-c.d [2019-11-16T00:23:00.793Z] #58 19.01 PBCC images/core-aarch64.pb-c.c [2019-11-16T00:23:00.793Z] #58 19.09 PBCC images/core-arm.pb-c.c [2019-11-16T00:23:00.793Z] #58 19.16 PBCC images/core-ppc64.pb-c.c [2019-11-16T00:23:00.793Z] #58 19.23 PBCC images/core-s390.pb-c.c [2019-11-16T00:23:00.905Z] CC criu/servicefd.o [2019-11-16T00:23:01.049Z] #58 19.31 PBCC images/core-x86.pb-c.c [2019-11-16T00:23:01.049Z] #58 19.36 PBCC images/core.pb-c.c [2019-11-16T00:23:01.049Z] #58 19.45 PBCC images/inventory.pb-c.c [2019-11-16T00:23:01.230Z] Removing intermediate container ab6144b372c9 [2019-11-16T00:23:01.230Z] ---> bdf764060c42 [2019-11-16T00:23:01.230Z] Step 28/125 : RUN dpkg --add-architecture arm64 [2019-11-16T00:23:01.230Z] ---> Running in 783b0ae648bb [2019-11-16T00:23:01.242Z] CC criu/shmem.o [2019-11-16T00:23:01.305Z] #58 19.56 DEP images/core-aarch64.pb-c.d [2019-11-16T00:23:01.305Z] #58 19.66 DEP images/core-arm.pb-c.d [2019-11-16T00:23:01.397Z] #35 ... [2019-11-16T00:23:01.397Z] [2019-11-16T00:23:01.397Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:01.397Z] #33 5.625 + RM_GOPATH=0 [2019-11-16T00:23:01.397Z] #33 5.625 + TMP_GOPATH= [2019-11-16T00:23:01.397Z] #33 5.625 + : /build [2019-11-16T00:23:01.397Z] #33 5.625 + '[' -z '' ']' [2019-11-16T00:23:01.397Z] #33 5.629 ++ mktemp -d [2019-11-16T00:23:01.397Z] #33 5.632 + export GOPATH=/tmp/tmp.dZVbYc3LjM [2019-11-16T00:23:01.397Z] #33 5.632 + GOPATH=/tmp/tmp.dZVbYc3LjM [2019-11-16T00:23:01.397Z] #33 5.632 + RM_GOPATH=1 [2019-11-16T00:23:01.397Z] #33 5.643 ++ dirname ./install.sh [2019-11-16T00:23:01.397Z] #33 5.664 + dir=. [2019-11-16T00:23:01.397Z] #33 5.665 + bin=vndr [2019-11-16T00:23:01.397Z] #33 5.665 + shift [2019-11-16T00:23:01.397Z] #33 5.672 + '[' '!' -f ./vndr.installer ']' [2019-11-16T00:23:01.397Z] #33 5.672 + . ./vndr.installer [2019-11-16T00:23:01.397Z] #33 5.672 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:23:01.397Z] #33 5.672 + install_vndr [2019-11-16T00:23:01.397Z] #33 5.672 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-11-16T00:23:01.397Z] #33 5.673 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:23:01.397Z] #33 5.673 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.dZVbYc3LjM/src/github.com/LK4D4/vndr [2019-11-16T00:23:01.397Z] #33 5.681 Cloning into '/tmp/tmp.dZVbYc3LjM/src/github.com/LK4D4/vndr'... [2019-11-16T00:23:01.397Z] #33 6.664 + cd /tmp/tmp.dZVbYc3LjM/src/github.com/LK4D4/vndr [2019-11-16T00:23:01.397Z] #33 6.664 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:23:01.397Z] #33 6.686 + go build -buildmode=pie -v -o /build/vndr . [2019-11-16T00:23:01.397Z] #33 8.072 errors [2019-11-16T00:23:01.397Z] #33 8.136 internal/cpu [2019-11-16T00:23:01.397Z] #33 8.245 internal/race [2019-11-16T00:23:01.397Z] #33 8.386 runtime/internal/atomic [2019-11-16T00:23:01.397Z] #33 8.621 runtime/internal/sys [2019-11-16T00:23:01.397Z] #33 8.740 runtime/internal/math [2019-11-16T00:23:01.397Z] #33 8.877 sync/atomic [2019-11-16T00:23:01.397Z] #33 9.015 internal/bytealg [2019-11-16T00:23:01.397Z] #33 9.137 unicode [2019-11-16T00:23:01.397Z] #33 9.796 runtime [2019-11-16T00:23:01.397Z] #33 ... [2019-11-16T00:23:01.397Z] [2019-11-16T00:23:01.397Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-11-16T00:23:01.397Z] #27 5.692 + RM_GOPATH=0 [2019-11-16T00:23:01.397Z] #27 5.692 + TMP_GOPATH= [2019-11-16T00:23:01.397Z] #27 5.692 + : /build [2019-11-16T00:23:01.397Z] #27 5.692 + '[' -z '' ']' [2019-11-16T00:23:01.397Z] #27 5.692 ++ mktemp -d [2019-11-16T00:23:01.397Z] #27 5.698 + export GOPATH=/tmp/tmp.UGoFniUgDV [2019-11-16T00:23:01.397Z] #27 5.698 + GOPATH=/tmp/tmp.UGoFniUgDV [2019-11-16T00:23:01.397Z] #27 5.698 + RM_GOPATH=1 [2019-11-16T00:23:01.397Z] #27 5.699 ++ dirname ./install.sh [2019-11-16T00:23:01.397Z] #27 5.701 + dir=. [2019-11-16T00:23:01.397Z] #27 5.701 + bin=gotestsum [2019-11-16T00:23:01.397Z] #27 5.701 + shift [2019-11-16T00:23:01.397Z] #27 5.701 + '[' '!' -f ./gotestsum.installer ']' [2019-11-16T00:23:01.397Z] #27 5.701 + . ./gotestsum.installer [2019-11-16T00:23:01.397Z] #27 5.701 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-11-16T00:23:01.397Z] #27 5.701 + install_gotestsum [2019-11-16T00:23:01.397Z] #27 5.701 + echo 'Installing gotestsum version v0.3.5' [2019-11-16T00:23:01.397Z] #27 5.701 + go get -d gotest.tools/gotestsum [2019-11-16T00:23:01.397Z] #27 5.701 Installing gotestsum version v0.3.5 [2019-11-16T00:23:01.397Z] #27 ... [2019-11-16T00:23:01.397Z] [2019-11-16T00:23:01.397Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-11-16T00:23:01.397Z] #24 5.503 + RM_GOPATH=0 [2019-11-16T00:23:01.397Z] #24 5.503 + TMP_GOPATH= [2019-11-16T00:23:01.397Z] #24 5.504 + : /build [2019-11-16T00:23:01.397Z] #24 5.504 + '[' -z '' ']' [2019-11-16T00:23:01.397Z] #24 5.507 ++ mktemp -d [2019-11-16T00:23:01.397Z] #24 5.518 + export GOPATH=/tmp/tmp.MAMZjSLVsc [2019-11-16T00:23:01.397Z] #24 5.518 + GOPATH=/tmp/tmp.MAMZjSLVsc [2019-11-16T00:23:01.397Z] #24 5.518 + RM_GOPATH=1 [2019-11-16T00:23:01.397Z] #24 5.525 ++ dirname ./install.sh [2019-11-16T00:23:01.397Z] #24 5.527 + dir=. [2019-11-16T00:23:01.397Z] #24 5.528 + bin=gometalinter [2019-11-16T00:23:01.397Z] #24 5.528 + shift [2019-11-16T00:23:01.397Z] #24 5.528 + '[' '!' -f ./gometalinter.installer ']' [2019-11-16T00:23:01.397Z] #24 5.529 + . ./gometalinter.installer [2019-11-16T00:23:01.397Z] #24 5.529 ++ GOMETALINTER_COMMIT=v2.0.6 [2019-11-16T00:23:01.397Z] #24 5.539 + install_gometalinter [2019-11-16T00:23:01.397Z] #24 5.539 + echo 'Installing gometalinter version v2.0.6' [2019-11-16T00:23:01.397Z] #24 5.539 + go get -d github.com/alecthomas/gometalinter [2019-11-16T00:23:01.397Z] #24 5.539 Installing gometalinter version v2.0.6 [2019-11-16T00:23:01.561Z] #58 19.72 DEP images/core-ppc64.pb-c.d [2019-11-16T00:23:01.561Z] #58 19.79 DEP images/core-s390.pb-c.d [2019-11-16T00:23:01.561Z] #58 19.85 DEP images/core-x86.pb-c.d [2019-11-16T00:23:01.561Z] #58 19.92 DEP images/core.pb-c.d [2019-11-16T00:23:01.561Z] #58 20.02 DEP images/inventory.pb-c.d [2019-11-16T00:23:01.817Z] #58 20.12 PBCC images/cpuinfo.pb-c.c [2019-11-16T00:23:01.967Z] CC criu/sigframe.o [2019-11-16T00:23:01.967Z] CC criu/signalfd.o [2019-11-16T00:23:01.967Z] CC criu/sk-inet.o [2019-11-16T00:23:02.072Z] #58 20.18 DEP images/cpuinfo.pb-c.d [2019-11-16T00:23:02.072Z] #58 20.24 PBCC images/stats.pb-c.c [2019-11-16T00:23:02.072Z] #58 20.24 DEP images/stats.pb-c.d [2019-11-16T00:23:02.498Z] Removing intermediate container 783b0ae648bb [2019-11-16T00:23:02.499Z] ---> 098a9fb3ad2e [2019-11-16T00:23:02.499Z] Step 29/125 : RUN dpkg --add-architecture armel [2019-11-16T00:23:02.499Z] ---> Running in 2ebdf83a8824 [2019-11-16T00:23:02.690Z] CC criu/sk-netlink.o [2019-11-16T00:23:03.030Z] CC criu/sk-packet.o [2019-11-16T00:23:03.277Z] Removing intermediate container 2ebdf83a8824 [2019-11-16T00:23:03.277Z] ---> d3a5e5d65b79 [2019-11-16T00:23:03.277Z] 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-11-16T00:23:03.297Z] #24 12.29 + cd /tmp/tmp.MAMZjSLVsc/src/github.com/alecthomas/gometalinter [2019-11-16T00:23:03.297Z] #24 12.29 + git checkout -q v2.0.6 [2019-11-16T00:23:03.374Z] CC criu/sk-queue.o [2019-11-16T00:23:03.556Z] #24 ... [2019-11-16T00:23:03.556Z] [2019-11-16T00:23:03.556Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:03.556Z] #33 12.46 unicode/utf8 [2019-11-16T00:23:03.643Z] ---> Running in 7a8c733f76c8 [2019-11-16T00:23:03.717Z] CC criu/sk-tcp.o [2019-11-16T00:23:03.961Z] #58 22.02 make[1]: Nothing to be done for 'all'. [2019-11-16T00:23:04.066Z] CC criu/sk-unix.o [2019-11-16T00:23:04.127Z] #33 13.11 math/bits [2019-11-16T00:23:04.733Z] #33 ... [2019-11-16T00:23:04.733Z] [2019-11-16T00:23:04.733Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-11-16T00:23:04.733Z] #53 14.04 + mkdir -p /build [2019-11-16T00:23:04.733Z] #53 14.04 + mv docker/docker /build/ [2019-11-16T00:23:04.733Z] #53 14.05 + rmdir docker [2019-11-16T00:23:04.733Z] #53 DONE 14.9s [2019-11-16T00:23:04.733Z] [2019-11-16T00:23:04.733Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-11-16T00:23:04.733Z] #42 13.47 + cd /tmp/tmp.trk6qbJTK8/src/github.com/opencontainers/runc [2019-11-16T00:23:04.733Z] #42 13.47 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-11-16T00:23:04.923Z] Removing intermediate container 7a8c733f76c8 [2019-11-16T00:23:04.923Z] ---> df3ef3c80f89 [2019-11-16T00:23:04.923Z] Step 31/125 : FROM cross-${CROSS} as dev-base [2019-11-16T00:23:04.923Z] ---> ad1f020b58ab [2019-11-16T00:23:04.923Z] Step 32/125 : FROM dev-base AS runtime-dev-cross-false [2019-11-16T00:23:04.923Z] ---> ad1f020b58ab [2019-11-16T00:23:04.923Z] Step 33/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:23:04.923Z] ---> Using cache [2019-11-16T00:23:04.923Z] ---> 6b249c1bf76d [2019-11-16T00:23:04.923Z] 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-11-16T00:23:04.923Z] ---> Running in 9239e7668123 [2019-11-16T00:23:05.291Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:23:05.291Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:23:05.291Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:23:05.291Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:23:05.291Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:23:05.291Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-11-16T00:23:05.326Z] #58 ... [2019-11-16T00:23:05.326Z] [2019-11-16T00:23:05.326Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:23:05.326Z] #30 75.97 io/ioutil [2019-11-16T00:23:05.326Z] #30 76.80 path [2019-11-16T00:23:05.326Z] #30 77.53 flag [2019-11-16T00:23:05.326Z] #30 77.66 github.com/BurntSushi/toml [2019-11-16T00:23:05.326Z] #30 79.55 log [2019-11-16T00:23:05.326Z] #30 80.35 text/tabwriter [2019-11-16T00:23:05.326Z] #30 83.38 github.com/BurntSushi/toml/cmd/tomlv [2019-11-16T00:23:05.326Z] #30 ... [2019-11-16T00:23:05.326Z] [2019-11-16T00:23:05.326Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:23:05.326Z] #58 23.70 CC images/stats.o [2019-11-16T00:23:05.337Z] #42 14.19 + '[' -z '' ']' [2019-11-16T00:23:05.337Z] #42 14.19 + target=static [2019-11-16T00:23:05.337Z] #42 14.19 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-11-16T00:23:05.582Z] #58 ... [2019-11-16T00:23:05.582Z] [2019-11-16T00:23:05.582Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:05.582Z] #33 76.43 path [2019-11-16T00:23:05.582Z] #33 77.11 regexp/syntax [2019-11-16T00:23:05.582Z] #33 79.17 fmt [2019-11-16T00:23:05.582Z] #33 82.77 path/filepath [2019-11-16T00:23:05.582Z] #33 84.03 regexp [2019-11-16T00:23:05.582Z] #33 84.88 flag [2019-11-16T00:23:05.582Z] #33 86.39 go/token [2019-11-16T00:23:05.582Z] #33 ... [2019-11-16T00:23:05.582Z] [2019-11-16T00:23:05.582Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:05.582Z] #13 18.93 Fetched 7927 kB in 15s (507 kB/s) [2019-11-16T00:23:05.706Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-11-16T00:23:05.706Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-11-16T00:23:05.779Z] CC criu/sockets.o [2019-11-16T00:23:06.116Z] CC criu/stats.o [2019-11-16T00:23:06.454Z] CC criu/string.o [2019-11-16T00:23:06.454Z] CC criu/sysctl.o [2019-11-16T00:23:06.508Z] #13 18.93 Reading package lists... [2019-11-16T00:23:06.508Z] #13 ... [2019-11-16T00:23:06.508Z] [2019-11-16T00:23:06.508Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:23:06.508Z] #30 DONE 87.4s [2019-11-16T00:23:06.764Z] [2019-11-16T00:23:06.764Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:06.764Z] #33 87.32 go/scanner [2019-11-16T00:23:06.796Z] CC criu/sysfs_parse.o [2019-11-16T00:23:07.124Z] Fetched 7672 kB in 1s (4724 kB/s) [2019-11-16T00:23:07.133Z] CC criu/timerfd.o [2019-11-16T00:23:07.470Z] CC criu/tty.o [2019-11-16T00:23:07.484Z] Reading package lists... [2019-11-16T00:23:07.852Z] Reading package lists... [2019-11-16T00:23:07.862Z] #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-11-16T00:23:08.129Z] #33 88.74 io/ioutil [2019-11-16T00:23:08.129Z] #33 89.10 go/ast [2019-11-16T00:23:08.229Z] Building dependency tree... [2019-11-16T00:23:08.229Z] Reading state information... [2019-11-16T00:23:08.229Z] The following additional packages will be installed: [2019-11-16T00:23:08.229Z] libapparmor1 libseccomp2 [2019-11-16T00:23:08.229Z] Suggested packages: [2019-11-16T00:23:08.229Z] seccomp [2019-11-16T00:23:08.229Z] The following NEW packages will be installed: [2019-11-16T00:23:08.229Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-11-16T00:23:08.229Z] 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:23:08.229Z] Need to get 301 kB of archives. [2019-11-16T00:23:08.229Z] After this operation, 1402 kB of additional disk space will be used. [2019-11-16T00:23:08.229Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-11-16T00:23:08.229Z] 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-11-16T00:23:08.229Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-11-16T00:23:08.229Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-11-16T00:23:08.229Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:23:08.229Z] Fetched 301 kB in 0s (3499 kB/s) [2019-11-16T00:23:08.619Z] Selecting previously unselected package libseccomp2:s390x. [2019-11-16T00:23:08.619Z] (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-11-16T00:23:08.619Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-11-16T00:23:08.619Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-11-16T00:23:08.619Z] Selecting previously unselected package libseccomp-dev:s390x. [2019-11-16T00:23:08.619Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-11-16T00:23:08.619Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-11-16T00:23:08.619Z] Selecting previously unselected package libapparmor1:s390x. [2019-11-16T00:23:08.619Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-11-16T00:23:08.619Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-11-16T00:23:08.619Z] Selecting previously unselected package libapparmor-dev:s390x. [2019-11-16T00:23:08.619Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-11-16T00:23:08.619Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-11-16T00:23:08.619Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:23:08.619Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-11-16T00:23:08.619Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-11-16T00:23:08.619Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-11-16T00:23:08.619Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-11-16T00:23:08.619Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:23:08.690Z] #33 89.60 net/url [2019-11-16T00:23:09.161Z] CC criu/tun.o [2019-11-16T00:23:09.161Z] CC criu/uffd.o [2019-11-16T00:23:09.234Z] #42 ... [2019-11-16T00:23:09.234Z] [2019-11-16T00:23:09.234Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:23:09.234Z] #30 9.069 internal/bytealg [2019-11-16T00:23:09.234Z] #30 9.551 runtime/internal/sys [2019-11-16T00:23:09.234Z] #30 9.920 runtime/internal/math [2019-11-16T00:23:09.234Z] #30 10.26 runtime [2019-11-16T00:23:09.234Z] #30 13.90 unicode/utf8 [2019-11-16T00:23:09.234Z] #30 14.36 strconv [2019-11-16T00:23:09.234Z] #30 18.37 internal/race [2019-11-16T00:23:09.234Z] #30 18.51 sync/atomic [2019-11-16T00:23:09.234Z] #30 18.74 unicode [2019-11-16T00:23:09.234Z] #30 ... [2019-11-16T00:23:09.234Z] [2019-11-16T00:23:09.234Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:09.234Z] #57 20.29 Fetched 7927 kB in 14s (538 kB/s) [2019-11-16T00:23:09.406Z] Removing intermediate container 9239e7668123 [2019-11-16T00:23:09.406Z] ---> 4b0fe6cdfcd7 [2019-11-16T00:23:09.406Z] Step 35/125 : FROM cross-true AS runtime-dev-cross-true [2019-11-16T00:23:09.406Z] ---> df3ef3c80f89 [2019-11-16T00:23:09.406Z] Step 36/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:23:09.406Z] ---> Running in 39ff7541f0a8 [2019-11-16T00:23:09.406Z] Removing intermediate container 39ff7541f0a8 [2019-11-16T00:23:09.406Z] ---> 9b6b5166a524 [2019-11-16T00:23:09.406Z] 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-11-16T00:23:09.794Z] ---> Running in 27df02bddf4b [2019-11-16T00:23:10.377Z] CC criu/util.o [2019-11-16T00:23:10.568Z] Removing intermediate container 27df02bddf4b [2019-11-16T00:23:10.569Z] ---> 99e7bf933eda [2019-11-16T00:23:10.569Z] Step 38/125 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-11-16T00:23:10.569Z] ---> 4b0fe6cdfcd7 [2019-11-16T00:23:10.569Z] Step 39/125 : FROM base AS tomlv [2019-11-16T00:23:10.569Z] ---> ad1f020b58ab [2019-11-16T00:23:10.569Z] Step 40/125 : ENV INSTALL_BINARY_NAME=tomlv [2019-11-16T00:23:10.569Z] ---> Running in 6e46a4f2c15a [2019-11-16T00:23:10.577Z] #33 ... [2019-11-16T00:23:10.577Z] [2019-11-16T00:23:10.577Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:23:10.577Z] #47 40.34 🇩 bin/ctr [2019-11-16T00:23:10.577Z] #47 ... [2019-11-16T00:23:10.577Z] [2019-11-16T00:23:10.577Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:23:10.577Z] #58 24.20 CC images/core.o [2019-11-16T00:23:10.577Z] #58 25.39 CC images/core-x86.o [2019-11-16T00:23:10.577Z] #58 26.26 CC images/core-arm.o [2019-11-16T00:23:10.577Z] #58 26.65 CC images/core-aarch64.o [2019-11-16T00:23:10.577Z] #58 27.01 CC images/core-ppc64.o [2019-11-16T00:23:10.577Z] #58 27.64 CC images/core-s390.o [2019-11-16T00:23:10.577Z] #58 28.45 CC images/cpuinfo.o [2019-11-16T00:23:10.577Z] #58 28.98 CC images/inventory.o [2019-11-16T00:23:10.944Z] Removing intermediate container 6e46a4f2c15a [2019-11-16T00:23:10.944Z] ---> 6212e2fe3e5f [2019-11-16T00:23:10.944Z] Step 41/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:23:10.944Z] ---> 7ef90e57cf3e [2019-11-16T00:23:10.944Z] Step 42/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:23:11.138Z] #58 29.33 CC images/fdinfo.o [2019-11-16T00:23:11.166Z] CC criu/uts_ns.o [2019-11-16T00:23:11.166Z] CC criu/vdso.o [2019-11-16T00:23:11.311Z] ---> 2deafb14337d [2019-11-16T00:23:11.311Z] Step 43/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:23:11.311Z] ---> Running in bbf37ccb5473 [2019-11-16T00:23:11.394Z] #58 29.69 CC images/fown.o [2019-11-16T00:23:11.517Z] LINK criu/built-in.o [2019-11-16T00:23:11.649Z] #58 29.94 CC images/ns.o [2019-11-16T00:23:11.736Z] + RM_GOPATH=0 [2019-11-16T00:23:11.736Z] + TMP_GOPATH= [2019-11-16T00:23:11.736Z] + : /build [2019-11-16T00:23:11.736Z] + '[' -z '' ']' [2019-11-16T00:23:11.736Z] ++ mktemp -d [2019-11-16T00:23:11.736Z] + export GOPATH=/tmp/tmp.pUydfUh1TA [2019-11-16T00:23:11.736Z] + GOPATH=/tmp/tmp.pUydfUh1TA [2019-11-16T00:23:11.736Z] + RM_GOPATH=1 [2019-11-16T00:23:11.736Z] ++ dirname ./install.sh [2019-11-16T00:23:11.736Z] + dir=. [2019-11-16T00:23:11.736Z] + bin=tomlv [2019-11-16T00:23:11.736Z] + shift [2019-11-16T00:23:11.736Z] + '[' '!' -f ./tomlv.installer ']' [2019-11-16T00:23:11.736Z] + . ./tomlv.installer [2019-11-16T00:23:11.736Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:23:11.736Z] + install_tomlv [2019-11-16T00:23:11.736Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-11-16T00:23:11.736Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.pUydfUh1TA/src/github.com/BurntSushi/toml [2019-11-16T00:23:11.736Z] Cloning into '/tmp/tmp.pUydfUh1TA/src/github.com/BurntSushi/toml'... [2019-11-16T00:23:11.736Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:23:11.868Z] LINK criu/criu [2019-11-16T00:23:11.868Z] DEP lib/c/criu.d [2019-11-16T00:23:11.905Z] #58 30.20 CC images/regfile.o [2019-11-16T00:23:12.160Z] #58 30.46 CC images/ghost-file.o [2019-11-16T00:23:12.191Z] + cd /tmp/tmp.pUydfUh1TA/src/github.com/BurntSushi/toml [2019-11-16T00:23:12.191Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:23:12.191Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-11-16T00:23:12.191Z] errors [2019-11-16T00:23:12.191Z] math/bits [2019-11-16T00:23:12.191Z] internal/cpu [2019-11-16T00:23:12.191Z] math [2019-11-16T00:23:12.191Z] internal/bytealg [2019-11-16T00:23:12.226Z] CC images/rpc.pb-c.o [2019-11-16T00:23:12.564Z] CC lib/c/criu.o [2019-11-16T00:23:12.604Z] runtime/internal/atomic [2019-11-16T00:23:12.604Z] runtime/internal/sys [2019-11-16T00:23:12.604Z] runtime/internal/math [2019-11-16T00:23:12.604Z] runtime [2019-11-16T00:23:12.604Z] unicode/utf8 [2019-11-16T00:23:12.604Z] strconv [2019-11-16T00:23:12.722Z] #58 30.91 CC images/fifo.o [2019-11-16T00:23:12.978Z] #58 31.09 CC images/remap-file-path.o [2019-11-16T00:23:12.978Z] #58 31.30 CC images/eventfd.o [2019-11-16T00:23:12.989Z] internal/race [2019-11-16T00:23:12.989Z] sync/atomic [2019-11-16T00:23:12.989Z] unicode [2019-11-16T00:23:13.234Z] #58 31.57 CC images/eventpoll.o [2019-11-16T00:23:13.294Z] LINK lib/c/built-in.o [2019-11-16T00:23:13.294Z] LINK lib/c/libcriu.so [2019-11-16T00:23:13.392Z] internal/testlog [2019-11-16T00:23:13.392Z] encoding [2019-11-16T00:23:13.392Z] runtime/cgo [2019-11-16T00:23:13.490Z] #58 31.96 CC images/fh.o [2019-11-16T00:23:13.634Z] GEN magic.py [2019-11-16T00:23:13.634Z] Note: Building without setproctitle() and strlcpy() support. [2019-11-16T00:23:13.634Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-11-16T00:23:13.975Z] fatal: Not a git repository (or any of the parent directories): .git [2019-11-16T00:23:13.975Z] make[1]: Nothing to be done for 'all'. [2019-11-16T00:23:14.051Z] #58 32.28 CC images/fsnotify.o [2019-11-16T00:23:14.314Z] make[1]: 'images/built-in.o' is up to date. [2019-11-16T00:23:14.314Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-11-16T00:23:14.314Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-11-16T00:23:14.314Z] make[1]: 'compel/libcompel.a' is up to date. [2019-11-16T00:23:14.495Z] #57 20.29 Reading package lists... [2019-11-16T00:23:14.495Z] #57 ... [2019-11-16T00:23:14.495Z] [2019-11-16T00:23:14.495Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-11-16T00:23:14.495Z] #24 12.67 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-11-16T00:23:14.495Z] #24 ... [2019-11-16T00:23:14.495Z] [2019-11-16T00:23:14.495Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:23:14.495Z] #30 21.27 internal/testlog [2019-11-16T00:23:14.495Z] #30 21.56 encoding [2019-11-16T00:23:14.495Z] #30 21.70 runtime/cgo [2019-11-16T00:23:14.495Z] #30 ... [2019-11-16T00:23:14.495Z] [2019-11-16T00:23:14.495Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-11-16T00:23:14.495Z] #55 15.15 + cd /tmp/tmp.g6sd5aZdu8/src/github.com/docker/distribution [2019-11-16T00:23:14.495Z] #55 15.15 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-11-16T00:23:14.495Z] #55 17.95 + GOPATH=/tmp/tmp.g6sd5aZdu8/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.g6sd5aZdu8 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-11-16T00:23:14.495Z] #55 ... [2019-11-16T00:23:14.495Z] [2019-11-16T00:23:14.495Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:14.495Z] #33 13.98 math [2019-11-16T00:23:14.495Z] #33 18.25 strconv [2019-11-16T00:23:14.495Z] #33 21.60 internal/testlog [2019-11-16T00:23:14.495Z] #33 21.85 encoding [2019-11-16T00:23:14.495Z] #33 22.03 unicode/utf16 [2019-11-16T00:23:14.495Z] #33 22.20 container/list [2019-11-16T00:23:14.495Z] #33 22.65 crypto/internal/subtle [2019-11-16T00:23:14.495Z] #33 22.73 crypto/subtle [2019-11-16T00:23:14.495Z] #33 22.82 crypto/rc4 [2019-11-16T00:23:14.495Z] #33 23.08 internal/x/crypto/cryptobyte/asn1 [2019-11-16T00:23:14.495Z] #33 23.18 internal/nettrace [2019-11-16T00:23:14.495Z] #33 23.24 internal/x/net/dns/dnsmessage [2019-11-16T00:23:14.612Z] #58 32.95 CC images/signalfd.o [2019-11-16T00:23:14.663Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-11-16T00:23:14.663Z] make[1]: Nothing to be done for 'all'. [2019-11-16T00:23:14.663Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-11-16T00:23:14.664Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:23:14.664Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:23:14.664Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:23:14.664Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:23:14.664Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:23:14.664Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:23:14.664Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:23:14.664Z] make[2]: Nothing to be done for 'all'. [2019-11-16T00:23:14.677Z] sync [2019-11-16T00:23:14.677Z] reflect [2019-11-16T00:23:14.677Z] io [2019-11-16T00:23:14.677Z] syscall [2019-11-16T00:23:14.753Z] #33 ... [2019-11-16T00:23:14.753Z] [2019-11-16T00:23:14.753Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:14.753Z] #57 20.29 Reading package lists... [2019-11-16T00:23:14.868Z] #58 33.15 CC images/fs.o [2019-11-16T00:23:15.034Z] INSTALL criu/criu [2019-11-16T00:23:15.123Z] #58 33.44 CC images/pstree.o [2019-11-16T00:23:15.379Z] #58 33.71 CC images/pipe.o [2019-11-16T00:23:15.510Z] time [2019-11-16T00:23:15.510Z] sort [2019-11-16T00:23:15.907Z] internal/poll [2019-11-16T00:23:15.907Z] internal/fmtsort [2019-11-16T00:23:15.907Z] internal/syscall/unix [2019-11-16T00:23:15.907Z] strings [2019-11-16T00:23:15.907Z] os [2019-11-16T00:23:15.907Z] bytes [2019-11-16T00:23:15.907Z] fmt [2019-11-16T00:23:15.940Z] #58 34.02 CC images/tcp-stream.o [2019-11-16T00:23:15.940Z] #58 34.25 CC images/sk-packet.o [2019-11-16T00:23:16.307Z] bufio [2019-11-16T00:23:16.307Z] path/filepath [2019-11-16T00:23:16.307Z] flag [2019-11-16T00:23:16.307Z] io/ioutil [2019-11-16T00:23:16.502Z] #58 34.56 CC images/mnt.o [2019-11-16T00:23:16.678Z] log [2019-11-16T00:23:16.678Z] github.com/BurntSushi/toml [2019-11-16T00:23:16.678Z] path [2019-11-16T00:23:16.678Z] text/tabwriter [2019-11-16T00:23:16.739Z] Removing intermediate container 0769ce0a5a60 [2019-11-16T00:23:16.740Z] ---> 85135a54e24a [2019-11-16T00:23:16.740Z] Step 12/125 : FROM base AS registry [2019-11-16T00:23:16.740Z] ---> 2c089585f858 [2019-11-16T00:23:16.740Z] Step 13/125 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-11-16T00:23:16.740Z] ---> Running in aa95a2501fc3 [2019-11-16T00:23:16.740Z] Removing intermediate container aa95a2501fc3 [2019-11-16T00:23:16.740Z] ---> 3fdabda5c639 [2019-11-16T00:23:16.740Z] Step 14/125 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-11-16T00:23:16.740Z] ---> Running in bf599eaab805 [2019-11-16T00:23:16.740Z] Removing intermediate container bf599eaab805 [2019-11-16T00:23:16.740Z] ---> f529f0386a5e [2019-11-16T00:23:16.740Z] 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-11-16T00:23:16.740Z] ---> Running in f3584bc15dd0 [2019-11-16T00:23:16.757Z] #58 34.88 CC images/pipe-data.o [2019-11-16T00:23:17.013Z] #58 35.16 CC images/sa.o [2019-11-16T00:23:17.044Z] github.com/BurntSushi/toml/cmd/tomlv [2019-11-16T00:23:17.080Z] + mktemp -d [2019-11-16T00:23:17.080Z] + export GOPATH=/tmp/tmp.5NsPRVdr8N [2019-11-16T00:23:17.081Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.5NsPRVdr8N/src/github.com/docker/distribution [2019-11-16T00:23:17.081Z] Cloning into '/tmp/tmp.5NsPRVdr8N/src/github.com/docker/distribution'... [2019-11-16T00:23:17.269Z] #58 35.40 CC images/timer.o [2019-11-16T00:23:17.524Z] #58 35.73 CC images/timerfd.o [2019-11-16T00:23:17.780Z] #58 36.02 CC images/mm.o [2019-11-16T00:23:18.036Z] #58 36.32 CC images/sk-opts.o [2019-11-16T00:23:18.292Z] #58 36.50 CC images/sk-unix.o [2019-11-16T00:23:18.398Z] Removing intermediate container bbf37ccb5473 [2019-11-16T00:23:18.398Z] ---> fe38171fb23e [2019-11-16T00:23:18.398Z] Step 44/125 : FROM base AS vndr [2019-11-16T00:23:18.398Z] ---> ad1f020b58ab [2019-11-16T00:23:18.398Z] Step 45/125 : ENV INSTALL_BINARY_NAME=vndr [2019-11-16T00:23:18.398Z] ---> Running in 926eaea6a2ca [2019-11-16T00:23:18.398Z] Removing intermediate container 926eaea6a2ca [2019-11-16T00:23:18.398Z] ---> 1d27e3e57eb2 [2019-11-16T00:23:18.398Z] Step 46/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:23:18.547Z] #58 36.81 CC images/sk-inet.o [2019-11-16T00:23:18.763Z] ---> 81c810d7681a [2019-11-16T00:23:18.763Z] Step 47/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:23:18.763Z] ---> 94a636d99dca [2019-11-16T00:23:18.763Z] Step 48/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:23:18.803Z] #58 37.19 CC images/tun.o [2019-11-16T00:23:19.138Z] ---> Running in 39ae1ac4fbd1 [2019-11-16T00:23:19.194Z] #57 26.10 Reading package lists... [2019-11-16T00:23:19.194Z] #57 ... [2019-11-16T00:23:19.194Z] [2019-11-16T00:23:19.194Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-11-16T00:23:19.194Z] #50 18.24 + cd /tmp/tmp.CVpQlddEDz/src/github.com/docker/libnetwork [2019-11-16T00:23:19.194Z] #50 18.24 + git checkout -q 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:23:19.194Z] #50 18.46 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-11-16T00:23:19.365Z] #58 37.54 CC images/sk-netlink.o [2019-11-16T00:23:19.452Z] #50 ... [2019-11-16T00:23:19.452Z] [2019-11-16T00:23:19.452Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:19.452Z] #33 26.87 runtime/cgo [2019-11-16T00:23:19.515Z] + RM_GOPATH=0 [2019-11-16T00:23:19.515Z] + TMP_GOPATH= [2019-11-16T00:23:19.515Z] + : /build [2019-11-16T00:23:19.515Z] + '[' -z '' ']' [2019-11-16T00:23:19.515Z] ++ mktemp -d [2019-11-16T00:23:19.515Z] + export GOPATH=/tmp/tmp.B6HgRIxT6W [2019-11-16T00:23:19.515Z] + GOPATH=/tmp/tmp.B6HgRIxT6W [2019-11-16T00:23:19.515Z] + RM_GOPATH=1 [2019-11-16T00:23:19.515Z] ++ dirname ./install.sh [2019-11-16T00:23:19.515Z] + dir=. [2019-11-16T00:23:19.515Z] + bin=vndr [2019-11-16T00:23:19.515Z] + shift [2019-11-16T00:23:19.515Z] + '[' '!' -f ./vndr.installer ']' [2019-11-16T00:23:19.515Z] + . ./vndr.installer [2019-11-16T00:23:19.515Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:23:19.515Z] + install_vndr [2019-11-16T00:23:19.515Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-11-16T00:23:19.515Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:23:19.515Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.B6HgRIxT6W/src/github.com/LK4D4/vndr [2019-11-16T00:23:19.515Z] Cloning into '/tmp/tmp.B6HgRIxT6W/src/github.com/LK4D4/vndr'... [2019-11-16T00:23:19.515Z] + cd /tmp/tmp.B6HgRIxT6W/src/github.com/LK4D4/vndr [2019-11-16T00:23:19.515Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:23:19.515Z] + go build -buildmode=pie -v -o /build/vndr . [2019-11-16T00:23:19.621Z] #58 37.81 CC images/packet-sock.o [2019-11-16T00:23:19.710Z] #33 ... [2019-11-16T00:23:19.710Z] [2019-11-16T00:23:19.710Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-11-16T00:23:19.710Z] #44 20.82 Fetched 7927 kB in 14s (535 kB/s) [2019-11-16T00:23:19.710Z] #44 20.82 Reading package lists... [2019-11-16T00:23:19.923Z] errors [2019-11-16T00:23:19.923Z] internal/cpu [2019-11-16T00:23:19.923Z] internal/race [2019-11-16T00:23:19.923Z] runtime/internal/atomic [2019-11-16T00:23:19.923Z] runtime/internal/sys [2019-11-16T00:23:19.923Z] runtime/internal/math [2019-11-16T00:23:19.923Z] sync/atomic [2019-11-16T00:23:19.923Z] internal/bytealg [2019-11-16T00:23:19.923Z] unicode [2019-11-16T00:23:19.923Z] runtime [2019-11-16T00:23:19.923Z] unicode/utf8 [2019-11-16T00:23:19.968Z] #44 26.80 Reading package lists... [2019-11-16T00:23:19.968Z] #44 ... [2019-11-16T00:23:19.968Z] [2019-11-16T00:23:19.968Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:19.968Z] #57 26.10 Reading package lists... [2019-11-16T00:23:20.110Z] + cd /tmp/tmp.5NsPRVdr8N/src/github.com/docker/distribution [2019-11-16T00:23:20.110Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-11-16T00:23:20.182Z] #58 38.26 CC images/ipc-var.o [2019-11-16T00:23:20.182Z] #58 38.53 CC images/ipc-desc.o [2019-11-16T00:23:20.226Z] #57 31.34 Building dependency tree... [2019-11-16T00:23:20.226Z] #57 ... [2019-11-16T00:23:20.226Z] [2019-11-16T00:23:20.226Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:20.226Z] #35 21.45 Fetched 7927 kB in 14s (539 kB/s) [2019-11-16T00:23:20.226Z] #35 21.45 Reading package lists... [2019-11-16T00:23:20.307Z] math/bits [2019-11-16T00:23:20.307Z] math [2019-11-16T00:23:20.437Z] #58 38.77 CC images/ipc-shm.o [2019-11-16T00:23:20.453Z] + GOPATH=/tmp/tmp.5NsPRVdr8N/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.5NsPRVdr8N go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-11-16T00:23:20.693Z] #58 38.97 CC images/ipc-msg.o [2019-11-16T00:23:20.693Z] #58 ... [2019-11-16T00:23:20.693Z] [2019-11-16T00:23:20.693Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:20.693Z] #33 91.52 text/template/parse [2019-11-16T00:23:20.693Z] #33 95.04 go/parser [2019-11-16T00:23:20.693Z] #33 95.30 text/template [2019-11-16T00:23:20.693Z] #33 98.84 log [2019-11-16T00:23:20.693Z] #33 99.42 encoding/binary [2019-11-16T00:23:20.693Z] #33 101.1 go/doc [2019-11-16T00:23:20.693Z] #33 101.1 encoding/base64 [2019-11-16T00:23:20.693Z] #33 ... [2019-11-16T00:23:20.693Z] [2019-11-16T00:23:20.693Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:20.693Z] #13 18.93 Reading package lists... [2019-11-16T00:23:20.693Z] #13 24.62 Reading package lists... [2019-11-16T00:23:20.693Z] #13 29.30 Building dependency tree... [2019-11-16T00:23:20.693Z] #13 30.27 Reading state information... [2019-11-16T00:23:20.693Z] #13 31.16 The following additional packages will be installed: [2019-11-16T00:23:20.693Z] #13 31.16 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-11-16T00:23:20.693Z] #13 31.16 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-11-16T00:23:20.693Z] #13 31.17 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-11-16T00:23:20.693Z] #13 31.18 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-11-16T00:23:20.693Z] #13 31.18 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-11-16T00:23:20.693Z] #13 31.18 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-11-16T00:23:20.693Z] #13 31.18 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-11-16T00:23:20.693Z] #13 31.18 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-11-16T00:23:20.693Z] #13 31.18 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-11-16T00:23:20.693Z] #13 31.19 Suggested packages: [2019-11-16T00:23:20.693Z] #13 31.19 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-11-16T00:23:20.693Z] #13 31.19 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-11-16T00:23:20.693Z] #13 31.19 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-11-16T00:23:20.693Z] #13 31.19 vim-doc vim-scripts xfsdump acl attr quota [2019-11-16T00:23:20.693Z] #13 31.19 Recommended packages: [2019-11-16T00:23:20.693Z] #13 31.19 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-11-16T00:23:20.693Z] #13 31.19 python3-keyrings.alt python3-xdg unzip [2019-11-16T00:23:20.695Z] strconv [2019-11-16T00:23:20.695Z] internal/testlog [2019-11-16T00:23:20.948Z] #13 ... [2019-11-16T00:23:20.948Z] [2019-11-16T00:23:20.948Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:23:20.948Z] #58 39.24 CC images/ipc-sem.o [2019-11-16T00:23:21.087Z] encoding [2019-11-16T00:23:21.087Z] unicode/utf16 [2019-11-16T00:23:21.087Z] container/list [2019-11-16T00:23:21.087Z] crypto/internal/subtle [2019-11-16T00:23:21.087Z] crypto/subtle [2019-11-16T00:23:21.087Z] crypto/rc4 [2019-11-16T00:23:21.087Z] internal/x/crypto/cryptobyte/asn1 [2019-11-16T00:23:21.087Z] internal/nettrace [2019-11-16T00:23:21.087Z] internal/x/net/dns/dnsmessage [2019-11-16T00:23:21.162Z] #35 27.08 Reading package lists... [2019-11-16T00:23:21.162Z] #35 ... [2019-11-16T00:23:21.162Z] [2019-11-16T00:23:21.162Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-11-16T00:23:21.162Z] #44 26.80 Reading package lists... [2019-11-16T00:23:21.204Z] #58 39.43 CC images/utsns.o [2019-11-16T00:23:21.459Z] #58 39.69 CC images/creds.o [2019-11-16T00:23:21.468Z] runtime/cgo [2019-11-16T00:23:21.715Z] #58 39.87 CC images/vma.o [2019-11-16T00:23:21.971Z] #58 40.16 CC images/netdev.o [2019-11-16T00:23:22.096Z] #44 32.31 Building dependency tree... [2019-11-16T00:23:22.299Z] sync [2019-11-16T00:23:22.299Z] io [2019-11-16T00:23:22.299Z] reflect [2019-11-16T00:23:22.299Z] bytes [2019-11-16T00:23:22.354Z] #44 33.42 Reading state information... [2019-11-16T00:23:22.532Z] #58 40.75 CC images/tty.o [2019-11-16T00:23:22.686Z] bufio [2019-11-16T00:23:22.686Z] syscall [2019-11-16T00:23:23.093Z] #58 41.42 CC images/file-lock.o [2019-11-16T00:23:23.101Z] sort [2019-11-16T00:23:23.288Z] #44 34.46 The following additional packages will be installed: [2019-11-16T00:23:23.288Z] #44 34.49 btrfs-progs liblzo2-2 [2019-11-16T00:23:23.349Z] #58 41.67 CC images/rlimit.o [2019-11-16T00:23:23.546Z] #44 34.72 The following NEW packages will be installed: [2019-11-16T00:23:23.546Z] #44 34.73 btrfs-progs btrfs-tools liblzo2-2 [2019-11-16T00:23:23.604Z] #58 41.84 CC images/pagemap.o [2019-11-16T00:23:23.662Z] time [2019-11-16T00:23:23.662Z] internal/fmtsort [2019-11-16T00:23:23.662Z] internal/syscall/unix [2019-11-16T00:23:23.662Z] strings [2019-11-16T00:23:23.860Z] #58 42.16 CC images/siginfo.o [2019-11-16T00:23:24.115Z] #58 42.42 CC images/rpc.o [2019-11-16T00:23:24.148Z] path [2019-11-16T00:23:24.148Z] internal/poll [2019-11-16T00:23:24.148Z] regexp/syntax [2019-11-16T00:23:24.148Z] os [2019-11-16T00:23:24.479Z] #44 35.81 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:23:24.479Z] #44 35.81 Need to get 649 kB of archives. [2019-11-16T00:23:24.479Z] #44 35.81 After this operation, 4320 kB of additional disk space will be used. [2019-11-16T00:23:24.479Z] #44 35.81 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-11-16T00:23:24.557Z] regexp [2019-11-16T00:23:24.557Z] fmt [2019-11-16T00:23:24.738Z] #44 35.81 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-11-16T00:23:24.738Z] #44 35.85 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-11-16T00:23:24.947Z] path/filepath [2019-11-16T00:23:24.947Z] io/ioutil [2019-11-16T00:23:24.947Z] flag [2019-11-16T00:23:24.947Z] go/token [2019-11-16T00:23:24.947Z] go/scanner [2019-11-16T00:23:24.947Z] net/url [2019-11-16T00:23:25.328Z] go/ast [2019-11-16T00:23:25.328Z] text/template/parse [2019-11-16T00:23:25.575Z] #58 44.05 CC images/ext-file.o [2019-11-16T00:23:25.674Z] #44 36.65 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:23:25.674Z] #44 ... [2019-11-16T00:23:25.674Z] [2019-11-16T00:23:25.674Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-11-16T00:23:25.674Z] #50 DONE 34.6s [2019-11-16T00:23:25.674Z] [2019-11-16T00:23:25.674Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-11-16T00:23:25.674Z] #44 36.92 Fetched 649 kB in 1s (607 kB/s) [2019-11-16T00:23:25.711Z] text/template [2019-11-16T00:23:25.711Z] go/parser [2019-11-16T00:23:25.711Z] log [2019-11-16T00:23:25.939Z] #44 37.11 Selecting previously unselected package liblzo2-2:amd64. [2019-11-16T00:23:26.087Z] encoding/binary [2019-11-16T00:23:26.087Z] go/doc [2019-11-16T00:23:26.087Z] encoding/base64 [2019-11-16T00:23:26.087Z] encoding/json [2019-11-16T00:23:26.140Z] #58 44.27 CC images/cgroup.o [2019-11-16T00:23:26.197Z] #44 37.11 (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-11-16T00:23:26.197Z] #44 37.27 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-11-16T00:23:26.197Z] #44 37.30 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:23:26.455Z] #44 37.58 Selecting previously unselected package btrfs-progs. [2019-11-16T00:23:26.455Z] #44 37.58 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-11-16T00:23:26.455Z] #44 37.59 Unpacking btrfs-progs (4.7.3-1) ... [2019-11-16T00:23:26.495Z] github.com/LK4D4/vndr/build [2019-11-16T00:23:26.495Z] encoding/xml [2019-11-16T00:23:26.495Z] github.com/LK4D4/vndr/godl/singleflight [2019-11-16T00:23:26.495Z] compress/flate [2019-11-16T00:23:26.717Z] #58 ... [2019-11-16T00:23:26.717Z] [2019-11-16T00:23:26.717Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:26.717Z] #13 36.02 The following NEW packages will be installed: [2019-11-16T00:23:26.717Z] #13 36.02 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-11-16T00:23:26.717Z] #13 36.02 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-11-16T00:23:26.717Z] #13 36.03 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-11-16T00:23:26.717Z] #13 36.03 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-11-16T00:23:26.717Z] #13 36.03 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-11-16T00:23:26.717Z] #13 36.03 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-11-16T00:23:26.717Z] #13 36.03 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-11-16T00:23:26.717Z] #13 36.03 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-11-16T00:23:26.717Z] #13 36.04 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-11-16T00:23:26.717Z] #13 36.04 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-11-16T00:23:26.717Z] #13 36.04 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-11-16T00:23:26.717Z] #13 36.04 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-11-16T00:23:26.717Z] #13 36.04 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-11-16T00:23:26.717Z] #13 36.04 xfsprogs xxd xz-utils zip [2019-11-16T00:23:26.717Z] #13 37.15 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:23:26.717Z] #13 37.15 Need to get 90.9 MB of archives. [2019-11-16T00:23:26.717Z] #13 37.15 After this operation, 541 MB of additional disk space will be used. [2019-11-16T00:23:26.717Z] #13 37.15 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-11-16T00:23:26.717Z] #13 37.15 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-11-16T00:23:26.717Z] #13 37.16 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-11-16T00:23:26.717Z] #13 37.16 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-11-16T00:23:26.717Z] #13 37.16 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-11-16T00:23:26.717Z] #13 37.17 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-11-16T00:23:26.717Z] #13 37.21 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-11-16T00:23:26.717Z] #13 37.35 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-11-16T00:23:26.717Z] #13 37.36 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-11-16T00:23:26.717Z] #13 37.37 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-11-16T00:23:26.717Z] #13 37.55 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-11-16T00:23:26.717Z] #13 37.56 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-11-16T00:23:26.717Z] #13 37.59 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-11-16T00:23:26.717Z] #13 37.59 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-11-16T00:23:26.717Z] #13 37.61 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-11-16T00:23:26.717Z] #13 37.61 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-11-16T00:23:26.717Z] #13 37.62 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-11-16T00:23:26.717Z] #13 37.63 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-11-16T00:23:26.717Z] #13 37.63 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-11-16T00:23:26.717Z] #13 37.65 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-11-16T00:23:26.717Z] #13 37.65 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-11-16T00:23:26.717Z] #13 37.68 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-11-16T00:23:26.717Z] #13 37.69 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-11-16T00:23:26.717Z] #13 37.70 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-11-16T00:23:26.717Z] #13 37.73 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-11-16T00:23:26.717Z] #13 37.73 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-11-16T00:23:26.717Z] #13 37.75 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-11-16T00:23:26.717Z] #13 37.78 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-11-16T00:23:26.717Z] #13 37.78 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-11-16T00:23:26.717Z] #13 37.83 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-11-16T00:23:26.717Z] #13 37.85 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-11-16T00:23:26.717Z] #13 37.87 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-11-16T00:23:26.717Z] #13 37.87 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-11-16T00:23:26.717Z] #13 37.89 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-11-16T00:23:26.717Z] #13 37.90 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-11-16T00:23:26.717Z] #13 37.91 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-11-16T00:23:26.717Z] #13 37.91 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-11-16T00:23:26.717Z] #13 37.92 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-11-16T00:23:26.717Z] #13 37.92 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-11-16T00:23:26.717Z] #13 37.95 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-11-16T00:23:26.717Z] #13 37.96 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-11-16T00:23:26.717Z] #13 38.00 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-11-16T00:23:26.717Z] #13 38.12 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-11-16T00:23:26.717Z] #13 38.15 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-11-16T00:23:26.717Z] #13 38.15 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-11-16T00:23:26.717Z] #13 38.19 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-11-16T00:23:26.717Z] #13 38.20 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-11-16T00:23:26.717Z] #13 38.21 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-11-16T00:23:26.717Z] #13 38.37 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-11-16T00:23:26.717Z] #13 38.41 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-11-16T00:23:26.717Z] #13 38.59 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-11-16T00:23:26.717Z] #13 38.60 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-11-16T00:23:26.717Z] #13 38.61 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-11-16T00:23:26.717Z] #13 38.64 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-11-16T00:23:26.717Z] #13 38.64 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-11-16T00:23:26.717Z] #13 38.68 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-11-16T00:23:26.717Z] #13 39.15 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-11-16T00:23:26.717Z] #13 39.30 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-11-16T00:23:26.717Z] #13 39.36 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-11-16T00:23:26.717Z] #13 39.38 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-11-16T00:23:26.717Z] #13 39.39 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-11-16T00:23:26.717Z] #13 39.44 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-11-16T00:23:26.717Z] #13 39.66 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-11-16T00:23:26.717Z] #13 39.91 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-11-16T00:23:26.717Z] #13 39.92 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-11-16T00:23:26.888Z] hash [2019-11-16T00:23:26.888Z] hash/crc32 [2019-11-16T00:23:26.972Z] #13 40.36 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-11-16T00:23:27.227Z] #13 40.69 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-11-16T00:23:27.227Z] #13 40.69 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-11-16T00:23:27.281Z] compress/gzip [2019-11-16T00:23:27.281Z] context [2019-11-16T00:23:27.281Z] math/rand [2019-11-16T00:23:27.281Z] crypto/cipher [2019-11-16T00:23:27.281Z] math/big [2019-11-16T00:23:27.281Z] crypto/aes [2019-11-16T00:23:27.390Z] #44 38.49 Selecting previously unselected package btrfs-tools. [2019-11-16T00:23:27.390Z] #44 38.49 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-11-16T00:23:27.390Z] #44 38.51 Unpacking btrfs-tools (4.7.3-1) ... [2019-11-16T00:23:27.390Z] #44 38.64 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:23:27.390Z] #44 38.72 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:23:27.648Z] #44 38.74 Setting up btrfs-progs (4.7.3-1) ... [2019-11-16T00:23:27.648Z] #44 38.75 Setting up btrfs-tools (4.7.3-1) ... [2019-11-16T00:23:27.648Z] #44 38.79 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:23:27.662Z] crypto [2019-11-16T00:23:27.662Z] crypto/des [2019-11-16T00:23:27.662Z] crypto/internal/randutil [2019-11-16T00:23:27.662Z] crypto/sha512 [2019-11-16T00:23:27.662Z] crypto/hmac [2019-11-16T00:23:27.662Z] crypto/md5 [2019-11-16T00:23:27.662Z] crypto/sha1 [2019-11-16T00:23:27.662Z] crypto/sha256 [2019-11-16T00:23:27.906Z] #44 DONE 39.1s [2019-11-16T00:23:27.906Z] [2019-11-16T00:23:27.906Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:23:28.052Z] encoding/hex [2019-11-16T00:23:28.052Z] encoding/pem [2019-11-16T00:23:28.052Z] internal/singleflight [2019-11-16T00:23:28.052Z] net [2019-11-16T00:23:28.052Z] crypto/rand [2019-11-16T00:23:28.052Z] crypto/elliptic [2019-11-16T00:23:28.449Z] encoding/asn1 [2019-11-16T00:23:28.449Z] crypto/ecdsa [2019-11-16T00:23:28.473Z] #45 DONE 0.4s [2019-11-16T00:23:28.473Z] [2019-11-16T00:23:28.473Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-11-16T00:23:28.473Z] #46 DONE 0.1s [2019-11-16T00:23:28.473Z] [2019-11-16T00:23:28.473Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:28.473Z] #57 31.34 Building dependency tree... [2019-11-16T00:23:28.473Z] #57 32.48 Reading state information... [2019-11-16T00:23:28.473Z] #57 33.82 The following additional packages will be installed: [2019-11-16T00:23:28.473Z] #57 33.83 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-11-16T00:23:28.473Z] #57 33.84 libprotoc10 python-pkg-resources zlib1g-dev [2019-11-16T00:23:28.473Z] #57 33.85 Suggested packages: [2019-11-16T00:23:28.473Z] #57 33.85 manpages-dev python-setuptools [2019-11-16T00:23:28.473Z] #57 35.47 The following NEW packages will be installed: [2019-11-16T00:23:28.473Z] #57 35.47 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-11-16T00:23:28.473Z] #57 35.47 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-11-16T00:23:28.473Z] #57 35.47 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-11-16T00:23:28.473Z] #57 35.47 zlib1g-dev [2019-11-16T00:23:28.473Z] #57 36.55 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:23:28.473Z] #57 36.55 Need to get 3602 kB of archives. [2019-11-16T00:23:28.473Z] #57 36.55 After this operation, 18.9 MB of additional disk space will be used. [2019-11-16T00:23:28.473Z] #57 36.55 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-11-16T00:23:28.473Z] #57 36.55 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-11-16T00:23:28.473Z] #57 36.56 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-11-16T00:23:28.473Z] #57 36.56 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-11-16T00:23:28.473Z] #57 36.56 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-11-16T00:23:28.473Z] #57 36.58 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-11-16T00:23:28.473Z] #57 36.59 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-11-16T00:23:28.473Z] #57 36.59 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-11-16T00:23:28.473Z] #57 36.61 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-11-16T00:23:28.473Z] #57 36.73 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-11-16T00:23:28.473Z] #57 36.75 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-11-16T00:23:28.473Z] #57 36.91 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-11-16T00:23:28.473Z] #57 37.08 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-11-16T00:23:28.473Z] #57 37.08 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-11-16T00:23:28.473Z] #57 37.11 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-11-16T00:23:28.473Z] #57 37.17 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-11-16T00:23:28.473Z] #57 38.39 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:23:28.473Z] #57 38.48 Fetched 3602 kB in 1s (2159 kB/s) [2019-11-16T00:23:28.473Z] #57 38.57 Selecting previously unselected package libnet1:amd64. [2019-11-16T00:23:28.473Z] #57 38.57 (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-11-16T00:23:28.473Z] #57 38.62 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-11-16T00:23:28.473Z] #57 38.62 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-11-16T00:23:28.473Z] #57 38.74 Selecting previously unselected package libcap-dev:amd64. [2019-11-16T00:23:28.473Z] #57 38.75 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-11-16T00:23:28.473Z] #57 38.79 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-11-16T00:23:28.473Z] #57 38.90 Selecting previously unselected package libnet1-dev. [2019-11-16T00:23:28.473Z] #57 38.92 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-11-16T00:23:28.473Z] #57 38.92 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-11-16T00:23:28.473Z] #57 39.58 Selecting previously unselected package libnl-3-200:amd64. [2019-11-16T00:23:28.473Z] #57 39.58 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-11-16T00:23:28.473Z] #57 39.63 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-11-16T00:23:28.731Z] #57 39.81 Selecting previously unselected package libnl-3-dev:amd64. [2019-11-16T00:23:28.731Z] #57 39.81 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-11-16T00:23:28.731Z] #57 39.82 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-11-16T00:23:28.832Z] crypto/rsa [2019-11-16T00:23:28.832Z] crypto/dsa [2019-11-16T00:23:28.832Z] crypto/x509/pkix [2019-11-16T00:23:28.832Z] internal/x/crypto/cryptobyte [2019-11-16T00:23:28.988Z] #57 40.11 Selecting previously unselected package libprotobuf-c1:amd64. [2019-11-16T00:23:28.988Z] #57 40.11 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-11-16T00:23:28.988Z] #57 40.11 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-11-16T00:23:28.988Z] #57 40.18 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-11-16T00:23:28.988Z] #57 40.19 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-11-16T00:23:28.988Z] #57 40.20 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-11-16T00:23:29.248Z] #57 40.35 Selecting previously unselected package zlib1g-dev:amd64. [2019-11-16T00:23:29.248Z] #57 40.35 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-11-16T00:23:29.248Z] #57 40.38 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-11-16T00:23:29.290Z] internal/x/crypto/internal/chacha20 [2019-11-16T00:23:29.291Z] internal/x/crypto/poly1305 [2019-11-16T00:23:29.291Z] internal/x/crypto/chacha20poly1305 [2019-11-16T00:23:29.291Z] internal/x/crypto/curve25519 [2019-11-16T00:23:29.506Z] #57 40.67 Selecting previously unselected package libprotobuf10:amd64. [2019-11-16T00:23:29.506Z] #57 40.67 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-11-16T00:23:29.506Z] #57 40.68 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-11-16T00:23:29.765Z] internal/x/crypto/hkdf [2019-11-16T00:23:29.765Z] internal/x/text/transform [2019-11-16T00:23:29.765Z] internal/x/text/unicode/bidi [2019-11-16T00:23:30.071Z] #57 41.26 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-11-16T00:23:30.071Z] #57 41.27 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-11-16T00:23:30.071Z] #57 41.28 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-11-16T00:23:30.168Z] internal/x/text/secure/bidirule [2019-11-16T00:23:30.168Z] internal/x/text/unicode/norm [2019-11-16T00:23:30.330Z] #57 41.48 Selecting previously unselected package libprotobuf-dev:amd64. [2019-11-16T00:23:30.330Z] #57 41.48 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-11-16T00:23:30.330Z] #57 41.49 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-11-16T00:23:30.494Z] #13 43.68 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-11-16T00:23:30.544Z] crypto/x509 [2019-11-16T00:23:30.544Z] internal/x/net/idna [2019-11-16T00:23:30.913Z] net/textproto [2019-11-16T00:23:30.913Z] internal/x/net/http/httpguts [2019-11-16T00:23:30.913Z] internal/x/net/http/httpproxy [2019-11-16T00:23:30.913Z] crypto/tls [2019-11-16T00:23:31.055Z] #13 ... [2019-11-16T00:23:31.056Z] [2019-11-16T00:23:31.056Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:31.056Z] #33 102.0 encoding/json [2019-11-16T00:23:31.056Z] #33 105.7 github.com/LK4D4/vndr/build [2019-11-16T00:23:31.056Z] #33 106.9 encoding/xml [2019-11-16T00:23:31.056Z] #33 110.5 github.com/LK4D4/vndr/godl/singleflight [2019-11-16T00:23:31.056Z] #33 110.7 compress/flate [2019-11-16T00:23:31.263Z] #57 ... [2019-11-16T00:23:31.263Z] [2019-11-16T00:23:31.263Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:31.263Z] #35 27.08 Reading package lists... [2019-11-16T00:23:31.263Z] #35 32.62 Building dependency tree... [2019-11-16T00:23:31.263Z] #35 33.67 Reading state information... [2019-11-16T00:23:31.263Z] #35 34.80 The following additional packages will be installed: [2019-11-16T00:23:31.263Z] #35 34.80 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-11-16T00:23:31.263Z] #35 34.82 Suggested packages: [2019-11-16T00:23:31.263Z] #35 34.82 codeblocks eclipse ninja-build lrzip [2019-11-16T00:23:31.263Z] #35 34.82 Recommended packages: [2019-11-16T00:23:31.263Z] #35 34.82 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-11-16T00:23:31.263Z] #35 35.59 The following NEW packages will be installed: [2019-11-16T00:23:31.263Z] #35 35.60 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-11-16T00:23:31.263Z] #35 35.60 vim-common xxd [2019-11-16T00:23:31.263Z] #35 36.82 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:23:31.263Z] #35 36.82 Need to get 13.7 MB of archives. [2019-11-16T00:23:31.263Z] #35 36.82 After this operation, 57.2 MB of additional disk space will be used. [2019-11-16T00:23:31.263Z] #35 36.82 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-11-16T00:23:31.263Z] #35 36.89 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-11-16T00:23:31.263Z] #35 36.90 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-11-16T00:23:31.263Z] #35 37.72 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-11-16T00:23:31.263Z] #35 37.86 Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 libarchive13 amd64 3.2.2-2+deb9u2 [294 kB] [2019-11-16T00:23:31.263Z] #35 37.91 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-11-16T00:23:31.263Z] #35 37.92 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-11-16T00:23:31.263Z] #35 37.94 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-11-16T00:23:31.263Z] #35 38.29 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-11-16T00:23:31.263Z] #35 38.30 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-11-16T00:23:31.263Z] #35 39.38 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:23:31.263Z] #35 39.62 Fetched 13.7 MB in 2s (5125 kB/s) [2019-11-16T00:23:31.263Z] #35 39.81 Selecting previously unselected package cmake-data. [2019-11-16T00:23:31.263Z] #35 39.81 (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-11-16T00:23:31.263Z] #35 39.86 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-11-16T00:23:31.263Z] #35 39.87 Unpacking cmake-data (3.7.2-1) ... [2019-11-16T00:23:31.263Z] #35 42.29 Selecting previously unselected package liblzo2-2:amd64. [2019-11-16T00:23:31.263Z] #35 42.30 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-11-16T00:23:31.263Z] #35 42.33 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:23:31.263Z] #35 42.45 Selecting previously unselected package libicu57:amd64. [2019-11-16T00:23:31.263Z] #35 42.46 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-11-16T00:23:31.263Z] #35 42.46 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-11-16T00:23:31.263Z] #35 ... [2019-11-16T00:23:31.263Z] [2019-11-16T00:23:31.263Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:31.263Z] #57 42.48 Selecting previously unselected package libprotoc10:amd64. [2019-11-16T00:23:31.263Z] #57 42.48 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-11-16T00:23:31.263Z] #57 42.50 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-11-16T00:23:31.288Z] internal/x/net/http2/hpack [2019-11-16T00:23:31.288Z] mime [2019-11-16T00:23:31.288Z] mime/quotedprintable [2019-11-16T00:23:31.311Z] #33 ... [2019-11-16T00:23:31.311Z] [2019-11-16T00:23:31.311Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:23:31.311Z] #58 45.13 CC images/userns.o [2019-11-16T00:23:31.311Z] #58 45.55 CC images/google/protobuf/descriptor.o [2019-11-16T00:23:31.311Z] #58 47.58 CC images/opts.o [2019-11-16T00:23:31.311Z] #58 47.96 CC images/seccomp.o [2019-11-16T00:23:31.311Z] #58 48.30 CC images/binfmt-misc.o [2019-11-16T00:23:31.311Z] #58 48.54 CC images/time.o [2019-11-16T00:23:31.311Z] #58 48.83 CC images/sysctl.o [2019-11-16T00:23:31.311Z] #58 49.06 CC images/autofs.o [2019-11-16T00:23:31.311Z] #58 49.40 CC images/macvlan.o [2019-11-16T00:23:31.311Z] #58 49.65 CC images/sit.o [2019-11-16T00:23:31.567Z] #58 49.84 LINK images/built-in.o [2019-11-16T00:23:31.654Z] mime/multipart [2019-11-16T00:23:31.654Z] net/http/internal [2019-11-16T00:23:31.654Z] os/exec [2019-11-16T00:23:31.824Z] #58 49.97 GEN compel/include/asm [2019-11-16T00:23:31.824Z] #58 49.98 GEN compel/include/version.h [2019-11-16T00:23:31.824Z] #58 50.02 touch .config [2019-11-16T00:23:31.824Z] #58 50.02 GEN include/common/config.h [2019-11-16T00:23:31.824Z] #58 50.09 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-11-16T00:23:31.824Z] #58 50.11 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-11-16T00:23:31.824Z] #58 50.14 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-11-16T00:23:31.824Z] #58 50.16 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-11-16T00:23:31.824Z] #58 50.18 DEP compel/arch/x86/plugins/std/memcpy.d [2019-11-16T00:23:31.824Z] #58 50.22 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-11-16T00:23:31.829Z] #57 42.95 Selecting previously unselected package protobuf-c-compiler. [2019-11-16T00:23:31.829Z] #57 42.95 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-11-16T00:23:31.829Z] #57 42.96 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-11-16T00:23:32.080Z] #58 50.24 GEN compel/plugins/include/uapi/std/syscall.h [2019-11-16T00:23:32.080Z] #58 50.29 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-11-16T00:23:32.080Z] #58 50.31 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-11-16T00:23:32.080Z] #58 50.34 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-11-16T00:23:32.080Z] #58 50.35 DEP compel/plugins/std/infect.d [2019-11-16T00:23:32.090Z] #57 43.09 Selecting previously unselected package protobuf-compiler. [2019-11-16T00:23:32.090Z] #57 43.09 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-11-16T00:23:32.090Z] #57 43.11 Unpacking protobuf-compiler (3.0.0-9) ... [2019-11-16T00:23:32.090Z] #57 43.24 Selecting previously unselected package python-pkg-resources. [2019-11-16T00:23:32.090Z] #57 43.24 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-11-16T00:23:32.090Z] #57 43.25 Unpacking python-pkg-resources (33.1.1-1) ... [2019-11-16T00:23:32.336Z] #58 50.52 DEP compel/plugins/std/string.d [2019-11-16T00:23:32.336Z] #58 50.69 DEP compel/plugins/std/log.d [2019-11-16T00:23:32.336Z] #58 50.76 DEP compel/plugins/std/fds.d [2019-11-16T00:23:32.348Z] #57 43.49 Selecting previously unselected package python-protobuf. [2019-11-16T00:23:32.348Z] #57 43.49 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-11-16T00:23:32.348Z] #57 43.49 Unpacking python-protobuf (3.0.0-9) ... [2019-11-16T00:23:32.477Z] net/http/httptrace [2019-11-16T00:23:32.477Z] net/http [2019-11-16T00:23:32.591Z] #58 50.89 DEP compel/plugins/std/std.d [2019-11-16T00:23:32.591Z] #58 51.01 DEP compel/plugins/shmem/shmem.d [2019-11-16T00:23:32.850Z] #58 ... [2019-11-16T00:23:32.850Z] [2019-11-16T00:23:32.850Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:32.850Z] #33 113.7 hash [2019-11-16T00:23:32.850Z] #33 113.8 hash/crc32 [2019-11-16T00:23:32.913Z] #57 43.97 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-11-16T00:23:32.913Z] #57 44.08 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-11-16T00:23:32.913Z] #57 44.09 Setting up python-pkg-resources (33.1.1-1) ... [2019-11-16T00:23:33.411Z] #33 114.3 context [2019-11-16T00:23:33.411Z] #33 114.4 compress/gzip [2019-11-16T00:23:33.481Z] #57 ... [2019-11-16T00:23:33.481Z] [2019-11-16T00:23:33.481Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-11-16T00:23:33.481Z] #27 32.18 + cd /tmp/tmp.UGoFniUgDV/src/gotest.tools/gotestsum [2019-11-16T00:23:33.481Z] #27 32.18 + git checkout -q v0.3.5 [2019-11-16T00:23:33.481Z] #27 32.21 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-11-16T00:23:33.481Z] #27 ... [2019-11-16T00:23:33.481Z] [2019-11-16T00:23:33.481Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:23:33.481Z] #47 2.684 + RM_GOPATH=0 [2019-11-16T00:23:33.481Z] #47 2.685 + TMP_GOPATH= [2019-11-16T00:23:33.481Z] #47 2.685 + : /build [2019-11-16T00:23:33.481Z] #47 2.686 + '[' -z '' ']' [2019-11-16T00:23:33.481Z] #47 2.686 ++ mktemp -d [2019-11-16T00:23:33.481Z] #47 2.689 + export GOPATH=/tmp/tmp.EYrodCnumg [2019-11-16T00:23:33.481Z] #47 2.694 + GOPATH=/tmp/tmp.EYrodCnumg [2019-11-16T00:23:33.481Z] #47 2.694 + RM_GOPATH=1 [2019-11-16T00:23:33.481Z] #47 2.695 ++ dirname ./install.sh [2019-11-16T00:23:33.481Z] #47 2.696 + dir=. [2019-11-16T00:23:33.481Z] #47 2.698 + bin=containerd [2019-11-16T00:23:33.481Z] #47 2.698 + shift [2019-11-16T00:23:33.481Z] #47 2.699 + '[' '!' -f ./containerd.installer ']' [2019-11-16T00:23:33.481Z] #47 2.699 + . ./containerd.installer [2019-11-16T00:23:33.481Z] #47 2.699 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:23:33.481Z] #47 2.699 + install_containerd [2019-11-16T00:23:33.481Z] #47 2.700 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-11-16T00:23:33.481Z] #47 2.700 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:23:33.481Z] #47 2.700 + git clone https://github.com/containerd/containerd.git /tmp/tmp.EYrodCnumg/src/github.com/containerd/containerd [2019-11-16T00:23:33.481Z] #47 2.703 Cloning into '/tmp/tmp.EYrodCnumg/src/github.com/containerd/containerd'... [2019-11-16T00:23:34.314Z] github.com/LK4D4/vndr/godl [2019-11-16T00:23:34.314Z] github.com/LK4D4/vndr [2019-11-16T00:23:34.338Z] #33 115.1 crypto/cipher [2019-11-16T00:23:34.339Z] #33 115.2 math/rand [2019-11-16T00:23:35.265Z] #33 116.2 math/big [2019-11-16T00:23:35.826Z] #33 116.7 crypto/aes [2019-11-16T00:23:36.879Z] Removing intermediate container 39ae1ac4fbd1 [2019-11-16T00:23:36.879Z] ---> 61edfd8fcb30 [2019-11-16T00:23:36.879Z] Step 49/125 : FROM dev-base AS containerd [2019-11-16T00:23:36.879Z] ---> ad1f020b58ab [2019-11-16T00:23:36.879Z] Step 50/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:23:36.879Z] ---> Using cache [2019-11-16T00:23:36.879Z] ---> 6b249c1bf76d [2019-11-16T00:23:36.879Z] Step 51/125 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-11-16T00:23:36.879Z] ---> Running in bfe21ed82781 [2019-11-16T00:23:37.191Z] #33 118.0 crypto [2019-11-16T00:23:37.191Z] #33 118.3 crypto/des [2019-11-16T00:23:37.668Z] #47 ... [2019-11-16T00:23:37.668Z] [2019-11-16T00:23:37.668Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:37.668Z] #35 48.13 Selecting previously unselected package libxml2:amd64. [2019-11-16T00:23:37.668Z] #35 48.16 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-11-16T00:23:37.668Z] #35 48.17 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-11-16T00:23:37.668Z] #35 ... [2019-11-16T00:23:37.668Z] [2019-11-16T00:23:37.668Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:37.668Z] #33 35.96 internal/x/crypto/curve25519 [2019-11-16T00:23:37.668Z] #33 40.55 sync [2019-11-16T00:23:37.668Z] #33 41.17 reflect [2019-11-16T00:23:37.668Z] #33 41.18 io [2019-11-16T00:23:37.668Z] #33 42.44 bytes [2019-11-16T00:23:37.668Z] #33 44.15 bufio [2019-11-16T00:23:37.668Z] #33 45.82 syscall [2019-11-16T00:23:37.668Z] #33 ... [2019-11-16T00:23:37.668Z] [2019-11-16T00:23:37.668Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:37.668Z] #57 48.07 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-11-16T00:23:37.668Z] #57 48.08 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-11-16T00:23:37.668Z] #57 48.10 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:23:37.668Z] #57 48.12 Setting up python-protobuf (3.0.0-9) ... [2019-11-16T00:23:37.668Z] #57 ... [2019-11-16T00:23:37.668Z] [2019-11-16T00:23:37.668Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:23:37.668Z] #30 37.58 sync [2019-11-16T00:23:37.668Z] #30 38.25 io [2019-11-16T00:23:37.668Z] #30 38.25 reflect [2019-11-16T00:23:37.668Z] #30 39.66 syscall [2019-11-16T00:23:37.668Z] #30 46.42 time [2019-11-16T00:23:37.668Z] #30 ... [2019-11-16T00:23:37.668Z] [2019-11-16T00:23:37.668Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:37.668Z] #35 48.82 Selecting previously unselected package libarchive13:amd64. [2019-11-16T00:23:37.668Z] #35 48.83 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_amd64.deb ... [2019-11-16T00:23:37.668Z] #35 48.83 Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-11-16T00:23:37.669Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:23:37.669Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:23:37.669Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:23:37.669Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:23:37.669Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:23:37.670Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-11-16T00:23:37.927Z] #35 49.17 Selecting previously unselected package libjsoncpp1:amd64. [2019-11-16T00:23:37.927Z] #35 49.17 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-11-16T00:23:38.042Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-11-16T00:23:38.042Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-11-16T00:23:38.118Z] #33 119.0 crypto/internal/randutil [2019-11-16T00:23:38.118Z] #33 119.1 crypto/sha512 [2019-11-16T00:23:38.185Z] #35 49.18 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-11-16T00:23:38.186Z] #35 49.29 Selecting previously unselected package libuv1:amd64. [2019-11-16T00:23:38.186Z] #35 49.29 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-11-16T00:23:38.186Z] #35 49.30 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-11-16T00:23:38.443Z] #35 49.45 Selecting previously unselected package cmake. [2019-11-16T00:23:38.443Z] #35 49.46 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-11-16T00:23:38.443Z] #35 49.56 Unpacking cmake (3.7.2-1) ... [2019-11-16T00:23:39.046Z] #33 ... [2019-11-16T00:23:39.046Z] [2019-11-16T00:23:39.046Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:39.046Z] #13 46.67 debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:23:39.046Z] #13 46.85 Fetched 90.9 MB in 9s (9562 kB/s) [2019-11-16T00:23:39.046Z] #13 46.97 Selecting previously unselected package bash-completion. [2019-11-16T00:23:39.047Z] #13 46.97 (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-11-16T00:23:39.047Z] #13 47.04 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-11-16T00:23:39.047Z] #13 50.96 Unpacking bash-completion (1:2.1-4.3) ... [2019-11-16T00:23:39.047Z] #13 51.51 Selecting previously unselected package libnet1:amd64. [2019-11-16T00:23:39.047Z] #13 51.53 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-11-16T00:23:39.047Z] #13 51.54 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-11-16T00:23:39.047Z] #13 51.65 Selecting previously unselected package libnfnetlink0:amd64. [2019-11-16T00:23:39.047Z] #13 51.65 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-11-16T00:23:39.047Z] #13 51.67 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-11-16T00:23:39.047Z] #13 51.76 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-11-16T00:23:39.047Z] #13 51.76 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-11-16T00:23:39.047Z] #13 51.78 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-11-16T00:23:39.047Z] #13 51.93 Selecting previously unselected package libudev-dev:amd64. [2019-11-16T00:23:39.047Z] #13 51.95 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-11-16T00:23:39.047Z] #13 51.98 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-11-16T00:23:39.288Z] Fetched 7672 kB in 1s (4713 kB/s) [2019-11-16T00:23:39.302Z] #13 52.72 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-11-16T00:23:39.302Z] #13 52.73 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-11-16T00:23:39.302Z] #13 52.74 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-11-16T00:23:39.558Z] #13 ... [2019-11-16T00:23:39.558Z] [2019-11-16T00:23:39.558Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:39.558Z] #33 120.5 crypto/hmac [2019-11-16T00:23:39.649Z] Reading package lists... [2019-11-16T00:23:39.814Z] #33 120.7 crypto/md5 [2019-11-16T00:23:40.023Z] Reading package lists... [2019-11-16T00:23:40.394Z] Building dependency tree... [2019-11-16T00:23:40.394Z] Reading state information... [2019-11-16T00:23:40.394Z] The following additional packages will be installed: [2019-11-16T00:23:40.394Z] btrfs-progs liblzo2-2 [2019-11-16T00:23:40.394Z] The following NEW packages will be installed: [2019-11-16T00:23:40.394Z] btrfs-progs btrfs-tools liblzo2-2 [2019-11-16T00:23:40.394Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:23:40.394Z] Need to get 668 kB of archives. [2019-11-16T00:23:40.394Z] After this operation, 5446 kB of additional disk space will be used. [2019-11-16T00:23:40.394Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-11-16T00:23:40.394Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-11-16T00:23:40.394Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-11-16T00:23:40.394Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:23:40.394Z] Fetched 668 kB in 0s (7180 kB/s) [2019-11-16T00:23:40.394Z] Selecting previously unselected package liblzo2-2:s390x. [2019-11-16T00:23:40.742Z] #33 ... [2019-11-16T00:23:40.742Z] [2019-11-16T00:23:40.742Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-11-16T00:23:40.742Z] #61 112.3 + for f in rootlesskit rootlesskit-docker-proxy [2019-11-16T00:23:40.742Z] #61 112.3 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-11-16T00:23:40.742Z] #61 DONE 121.4s [2019-11-16T00:23:40.742Z] [2019-11-16T00:23:40.742Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-11-16T00:23:40.742Z] #62 DONE 0.1s [2019-11-16T00:23:40.742Z] [2019-11-16T00:23:40.742Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:40.742Z] #33 121.5 crypto/sha1 [2019-11-16T00:23:40.774Z] (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-11-16T00:23:40.774Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-11-16T00:23:40.774Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-11-16T00:23:40.774Z] Selecting previously unselected package btrfs-progs. [2019-11-16T00:23:40.774Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-11-16T00:23:40.774Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-11-16T00:23:40.774Z] Selecting previously unselected package btrfs-tools. [2019-11-16T00:23:40.774Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-11-16T00:23:40.774Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-11-16T00:23:40.774Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:23:40.774Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-11-16T00:23:40.774Z] Setting up btrfs-progs (4.7.3-1) ... [2019-11-16T00:23:40.774Z] Setting up btrfs-tools (4.7.3-1) ... [2019-11-16T00:23:40.774Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:23:40.974Z] #35 52.12 Selecting previously unselected package xxd. [2019-11-16T00:23:40.974Z] #35 52.13 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-11-16T00:23:40.974Z] #35 52.13 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:23:41.232Z] #35 52.28 Selecting previously unselected package vim-common. [2019-11-16T00:23:41.232Z] #35 52.29 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:23:41.232Z] #35 52.31 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:23:41.491Z] #35 52.69 Processing triggers for mime-support (3.60) ... [2019-11-16T00:23:41.615Z] Removing intermediate container bfe21ed82781 [2019-11-16T00:23:41.615Z] ---> 3e1823dd1251 [2019-11-16T00:23:41.615Z] Step 52/125 : ENV INSTALL_BINARY_NAME=containerd [2019-11-16T00:23:41.615Z] ---> Running in d1c0158c9d82 [2019-11-16T00:23:41.615Z] Removing intermediate container d1c0158c9d82 [2019-11-16T00:23:41.615Z] ---> 366c7f104e62 [2019-11-16T00:23:41.615Z] Step 53/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:23:41.758Z] #35 52.81 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:23:41.758Z] #35 52.83 Setting up libuv1:amd64 (1.9.1-3) ... [2019-11-16T00:23:41.758Z] #35 52.86 Setting up cmake-data (3.7.2-1) ... [2019-11-16T00:23:41.758Z] #35 52.88 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-11-16T00:23:41.758Z] #35 52.89 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-11-16T00:23:41.758Z] #35 52.90 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:23:41.758Z] #35 52.96 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:23:42.019Z] #35 53.13 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:23:42.019Z] #35 53.14 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-11-16T00:23:42.019Z] #35 53.15 Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-11-16T00:23:42.019Z] #35 53.16 Setting up cmake (3.7.2-1) ... [2019-11-16T00:23:42.108Z] ---> bf5f9d8d34c9 [2019-11-16T00:23:42.108Z] Step 54/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:23:42.108Z] ---> 31b3160fd2a9 [2019-11-16T00:23:42.108Z] Step 55/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:23:42.108Z] ---> Running in 3802f466f9fa [2019-11-16T00:23:42.278Z] #35 53.31 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:23:42.631Z] #33 123.2 crypto/sha256 [2019-11-16T00:23:42.887Z] #33 ... [2019-11-16T00:23:42.887Z] [2019-11-16T00:23:42.887Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:23:42.887Z] #58 51.16 DEP compel/plugins/fds/fds.d [2019-11-16T00:23:42.887Z] #58 51.47 CC compel/plugins/std/std.o [2019-11-16T00:23:42.887Z] #58 51.78 CC compel/plugins/std/fds.o [2019-11-16T00:23:42.887Z] #58 52.45 CC compel/plugins/std/log.o [2019-11-16T00:23:42.887Z] #58 53.58 CC compel/plugins/std/string.o [2019-11-16T00:23:42.887Z] #58 54.43 CC compel/plugins/std/infect.o [2019-11-16T00:23:42.887Z] #58 54.92 CC compel/arch/x86/plugins/std/parasite-head.o [2019-11-16T00:23:42.887Z] #58 55.01 CC compel/arch/x86/plugins/std/memcpy.o [2019-11-16T00:23:42.887Z] #58 55.09 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-11-16T00:23:42.887Z] #58 55.19 AR compel/plugins/std.lib.a [2019-11-16T00:23:42.887Z] #58 55.28 CC compel/plugins/fds/fds.o [2019-11-16T00:23:42.887Z] #58 55.64 AR compel/plugins/fds.lib.a [2019-11-16T00:23:42.887Z] #58 55.71 HOSTDEP compel/src/lib/log-host.d [2019-11-16T00:23:42.887Z] #58 55.84 HOSTDEP compel/src/lib/handle-elf-host.d [2019-11-16T00:23:42.887Z] #58 56.06 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-11-16T00:23:42.887Z] #58 56.27 HOSTDEP compel/src/main-host.d [2019-11-16T00:23:42.887Z] #58 56.39 DEP compel/src/lib/ptrace.d [2019-11-16T00:23:42.887Z] #58 56.55 DEP compel/src/lib/infect.d [2019-11-16T00:23:42.887Z] #58 56.75 DEP compel/src/lib/infect-util.d [2019-11-16T00:23:42.887Z] #58 56.91 DEP compel/src/lib/infect-rpc.d [2019-11-16T00:23:42.887Z] #58 57.13 DEP compel/arch/x86/src/lib/infect.d [2019-11-16T00:23:42.887Z] #58 57.40 DEP compel/arch/x86/src/lib/cpu.d [2019-11-16T00:23:42.887Z] #58 57.59 DEP compel/src/lib/log.d [2019-11-16T00:23:42.887Z] #58 57.79 DEP compel/src/main.d [2019-11-16T00:23:42.887Z] #58 58.02 DEP compel/src/lib/handle-elf.d [2019-11-16T00:23:42.887Z] #58 58.21 DEP compel/arch/x86/src/lib/handle-elf.d [2019-11-16T00:23:42.887Z] #58 58.43 CC compel/src/lib/log.o [2019-11-16T00:23:42.887Z] #58 58.95 CC compel/arch/x86/src/lib/cpu.o [2019-11-16T00:23:42.887Z] #58 60.13 CC compel/arch/x86/src/lib/infect.o [2019-11-16T00:23:42.887Z] #58 61.11 CC compel/src/lib/infect-rpc.o [2019-11-16T00:23:42.900Z] + RM_GOPATH=0 [2019-11-16T00:23:42.900Z] + TMP_GOPATH= [2019-11-16T00:23:42.900Z] + : /build [2019-11-16T00:23:42.900Z] + '[' -z '' ']' [2019-11-16T00:23:42.900Z] ++ mktemp -d [2019-11-16T00:23:42.900Z] + export GOPATH=/tmp/tmp.zTxfiUWYPy [2019-11-16T00:23:42.900Z] + GOPATH=/tmp/tmp.zTxfiUWYPy [2019-11-16T00:23:42.900Z] + RM_GOPATH=1 [2019-11-16T00:23:42.900Z] ++ dirname ./install.sh [2019-11-16T00:23:42.900Z] + dir=. [2019-11-16T00:23:42.900Z] + bin=containerd [2019-11-16T00:23:42.900Z] + shift [2019-11-16T00:23:42.900Z] + '[' '!' -f ./containerd.installer ']' [2019-11-16T00:23:42.900Z] + . ./containerd.installer [2019-11-16T00:23:42.900Z] ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:23:42.900Z] + install_containerd [2019-11-16T00:23:42.900Z] + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-11-16T00:23:42.900Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.zTxfiUWYPy/src/github.com/containerd/containerd [2019-11-16T00:23:42.900Z] Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:23:42.900Z] Cloning into '/tmp/tmp.zTxfiUWYPy/src/github.com/containerd/containerd'... [2019-11-16T00:23:43.143Z] #58 ... [2019-11-16T00:23:43.143Z] [2019-11-16T00:23:43.143Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:43.143Z] #13 53.81 Selecting previously unselected package python3.5-minimal. [2019-11-16T00:23:43.143Z] #13 53.81 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-11-16T00:23:43.143Z] #13 53.85 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-11-16T00:23:43.143Z] #13 55.53 Selecting previously unselected package python3-minimal. [2019-11-16T00:23:43.143Z] #13 55.54 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-11-16T00:23:43.143Z] #13 55.55 Unpacking python3-minimal (3.5.3-1) ... [2019-11-16T00:23:43.143Z] #13 55.66 Selecting previously unselected package libmpdec2:amd64. [2019-11-16T00:23:43.143Z] #13 55.67 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-11-16T00:23:43.143Z] #13 55.67 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-11-16T00:23:43.143Z] #13 55.81 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-11-16T00:23:43.143Z] #13 55.82 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-11-16T00:23:43.143Z] #13 55.83 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-11-16T00:23:43.214Z] #35 DONE 54.2s [2019-11-16T00:23:43.214Z] [2019-11-16T00:23:43.214Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:43.214Z] #57 53.44 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-11-16T00:23:43.214Z] #57 53.45 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-11-16T00:23:43.214Z] #57 53.46 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-11-16T00:23:43.214Z] #57 53.48 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-11-16T00:23:43.214Z] #57 53.50 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-11-16T00:23:43.214Z] #57 53.51 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-11-16T00:23:43.214Z] #57 53.52 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-11-16T00:23:43.214Z] #57 53.53 Setting up protobuf-compiler (3.0.0-9) ... [2019-11-16T00:23:43.214Z] #57 53.55 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-11-16T00:23:43.214Z] #57 53.56 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-11-16T00:23:43.214Z] #57 53.61 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:23:43.214Z] #57 DONE 54.2s [2019-11-16T00:23:43.214Z] [2019-11-16T00:23:43.214Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:23:43.214Z] #36 DONE 0.3s [2019-11-16T00:23:43.214Z] [2019-11-16T00:23:43.214Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:43.214Z] #33 52.33 time [2019-11-16T00:23:43.478Z] #33 ... [2019-11-16T00:23:43.478Z] [2019-11-16T00:23:43.478Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-11-16T00:23:43.478Z] #37 DONE 0.1s [2019-11-16T00:23:43.736Z] [2019-11-16T00:23:43.736Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-11-16T00:23:44.071Z] #13 57.63 Selecting previously unselected package python3.5. [2019-11-16T00:23:44.071Z] #13 57.63 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-11-16T00:23:44.326Z] #13 57.63 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-11-16T00:23:44.326Z] #13 57.81 Selecting previously unselected package libpython3-stdlib:amd64. [2019-11-16T00:23:44.326Z] #13 57.83 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-11-16T00:23:44.326Z] #13 57.85 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-11-16T00:23:44.582Z] #13 57.94 Selecting previously unselected package dh-python. [2019-11-16T00:23:44.582Z] #13 57.95 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-11-16T00:23:44.582Z] #13 57.95 Unpacking dh-python (2.20170125) ... [2019-11-16T00:23:44.582Z] #13 58.16 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-11-16T00:23:44.838Z] #13 58.18 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-11-16T00:23:46.140Z] + cd /tmp/tmp.zTxfiUWYPy/src/github.com/containerd/containerd [2019-11-16T00:23:46.140Z] + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:23:46.140Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-11-16T00:23:46.140Z] + BUILDTAGS='netgo osusergo static_build' [2019-11-16T00:23:46.140Z] + export EXTRA_FLAGS=-buildmode=pie [2019-11-16T00:23:46.140Z] + EXTRA_FLAGS=-buildmode=pie [2019-11-16T00:23:46.140Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-11-16T00:23:46.140Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-11-16T00:23:46.140Z] + '[' '' = dynamic ']' [2019-11-16T00:23:46.140Z] + make [2019-11-16T00:23:46.514Z] 🇩 bin/ctr [2019-11-16T00:23:47.025Z] #38 3.120 + RM_GOPATH=0 [2019-11-16T00:23:47.025Z] #38 3.120 + TMP_GOPATH= [2019-11-16T00:23:47.025Z] #38 3.120 + : /build [2019-11-16T00:23:47.025Z] #38 3.120 + '[' -z '' ']' [2019-11-16T00:23:47.025Z] #38 3.120 ++ mktemp -d [2019-11-16T00:23:47.025Z] #38 3.127 + export GOPATH=/tmp/tmp.4zDOfi2X7X [2019-11-16T00:23:47.025Z] #38 3.127 + GOPATH=/tmp/tmp.4zDOfi2X7X [2019-11-16T00:23:47.025Z] #38 3.127 + RM_GOPATH=1 [2019-11-16T00:23:47.025Z] #38 3.128 ++ dirname ./install.sh [2019-11-16T00:23:47.025Z] #38 3.133 + dir=. [2019-11-16T00:23:47.025Z] #38 3.133 + bin=tini [2019-11-16T00:23:47.025Z] #38 3.133 + shift [2019-11-16T00:23:47.025Z] #38 3.133 + '[' '!' -f ./tini.installer ']' [2019-11-16T00:23:47.025Z] #38 3.134 + . ./tini.installer [2019-11-16T00:23:47.025Z] #38 3.134 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:23:47.025Z] #38 3.134 + install_tini [2019-11-16T00:23:47.025Z] #38 3.137 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-11-16T00:23:47.025Z] #38 3.137 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:23:47.025Z] #38 3.137 + git clone https://github.com/krallin/tini.git /tmp/tmp.4zDOfi2X7X/tini [2019-11-16T00:23:47.025Z] #38 3.149 Cloning into '/tmp/tmp.4zDOfi2X7X/tini'... [2019-11-16T00:23:47.591Z] #38 4.142 + cd /tmp/tmp.4zDOfi2X7X/tini [2019-11-16T00:23:47.591Z] #38 4.144 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:23:47.591Z] #38 4.149 + cmake . [2019-11-16T00:23:48.105Z] #13 61.48 Setting up python3-minimal (3.5.3-1) ... [2019-11-16T00:23:48.158Z] #38 4.659 -- The C compiler identification is GNU 6.3.0 [2019-11-16T00:23:48.158Z] #38 4.702 -- Check for working C compiler: /usr/bin/cc [2019-11-16T00:23:48.724Z] #38 5.262 -- Check for working C compiler: /usr/bin/cc -- works [2019-11-16T00:23:48.724Z] #38 5.273 -- Detecting C compiler ABI info [2019-11-16T00:23:49.291Z] #38 5.851 -- Detecting C compiler ABI info - done [2019-11-16T00:23:49.470Z] #13 62.86 Selecting previously unselected package python3. [2019-11-16T00:23:49.470Z] #13 62.86 (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-11-16T00:23:49.470Z] #13 62.93 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-11-16T00:23:49.470Z] #13 62.95 Unpacking python3 (3.5.3-1) ... [2019-11-16T00:23:49.549Z] #38 5.941 -- Detecting C compile features [2019-11-16T00:23:49.549Z] #38 ... [2019-11-16T00:23:49.549Z] [2019-11-16T00:23:49.549Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:23:49.549Z] #30 49.42 sort [2019-11-16T00:23:49.549Z] #30 50.39 internal/fmtsort [2019-11-16T00:23:49.549Z] #30 51.01 internal/syscall/unix [2019-11-16T00:23:49.549Z] #30 51.26 strings [2019-11-16T00:23:49.549Z] #30 51.64 internal/poll [2019-11-16T00:23:49.549Z] #30 53.26 os [2019-11-16T00:23:49.549Z] #30 54.70 bytes [2019-11-16T00:23:49.549Z] #30 56.57 bufio [2019-11-16T00:23:49.549Z] #30 57.62 fmt [2019-11-16T00:23:49.549Z] #30 58.19 path/filepath [2019-11-16T00:23:49.549Z] #30 59.69 io/ioutil [2019-11-16T00:23:49.726Z] #13 63.05 Selecting previously unselected package pigz. [2019-11-16T00:23:49.726Z] #13 63.07 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-11-16T00:23:49.726Z] #13 63.07 Unpacking pigz (2.3.4-1) ... [2019-11-16T00:23:49.726Z] #13 63.22 Selecting previously unselected package libip4tc0:amd64. [2019-11-16T00:23:49.726Z] #13 63.22 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-11-16T00:23:49.726Z] #13 63.24 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:23:49.807Z] #30 ... [2019-11-16T00:23:49.807Z] [2019-11-16T00:23:49.807Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:49.807Z] #33 52.82 sort [2019-11-16T00:23:49.807Z] #33 54.24 internal/fmtsort [2019-11-16T00:23:49.807Z] #33 54.94 internal/syscall/unix [2019-11-16T00:23:49.807Z] #33 55.22 strings [2019-11-16T00:23:49.807Z] #33 57.45 internal/poll [2019-11-16T00:23:49.807Z] #33 57.98 path [2019-11-16T00:23:49.807Z] #33 58.63 regexp/syntax [2019-11-16T00:23:49.982Z] #13 63.36 Selecting previously unselected package libip6tc0:amd64. [2019-11-16T00:23:49.982Z] #13 63.37 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-11-16T00:23:49.982Z] #13 63.37 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:23:49.982Z] #13 63.52 Selecting previously unselected package libiptc0:amd64. [2019-11-16T00:23:49.982Z] #13 63.52 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-11-16T00:23:49.982Z] #13 63.53 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:23:50.238Z] #13 63.64 Selecting previously unselected package libxtables12:amd64. [2019-11-16T00:23:50.238Z] #13 63.64 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-11-16T00:23:50.238Z] #13 63.65 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:23:50.374Z] #33 ... [2019-11-16T00:23:50.374Z] [2019-11-16T00:23:50.374Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:23:50.374Z] #30 60.43 path [2019-11-16T00:23:50.494Z] #13 63.80 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-11-16T00:23:50.494Z] #13 63.82 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-11-16T00:23:50.494Z] #13 63.83 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-11-16T00:23:50.494Z] #13 63.94 Selecting previously unselected package iptables. [2019-11-16T00:23:50.494Z] #13 63.96 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-11-16T00:23:50.494Z] #13 63.96 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-11-16T00:23:50.633Z] #30 60.81 text/tabwriter [2019-11-16T00:23:51.006Z] #13 64.36 Selecting previously unselected package xxd. [2019-11-16T00:23:51.006Z] #13 64.37 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-11-16T00:23:51.006Z] #13 64.37 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:23:51.006Z] #13 64.54 Selecting previously unselected package vim-common. [2019-11-16T00:23:51.006Z] #13 64.55 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:23:51.006Z] #13 64.57 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:23:51.261Z] #13 64.78 Selecting previously unselected package bzip2. [2019-11-16T00:23:51.261Z] #13 64.79 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-11-16T00:23:51.261Z] #13 64.80 Unpacking bzip2 (1.0.6-8.1) ... [2019-11-16T00:23:51.517Z] #13 64.90 Selecting previously unselected package libgpm2:amd64. [2019-11-16T00:23:51.517Z] #13 64.93 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-11-16T00:23:51.517Z] #13 64.93 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-11-16T00:23:51.773Z] #13 65.03 Selecting previously unselected package xz-utils. [2019-11-16T00:23:51.773Z] #13 65.05 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-11-16T00:23:51.773Z] #13 65.06 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-11-16T00:23:51.773Z] #13 65.32 Selecting previously unselected package aufs-tools. [2019-11-16T00:23:52.008Z] #30 61.79 github.com/BurntSushi/toml [2019-11-16T00:23:52.008Z] #30 61.79 flag [2019-11-16T00:23:52.029Z] #13 65.33 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-11-16T00:23:52.029Z] #13 65.34 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-11-16T00:23:52.029Z] #13 65.54 Selecting previously unselected package liblzo2-2:amd64. [2019-11-16T00:23:52.029Z] #13 65.54 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-11-16T00:23:52.029Z] #13 65.54 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:23:52.285Z] #13 65.67 Selecting previously unselected package btrfs-progs. [2019-11-16T00:23:52.285Z] #13 65.67 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-11-16T00:23:52.285Z] #13 65.70 Unpacking btrfs-progs (4.7.3-1) ... [2019-11-16T00:23:52.846Z] #13 66.32 Selecting previously unselected package btrfs-tools. [2019-11-16T00:23:52.846Z] #13 66.35 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-11-16T00:23:52.846Z] #13 66.35 Unpacking btrfs-tools (4.7.3-1) ... [2019-11-16T00:23:52.846Z] #13 66.42 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-11-16T00:23:53.102Z] #13 66.43 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-11-16T00:23:53.102Z] #13 66.44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-11-16T00:23:53.102Z] #13 66.58 Selecting previously unselected package dmsetup. [2019-11-16T00:23:53.102Z] #13 66.60 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-11-16T00:23:53.102Z] #13 66.61 Unpacking dmsetup (2:1.02.137-2) ... [2019-11-16T00:23:53.358Z] #13 66.78 Selecting previously unselected package libonig4:amd64. [2019-11-16T00:23:53.358Z] #13 66.78 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-11-16T00:23:53.358Z] #13 66.78 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-11-16T00:23:53.358Z] #13 ... [2019-11-16T00:23:53.358Z] [2019-11-16T00:23:53.358Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:23:53.358Z] #58 61.61 CC compel/src/lib/infect-util.o [2019-11-16T00:23:53.358Z] #58 61.95 CC compel/src/lib/infect.o [2019-11-16T00:23:53.358Z] #58 64.57 CC compel/src/lib/ptrace.o [2019-11-16T00:23:53.358Z] #58 65.04 AR compel/libcompel.a [2019-11-16T00:23:53.358Z] #58 65.12 HOSTCC compel/src/main-host.o [2019-11-16T00:23:53.358Z] #58 65.50 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-11-16T00:23:53.358Z] #58 65.76 HOSTCC compel/src/lib/handle-elf-host.o [2019-11-16T00:23:53.358Z] #58 66.16 HOSTCC compel/src/lib/log-host.o [2019-11-16T00:23:53.358Z] #58 66.41 HOSTLINK compel/compel-host-bin [2019-11-16T00:23:53.358Z] #58 66.63 DEP soccr/soccr.d [2019-11-16T00:23:53.358Z] #58 66.98 CC soccr/soccr.o [2019-11-16T00:23:53.358Z] #58 68.63 AR soccr/libsoccr.a [2019-11-16T00:23:53.358Z] #58 68.67 make[1]: 'soccr/libsoccr.a' is up to date. [2019-11-16T00:23:53.358Z] #58 69.08 DEP criu/arch/x86/sigframe.d [2019-11-16T00:23:53.358Z] #58 69.21 DEP criu/arch/x86/sigaction_compat.d [2019-11-16T00:23:53.358Z] #58 69.33 DEP criu/arch/x86/kerndat.d [2019-11-16T00:23:53.358Z] #58 69.48 DEP criu/arch/x86/crtools.d [2019-11-16T00:23:53.358Z] #58 69.69 DEP criu/arch/x86/cpu.d [2019-11-16T00:23:53.358Z] #58 69.90 CC criu/arch/x86/cpu.o [2019-11-16T00:23:53.358Z] #58 70.77 CC criu/arch/x86/crtools.o [2019-11-16T00:23:53.358Z] #58 ... [2019-11-16T00:23:53.358Z] [2019-11-16T00:23:53.358Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:23:53.358Z] #33 124.2 encoding/hex [2019-11-16T00:23:53.358Z] #33 124.8 encoding/pem [2019-11-16T00:23:53.358Z] #33 125.3 internal/singleflight [2019-11-16T00:23:53.358Z] #33 125.6 crypto/rand [2019-11-16T00:23:53.358Z] #33 125.7 crypto/elliptic [2019-11-16T00:23:53.358Z] #33 126.3 encoding/asn1 [2019-11-16T00:23:53.358Z] #33 128.8 crypto/rsa [2019-11-16T00:23:53.358Z] #33 128.9 crypto/ecdsa [2019-11-16T00:23:53.358Z] #33 129.7 crypto/dsa [2019-11-16T00:23:53.358Z] #33 130.3 crypto/x509/pkix [2019-11-16T00:23:53.358Z] #33 130.4 internal/x/crypto/cryptobyte [2019-11-16T00:23:53.358Z] #33 131.1 net [2019-11-16T00:23:53.358Z] #33 132.3 internal/x/crypto/internal/chacha20 [2019-11-16T00:23:53.358Z] #33 132.8 internal/x/crypto/poly1305 [2019-11-16T00:23:53.358Z] #33 133.2 internal/x/crypto/chacha20poly1305 [2019-11-16T00:23:53.358Z] #33 134.3 internal/x/crypto/hkdf [2019-11-16T00:23:53.383Z] #30 ... [2019-11-16T00:23:53.383Z] [2019-11-16T00:23:53.383Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:23:53.383Z] #58 4.467 Note: Building without setproctitle() and strlcpy() support. [2019-11-16T00:23:53.383Z] #58 4.467 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-11-16T00:23:53.383Z] #58 5.992 fatal: Not a git repository (or any of the parent directories): .git [2019-11-16T00:23:53.383Z] #58 6.026 GEN .gitid [2019-11-16T00:23:53.383Z] #58 6.031 GEN criu/include/version.h [2019-11-16T00:23:53.383Z] #58 6.059 GEN include/common/asm [2019-11-16T00:23:53.383Z] #58 7.635 PBCC images/google/protobuf/descriptor.pb-c.c [2019-11-16T00:23:53.383Z] #58 7.736 PBCC images/opts.pb-c.c [2019-11-16T00:23:53.383Z] #58 7.827 PBCC images/sit.pb-c.c [2019-11-16T00:23:53.383Z] #58 7.861 DEP images/google/protobuf/descriptor.pb-c.d [2019-11-16T00:23:53.383Z] #58 7.906 DEP images/opts.pb-c.d [2019-11-16T00:23:53.383Z] #58 7.951 DEP images/sit.pb-c.d [2019-11-16T00:23:53.383Z] #58 7.976 PBCC images/macvlan.pb-c.c [2019-11-16T00:23:53.383Z] #58 7.995 DEP images/macvlan.pb-c.d [2019-11-16T00:23:53.383Z] #58 8.089 PBCC images/autofs.pb-c.c [2019-11-16T00:23:53.383Z] #58 8.110 DEP images/autofs.pb-c.d [2019-11-16T00:23:53.383Z] #58 8.168 PBCC images/sysctl.pb-c.c [2019-11-16T00:23:53.383Z] #58 8.217 DEP images/sysctl.pb-c.d [2019-11-16T00:23:53.383Z] #58 8.274 PBCC images/time.pb-c.c [2019-11-16T00:23:53.383Z] #58 8.331 DEP images/time.pb-c.d [2019-11-16T00:23:53.383Z] #58 8.383 PBCC images/binfmt-misc.pb-c.c [2019-11-16T00:23:53.383Z] #58 8.421 DEP images/binfmt-misc.pb-c.d [2019-11-16T00:23:53.383Z] #58 8.476 PBCC images/seccomp.pb-c.c [2019-11-16T00:23:53.383Z] #58 8.538 DEP images/seccomp.pb-c.d [2019-11-16T00:23:53.383Z] #58 8.607 PBCC images/userns.pb-c.c [2019-11-16T00:23:53.383Z] #58 8.663 DEP images/userns.pb-c.d [2019-11-16T00:23:53.383Z] #58 8.723 PBCC images/cgroup.pb-c.c [2019-11-16T00:23:53.383Z] #58 8.740 DEP images/cgroup.pb-c.d [2019-11-16T00:23:53.383Z] #58 8.785 PBCC images/fown.pb-c.c [2019-11-16T00:23:53.383Z] #58 8.823 PBCC images/ext-file.pb-c.c [2019-11-16T00:23:53.383Z] #58 8.859 DEP images/fown.pb-c.d [2019-11-16T00:23:53.383Z] #58 8.919 DEP images/ext-file.pb-c.d [2019-11-16T00:23:53.383Z] #58 8.982 PBCC images/rpc.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.039 DEP images/rpc.pb-c.d [2019-11-16T00:23:53.383Z] #58 9.129 PBCC images/siginfo.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.151 DEP images/siginfo.pb-c.d [2019-11-16T00:23:53.383Z] #58 9.211 PBCC images/pagemap.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.255 DEP images/pagemap.pb-c.d [2019-11-16T00:23:53.383Z] #58 9.299 PBCC images/rlimit.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.307 DEP images/rlimit.pb-c.d [2019-11-16T00:23:53.383Z] #58 9.362 PBCC images/file-lock.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.412 DEP images/file-lock.pb-c.d [2019-11-16T00:23:53.383Z] #58 9.459 PBCC images/tty.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.513 DEP images/tty.pb-c.d [2019-11-16T00:23:53.383Z] #58 9.611 PBCC images/tun.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.632 PBCC images/netdev.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.671 DEP images/tun.pb-c.d [2019-11-16T00:23:53.383Z] #58 9.706 DEP images/netdev.pb-c.d [2019-11-16T00:23:53.383Z] #58 9.757 PBCC images/vma.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.837 DEP images/vma.pb-c.d [2019-11-16T00:23:53.383Z] #58 9.897 PBCC images/creds.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.938 DEP images/creds.pb-c.d [2019-11-16T00:23:53.383Z] #58 9.989 PBCC images/utsns.pb-c.c [2019-11-16T00:23:53.383Z] #58 9.997 DEP images/utsns.pb-c.d [2019-11-16T00:23:53.383Z] #58 10.05 PBCC images/ipc-desc.pb-c.c [2019-11-16T00:23:53.383Z] #58 10.08 PBCC images/ipc-sem.pb-c.c [2019-11-16T00:23:53.383Z] #58 10.10 DEP images/ipc-desc.pb-c.d [2019-11-16T00:23:53.383Z] #58 10.15 DEP images/ipc-sem.pb-c.d [2019-11-16T00:23:53.383Z] #58 10.18 PBCC images/ipc-msg.pb-c.c [2019-11-16T00:23:53.383Z] #58 10.19 DEP images/ipc-msg.pb-c.d [2019-11-16T00:23:53.383Z] #58 ... [2019-11-16T00:23:53.383Z] [2019-11-16T00:23:53.383Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:23:53.383Z] #30 63.36 log [2019-11-16T00:23:53.614Z] #33 ... [2019-11-16T00:23:53.614Z] [2019-11-16T00:23:53.614Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:23:53.614Z] #13 66.96 Selecting previously unselected package libjq1:amd64. [2019-11-16T00:23:53.614Z] #13 66.96 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-11-16T00:23:53.615Z] #13 66.97 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-11-16T00:23:53.870Z] #13 67.17 Selecting previously unselected package jq. [2019-11-16T00:23:53.870Z] #13 67.18 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-11-16T00:23:53.870Z] #13 67.18 Unpacking jq (1.5+dfsg-1.3) ... [2019-11-16T00:23:53.870Z] #13 67.28 Selecting previously unselected package libaio1:amd64. [2019-11-16T00:23:53.870Z] #13 67.30 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-11-16T00:23:53.870Z] #13 67.30 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-11-16T00:23:54.127Z] #13 67.38 Selecting previously unselected package libcap2-bin. [2019-11-16T00:23:54.127Z] #13 67.40 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-11-16T00:23:54.127Z] #13 67.41 Unpacking libcap2-bin (1:2.25-1) ... [2019-11-16T00:23:54.127Z] #13 67.53 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-11-16T00:23:54.127Z] #13 67.53 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-11-16T00:23:54.127Z] #13 67.54 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-11-16T00:23:54.127Z] #13 67.62 Selecting previously unselected package libsepol1-dev:amd64. [2019-11-16T00:23:54.383Z] #13 67.63 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-11-16T00:23:54.383Z] #13 67.64 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-11-16T00:23:54.638Z] #13 67.99 Selecting previously unselected package libpcre16-3:amd64. [2019-11-16T00:23:54.639Z] #13 67.99 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-11-16T00:23:54.639Z] #13 68.00 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-11-16T00:23:54.758Z] #30 ... [2019-11-16T00:23:54.758Z] [2019-11-16T00:23:54.758Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-11-16T00:23:54.758Z] #38 7.460 -- Detecting C compile features - done [2019-11-16T00:23:54.758Z] #38 7.489 -- Performing Test HAS_BUILTIN_FORTIFY [2019-11-16T00:23:54.758Z] #38 7.695 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-11-16T00:23:54.758Z] #38 7.830 -- Configuring done [2019-11-16T00:23:54.758Z] #38 7.850 -- Generating done [2019-11-16T00:23:54.758Z] #38 7.856 -- Build files have been written to: /tmp/tmp.4zDOfi2X7X/tini [2019-11-16T00:23:54.758Z] #38 7.865 + make tini-static [2019-11-16T00:23:54.758Z] #38 8.203 Scanning dependencies of target tini-static [2019-11-16T00:23:54.758Z] #38 8.326 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-11-16T00:23:54.758Z] #38 9.758 [100%] Linking C executable tini-static [2019-11-16T00:23:54.758Z] #38 10.18 [100%] Built target tini-static [2019-11-16T00:23:54.758Z] #38 10.25 + mkdir -p /build [2019-11-16T00:23:54.758Z] #38 10.25 + cp tini-static /build/docker-init [2019-11-16T00:23:54.758Z] #38 DONE 11.1s [2019-11-16T00:23:54.758Z] [2019-11-16T00:23:54.758Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:23:54.758Z] #58 10.26 PBCC images/ipc-shm.pb-c.c [2019-11-16T00:23:54.758Z] #58 10.31 DEP images/ipc-shm.pb-c.d [2019-11-16T00:23:54.758Z] #58 10.35 PBCC images/ipc-var.pb-c.c [2019-11-16T00:23:54.758Z] #58 10.39 DEP images/ipc-var.pb-c.d [2019-11-16T00:23:54.758Z] #58 10.42 PBCC images/sk-opts.pb-c.c [2019-11-16T00:23:54.758Z] #58 10.44 PBCC images/packet-sock.pb-c.c [2019-11-16T00:23:54.758Z] #58 10.50 DEP images/sk-opts.pb-c.d [2019-11-16T00:23:54.758Z] #58 10.58 DEP images/packet-sock.pb-c.d [2019-11-16T00:23:54.758Z] #58 10.63 PBCC images/sk-netlink.pb-c.c [2019-11-16T00:23:54.758Z] #58 10.74 DEP images/sk-netlink.pb-c.d [2019-11-16T00:23:54.758Z] #58 10.80 PBCC images/sk-inet.pb-c.c [2019-11-16T00:23:54.758Z] #58 10.93 DEP images/sk-inet.pb-c.d [2019-11-16T00:23:54.758Z] #58 10.99 PBCC images/sk-unix.pb-c.c [2019-11-16T00:23:54.758Z] #58 11.10 DEP images/sk-unix.pb-c.d [2019-11-16T00:23:54.758Z] #58 11.18 PBCC images/mm.pb-c.c [2019-11-16T00:23:54.758Z] #58 11.24 DEP images/mm.pb-c.d [2019-11-16T00:23:54.758Z] #58 11.32 PBCC images/timerfd.pb-c.c [2019-11-16T00:23:54.758Z] #58 11.38 DEP images/timerfd.pb-c.d [2019-11-16T00:23:54.758Z] #58 11.41 PBCC images/timer.pb-c.c [2019-11-16T00:23:54.758Z] #58 11.44 DEP images/timer.pb-c.d [2019-11-16T00:23:54.758Z] #58 11.48 PBCC images/sa.pb-c.c [2019-11-16T00:23:54.758Z] #58 11.69 DEP images/sa.pb-c.d [2019-11-16T00:23:54.758Z] #58 11.77 PBCC images/pipe-data.pb-c.c [2019-11-16T00:23:54.758Z] #58 11.79 DEP images/pipe-data.pb-c.d [2019-11-16T00:23:54.758Z] #58 11.88 PBCC images/mnt.pb-c.c [2019-11-16T00:23:54.894Z] #13 68.24 Selecting previously unselected package libpcre32-3:amd64. [2019-11-16T00:23:54.894Z] #13 68.24 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-11-16T00:23:54.894Z] #13 68.25 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-11-16T00:23:55.017Z] #58 11.91 DEP images/mnt.pb-c.d [2019-11-16T00:23:55.017Z] #58 11.97 PBCC images/sk-packet.pb-c.c [2019-11-16T00:23:55.017Z] #58 11.99 DEP images/sk-packet.pb-c.d [2019-11-16T00:23:55.017Z] #58 12.04 PBCC images/tcp-stream.pb-c.c [2019-11-16T00:23:55.017Z] #58 12.09 DEP images/tcp-stream.pb-c.d [2019-11-16T00:23:55.151Z] #13 68.47 Selecting previously unselected package libpcre3-dev:amd64. [2019-11-16T00:23:55.151Z] #13 68.47 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-11-16T00:23:55.151Z] #13 68.49 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-11-16T00:23:55.275Z] #58 12.14 PBCC images/pipe.pb-c.c [2019-11-16T00:23:55.275Z] #58 12.22 DEP images/pipe.pb-c.d [2019-11-16T00:23:55.275Z] #58 12.29 PBCC images/pstree.pb-c.c [2019-11-16T00:23:55.275Z] #58 12.32 DEP images/pstree.pb-c.d [2019-11-16T00:23:55.533Z] #58 12.37 PBCC images/fs.pb-c.c [2019-11-16T00:23:55.533Z] #58 12.42 DEP images/fs.pb-c.d [2019-11-16T00:23:55.533Z] #58 12.55 PBCC images/signalfd.pb-c.c [2019-11-16T00:23:55.712Z] #13 69.10 Selecting previously unselected package libselinux1-dev:amd64. [2019-11-16T00:23:55.712Z] #13 69.11 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-11-16T00:23:55.712Z] #13 69.11 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-11-16T00:23:55.792Z] #58 12.68 DEP images/signalfd.pb-c.d [2019-11-16T00:23:55.792Z] #58 12.77 PBCC images/fh.pb-c.c [2019-11-16T00:23:55.968Z] #13 69.46 Selecting previously unselected package libdevmapper-dev:amd64. [2019-11-16T00:23:55.968Z] #13 69.47 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-11-16T00:23:55.968Z] #13 69.48 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-11-16T00:23:56.050Z] #58 12.83 PBCC images/fsnotify.pb-c.c [2019-11-16T00:23:56.050Z] #58 12.87 DEP images/fh.pb-c.d [2019-11-16T00:23:56.050Z] #58 12.90 DEP images/fsnotify.pb-c.d [2019-11-16T00:23:56.050Z] #58 12.96 PBCC images/eventpoll.pb-c.c [2019-11-16T00:23:56.050Z] #58 13.01 DEP images/eventpoll.pb-c.d [2019-11-16T00:23:56.050Z] #58 13.07 PBCC images/eventfd.pb-c.c [2019-11-16T00:23:56.224Z] #13 69.63 Selecting previously unselected package libnl-3-200:amd64. [2019-11-16T00:23:56.224Z] #13 69.63 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-11-16T00:23:56.224Z] #13 69.64 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-11-16T00:23:56.224Z] #13 69.79 Selecting previously unselected package libprotobuf-c1:amd64. [2019-11-16T00:23:56.309Z] #58 13.11 DEP images/eventfd.pb-c.d [2019-11-16T00:23:56.309Z] #58 13.17 PBCC images/remap-file-path.pb-c.c [2019-11-16T00:23:56.309Z] #58 13.21 DEP images/remap-file-path.pb-c.d [2019-11-16T00:23:56.309Z] #58 13.27 PBCC images/fifo.pb-c.c [2019-11-16T00:23:56.309Z] #58 13.32 DEP images/fifo.pb-c.d [2019-11-16T00:23:56.480Z] #13 69.79 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-11-16T00:23:56.480Z] #13 69.79 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-11-16T00:23:56.480Z] #13 69.87 Selecting previously unselected package libreadline5:amd64. [2019-11-16T00:23:56.480Z] #13 69.88 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-11-16T00:23:56.480Z] #13 69.89 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-11-16T00:23:56.567Z] #58 13.41 PBCC images/ghost-file.pb-c.c [2019-11-16T00:23:56.567Z] #58 13.42 DEP images/ghost-file.pb-c.d [2019-11-16T00:23:56.567Z] #58 13.48 PBCC images/regfile.pb-c.c [2019-11-16T00:23:56.567Z] #58 13.55 DEP images/regfile.pb-c.d [2019-11-16T00:23:56.567Z] #58 13.58 PBCC images/ns.pb-c.c [2019-11-16T00:23:56.736Z] #13 70.05 Selecting previously unselected package libsystemd-dev:amd64. [2019-11-16T00:23:56.736Z] #13 70.05 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-11-16T00:23:56.736Z] #13 70.06 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-11-16T00:23:56.825Z] #58 13.60 DEP images/ns.pb-c.d [2019-11-16T00:23:56.825Z] #58 13.65 PBCC images/fdinfo.pb-c.c [2019-11-16T00:23:56.825Z] #58 13.80 DEP images/fdinfo.pb-c.d [2019-11-16T00:23:56.825Z] #58 13.87 PBCC images/core-aarch64.pb-c.c [2019-11-16T00:23:57.084Z] #58 13.88 PBCC images/core-arm.pb-c.c [2019-11-16T00:23:57.084Z] #58 13.92 PBCC images/core-ppc64.pb-c.c [2019-11-16T00:23:57.084Z] #58 13.96 PBCC images/core-s390.pb-c.c [2019-11-16T00:23:57.084Z] #58 14.02 PBCC images/core-x86.pb-c.c [2019-11-16T00:23:57.084Z] #58 14.12 PBCC images/core.pb-c.c [2019-11-16T00:23:57.342Z] #58 14.22 PBCC images/inventory.pb-c.c [2019-11-16T00:23:57.342Z] #58 14.28 DEP images/core-aarch64.pb-c.d [2019-11-16T00:23:57.342Z] #58 14.33 DEP images/core-arm.pb-c.d [2019-11-16T00:23:57.342Z] #58 14.39 DEP images/core-ppc64.pb-c.d [2019-11-16T00:23:57.601Z] #58 14.46 DEP images/core-s390.pb-c.d [2019-11-16T00:23:57.601Z] #58 14.54 DEP images/core-x86.pb-c.d [2019-11-16T00:23:57.601Z] #58 14.60 DEP images/core.pb-c.d [2019-11-16T00:23:57.601Z] #58 14.64 DEP images/inventory.pb-c.d [2019-11-16T00:23:57.859Z] #58 14.70 PBCC images/cpuinfo.pb-c.c [2019-11-16T00:23:57.859Z] #58 14.75 DEP images/cpuinfo.pb-c.d [2019-11-16T00:23:57.859Z] #58 14.80 PBCC images/stats.pb-c.c [2019-11-16T00:23:57.859Z] #58 14.82 DEP images/stats.pb-c.d [2019-11-16T00:23:58.625Z] #13 71.90 Selecting previously unselected package net-tools. [2019-11-16T00:23:58.625Z] #13 71.91 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-11-16T00:23:58.625Z] #13 71.93 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-11-16T00:23:58.625Z] #13 72.20 Selecting previously unselected package python-pip-whl. [2019-11-16T00:23:58.881Z] #13 72.21 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-11-16T00:23:58.881Z] #13 72.21 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-11-16T00:23:58.881Z] #13 ... [2019-11-16T00:23:58.881Z] [2019-11-16T00:23:58.881Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-11-16T00:23:58.881Z] #24 140.0 + GOBIN=/build [2019-11-16T00:23:59.137Z] #24 140.0 + /build/gometalinter --install [2019-11-16T00:23:59.137Z] #24 140.0 Installing: [2019-11-16T00:23:59.137Z] #24 140.0 deadcode [2019-11-16T00:23:59.137Z] #24 140.0 dupl [2019-11-16T00:23:59.137Z] #24 140.0 errcheck [2019-11-16T00:23:59.137Z] #24 140.0 gas [2019-11-16T00:23:59.137Z] #24 140.0 gochecknoglobals [2019-11-16T00:23:59.137Z] #24 140.0 gochecknoinits [2019-11-16T00:23:59.137Z] #24 140.0 goconst [2019-11-16T00:23:59.137Z] #24 140.0 gocyclo [2019-11-16T00:23:59.137Z] #24 140.0 goimports [2019-11-16T00:23:59.137Z] #24 140.0 golint [2019-11-16T00:23:59.137Z] #24 140.0 gosimple [2019-11-16T00:23:59.137Z] #24 140.0 gotype [2019-11-16T00:23:59.137Z] #24 140.0 gotypex [2019-11-16T00:23:59.137Z] #24 140.0 ineffassign [2019-11-16T00:23:59.137Z] #24 140.0 interfacer [2019-11-16T00:23:59.137Z] #24 140.0 lll [2019-11-16T00:23:59.137Z] #24 140.0 maligned [2019-11-16T00:23:59.137Z] #24 140.0 megacheck [2019-11-16T00:23:59.137Z] #24 140.0 misspell [2019-11-16T00:23:59.137Z] #24 140.0 nakedret [2019-11-16T00:23:59.137Z] #24 140.0 safesql [2019-11-16T00:23:59.137Z] #24 140.0 staticcheck [2019-11-16T00:23:59.137Z] #24 140.0 structcheck [2019-11-16T00:23:59.137Z] #24 140.0 unconvert [2019-11-16T00:23:59.137Z] #24 140.0 unparam [2019-11-16T00:23:59.137Z] #24 140.0 unused [2019-11-16T00:23:59.137Z] #24 140.0 varcheck [2019-11-16T00:23:59.235Z] #58 16.13 make[1]: Nothing to be done for 'all'. [2019-11-16T00:24:00.170Z] #58 ... [2019-11-16T00:24:00.170Z] [2019-11-16T00:24:00.170Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-11-16T00:24:00.170Z] #30 66.54 github.com/BurntSushi/toml/cmd/tomlv [2019-11-16T00:24:00.170Z] #30 DONE 70.1s [2019-11-16T00:24:00.170Z] [2019-11-16T00:24:00.170Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:00.170Z] #33 59.38 os [2019-11-16T00:24:00.170Z] #33 63.34 fmt [2019-11-16T00:24:00.170Z] #33 64.11 path/filepath [2019-11-16T00:24:00.170Z] #33 65.65 regexp [2019-11-16T00:24:00.170Z] #33 67.85 flag [2019-11-16T00:24:00.170Z] #33 68.45 go/token [2019-11-16T00:24:00.428Z] #33 69.21 go/scanner [2019-11-16T00:24:00.428Z] #33 69.44 io/ioutil [2019-11-16T00:24:00.922Z] + dpkg --print-architecture [2019-11-16T00:24:00.922Z] + cd /tmp/tmp.5NsPRVdr8N/src/github.com/docker/distribution [2019-11-16T00:24:00.922Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-11-16T00:24:00.922Z] + GOPATH=/tmp/tmp.5NsPRVdr8N/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.5NsPRVdr8N [2019-11-16T00:24:00.922Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-11-16T00:24:00.995Z] #33 ... [2019-11-16T00:24:00.995Z] [2019-11-16T00:24:00.995Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:00.995Z] #58 17.85 CC images/stats.o [2019-11-16T00:24:01.562Z] #58 18.38 CC images/core.o [2019-11-16T00:24:02.128Z] #58 19.10 CC images/core-x86.o [2019-11-16T00:24:02.695Z] #58 19.58 CC images/core-arm.o [2019-11-16T00:24:02.695Z] #58 ... [2019-11-16T00:24:02.695Z] [2019-11-16T00:24:02.695Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:24:02.695Z] #47 24.24 + cd /tmp/tmp.EYrodCnumg/src/github.com/containerd/containerd [2019-11-16T00:24:02.695Z] #47 24.24 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:24:02.695Z] #47 26.07 + export 'BUILDTAGS=netgo osusergo static_build' [2019-11-16T00:24:02.695Z] #47 26.07 + BUILDTAGS='netgo osusergo static_build' [2019-11-16T00:24:02.695Z] #47 26.07 + export EXTRA_FLAGS=-buildmode=pie [2019-11-16T00:24:02.695Z] #47 26.07 + EXTRA_FLAGS=-buildmode=pie [2019-11-16T00:24:02.695Z] #47 26.07 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-11-16T00:24:02.695Z] #47 26.07 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-11-16T00:24:02.695Z] #47 26.07 + '[' '' = dynamic ']' [2019-11-16T00:24:02.695Z] #47 26.07 + make [2019-11-16T00:24:02.695Z] #47 26.86 🇩 bin/ctr [2019-11-16T00:24:02.984Z] #47 ... [2019-11-16T00:24:02.984Z] [2019-11-16T00:24:02.984Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:02.984Z] #58 19.89 CC images/core-aarch64.o [2019-11-16T00:24:03.257Z] #58 20.31 CC images/core-ppc64.o [2019-11-16T00:24:03.829Z] #58 20.88 CC images/core-s390.o [2019-11-16T00:24:04.219Z] + rm -rf /tmp/tmp.5NsPRVdr8N/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.5NsPRVdr8N [2019-11-16T00:24:04.422Z] #24 ... [2019-11-16T00:24:04.422Z] [2019-11-16T00:24:04.422Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:04.422Z] #33 134.6 internal/x/text/transform [2019-11-16T00:24:04.422Z] #33 135.2 internal/x/text/unicode/bidi [2019-11-16T00:24:04.422Z] #33 137.1 internal/x/text/secure/bidirule [2019-11-16T00:24:04.422Z] #33 137.4 internal/x/text/unicode/norm [2019-11-16T00:24:04.422Z] #33 142.0 internal/x/net/idna [2019-11-16T00:24:04.422Z] #33 144.6 internal/x/net/http2/hpack [2019-11-16T00:24:04.422Z] #33 ... [2019-11-16T00:24:04.422Z] [2019-11-16T00:24:04.422Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:24:04.422Z] #13 73.02 Selecting previously unselected package python3-pip. [2019-11-16T00:24:04.422Z] #13 73.03 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-11-16T00:24:04.422Z] #13 73.03 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-11-16T00:24:04.422Z] #13 73.30 Selecting previously unselected package python3-pkg-resources. [2019-11-16T00:24:04.423Z] #13 73.30 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-11-16T00:24:04.423Z] #13 73.31 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-11-16T00:24:04.423Z] #13 73.50 Selecting previously unselected package python3-setuptools. [2019-11-16T00:24:04.423Z] #13 73.51 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-11-16T00:24:04.423Z] #13 73.52 Unpacking python3-setuptools (33.1.1-1) ... [2019-11-16T00:24:04.423Z] #13 73.80 Selecting previously unselected package python3-wheel. [2019-11-16T00:24:04.423Z] #13 73.82 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-11-16T00:24:04.423Z] #13 73.83 Unpacking python3-wheel (0.29.0-2) ... [2019-11-16T00:24:04.423Z] #13 73.96 Selecting previously unselected package thin-provisioning-tools. [2019-11-16T00:24:04.423Z] #13 73.97 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-11-16T00:24:04.423Z] #13 73.98 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-11-16T00:24:04.423Z] #13 74.30 Selecting previously unselected package vim-runtime. [2019-11-16T00:24:04.423Z] #13 74.30 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:24:04.423Z] #13 74.36 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-11-16T00:24:04.423Z] #13 74.40 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-11-16T00:24:04.423Z] #13 74.41 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:24:04.423Z] #13 ... [2019-11-16T00:24:04.423Z] [2019-11-16T00:24:04.423Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:04.423Z] #58 72.22 CC criu/arch/x86/kerndat.o [2019-11-16T00:24:04.423Z] #58 72.74 CC criu/arch/x86/sigaction_compat.o [2019-11-16T00:24:04.423Z] #58 73.01 CC criu/arch/x86/sigframe.o [2019-11-16T00:24:04.423Z] #58 73.32 LINK criu/arch/x86/crtools.built-in.o [2019-11-16T00:24:04.423Z] #58 73.42 DEP criu/pie/util-vdso-elf32.d [2019-11-16T00:24:04.423Z] #58 73.53 DEP criu/arch/x86/vdso-pie.d [2019-11-16T00:24:04.423Z] #58 73.68 DEP criu/pie/parasite-vdso.d [2019-11-16T00:24:04.423Z] #58 73.84 DEP criu/pie/util-vdso.d [2019-11-16T00:24:04.423Z] #58 73.99 DEP criu/pie/util.d [2019-11-16T00:24:04.423Z] #58 74.22 CC criu/pie/util.o [2019-11-16T00:24:04.423Z] #58 74.65 CC criu/pie/util-vdso.o [2019-11-16T00:24:04.423Z] #58 75.29 CC criu/pie/parasite-vdso.o [2019-11-16T00:24:04.423Z] #58 76.54 CC criu/arch/x86/vdso-pie.o [2019-11-16T00:24:04.423Z] #58 76.91 CC criu/pie/util-vdso-elf32.o [2019-11-16T00:24:04.423Z] #58 77.86 AR criu/pie/pie.lib.a [2019-11-16T00:24:04.423Z] #58 77.96 DEP criu/pie/restorer.d [2019-11-16T00:24:04.423Z] #58 78.17 DEP criu/arch/x86/sigaction_compat_pie.d [2019-11-16T00:24:04.423Z] #58 78.32 DEP criu/arch/x86/restorer_unmap.d [2019-11-16T00:24:04.423Z] #58 78.34 DEP criu/arch/x86/restorer.d [2019-11-16T00:24:04.423Z] #58 78.59 DEP criu/pie/parasite.d [2019-11-16T00:24:04.423Z] #58 78.86 CC criu/pie/parasite.o [2019-11-16T00:24:04.423Z] #58 80.27 LINK criu/pie/parasite.built-in.o [2019-11-16T00:24:04.423Z] #58 80.31 GEN criu/pie/parasite-blob.h [2019-11-16T00:24:04.423Z] #58 80.33 CC criu/arch/x86/restorer.o [2019-11-16T00:24:04.423Z] #58 80.89 CC criu/arch/x86/restorer_unmap.o [2019-11-16T00:24:04.423Z] #58 80.95 CC criu/arch/x86/sigaction_compat_pie.o [2019-11-16T00:24:04.423Z] #58 81.41 CC criu/pie/restorer.o [2019-11-16T00:24:04.763Z] #58 21.64 CC images/cpuinfo.o [2019-11-16T00:24:04.984Z] #58 ... [2019-11-16T00:24:04.984Z] [2019-11-16T00:24:04.984Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:04.984Z] #33 145.7 mime [2019-11-16T00:24:05.328Z] #58 22.17 CC images/inventory.o [2019-11-16T00:24:05.585Z] #58 22.50 CC images/fdinfo.o [2019-11-16T00:24:05.842Z] #58 22.83 CC images/fown.o [2019-11-16T00:24:06.100Z] #58 23.04 CC images/ns.o [2019-11-16T00:24:06.357Z] #58 23.24 CC images/regfile.o [2019-11-16T00:24:06.615Z] #58 23.47 CC images/ghost-file.o [2019-11-16T00:24:06.618Z] Removing intermediate container f3584bc15dd0 [2019-11-16T00:24:06.618Z] ---> 9acfedbdcb80 [2019-11-16T00:24:06.618Z] Step 16/125 : FROM base AS swagger [2019-11-16T00:24:06.618Z] ---> 2c089585f858 [2019-11-16T00:24:06.618Z] Step 17/125 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-11-16T00:24:06.618Z] ---> Running in 36eddbca5883 [2019-11-16T00:24:06.618Z] Removing intermediate container 36eddbca5883 [2019-11-16T00:24:06.618Z] ---> 951fedb0d3df [2019-11-16T00:24:06.618Z] 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-11-16T00:24:06.618Z] ---> Running in 1c3f13fdd6de [2019-11-16T00:24:06.872Z] #58 23.79 CC images/fifo.o [2019-11-16T00:24:06.874Z] #33 147.6 mime/quotedprintable [2019-11-16T00:24:06.966Z] + mktemp -d [2019-11-16T00:24:06.966Z] + export GOPATH=/tmp/tmp.uFQN19BgFv [2019-11-16T00:24:06.966Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.uFQN19BgFv/src/github.com/go-swagger/go-swagger [2019-11-16T00:24:06.966Z] Cloning into '/tmp/tmp.uFQN19BgFv/src/github.com/go-swagger/go-swagger'... [2019-11-16T00:24:07.130Z] #58 24.00 CC images/remap-file-path.o [2019-11-16T00:24:07.130Z] #33 148.1 net/http/internal [2019-11-16T00:24:07.387Z] #58 24.29 CC images/eventfd.o [2019-11-16T00:24:07.644Z] #58 24.48 CC images/eventpoll.o [2019-11-16T00:24:07.691Z] #33 148.4 os/exec [2019-11-16T00:24:07.902Z] #58 24.76 CC images/fh.o [2019-11-16T00:24:08.159Z] #58 24.99 CC images/fsnotify.o [2019-11-16T00:24:08.723Z] #58 25.57 CC images/signalfd.o [2019-11-16T00:24:08.981Z] #58 25.77 CC images/fs.o [2019-11-16T00:24:08.981Z] #58 25.98 CC images/pstree.o [2019-11-16T00:24:09.238Z] #58 26.17 CC images/pipe.o [2019-11-16T00:24:09.496Z] #58 26.35 CC images/tcp-stream.o [2019-11-16T00:24:09.496Z] #58 26.53 CC images/sk-packet.o [2019-11-16T00:24:09.754Z] #58 26.75 CC images/mnt.o [2019-11-16T00:24:10.012Z] #58 26.95 CC images/pipe-data.o [2019-11-16T00:24:10.207Z] #33 ... [2019-11-16T00:24:10.207Z] [2019-11-16T00:24:10.207Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:24:10.207Z] #13 79.28 Selecting previously unselected package vim. [2019-11-16T00:24:10.207Z] #13 79.28 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-11-16T00:24:10.207Z] #13 79.29 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:24:10.207Z] #13 80.00 Selecting previously unselected package xfsprogs. [2019-11-16T00:24:10.207Z] #13 80.02 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-11-16T00:24:10.207Z] #13 80.02 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-11-16T00:24:10.207Z] #13 80.68 Selecting previously unselected package zip. [2019-11-16T00:24:10.207Z] #13 80.69 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-11-16T00:24:10.207Z] #13 80.70 Unpacking zip (3.0-11+b1) ... [2019-11-16T00:24:10.207Z] #13 80.98 Selecting previously unselected package libapparmor-perl. [2019-11-16T00:24:10.207Z] #13 80.99 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-11-16T00:24:10.207Z] #13 81.00 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-11-16T00:24:10.207Z] #13 81.14 Selecting previously unselected package apparmor. [2019-11-16T00:24:10.207Z] #13 81.14 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-11-16T00:24:10.207Z] #13 81.22 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-11-16T00:24:10.207Z] #13 81.68 Selecting previously unselected package binutils-mingw-w64-i686. [2019-11-16T00:24:10.207Z] #13 81.69 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-11-16T00:24:10.207Z] #13 81.71 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-11-16T00:24:10.207Z] #13 83.68 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-11-16T00:24:10.207Z] #13 83.69 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-11-16T00:24:10.207Z] #13 83.70 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-11-16T00:24:10.270Z] #58 27.17 CC images/sa.o [2019-11-16T00:24:10.528Z] #58 27.42 CC images/timer.o [2019-11-16T00:24:10.786Z] #58 27.76 CC images/timerfd.o [2019-11-16T00:24:11.045Z] #58 27.98 CC images/mm.o [2019-11-16T00:24:11.302Z] #58 28.21 CC images/sk-opts.o [2019-11-16T00:24:11.560Z] #58 28.37 CC images/sk-unix.o [2019-11-16T00:24:11.560Z] #58 ... [2019-11-16T00:24:11.560Z] [2019-11-16T00:24:11.560Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:11.560Z] #33 70.34 net/url [2019-11-16T00:24:11.560Z] #33 70.67 go/ast [2019-11-16T00:24:11.560Z] #33 71.77 text/template/parse [2019-11-16T00:24:11.560Z] #33 75.25 go/parser [2019-11-16T00:24:11.560Z] #33 75.64 text/template [2019-11-16T00:24:11.560Z] #33 78.47 log [2019-11-16T00:24:11.560Z] #33 79.07 encoding/binary [2019-11-16T00:24:11.818Z] #33 80.59 encoding/base64 [2019-11-16T00:24:11.818Z] #33 ... [2019-11-16T00:24:11.818Z] [2019-11-16T00:24:11.818Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:11.818Z] #58 28.60 CC images/sk-inet.o [2019-11-16T00:24:12.076Z] #58 28.98 CC images/tun.o [2019-11-16T00:24:12.334Z] #58 29.34 CC images/sk-netlink.o [2019-11-16T00:24:12.592Z] #58 29.53 CC images/packet-sock.o [2019-11-16T00:24:12.722Z] #13 85.80 Selecting previously unselected package binutils-mingw-w64. [2019-11-16T00:24:12.722Z] #13 85.82 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-11-16T00:24:12.722Z] #13 85.83 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-11-16T00:24:12.722Z] #13 85.96 Selecting previously unselected package mingw-w64-common. [2019-11-16T00:24:12.722Z] #13 85.98 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-11-16T00:24:12.722Z] #13 85.98 Unpacking mingw-w64-common (5.0.1-1) ... [2019-11-16T00:24:13.158Z] #58 29.85 CC images/ipc-var.o [2019-11-16T00:24:13.158Z] #58 29.98 CC images/ipc-desc.o [2019-11-16T00:24:13.158Z] #58 30.16 CC images/ipc-shm.o [2019-11-16T00:24:13.416Z] #58 30.42 CC images/ipc-msg.o [2019-11-16T00:24:13.675Z] #58 30.72 CC images/ipc-sem.o [2019-11-16T00:24:13.933Z] #58 30.92 CC images/utsns.o [2019-11-16T00:24:14.191Z] #58 31.12 CC images/creds.o [2019-11-16T00:24:14.474Z] #58 31.31 CC images/vma.o [2019-11-16T00:24:14.474Z] #58 31.55 CC images/netdev.o [2019-11-16T00:24:14.524Z] + cd /tmp/tmp.uFQN19BgFv/src/github.com/go-swagger/go-swagger [2019-11-16T00:24:14.525Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-11-16T00:24:14.732Z] #58 31.83 CC images/tty.o [2019-11-16T00:24:15.254Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-11-16T00:24:15.307Z] 🇩 bin/containerd [2019-11-16T00:24:15.666Z] #58 32.45 CC images/file-lock.o [2019-11-16T00:24:15.666Z] #58 32.71 CC images/rlimit.o [2019-11-16T00:24:15.925Z] #58 32.93 CC images/pagemap.o [2019-11-16T00:24:16.490Z] #58 33.22 CC images/siginfo.o [2019-11-16T00:24:16.490Z] #58 33.45 CC images/rpc.o [2019-11-16T00:24:16.887Z] #13 ... [2019-11-16T00:24:16.887Z] [2019-11-16T00:24:16.887Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:16.887Z] #58 84.75 LINK criu/pie/restorer.built-in.o [2019-11-16T00:24:16.887Z] #58 84.78 GEN criu/pie/restorer-blob.h [2019-11-16T00:24:16.887Z] #58 84.96 DEP criu/vdso.d [2019-11-16T00:24:16.887Z] #58 85.18 DEP criu/vdso-compat.d [2019-11-16T00:24:16.887Z] #58 85.38 DEP criu/uts_ns.d [2019-11-16T00:24:16.887Z] #58 85.54 DEP criu/util.d [2019-11-16T00:24:16.887Z] #58 85.75 DEP criu/uffd.d [2019-11-16T00:24:16.887Z] #58 86.08 DEP criu/tun.d [2019-11-16T00:24:16.887Z] #58 86.38 DEP criu/tty.d [2019-11-16T00:24:16.887Z] #58 86.64 DEP criu/timerfd.d [2019-11-16T00:24:16.887Z] #58 86.90 DEP criu/sysfs_parse.d [2019-11-16T00:24:16.887Z] #58 87.13 DEP criu/sysctl.d [2019-11-16T00:24:16.887Z] #58 87.22 DEP criu/string.d [2019-11-16T00:24:16.887Z] #58 87.25 DEP criu/stats.d [2019-11-16T00:24:16.887Z] #58 87.38 DEP criu/sockets.d [2019-11-16T00:24:16.887Z] #58 87.63 DEP criu/sk-unix.d [2019-11-16T00:24:16.887Z] #58 87.94 DEP criu/sk-tcp.d [2019-11-16T00:24:16.887Z] #58 88.15 DEP criu/sk-queue.d [2019-11-16T00:24:16.887Z] #58 88.40 DEP criu/sk-packet.d [2019-11-16T00:24:16.887Z] #58 88.71 DEP criu/sk-netlink.d [2019-11-16T00:24:16.887Z] #58 88.96 DEP criu/sk-inet.d [2019-11-16T00:24:16.887Z] #58 89.22 DEP criu/signalfd.d [2019-11-16T00:24:16.887Z] #58 89.50 DEP criu/sigframe.d [2019-11-16T00:24:16.887Z] #58 89.68 DEP criu/shmem.d [2019-11-16T00:24:16.887Z] #58 89.90 DEP criu/servicefd.d [2019-11-16T00:24:16.887Z] #58 90.13 DEP criu/seize.d [2019-11-16T00:24:16.887Z] #58 90.37 DEP criu/seccomp.d [2019-11-16T00:24:16.887Z] #58 90.57 DEP criu/rst-malloc.d [2019-11-16T00:24:16.887Z] #58 90.69 DEP criu/rbtree.d [2019-11-16T00:24:16.887Z] #58 90.76 DEP criu/pstree.d [2019-11-16T00:24:16.887Z] #58 90.97 DEP criu/protobuf.d [2019-11-16T00:24:16.887Z] #58 91.21 GEN criu/protobuf-desc-gen.h [2019-11-16T00:24:16.887Z] #58 92.98 DEP criu/protobuf-desc.d [2019-11-16T00:24:16.887Z] #58 93.13 DEP criu/proc_parse.d [2019-11-16T00:24:16.887Z] #58 93.44 DEP criu/plugin.d [2019-11-16T00:24:16.887Z] #58 93.56 DEP criu/pipes.d [2019-11-16T00:24:16.887Z] #58 93.72 DEP criu/pie-util.d [2019-11-16T00:24:16.887Z] #58 93.95 DEP criu/pie-util-vdso.d [2019-11-16T00:24:16.887Z] #58 94.13 DEP criu/pie-util-vdso-elf32.d [2019-11-16T00:24:16.887Z] #58 94.31 DEP criu/path.d [2019-11-16T00:24:16.887Z] #58 94.56 DEP criu/parasite-syscall.d [2019-11-16T00:24:16.887Z] #58 94.82 DEP criu/pagemap.d [2019-11-16T00:24:16.887Z] #58 95.07 DEP criu/pagemap-cache.d [2019-11-16T00:24:16.887Z] #58 95.23 DEP criu/page-xfer.d [2019-11-16T00:24:17.143Z] #58 95.44 DEP criu/page-pipe.d [2019-11-16T00:24:17.399Z] #58 95.58 DEP criu/netfilter.d [2019-11-16T00:24:17.399Z] #58 95.75 DEP criu/net.d [2019-11-16T00:24:17.399Z] #58 ... [2019-11-16T00:24:17.399Z] [2019-11-16T00:24:17.399Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:24:17.399Z] #13 90.85 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-11-16T00:24:17.399Z] #13 90.87 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-11-16T00:24:17.399Z] #13 90.88 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-11-16T00:24:17.863Z] #58 34.73 CC images/ext-file.o [2019-11-16T00:24:17.863Z] #58 34.88 CC images/cgroup.o [2019-11-16T00:24:18.428Z] #58 35.47 CC images/userns.o [2019-11-16T00:24:18.686Z] #58 35.69 CC images/google/protobuf/descriptor.o [2019-11-16T00:24:20.586Z] #58 37.46 CC images/opts.o [2019-11-16T00:24:20.586Z] #58 ... [2019-11-16T00:24:20.586Z] [2019-11-16T00:24:20.586Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-11-16T00:24:20.586Z] #61 91.21 + for f in rootlesskit rootlesskit-docker-proxy [2019-11-16T00:24:20.586Z] #61 91.21 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-11-16T00:24:21.564Z] #13 ... [2019-11-16T00:24:21.564Z] [2019-11-16T00:24:21.564Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:21.564Z] #33 151.8 net/textproto [2019-11-16T00:24:21.564Z] #33 151.8 crypto/x509 [2019-11-16T00:24:21.564Z] #33 153.0 internal/x/net/http/httpguts [2019-11-16T00:24:21.564Z] #33 153.3 internal/x/net/http/httpproxy [2019-11-16T00:24:21.564Z] #33 153.9 mime/multipart [2019-11-16T00:24:21.564Z] #33 157.0 crypto/tls [2019-11-16T00:24:21.564Z] #33 ... [2019-11-16T00:24:21.564Z] [2019-11-16T00:24:21.564Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:21.564Z] #58 95.97 DEP criu/namespaces.d [2019-11-16T00:24:21.564Z] #58 96.20 DEP criu/mount.d [2019-11-16T00:24:21.564Z] #58 96.38 DEP criu/mem.d [2019-11-16T00:24:21.564Z] #58 96.73 DEP criu/lsm.d [2019-11-16T00:24:21.564Z] #58 96.90 DEP criu/log.d [2019-11-16T00:24:21.564Z] #58 97.11 DEP criu/libnetlink.d [2019-11-16T00:24:21.564Z] #58 97.28 DEP criu/kerndat.d [2019-11-16T00:24:21.564Z] #58 97.55 DEP criu/kcmp-ids.d [2019-11-16T00:24:21.564Z] #58 97.70 DEP criu/irmap.d [2019-11-16T00:24:21.564Z] #58 97.88 DEP criu/ipc_ns.d [2019-11-16T00:24:21.564Z] #58 98.09 DEP criu/image.d [2019-11-16T00:24:21.564Z] #58 98.32 DEP criu/image-desc.d [2019-11-16T00:24:21.564Z] #58 98.49 DEP criu/fsnotify.d [2019-11-16T00:24:21.564Z] #58 98.67 DEP criu/filesystems.d [2019-11-16T00:24:21.564Z] #58 98.84 DEP criu/files.d [2019-11-16T00:24:21.564Z] #58 99.11 DEP criu/files-reg.d [2019-11-16T00:24:21.564Z] #58 99.48 DEP criu/files-ext.d [2019-11-16T00:24:21.564Z] #58 99.64 DEP criu/file-lock.d [2019-11-16T00:24:21.564Z] #58 99.91 DEP criu/file-ids.d [2019-11-16T00:24:21.820Z] #58 100.1 DEP criu/fifo.d [2019-11-16T00:24:21.959Z] #61 ... [2019-11-16T00:24:21.959Z] [2019-11-16T00:24:21.959Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:21.959Z] #33 80.93 go/doc [2019-11-16T00:24:21.959Z] #33 81.30 encoding/json [2019-11-16T00:24:21.959Z] #33 84.15 github.com/LK4D4/vndr/build [2019-11-16T00:24:21.959Z] #33 86.22 encoding/xml [2019-11-16T00:24:21.959Z] #33 87.39 github.com/LK4D4/vndr/godl/singleflight [2019-11-16T00:24:21.959Z] #33 87.54 compress/flate [2019-11-16T00:24:21.959Z] #33 90.07 hash [2019-11-16T00:24:21.959Z] #33 90.26 hash/crc32 [2019-11-16T00:24:21.959Z] #33 90.70 compress/gzip [2019-11-16T00:24:22.076Z] #58 100.3 DEP criu/fdstore.d [2019-11-16T00:24:22.076Z] #58 100.5 DEP criu/fault-injection.d [2019-11-16T00:24:22.217Z] #33 91.20 context [2019-11-16T00:24:22.217Z] #33 ... [2019-11-16T00:24:22.217Z] [2019-11-16T00:24:22.217Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:22.217Z] #58 37.66 CC images/seccomp.o [2019-11-16T00:24:22.217Z] #58 37.94 CC images/binfmt-misc.o [2019-11-16T00:24:22.217Z] #58 38.13 CC images/time.o [2019-11-16T00:24:22.217Z] #58 38.27 CC images/sysctl.o [2019-11-16T00:24:22.217Z] #58 38.47 CC images/autofs.o [2019-11-16T00:24:22.217Z] #58 38.69 CC images/macvlan.o [2019-11-16T00:24:22.217Z] #58 38.92 CC images/sit.o [2019-11-16T00:24:22.217Z] #58 39.07 LINK images/built-in.o [2019-11-16T00:24:22.217Z] #58 39.29 GEN compel/include/asm [2019-11-16T00:24:22.217Z] #58 39.31 GEN compel/include/version.h [2019-11-16T00:24:22.334Z] #58 100.5 DEP criu/external.d [2019-11-16T00:24:22.476Z] #58 39.35 touch .config [2019-11-16T00:24:22.476Z] #58 39.36 GEN include/common/config.h [2019-11-16T00:24:22.476Z] #58 39.43 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-11-16T00:24:22.476Z] #58 39.46 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-11-16T00:24:22.476Z] #58 39.49 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-11-16T00:24:22.476Z] #58 39.51 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-11-16T00:24:22.476Z] #58 39.53 DEP compel/arch/x86/plugins/std/memcpy.d [2019-11-16T00:24:22.590Z] #58 100.8 DEP criu/eventpoll.d [2019-11-16T00:24:22.734Z] #58 39.56 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-11-16T00:24:22.734Z] #58 39.59 GEN compel/plugins/include/uapi/std/syscall.h [2019-11-16T00:24:22.734Z] #58 39.64 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-11-16T00:24:22.734Z] #58 39.64 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-11-16T00:24:22.734Z] #58 39.66 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-11-16T00:24:22.734Z] #58 39.66 DEP compel/plugins/std/infect.d [2019-11-16T00:24:22.734Z] #58 39.78 DEP compel/plugins/std/string.d [2019-11-16T00:24:22.734Z] #58 39.84 DEP compel/plugins/std/log.d [2019-11-16T00:24:22.846Z] #58 101.1 DEP criu/eventfd.d [2019-11-16T00:24:22.992Z] #58 39.96 DEP compel/plugins/std/fds.d [2019-11-16T00:24:23.101Z] #58 101.4 DEP criu/crtools.d [2019-11-16T00:24:23.250Z] #58 40.12 DEP compel/plugins/std/std.d [2019-11-16T00:24:23.357Z] #58 101.6 DEP criu/cr-service.d [2019-11-16T00:24:23.508Z] #58 40.28 DEP compel/plugins/shmem/shmem.d [2019-11-16T00:24:23.508Z] #58 40.35 DEP compel/plugins/fds/fds.d [2019-11-16T00:24:23.508Z] #58 40.54 CC compel/plugins/std/std.o [2019-11-16T00:24:23.613Z] #58 101.8 DEP criu/cr-restore.d [2019-11-16T00:24:23.766Z] #58 40.81 CC compel/plugins/std/fds.o [2019-11-16T00:24:23.869Z] #58 102.1 DEP criu/cr-errno.d [2019-11-16T00:24:23.869Z] #58 102.2 DEP criu/cr-dump.d [2019-11-16T00:24:24.332Z] #58 41.18 CC compel/plugins/std/log.o [2019-11-16T00:24:24.430Z] #58 102.5 DEP criu/cr-dedup.d [2019-11-16T00:24:24.430Z] #58 102.7 DEP criu/cr-check.d [2019-11-16T00:24:24.686Z] #58 103.1 DEP criu/config.d [2019-11-16T00:24:24.896Z] #58 41.88 CC compel/plugins/std/string.o [2019-11-16T00:24:24.942Z] #58 ... [2019-11-16T00:24:24.942Z] [2019-11-16T00:24:24.942Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-11-16T00:24:24.942Z] #27 DONE 165.8s [2019-11-16T00:24:24.942Z] [2019-11-16T00:24:24.942Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:24:24.942Z] #13 95.89 Selecting previously unselected package gcc-mingw-w64-base. [2019-11-16T00:24:24.942Z] #13 95.89 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-11-16T00:24:24.942Z] #13 95.90 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-11-16T00:24:24.942Z] #13 96.04 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-11-16T00:24:24.942Z] #13 96.05 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-11-16T00:24:24.942Z] #13 96.06 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:24:25.829Z] #58 42.51 CC compel/plugins/std/infect.o [2019-11-16T00:24:26.087Z] #58 43.01 CC compel/arch/x86/plugins/std/parasite-head.o [2019-11-16T00:24:26.087Z] #58 43.05 CC compel/arch/x86/plugins/std/memcpy.o [2019-11-16T00:24:26.087Z] #58 43.09 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-11-16T00:24:26.087Z] #58 43.13 AR compel/plugins/std.lib.a [2019-11-16T00:24:26.346Z] #58 43.21 CC compel/plugins/fds/fds.o [2019-11-16T00:24:26.346Z] #58 43.44 AR compel/plugins/fds.lib.a [2019-11-16T00:24:26.603Z] #58 43.53 HOSTDEP compel/src/lib/log-host.d [2019-11-16T00:24:26.860Z] #58 43.61 HOSTDEP compel/src/lib/handle-elf-host.d [2019-11-16T00:24:26.860Z] #58 43.74 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-11-16T00:24:26.860Z] #58 43.87 HOSTDEP compel/src/main-host.d [2019-11-16T00:24:27.118Z] #58 44.00 DEP compel/src/lib/ptrace.d [2019-11-16T00:24:27.377Z] #58 44.16 DEP compel/src/lib/infect.d [2019-11-16T00:24:27.377Z] #58 44.34 DEP compel/src/lib/infect-util.d [2019-11-16T00:24:27.634Z] #58 44.48 DEP compel/src/lib/infect-rpc.d [2019-11-16T00:24:27.634Z] #58 44.66 DEP compel/arch/x86/src/lib/infect.d [2019-11-16T00:24:27.892Z] #58 44.80 DEP compel/arch/x86/src/lib/cpu.d [2019-11-16T00:24:27.892Z] #58 44.87 DEP compel/src/lib/log.d [2019-11-16T00:24:28.150Z] #58 44.95 DEP compel/src/main.d [2019-11-16T00:24:28.150Z] #58 ... [2019-11-16T00:24:28.150Z] [2019-11-16T00:24:28.150Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-11-16T00:24:28.150Z] #61 DONE 98.9s [2019-11-16T00:24:28.150Z] [2019-11-16T00:24:28.150Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:28.150Z] #58 45.12 DEP compel/src/lib/handle-elf.d [2019-11-16T00:24:28.150Z] #58 ... [2019-11-16T00:24:28.150Z] [2019-11-16T00:24:28.150Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:28.150Z] #33 91.73 crypto/cipher [2019-11-16T00:24:28.150Z] #33 91.75 math/rand [2019-11-16T00:24:28.150Z] #33 92.57 math/big [2019-11-16T00:24:28.150Z] #33 92.91 crypto/aes [2019-11-16T00:24:28.150Z] #33 94.22 crypto [2019-11-16T00:24:28.150Z] #33 94.48 crypto/des [2019-11-16T00:24:28.150Z] #33 95.11 crypto/internal/randutil [2019-11-16T00:24:28.150Z] #33 95.17 crypto/sha512 [2019-11-16T00:24:28.150Z] #33 96.15 crypto/hmac [2019-11-16T00:24:28.150Z] #33 96.33 crypto/md5 [2019-11-16T00:24:28.150Z] #33 96.84 crypto/sha1 [2019-11-16T00:24:28.150Z] #33 ... [2019-11-16T00:24:28.150Z] [2019-11-16T00:24:28.150Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-11-16T00:24:28.150Z] #62 DONE 0.1s [2019-11-16T00:24:28.407Z] [2019-11-16T00:24:28.407Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:28.407Z] #58 45.29 DEP compel/arch/x86/src/lib/handle-elf.d [2019-11-16T00:24:28.664Z] #58 45.47 CC compel/src/lib/log.o [2019-11-16T00:24:28.921Z] #58 45.90 CC compel/arch/x86/src/lib/cpu.o [2019-11-16T00:24:29.112Z] #13 ... [2019-11-16T00:24:29.112Z] [2019-11-16T00:24:29.112Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:29.112Z] #58 103.5 DEP criu/clone-noasan.d [2019-11-16T00:24:29.112Z] #58 103.6 DEP criu/cgroup.d [2019-11-16T00:24:29.112Z] #58 103.9 DEP criu/cgroup-props.d [2019-11-16T00:24:29.112Z] #58 104.2 DEP criu/bitmap.d [2019-11-16T00:24:29.112Z] #58 104.3 DEP criu/bfd.d [2019-11-16T00:24:29.112Z] #58 104.5 DEP criu/autofs.d [2019-11-16T00:24:29.112Z] #58 104.7 DEP criu/aio.d [2019-11-16T00:24:29.112Z] #58 104.9 DEP criu/action-scripts.d [2019-11-16T00:24:29.112Z] #58 105.3 CC criu/action-scripts.o [2019-11-16T00:24:29.112Z] #58 105.8 CC criu/aio.o [2019-11-16T00:24:29.112Z] #58 106.4 CC criu/autofs.o [2019-11-16T00:24:29.677Z] #58 108.1 CC criu/bfd.o [2019-11-16T00:24:30.296Z] #58 47.03 CC compel/arch/x86/src/lib/infect.o [2019-11-16T00:24:30.605Z] #58 108.9 CC criu/bitmap.o [2019-11-16T00:24:30.861Z] #58 109.1 CC criu/cgroup-props.o [2019-11-16T00:24:30.863Z] #58 47.70 CC compel/src/lib/infect-rpc.o [2019-11-16T00:24:31.121Z] #58 47.94 CC compel/src/lib/infect-util.o [2019-11-16T00:24:31.380Z] #58 48.30 CC compel/src/lib/infect.o [2019-11-16T00:24:32.226Z] #58 110.2 CC criu/cgroup.o [2019-11-16T00:24:32.226Z] #58 ... [2019-11-16T00:24:32.226Z] [2019-11-16T00:24:32.226Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-11-16T00:24:32.226Z] #15 173.3 + rm -rf /tmp/tmp.PwPouFnb5T [2019-11-16T00:24:32.788Z] #15 DONE 173.9s [2019-11-16T00:24:32.788Z] [2019-11-16T00:24:32.788Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:32.788Z] #33 164.8 net/http/httptrace [2019-11-16T00:24:32.788Z] #33 165.2 net/http [2019-11-16T00:24:33.911Z] #58 50.40 CC compel/src/lib/ptrace.o [2019-11-16T00:24:33.911Z] #58 50.80 AR compel/libcompel.a [2019-11-16T00:24:33.911Z] #58 50.87 HOSTCC compel/src/main-host.o [2019-11-16T00:24:34.477Z] #58 51.19 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-11-16T00:24:34.477Z] #58 51.38 HOSTCC compel/src/lib/handle-elf-host.o [2019-11-16T00:24:34.736Z] #58 51.68 HOSTCC compel/src/lib/log-host.o [2019-11-16T00:24:34.994Z] #58 51.89 HOSTLINK compel/compel-host-bin [2019-11-16T00:24:35.253Z] #58 52.02 DEP soccr/soccr.d [2019-11-16T00:24:35.253Z] #58 52.19 CC soccr/soccr.o [2019-11-16T00:24:35.456Z] 🇩 bin/containerd-stress [2019-11-16T00:24:36.054Z] #33 ... [2019-11-16T00:24:36.054Z] [2019-11-16T00:24:36.054Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:36.054Z] #58 114.1 CC criu/clone-noasan.o [2019-11-16T00:24:36.054Z] #58 114.3 CC criu/config.o [2019-11-16T00:24:36.285Z] 🇩 bin/containerd-shim [2019-11-16T00:24:36.628Z] #58 53.27 AR soccr/libsoccr.a [2019-11-16T00:24:36.628Z] #58 53.29 make[1]: 'soccr/libsoccr.a' is up to date. [2019-11-16T00:24:36.628Z] #58 53.52 DEP criu/arch/x86/sigframe.d [2019-11-16T00:24:36.628Z] #58 53.63 DEP criu/arch/x86/sigaction_compat.d [2019-11-16T00:24:36.886Z] #58 53.76 DEP criu/arch/x86/kerndat.d [2019-11-16T00:24:37.144Z] #58 53.96 DEP criu/arch/x86/crtools.d [2019-11-16T00:24:37.144Z] #58 54.06 DEP criu/arch/x86/cpu.d [2019-11-16T00:24:37.402Z] #58 54.26 CC criu/arch/x86/cpu.o [2019-11-16T00:24:37.419Z] #58 115.8 CC criu/cr-check.o [2019-11-16T00:24:37.969Z] #58 54.96 CC criu/arch/x86/crtools.o [2019-11-16T00:24:38.615Z] + rm -rf /tmp/tmp.uFQN19BgFv [2019-11-16T00:24:38.615Z] Removing intermediate container 1c3f13fdd6de [2019-11-16T00:24:38.615Z] ---> 4a985e2e000f [2019-11-16T00:24:38.615Z] Step 19/125 : FROM base AS frozen-images [2019-11-16T00:24:38.615Z] ---> 2c089585f858 [2019-11-16T00:24:38.615Z] Step 20/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:24:38.615Z] ---> Using cache [2019-11-16T00:24:38.615Z] ---> 47587fa40e8d [2019-11-16T00:24:38.615Z] Step 21/125 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-11-16T00:24:38.615Z] ---> Running in 9409705a4ba4 [2019-11-16T00:24:38.615Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:24:38.615Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:24:38.615Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:24:38.615Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:24:38.615Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:24:38.615Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [487 kB] [2019-11-16T00:24:38.615Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-11-16T00:24:38.615Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-11-16T00:24:38.955Z] Fetched 7727 kB in 2s (2898 kB/s) [2019-11-16T00:24:39.317Z] #58 117.5 CC criu/cr-dedup.o [2019-11-16T00:24:39.345Z] #58 56.11 CC criu/arch/x86/kerndat.o [2019-11-16T00:24:39.345Z] #58 ... [2019-11-16T00:24:39.345Z] [2019-11-16T00:24:39.345Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:39.345Z] #33 98.34 crypto/sha256 [2019-11-16T00:24:39.345Z] #33 99.27 encoding/hex [2019-11-16T00:24:39.345Z] #33 99.82 encoding/pem [2019-11-16T00:24:39.345Z] #33 100.2 crypto/rand [2019-11-16T00:24:39.345Z] #33 100.2 crypto/elliptic [2019-11-16T00:24:39.345Z] #33 100.7 encoding/asn1 [2019-11-16T00:24:39.345Z] #33 102.5 crypto/rsa [2019-11-16T00:24:39.345Z] #33 102.8 crypto/ecdsa [2019-11-16T00:24:39.345Z] #33 103.3 crypto/dsa [2019-11-16T00:24:39.345Z] #33 103.5 crypto/x509/pkix [2019-11-16T00:24:39.345Z] #33 103.8 internal/x/crypto/cryptobyte [2019-11-16T00:24:39.345Z] #33 104.0 internal/singleflight [2019-11-16T00:24:39.345Z] #33 104.3 net [2019-11-16T00:24:39.345Z] #33 105.5 internal/x/crypto/internal/chacha20 [2019-11-16T00:24:39.345Z] #33 105.9 internal/x/crypto/poly1305 [2019-11-16T00:24:39.345Z] #33 106.2 internal/x/crypto/chacha20poly1305 [2019-11-16T00:24:39.345Z] #33 106.9 internal/x/crypto/hkdf [2019-11-16T00:24:39.345Z] #33 107.1 internal/x/text/transform [2019-11-16T00:24:39.345Z] #33 107.7 internal/x/text/unicode/bidi [2019-11-16T00:24:39.604Z] #33 ... [2019-11-16T00:24:39.604Z] [2019-11-16T00:24:39.604Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:39.604Z] #58 56.50 CC criu/arch/x86/sigaction_compat.o [2019-11-16T00:24:39.862Z] #58 56.72 CC criu/arch/x86/sigframe.o [2019-11-16T00:24:39.879Z] #58 118.0 CC criu/cr-dump.o [2019-11-16T00:24:40.120Z] #58 56.95 LINK criu/arch/x86/crtools.built-in.o [2019-11-16T00:24:40.121Z] #58 56.99 DEP criu/pie/util-vdso-elf32.d [2019-11-16T00:24:40.121Z] #58 57.13 DEP criu/arch/x86/vdso-pie.d [2019-11-16T00:24:40.152Z] Reading package lists... [2019-11-16T00:24:40.379Z] #58 57.22 DEP criu/pie/parasite-vdso.d [2019-11-16T00:24:40.379Z] #58 57.36 DEP criu/pie/util-vdso.d [2019-11-16T00:24:40.637Z] #58 57.48 DEP criu/pie/util.d [2019-11-16T00:24:40.637Z] #58 57.63 CC criu/pie/util.o [2019-11-16T00:24:41.204Z] #58 57.98 CC criu/pie/util-vdso.o [2019-11-16T00:24:41.707Z] Reading package lists... [2019-11-16T00:24:41.707Z] Building dependency tree... [2019-11-16T00:24:41.707Z] Reading state information... [2019-11-16T00:24:41.707Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-11-16T00:24:41.707Z] The following additional packages will be installed: [2019-11-16T00:24:41.707Z] libjq1 libonig4 [2019-11-16T00:24:41.767Z] #58 ... [2019-11-16T00:24:41.767Z] [2019-11-16T00:24:41.767Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:24:41.767Z] #13 115.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-11-16T00:24:41.767Z] #13 115.0 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-11-16T00:24:41.767Z] #13 115.0 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:24:41.770Z] #58 58.61 CC criu/pie/parasite-vdso.o [2019-11-16T00:24:42.049Z] The following NEW packages will be installed: [2019-11-16T00:24:42.049Z] jq libjq1 libonig4 [2019-11-16T00:24:42.049Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:24:42.049Z] Need to get 310 kB of archives. [2019-11-16T00:24:42.049Z] After this operation, 1267 kB of additional disk space will be used. [2019-11-16T00:24:42.049Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-11-16T00:24:42.049Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-11-16T00:24:42.049Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-11-16T00:24:42.049Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:24:42.049Z] Fetched 310 kB in 0s (3470 kB/s) [2019-11-16T00:24:42.049Z] Selecting previously unselected package libonig4:ppc64el. [2019-11-16T00:24:42.049Z] (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-11-16T00:24:42.392Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-11-16T00:24:42.392Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-11-16T00:24:42.392Z] Selecting previously unselected package libjq1:ppc64el. [2019-11-16T00:24:42.392Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-11-16T00:24:42.392Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-11-16T00:24:42.392Z] Selecting previously unselected package jq. [2019-11-16T00:24:42.392Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-11-16T00:24:42.392Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-11-16T00:24:42.392Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-11-16T00:24:42.392Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-11-16T00:24:42.392Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:24:42.392Z] Setting up jq (1.5+dfsg-1.3) ... [2019-11-16T00:24:42.704Z] #58 59.62 CC criu/arch/x86/vdso-pie.o [2019-11-16T00:24:42.733Z] Removing intermediate container 9409705a4ba4 [2019-11-16T00:24:42.733Z] ---> e275caa8ca46 [2019-11-16T00:24:42.733Z] Step 22/125 : COPY contrib/download-frozen-image-v2.sh / [2019-11-16T00:24:42.963Z] #58 59.89 CC criu/pie/util-vdso-elf32.o [2019-11-16T00:24:42.965Z] 🇩 bin/containerd-shim-runc-v1 [2019-11-16T00:24:43.079Z] ---> bb480b4d7d86 [2019-11-16T00:24:43.079Z] 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-11-16T00:24:43.079Z] ---> Running in 312063f3f916 [2019-11-16T00:24:43.530Z] #58 60.51 AR criu/pie/pie.lib.a [2019-11-16T00:24:43.530Z] #58 60.57 DEP criu/pie/restorer.d [2019-11-16T00:24:43.535Z] Removing intermediate container c893f5442ad2 [2019-11-16T00:24:43.535Z] ---> 57517b8bfc9a [2019-11-16T00:24:43.535Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-11-16T00:24:43.535Z] ---> Running in 2cd57504f57d [2019-11-16T00:24:43.535Z] Removing intermediate container 2cd57504f57d [2019-11-16T00:24:43.535Z] ---> 99f1c28a6f3b [2019-11-16T00:24:43.535Z] Step 7/8 : WORKDIR C:\go\src\github.com\docker\docker [2019-11-16T00:24:43.535Z] ---> Running in 169a14fe6af8 [2019-11-16T00:24:43.535Z] Removing intermediate container 169a14fe6af8 [2019-11-16T00:24:43.535Z] ---> ae8d26722fe0 [2019-11-16T00:24:43.535Z] Step 8/8 : COPY . . [2019-11-16T00:24:43.788Z] #58 60.76 DEP criu/arch/x86/sigaction_compat_pie.d [2019-11-16T00:24:43.788Z] #58 60.88 DEP criu/arch/x86/restorer_unmap.d [2019-11-16T00:24:44.046Z] #58 60.93 DEP criu/arch/x86/restorer.d [2019-11-16T00:24:44.292Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-11-16T00:24:44.305Z] #58 61.11 DEP criu/pie/parasite.d [2019-11-16T00:24:44.563Z] #58 61.38 CC criu/pie/parasite.o [2019-11-16T00:24:44.634Z]  [2019-11-16T00:24:44.819Z] 🇩 binaries [2019-11-16T00:24:44.819Z] + mkdir -p /build [2019-11-16T00:24:44.819Z] + cp bin/containerd /build/containerd [2019-11-16T00:24:44.819Z] + cp bin/containerd-shim /build/containerd-shim [2019-11-16T00:24:44.819Z] + cp bin/ctr /build/ctr [2019-11-16T00:24:45.497Z] #58 62.48 LINK criu/pie/parasite.built-in.o [2019-11-16T00:24:45.498Z] #58 62.50 GEN criu/pie/parasite-blob.h [2019-11-16T00:24:45.754Z]  ## 3.3% ################    22.3% ############################   40.1% ######################################        53.2% ################################################# 68.3% ############################################################## 86.7% ######################################################################## 100.0% [2019-11-16T00:24:45.754Z]  [2019-11-16T00:24:45.756Z] #58 62.52 CC criu/arch/x86/restorer.o [2019-11-16T00:24:46.014Z] #58 62.99 CC criu/arch/x86/restorer_unmap.o [2019-11-16T00:24:46.014Z] #58 63.06 CC criu/arch/x86/sigaction_compat_pie.o [2019-11-16T00:24:46.383Z]  #####################      30.5% ########################################################   78.0% ######################################################################## 100.0% [2019-11-16T00:24:46.383Z]  [2019-11-16T00:24:46.580Z] #58 63.37 CC criu/pie/restorer.o [2019-11-16T00:24:47.010Z]  #######    10.4% #######################    32.5% ################################   45.4% ############################################### 66.3% ################################################################# 91.2% ######################################################################## 100.0% [2019-11-16T00:24:47.373Z]  [2019-11-16T00:24:48.157Z] Removing intermediate container 3802f466f9fa [2019-11-16T00:24:48.157Z] ---> 73344d171f3f [2019-11-16T00:24:48.157Z] Step 56/125 : FROM dev-base AS proxy [2019-11-16T00:24:48.157Z] ---> ad1f020b58ab [2019-11-16T00:24:48.157Z] Step 57/125 : ENV INSTALL_BINARY_NAME=proxy [2019-11-16T00:24:48.157Z] ---> Running in 8e5d01b4894b [2019-11-16T00:24:48.157Z] Removing intermediate container 8e5d01b4894b [2019-11-16T00:24:48.157Z] ---> c4f2cc088a1c [2019-11-16T00:24:48.157Z] Step 58/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:24:48.157Z] ---> 218e5ff6a1af [2019-11-16T00:24:48.157Z] Step 59/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:24:48.318Z] #13 ... [2019-11-16T00:24:48.318Z] [2019-11-16T00:24:48.318Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:48.318Z] #33 178.7 github.com/LK4D4/vndr/godl [2019-11-16T00:24:48.318Z] #33 179.7 github.com/LK4D4/vndr [2019-11-16T00:24:48.318Z] #33 DONE 188.3s [2019-11-16T00:24:48.318Z] [2019-11-16T00:24:48.318Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:48.318Z] #58 120.7 CC criu/cr-errno.o [2019-11-16T00:24:48.318Z] #58 120.9 CC criu/cr-restore.o [2019-11-16T00:24:48.518Z] ---> 39769a522966 [2019-11-16T00:24:48.518Z] Step 60/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:24:48.518Z] ---> Running in 738680c42b52 [2019-11-16T00:24:48.582Z] #58 126.8 CC criu/cr-service.o [2019-11-16T00:24:48.824Z]  ##   3.3% ####### 9.7% ############  17.2% ###################    27.4% ########################    34.4% #############################    41.4% ################################### 49.7% ######################################## 55.8% ############################################## 65.2% ####################################################  73.6% ########################################################### 82.9% ################################################################## 92.6% ######################################################################## 100.0% [2019-11-16T00:24:48.824Z]  [2019-11-16T00:24:49.111Z] #58 66.09 LINK criu/pie/restorer.built-in.o [2019-11-16T00:24:49.111Z] #58 66.10 GEN criu/pie/restorer-blob.h [2019-11-16T00:24:49.111Z] #58 66.16 DEP criu/vdso.d [2019-11-16T00:24:49.306Z] + RM_GOPATH=0 [2019-11-16T00:24:49.306Z] + TMP_GOPATH= [2019-11-16T00:24:49.306Z] + : /build [2019-11-16T00:24:49.306Z] + '[' -z '' ']' [2019-11-16T00:24:49.306Z] ++ mktemp -d [2019-11-16T00:24:49.306Z] + export GOPATH=/tmp/tmp.S8oXEZ4Adu [2019-11-16T00:24:49.306Z] + GOPATH=/tmp/tmp.S8oXEZ4Adu [2019-11-16T00:24:49.306Z] + RM_GOPATH=1 [2019-11-16T00:24:49.306Z] ++ dirname ./install.sh [2019-11-16T00:24:49.306Z] + dir=. [2019-11-16T00:24:49.306Z] + bin=proxy [2019-11-16T00:24:49.306Z] + shift [2019-11-16T00:24:49.306Z] + '[' '!' -f ./proxy.installer ']' [2019-11-16T00:24:49.306Z] + . ./proxy.installer [2019-11-16T00:24:49.306Z] ++ LIBNETWORK_COMMIT=3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:24:49.306Z] + install_proxy [2019-11-16T00:24:49.306Z] + case "$1" in [2019-11-16T00:24:49.306Z] + export CGO_ENABLED=0 [2019-11-16T00:24:49.306Z] + CGO_ENABLED=0 [2019-11-16T00:24:49.306Z] + _install_proxy [2019-11-16T00:24:49.306Z] + echo 'Install docker-proxy version 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d' [2019-11-16T00:24:49.306Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.S8oXEZ4Adu/src/github.com/docker/libnetwork [2019-11-16T00:24:49.306Z] Cloning into '/tmp/tmp.S8oXEZ4Adu/src/github.com/docker/libnetwork'... [2019-11-16T00:24:49.306Z] Install docker-proxy version 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:24:49.369Z] #58 66.30 DEP criu/vdso-compat.d [2019-11-16T00:24:49.369Z] #58 66.44 DEP criu/uts_ns.d [2019-11-16T00:24:49.628Z] #58 66.59 DEP criu/util.d [2019-11-16T00:24:49.886Z] #58 66.80 DEP criu/uffd.d [2019-11-16T00:24:49.994Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-11-16T00:24:50.144Z] #58 66.95 DEP criu/tun.d [2019-11-16T00:24:50.358Z]  [2019-11-16T00:24:50.358Z]  ################################################### 71.9% ######################################################################## 100.0% [2019-11-16T00:24:50.358Z]  [2019-11-16T00:24:50.402Z] #58 67.20 DEP criu/tty.d [2019-11-16T00:24:50.402Z] #58 ... [2019-11-16T00:24:50.402Z] [2019-11-16T00:24:50.402Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:24:50.402Z] #33 109.2 internal/x/text/secure/bidirule [2019-11-16T00:24:50.402Z] #33 109.5 internal/x/text/unicode/norm [2019-11-16T00:24:50.402Z] #33 113.5 internal/x/net/idna [2019-11-16T00:24:50.402Z] #33 115.5 internal/x/net/http2/hpack [2019-11-16T00:24:50.402Z] #33 116.3 mime [2019-11-16T00:24:50.402Z] #33 117.6 mime/quotedprintable [2019-11-16T00:24:50.402Z] #33 117.9 net/http/internal [2019-11-16T00:24:50.402Z] #33 118.3 os/exec [2019-11-16T00:24:50.402Z] #33 ... [2019-11-16T00:24:50.402Z] [2019-11-16T00:24:50.402Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:50.402Z] #58 67.41 DEP criu/timerfd.d [2019-11-16T00:24:50.533Z] #58 128.5 CC criu/crtools.o [2019-11-16T00:24:50.597Z] + cd /tmp/tmp.S8oXEZ4Adu/src/github.com/docker/libnetwork [2019-11-16T00:24:50.597Z] + git checkout -q 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:24:50.661Z] #58 67.59 DEP criu/sysfs_parse.d [2019-11-16T00:24:50.919Z] #58 67.81 DEP criu/sysctl.d [2019-11-16T00:24:50.919Z] #58 67.93 DEP criu/string.d [2019-11-16T00:24:50.919Z] #58 68.00 DEP criu/stats.d [2019-11-16T00:24:50.984Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-11-16T00:24:51.100Z] #58 129.2 CC criu/eventfd.o [2019-11-16T00:24:51.178Z] #58 68.20 DEP criu/sockets.d [2019-11-16T00:24:51.355Z] #58 129.7 CC criu/eventpoll.o [2019-11-16T00:24:51.436Z] #58 68.40 DEP criu/sk-unix.d [2019-11-16T00:24:51.540Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-11-16T00:24:51.540Z]  [2019-11-16T00:24:51.695Z] #58 68.65 DEP criu/sk-tcp.d [2019-11-16T00:24:51.883Z]  #############################   41.4% ######################################################################## 100.0% [2019-11-16T00:24:51.883Z]  [2019-11-16T00:24:51.953Z] #58 68.82 DEP criu/sk-queue.d [2019-11-16T00:24:52.213Z] #58 69.05 DEP criu/sk-packet.d [2019-11-16T00:24:52.213Z] #58 ... [2019-11-16T00:24:52.213Z] [2019-11-16T00:24:52.213Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-11-16T00:24:52.213Z] #24 111.1 + GOBIN=/build [2019-11-16T00:24:52.213Z] #24 111.1 + /build/gometalinter --install [2019-11-16T00:24:52.213Z] #24 111.1 Installing: [2019-11-16T00:24:52.213Z] #24 111.1 deadcode [2019-11-16T00:24:52.213Z] #24 111.1 dupl [2019-11-16T00:24:52.213Z] #24 111.1 errcheck [2019-11-16T00:24:52.213Z] #24 111.1 gas [2019-11-16T00:24:52.213Z] #24 111.1 gochecknoglobals [2019-11-16T00:24:52.213Z] #24 111.1 gochecknoinits [2019-11-16T00:24:52.213Z] #24 111.1 goconst [2019-11-16T00:24:52.213Z] #24 111.1 gocyclo [2019-11-16T00:24:52.213Z] #24 111.1 goimports [2019-11-16T00:24:52.213Z] #24 111.1 golint [2019-11-16T00:24:52.213Z] #24 111.1 gosimple [2019-11-16T00:24:52.213Z] #24 111.1 gotype [2019-11-16T00:24:52.213Z] #24 111.1 gotypex [2019-11-16T00:24:52.213Z] #24 111.1 ineffassign [2019-11-16T00:24:52.213Z] #24 111.1 interfacer [2019-11-16T00:24:52.213Z] #24 111.1 lll [2019-11-16T00:24:52.213Z] #24 111.1 maligned [2019-11-16T00:24:52.213Z] #24 111.1 megacheck [2019-11-16T00:24:52.213Z] #24 111.1 misspell [2019-11-16T00:24:52.213Z] #24 111.1 nakedret [2019-11-16T00:24:52.213Z] #24 111.1 safesql [2019-11-16T00:24:52.213Z] #24 111.1 staticcheck [2019-11-16T00:24:52.213Z] #24 111.1 structcheck [2019-11-16T00:24:52.213Z] #24 111.1 unconvert [2019-11-16T00:24:52.213Z] #24 111.1 unparam [2019-11-16T00:24:52.213Z] #24 111.1 unused [2019-11-16T00:24:52.213Z] #24 111.1 varcheck [2019-11-16T00:24:52.213Z] #24 ... [2019-11-16T00:24:52.213Z] [2019-11-16T00:24:52.213Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:24:52.213Z] #58 69.22 DEP criu/sk-netlink.d [2019-11-16T00:24:52.501Z] #58 69.42 DEP criu/sk-inet.d [2019-11-16T00:24:52.607Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-11-16T00:24:52.735Z] #58 130.8 CC criu/external.o [2019-11-16T00:24:52.735Z] #58 131.1 CC criu/fault-injection.o [2019-11-16T00:24:52.763Z] #58 69.59 DEP criu/signalfd.d [2019-11-16T00:24:52.763Z] #58 69.85 DEP criu/sigframe.d [2019-11-16T00:24:52.945Z] skipping existing c8c2d4a6b2e3 [2019-11-16T00:24:52.946Z] [2019-11-16T00:24:52.990Z] #58 131.3 CC criu/fdstore.o [2019-11-16T00:24:53.332Z] #58 70.03 DEP criu/shmem.d [2019-11-16T00:24:53.332Z] #58 70.21 DEP criu/servicefd.d [2019-11-16T00:24:53.332Z] #58 70.34 DEP criu/seize.d [2019-11-16T00:24:53.528Z] Removing intermediate container 738680c42b52 [2019-11-16T00:24:53.528Z] ---> 14176ba45ddb [2019-11-16T00:24:53.528Z] Step 61/125 : FROM base AS gometalinter [2019-11-16T00:24:53.528Z] ---> ad1f020b58ab [2019-11-16T00:24:53.528Z] Step 62/125 : ENV INSTALL_BINARY_NAME=gometalinter [2019-11-16T00:24:53.528Z] ---> Running in 2a16c531ee20 [2019-11-16T00:24:53.550Z] #58 131.7 CC criu/fifo.o [2019-11-16T00:24:53.598Z] #58 70.56 DEP criu/seccomp.d [2019-11-16T00:24:53.667Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-11-16T00:24:53.805Z] #58 ... [2019-11-16T00:24:53.805Z] [2019-11-16T00:24:53.805Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:24:53.805Z] #13 127.3 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-11-16T00:24:53.805Z] #13 127.3 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-11-16T00:24:53.805Z] #13 127.3 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-11-16T00:24:53.805Z] #13 127.3 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-11-16T00:24:53.805Z] #13 127.3 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-11-16T00:24:53.805Z] #13 127.4 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:24:53.805Z] #13 127.4 Processing triggers for mime-support (3.60) ... [2019-11-16T00:24:53.857Z] #58 70.77 DEP criu/rst-malloc.d [2019-11-16T00:24:53.857Z] #58 70.85 DEP criu/rbtree.d [2019-11-16T00:24:53.892Z] Removing intermediate container 2a16c531ee20 [2019-11-16T00:24:53.892Z] ---> 6044c1b61dda [2019-11-16T00:24:53.892Z] Step 63/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:24:53.892Z] ---> 45e819596819 [2019-11-16T00:24:53.892Z] Step 64/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:24:54.005Z]  [2019-11-16T00:24:54.005Z]  ######################################################################## 100.0% [2019-11-16T00:24:54.060Z] #13 127.4 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:24:54.060Z] #13 127.4 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-11-16T00:24:54.060Z] #13 127.4 Setting up libcap2-bin (1:2.25-1) ... [2019-11-16T00:24:54.060Z] #13 127.4 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-11-16T00:24:54.060Z] #13 127.5 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-11-16T00:24:54.060Z] #13 127.5 Setting up bash-completion (1:2.1-4.3) ... [2019-11-16T00:24:54.115Z] #58 70.90 DEP criu/pstree.d [2019-11-16T00:24:54.115Z] #58 71.09 DEP criu/protobuf.d [2019-11-16T00:24:54.259Z] ---> f30e184e4821 [2019-11-16T00:24:54.259Z] Step 65/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:24:54.259Z] ---> Running in 0d6dcdcbf9a1 [2019-11-16T00:24:54.344Z]  [2019-11-16T00:24:54.344Z] Download of images into '/build' complete. [2019-11-16T00:24:54.344Z] Use something like the following to load the result into a Docker daemon: [2019-11-16T00:24:54.344Z] tar -cC '/build' . | docker load [2019-11-16T00:24:54.372Z] #58 71.24 GEN criu/protobuf-desc-gen.h [2019-11-16T00:24:55.054Z] + RM_GOPATH=0 [2019-11-16T00:24:55.054Z] + TMP_GOPATH= [2019-11-16T00:24:55.054Z] + : /build [2019-11-16T00:24:55.054Z] + '[' -z '' ']' [2019-11-16T00:24:55.054Z] ++ mktemp -d [2019-11-16T00:24:55.054Z] + export GOPATH=/tmp/tmp.m7nKRz8tRN [2019-11-16T00:24:55.054Z] + GOPATH=/tmp/tmp.m7nKRz8tRN [2019-11-16T00:24:55.054Z] + RM_GOPATH=1 [2019-11-16T00:24:55.054Z] ++ dirname ./install.sh [2019-11-16T00:24:55.054Z] + dir=. [2019-11-16T00:24:55.054Z] + bin=gometalinter [2019-11-16T00:24:55.054Z] + shift [2019-11-16T00:24:55.054Z] + '[' '!' -f ./gometalinter.installer ']' [2019-11-16T00:24:55.054Z] + . ./gometalinter.installer [2019-11-16T00:24:55.054Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2019-11-16T00:24:55.054Z] + install_gometalinter [2019-11-16T00:24:55.054Z] + echo 'Installing gometalinter version v2.0.6' [2019-11-16T00:24:55.054Z] + go get -d github.com/alecthomas/gometalinter [2019-11-16T00:24:55.054Z] Installing gometalinter version v2.0.6 [2019-11-16T00:24:55.745Z] #58 72.54 DEP criu/protobuf-desc.d [2019-11-16T00:24:55.745Z] #58 72.68 DEP criu/proc_parse.d [2019-11-16T00:24:55.859Z] + cd /tmp/tmp.m7nKRz8tRN/src/github.com/alecthomas/gometalinter [2019-11-16T00:24:55.859Z] + git checkout -q v2.0.6 [2019-11-16T00:24:55.859Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-11-16T00:24:56.003Z] #58 72.87 DEP criu/plugin.d [2019-11-16T00:24:56.003Z] #58 72.98 DEP criu/pipes.d [2019-11-16T00:24:56.261Z] #58 73.17 DEP criu/pie-util.d [2019-11-16T00:24:56.519Z] #58 73.31 DEP criu/pie-util-vdso.d [2019-11-16T00:24:56.519Z] #58 73.44 DEP criu/pie-util-vdso-elf32.d [2019-11-16T00:24:56.571Z] #13 129.9 Setting up libonig4:amd64 (6.1.3-2) ... [2019-11-16T00:24:56.572Z] #13 129.9 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-11-16T00:24:56.572Z] #13 129.9 Setting up zip (3.0-11+b1) ... [2019-11-16T00:24:56.572Z] #13 130.0 Setting up bzip2 (1.0.6-8.1) ... [2019-11-16T00:24:56.572Z] #13 130.0 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-11-16T00:24:56.572Z] #13 130.0 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-11-16T00:24:56.572Z] #13 130.0 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:24:56.572Z] #13 130.0 Setting up libaio1:amd64 (0.3.110-3) ... [2019-11-16T00:24:56.572Z] #13 130.0 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:24:56.572Z] #13 130.1 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-11-16T00:24:56.572Z] #13 130.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-11-16T00:24:56.572Z] #13 130.1 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-11-16T00:24:56.572Z] #13 130.1 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:24:56.572Z] #13 130.1 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-11-16T00:24:56.572Z] #13 130.1 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-11-16T00:24:56.572Z] #13 130.1 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-11-16T00:24:56.651Z] Removing intermediate container 312063f3f916 [2019-11-16T00:24:56.651Z] ---> 16edc1b8163a [2019-11-16T00:24:56.651Z] Step 24/125 : FROM base AS cross-false [2019-11-16T00:24:56.651Z] ---> 2c089585f858 [2019-11-16T00:24:56.651Z] Step 25/125 : FROM base AS cross-true [2019-11-16T00:24:56.651Z] ---> 2c089585f858 [2019-11-16T00:24:56.651Z] Step 26/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:24:56.651Z] ---> Using cache [2019-11-16T00:24:56.651Z] ---> 47587fa40e8d [2019-11-16T00:24:56.651Z] Step 27/125 : RUN dpkg --add-architecture armhf [2019-11-16T00:24:56.651Z] ---> Running in 3f3f4ef66aaa [2019-11-16T00:24:56.777Z] #58 73.62 DEP criu/path.d [2019-11-16T00:24:56.777Z] #58 73.80 DEP criu/parasite-syscall.d [2019-11-16T00:24:56.827Z] #13 130.2 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:24:57.035Z] #58 74.01 DEP criu/pagemap.d [2019-11-16T00:24:57.082Z] #13 130.5 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-11-16T00:24:57.082Z] #13 130.5 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-11-16T00:24:57.082Z] #13 130.5 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-11-16T00:24:57.082Z] #13 130.6 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-11-16T00:24:57.082Z] #13 130.6 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-11-16T00:24:57.082Z] #13 130.6 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-11-16T00:24:57.082Z] #13 130.6 Setting up pigz (2.3.4-1) ... [2019-11-16T00:24:57.082Z] #13 130.6 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-11-16T00:24:57.082Z] #13 130.6 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-11-16T00:24:57.082Z] #13 130.6 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:24:57.292Z] #58 74.14 DEP criu/pagemap-cache.d [2019-11-16T00:24:57.292Z] #58 74.32 DEP criu/page-xfer.d [2019-11-16T00:24:57.342Z] #13 130.6 Setting up mingw-w64-common (5.0.1-1) ... [2019-11-16T00:24:57.342Z] #13 130.6 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-11-16T00:24:57.342Z] #13 130.7 Setting up jq (1.5+dfsg-1.3) ... [2019-11-16T00:24:57.342Z] #13 130.7 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-11-16T00:24:57.342Z] #13 130.7 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-11-16T00:24:57.342Z] #13 130.7 Setting up xfsprogs (4.9.0+nmu1) ... [2019-11-16T00:24:57.342Z] #13 130.7 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:24:57.342Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-11-16T00:24:57.342Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-11-16T00:24:57.342Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-11-16T00:24:57.342Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-11-16T00:24:57.342Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-11-16T00:24:57.342Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-11-16T00:24:57.342Z] #13 130.7 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-11-16T00:24:57.342Z] #13 130.8 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-11-16T00:24:57.342Z] #13 130.8 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-11-16T00:24:57.342Z] #13 130.8 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-11-16T00:24:57.342Z] #13 130.8 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-11-16T00:24:57.342Z] #13 130.8 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-11-16T00:24:57.342Z] #13 130.8 Setting up btrfs-progs (4.7.3-1) ... [2019-11-16T00:24:57.342Z] #13 130.8 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-11-16T00:24:57.342Z] #13 130.8 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-11-16T00:24:57.550Z] #58 74.50 DEP criu/page-pipe.d [2019-11-16T00:24:57.807Z] #58 74.61 DEP criu/netfilter.d [2019-11-16T00:24:57.807Z] #58 74.76 DEP criu/net.d [2019-11-16T00:24:57.833Z] Removing intermediate container 3f3f4ef66aaa [2019-11-16T00:24:57.833Z] ---> af9de36e1159 [2019-11-16T00:24:57.833Z] Step 28/125 : RUN dpkg --add-architecture arm64 [2019-11-16T00:24:57.833Z] ---> Running in 43b0dbceb75a [2019-11-16T00:24:58.065Z] #58 75.05 DEP criu/namespaces.d [2019-11-16T00:24:58.564Z] Removing intermediate container 43b0dbceb75a [2019-11-16T00:24:58.564Z] ---> 5104be6c287d [2019-11-16T00:24:58.564Z] Step 29/125 : RUN dpkg --add-architecture armel [2019-11-16T00:24:58.564Z] ---> Running in 28e622059404 [2019-11-16T00:24:58.630Z] #58 75.34 DEP criu/mount.d [2019-11-16T00:24:58.630Z] #58 75.57 DEP criu/mem.d [2019-11-16T00:24:58.888Z] #58 75.77 DEP criu/lsm.d [2019-11-16T00:24:59.146Z] #58 75.96 DEP criu/log.d [2019-11-16T00:24:59.146Z] #58 76.11 DEP criu/libnetlink.d [2019-11-16T00:24:59.292Z] Removing intermediate container 28e622059404 [2019-11-16T00:24:59.292Z] ---> 8998a3fca0e6 [2019-11-16T00:24:59.292Z] 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-11-16T00:24:59.292Z] ---> Running in 420e11733e48 [2019-11-16T00:24:59.404Z] #58 76.28 DEP criu/kerndat.d [2019-11-16T00:24:59.662Z] #58 76.55 DEP criu/kcmp-ids.d [2019-11-16T00:24:59.662Z] #58 76.62 DEP criu/irmap.d [2019-11-16T00:24:59.922Z] #58 76.73 DEP criu/ipc_ns.d [2019-11-16T00:24:59.922Z] #58 76.96 DEP criu/image.d [2019-11-16T00:25:00.022Z] Removing intermediate container 420e11733e48 [2019-11-16T00:25:00.022Z] ---> 3ad0e7ced05b [2019-11-16T00:25:00.022Z] Step 31/125 : FROM cross-${CROSS} as dev-base [2019-11-16T00:25:00.022Z] ---> 2c089585f858 [2019-11-16T00:25:00.022Z] Step 32/125 : FROM dev-base AS runtime-dev-cross-false [2019-11-16T00:25:00.022Z] ---> 2c089585f858 [2019-11-16T00:25:00.022Z] Step 33/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:25:00.022Z] ---> Using cache [2019-11-16T00:25:00.022Z] ---> 47587fa40e8d [2019-11-16T00:25:00.022Z] 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-11-16T00:25:00.022Z] ---> Running in dae1b3a1fabf [2019-11-16T00:25:00.181Z] #58 77.19 DEP criu/image-desc.d [2019-11-16T00:25:00.361Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:25:00.361Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:25:00.362Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:25:00.362Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:25:00.362Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:25:00.440Z] #58 77.35 DEP criu/fsnotify.d [2019-11-16T00:25:00.698Z] #58 77.60 DEP criu/filesystems.d [2019-11-16T00:25:00.703Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [487 kB] [2019-11-16T00:25:00.703Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-11-16T00:25:00.956Z] #58 77.98 DEP criu/files.d [2019-11-16T00:25:01.043Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-11-16T00:25:01.214Z] #58 78.10 DEP criu/files-reg.d [2019-11-16T00:25:01.298Z] ---> 6ea8fcf941c6 [2019-11-16T00:25:01.298Z] Successfully built 6ea8fcf941c6 [2019-11-16T00:25:01.298Z] Successfully tagged docker:latest [2019-11-16T00:25:01.298Z] INFO: Image build ended at 11/16/2019 00:25:00. Duration:00:03:31.6724997 [2019-11-16T00:25:01.298Z] [2019-11-16T00:25:01.298Z] [2019-11-16T00:25:01.298Z] INFO: Building the test binaries at 11/16/2019 00:25:00... [2019-11-16T00:25:01.472Z] #58 78.35 DEP criu/files-ext.d [2019-11-16T00:25:01.730Z] #58 78.53 DEP criu/file-lock.d [2019-11-16T00:25:01.730Z] #58 ... [2019-11-16T00:25:01.730Z] [2019-11-16T00:25:01.730Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:25:01.730Z] #33 120.6 net/textproto [2019-11-16T00:25:01.730Z] #33 120.6 crypto/x509 [2019-11-16T00:25:01.730Z] #33 121.8 internal/x/net/http/httpguts [2019-11-16T00:25:01.730Z] #33 122.1 internal/x/net/http/httpproxy [2019-11-16T00:25:01.730Z] #33 122.6 mime/multipart [2019-11-16T00:25:01.730Z] #33 124.5 crypto/tls [2019-11-16T00:25:01.730Z] #33 130.6 net/http/httptrace [2019-11-16T00:25:01.730Z] #33 130.8 net/http [2019-11-16T00:25:01.730Z] #33 ... [2019-11-16T00:25:01.730Z] [2019-11-16T00:25:01.730Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:25:01.730Z] #58 78.67 DEP criu/file-ids.d [2019-11-16T00:25:01.988Z] #58 78.78 DEP criu/fifo.d [2019-11-16T00:25:01.988Z] #58 79.00 DEP criu/fdstore.d [2019-11-16T00:25:02.246Z] #58 79.17 DEP criu/fault-injection.d [2019-11-16T00:25:02.246Z] #58 79.24 DEP criu/external.d [2019-11-16T00:25:02.504Z] #58 79.36 DEP criu/eventpoll.d [2019-11-16T00:25:02.504Z] #58 79.59 DEP criu/eventfd.d [2019-11-16T00:25:02.581Z] #13 135.5 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-11-16T00:25:02.581Z] #13 135.5 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:25:02.581Z] #13 135.5 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-11-16T00:25:02.581Z] #13 135.5 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-11-16T00:25:02.581Z] #13 135.5 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-11-16T00:25:02.581Z] #13 135.5 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-11-16T00:25:02.581Z] #13 135.5 Setting up btrfs-tools (4.7.3-1) ... [2019-11-16T00:25:02.581Z] #13 135.5 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:25:02.581Z] #13 135.5 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-11-16T00:25:02.581Z] #13 135.5 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-11-16T00:25:02.581Z] #13 135.5 Setting up python3 (3.5.3-1) ... [2019-11-16T00:25:03.069Z] #58 79.78 DEP criu/crtools.d [2019-11-16T00:25:03.069Z] #58 80.00 DEP criu/cr-service.d [2019-11-16T00:25:03.069Z] #58 80.14 DEP criu/cr-restore.d [2019-11-16T00:25:03.327Z] #58 ... [2019-11-16T00:25:03.327Z] [2019-11-16T00:25:03.327Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-11-16T00:25:03.327Z] #27 DONE 132.3s [2019-11-16T00:25:03.327Z] [2019-11-16T00:25:03.327Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:25:03.327Z] #58 80.34 DEP criu/cr-errno.d [2019-11-16T00:25:03.327Z] #58 80.37 DEP criu/cr-dump.d [2019-11-16T00:25:03.402Z] Fetched 7727 kB in 2s (2880 kB/s) [2019-11-16T00:25:03.892Z] #58 80.63 DEP criu/cr-dedup.d [2019-11-16T00:25:03.892Z] #58 80.88 DEP criu/cr-check.d [2019-11-16T00:25:03.945Z] #13 137.2 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-11-16T00:25:03.945Z] #13 ... [2019-11-16T00:25:03.945Z] [2019-11-16T00:25:03.945Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:25:03.945Z] #58 132.2 CC criu/file-ids.o [2019-11-16T00:25:03.945Z] #58 132.6 CC criu/file-lock.o [2019-11-16T00:25:03.945Z] #58 133.4 CC criu/files-ext.o [2019-11-16T00:25:03.945Z] #58 133.8 CC criu/files-reg.o [2019-11-16T00:25:03.945Z] #58 135.9 CC criu/files.o [2019-11-16T00:25:03.945Z] #58 137.9 CC criu/filesystems.o [2019-11-16T00:25:03.945Z] #58 138.7 CC criu/fsnotify.o [2019-11-16T00:25:03.945Z] #58 139.8 CC criu/image-desc.o [2019-11-16T00:25:03.945Z] #58 140.0 CC criu/image.o [2019-11-16T00:25:03.945Z] #58 141.0 CC criu/ipc_ns.o [2019-11-16T00:25:03.945Z] #58 142.3 CC criu/irmap.o [2019-11-16T00:25:04.200Z] Reading package lists... [2019-11-16T00:25:04.457Z] #58 81.25 DEP criu/config.d [2019-11-16T00:25:04.715Z] #58 81.48 DEP criu/clone-noasan.d [2019-11-16T00:25:04.715Z] #58 81.63 DEP criu/cgroup.d [2019-11-16T00:25:04.872Z] #58 143.1 CC criu/kcmp-ids.o [2019-11-16T00:25:04.973Z] #58 81.82 DEP criu/cgroup-props.d [2019-11-16T00:25:04.974Z] #58 81.93 DEP criu/bitmap.d [2019-11-16T00:25:04.974Z] #58 81.95 DEP criu/bfd.d [2019-11-16T00:25:04.974Z] #58 82.02 DEP criu/autofs.d [2019-11-16T00:25:05.061Z] INFO: make.ps1 starting at 11/16/2019 00:25:04 [2019-11-16T00:25:05.061Z] INFO: Git commit (d699e3de1) assumed from DOCKER_GITCOMMIT environment variable [2019-11-16T00:25:05.061Z] INFO: Invoking autogen... [2019-11-16T00:25:05.128Z] #58 143.4 CC criu/kerndat.o [2019-11-16T00:25:05.128Z] #58 ... [2019-11-16T00:25:05.128Z] [2019-11-16T00:25:05.128Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-11-16T00:25:05.128Z] #13 138.6 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-11-16T00:25:05.232Z] #58 82.13 DEP criu/aio.d [2019-11-16T00:25:05.232Z] #58 82.27 DEP criu/action-scripts.d [2019-11-16T00:25:05.361Z] + GOBIN=/build [2019-11-16T00:25:05.361Z] + /build/gometalinter --install [2019-11-16T00:25:05.361Z] Installing: [2019-11-16T00:25:05.361Z] deadcode [2019-11-16T00:25:05.361Z] dupl [2019-11-16T00:25:05.361Z] errcheck [2019-11-16T00:25:05.361Z] gas [2019-11-16T00:25:05.361Z] gochecknoglobals [2019-11-16T00:25:05.361Z] gochecknoinits [2019-11-16T00:25:05.361Z] goconst [2019-11-16T00:25:05.361Z] gocyclo [2019-11-16T00:25:05.361Z] goimports [2019-11-16T00:25:05.361Z] golint [2019-11-16T00:25:05.361Z] gosimple [2019-11-16T00:25:05.361Z] gotype [2019-11-16T00:25:05.361Z] gotypex [2019-11-16T00:25:05.361Z] ineffassign [2019-11-16T00:25:05.361Z] interfacer [2019-11-16T00:25:05.361Z] lll [2019-11-16T00:25:05.361Z] maligned [2019-11-16T00:25:05.361Z] megacheck [2019-11-16T00:25:05.361Z] misspell [2019-11-16T00:25:05.361Z] nakedret [2019-11-16T00:25:05.361Z] safesql [2019-11-16T00:25:05.361Z] staticcheck [2019-11-16T00:25:05.361Z] structcheck [2019-11-16T00:25:05.361Z] unconvert [2019-11-16T00:25:05.361Z] unparam [2019-11-16T00:25:05.361Z] unused [2019-11-16T00:25:05.361Z] varcheck [2019-11-16T00:25:05.384Z] #13 138.8 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-11-16T00:25:05.384Z] #13 138.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-11-16T00:25:05.384Z] #13 138.8 Setting up python3-wheel (0.29.0-2) ... [2019-11-16T00:25:05.399Z] Reading package lists... [2019-11-16T00:25:05.399Z] Building dependency tree... [2019-11-16T00:25:05.399Z] Reading state information... [2019-11-16T00:25:05.525Z] INFO: Building daemon... [2019-11-16T00:25:05.741Z] The following additional packages will be installed: [2019-11-16T00:25:05.741Z] libapparmor1 libseccomp2 [2019-11-16T00:25:05.741Z] Suggested packages: [2019-11-16T00:25:05.741Z] seccomp [2019-11-16T00:25:05.741Z] The following NEW packages will be installed: [2019-11-16T00:25:05.741Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-11-16T00:25:05.741Z] 0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:25:05.741Z] Need to get 296 kB of archives. [2019-11-16T00:25:05.741Z] After this operation, 1346 kB of additional disk space will be used. [2019-11-16T00:25:05.741Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-11-16T00:25:05.741Z] 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-11-16T00:25:05.741Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-11-16T00:25:05.741Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-11-16T00:25:05.799Z] #58 82.60 CC criu/action-scripts.o [2019-11-16T00:25:06.057Z] #58 83.13 CC criu/aio.o [2019-11-16T00:25:06.079Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:25:06.079Z] Fetched 296 kB in 0s (2348 kB/s) [2019-11-16T00:25:06.079Z] Selecting previously unselected package libseccomp2:ppc64el. [2019-11-16T00:25:06.079Z] (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-11-16T00:25:06.079Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-11-16T00:25:06.079Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-11-16T00:25:06.079Z] Selecting previously unselected package libseccomp-dev:ppc64el. [2019-11-16T00:25:06.079Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-11-16T00:25:06.079Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-11-16T00:25:06.079Z] Selecting previously unselected package libapparmor1:ppc64el. [2019-11-16T00:25:06.079Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-11-16T00:25:06.079Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-11-16T00:25:06.079Z] Selecting previously unselected package libapparmor-dev:ppc64el. [2019-11-16T00:25:06.079Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-11-16T00:25:06.079Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-11-16T00:25:06.311Z] #13 139.8 Setting up python3-pkg-resources (33.1.1-1) ... [2019-11-16T00:25:06.419Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:25:06.419Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-11-16T00:25:06.419Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-11-16T00:25:06.419Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-11-16T00:25:06.419Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-11-16T00:25:06.419Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:25:06.622Z] #58 83.69 CC criu/autofs.o [2019-11-16T00:25:06.766Z] Removing intermediate container dae1b3a1fabf [2019-11-16T00:25:06.766Z] ---> 5cc25119fb9f [2019-11-16T00:25:06.766Z] Step 35/125 : FROM cross-true AS runtime-dev-cross-true [2019-11-16T00:25:06.766Z] ---> 3ad0e7ced05b [2019-11-16T00:25:06.766Z] Step 36/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:25:06.766Z] ---> Running in 70e9dbc937e7 [2019-11-16T00:25:06.766Z] Removing intermediate container 70e9dbc937e7 [2019-11-16T00:25:06.766Z] ---> e1157171ce4c [2019-11-16T00:25:06.766Z] 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-11-16T00:25:06.766Z] ---> Running in 5164ef90586b [2019-11-16T00:25:07.522Z] Removing intermediate container 5164ef90586b [2019-11-16T00:25:07.522Z] ---> 216d3a468b14 [2019-11-16T00:25:07.522Z] Step 38/125 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-11-16T00:25:07.522Z] ---> 5cc25119fb9f [2019-11-16T00:25:07.522Z] Step 39/125 : FROM base AS tomlv [2019-11-16T00:25:07.522Z] ---> 2c089585f858 [2019-11-16T00:25:07.522Z] Step 40/125 : ENV INSTALL_BINARY_NAME=tomlv [2019-11-16T00:25:07.522Z] ---> Running in f4885fb6f657 [2019-11-16T00:25:07.676Z] #13 140.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-11-16T00:25:07.676Z] #13 140.9 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-11-16T00:25:07.867Z] Removing intermediate container f4885fb6f657 [2019-11-16T00:25:07.867Z] ---> 7c2f00cd93ec [2019-11-16T00:25:07.867Z] Step 41/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:25:07.867Z] ---> 243f53a72e65 [2019-11-16T00:25:07.867Z] Step 42/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:25:08.215Z] ---> 8478d7724009 [2019-11-16T00:25:08.215Z] Step 43/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:25:08.215Z] ---> Running in 328da2165d0a [2019-11-16T00:25:08.522Z] #58 85.21 CC criu/bfd.o [2019-11-16T00:25:08.557Z] + RM_GOPATH=0 [2019-11-16T00:25:08.557Z] + TMP_GOPATH= [2019-11-16T00:25:08.557Z] + : /build [2019-11-16T00:25:08.557Z] + '[' -z '' ']' [2019-11-16T00:25:08.557Z] ++ mktemp -d [2019-11-16T00:25:08.557Z] + export GOPATH=/tmp/tmp.hIqo3Se3t2 [2019-11-16T00:25:08.557Z] + GOPATH=/tmp/tmp.hIqo3Se3t2 [2019-11-16T00:25:08.557Z] + RM_GOPATH=1 [2019-11-16T00:25:08.557Z] ++ dirname ./install.sh [2019-11-16T00:25:08.557Z] + dir=. [2019-11-16T00:25:08.557Z] + bin=tomlv [2019-11-16T00:25:08.557Z] + shift [2019-11-16T00:25:08.557Z] + '[' '!' -f ./tomlv.installer ']' [2019-11-16T00:25:08.557Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:25:08.557Z] + . ./tomlv.installer [2019-11-16T00:25:08.557Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:25:08.557Z] + install_tomlv [2019-11-16T00:25:08.557Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-11-16T00:25:08.557Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.hIqo3Se3t2/src/github.com/BurntSushi/toml [2019-11-16T00:25:08.557Z] Cloning into '/tmp/tmp.hIqo3Se3t2/src/github.com/BurntSushi/toml'... [2019-11-16T00:25:08.603Z] #13 142.1 Setting up dmsetup (2:1.02.137-2) ... [2019-11-16T00:25:08.603Z] #13 142.1 Setting up python3-setuptools (33.1.1-1) ... [2019-11-16T00:25:08.780Z] #58 85.73 CC criu/bitmap.o [2019-11-16T00:25:08.781Z] #58 85.90 CC criu/cgroup-props.o [2019-11-16T00:25:09.292Z] + cd /tmp/tmp.hIqo3Se3t2/src/github.com/BurntSushi/toml [2019-11-16T00:25:09.292Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-11-16T00:25:09.292Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-11-16T00:25:09.292Z] math/bits [2019-11-16T00:25:09.292Z] internal/cpu [2019-11-16T00:25:09.292Z] errors [2019-11-16T00:25:09.292Z] runtime/internal/atomic [2019-11-16T00:25:09.292Z] runtime/internal/sys [2019-11-16T00:25:09.292Z] runtime/internal/math [2019-11-16T00:25:09.292Z] unicode/utf8 [2019-11-16T00:25:09.292Z] internal/bytealg [2019-11-16T00:25:09.292Z] math [2019-11-16T00:25:09.292Z] internal/race [2019-11-16T00:25:09.292Z] sync/atomic [2019-11-16T00:25:09.292Z] unicode [2019-11-16T00:25:09.292Z] internal/testlog [2019-11-16T00:25:09.292Z] runtime [2019-11-16T00:25:09.634Z] encoding [2019-11-16T00:25:09.634Z] runtime/cgo [2019-11-16T00:25:09.715Z] #58 86.66 CC criu/cgroup.o [2019-11-16T00:25:09.969Z] #13 143.3 Setting up dh-python (2.20170125) ... [2019-11-16T00:25:09.975Z] strconv [2019-11-16T00:25:10.900Z] #13 144.2 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-11-16T00:25:10.900Z] #13 144.2 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:25:11.828Z] #13 DONE 145.1s [2019-11-16T00:25:11.828Z] [2019-11-16T00:25:11.828Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-11-16T00:25:12.245Z] #58 ... [2019-11-16T00:25:12.245Z] [2019-11-16T00:25:12.245Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:25:12.245Z] #33 140.9 github.com/LK4D4/vndr/godl [2019-11-16T00:25:12.812Z] #33 141.7 github.com/LK4D4/vndr [2019-11-16T00:25:13.836Z] sync [2019-11-16T00:25:13.836Z] io [2019-11-16T00:25:13.836Z] syscall [2019-11-16T00:25:13.836Z] reflect [2019-11-16T00:25:13.836Z] bytes [2019-11-16T00:25:13.836Z] strings [2019-11-16T00:25:14.178Z] bufio [2019-11-16T00:25:14.524Z] text/tabwriter [2019-11-16T00:25:14.524Z] path [2019-11-16T00:25:14.872Z] internal/syscall/unix [2019-11-16T00:25:14.872Z] time [2019-11-16T00:25:15.176Z] #14 ... [2019-11-16T00:25:15.176Z] [2019-11-16T00:25:15.176Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-11-16T00:25:15.176Z] #42 168.3 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-11-16T00:25:15.176Z] #42 170.7 + mkdir -p /build [2019-11-16T00:25:15.176Z] #42 170.7 + cp runc /build/runc [2019-11-16T00:25:15.176Z] #42 DONE 170.9s [2019-11-16T00:25:15.176Z] [2019-11-16T00:25:15.176Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:25:15.176Z] #58 144.6 CC criu/libnetlink.o [2019-11-16T00:25:15.176Z] #58 145.0 CC criu/log.o [2019-11-16T00:25:15.176Z] #58 145.6 CC criu/lsm.o [2019-11-16T00:25:15.176Z] #58 146.0 CC criu/mem.o [2019-11-16T00:25:15.176Z] #58 147.6 CC criu/mount.o [2019-11-16T00:25:15.176Z] #58 151.8 CC criu/namespaces.o [2019-11-16T00:25:15.604Z] sort [2019-11-16T00:25:15.605Z] internal/poll [2019-11-16T00:25:15.605Z] internal/fmtsort [2019-11-16T00:25:15.740Z] #58 154.1 CC criu/net.o [2019-11-16T00:25:15.948Z] os [2019-11-16T00:25:16.291Z] path/filepath [2019-11-16T00:25:16.291Z] fmt [2019-11-16T00:25:16.291Z] io/ioutil [2019-11-16T00:25:16.636Z] log [2019-11-16T00:25:16.636Z] flag [2019-11-16T00:25:16.636Z] github.com/BurntSushi/toml [2019-11-16T00:25:17.368Z] github.com/BurntSushi/toml/cmd/tomlv [2019-11-16T00:25:18.255Z] #58 ... [2019-11-16T00:25:18.255Z] [2019-11-16T00:25:18.255Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-11-16T00:25:18.255Z] #14 6.485 Collecting yamllint==1.16.0 [2019-11-16T00:25:19.064Z] Removing intermediate container 328da2165d0a [2019-11-16T00:25:19.064Z] ---> 584a60fae599 [2019-11-16T00:25:19.064Z] Step 44/125 : FROM base AS vndr [2019-11-16T00:25:19.064Z] ---> 2c089585f858 [2019-11-16T00:25:19.064Z] Step 45/125 : ENV INSTALL_BINARY_NAME=vndr [2019-11-16T00:25:19.064Z] ---> Running in bbfe47b2391b [2019-11-16T00:25:19.064Z] Removing intermediate container bbfe47b2391b [2019-11-16T00:25:19.064Z] ---> d92ea01f1705 [2019-11-16T00:25:19.064Z] Step 46/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:25:19.374Z] #33 ... [2019-11-16T00:25:19.374Z] [2019-11-16T00:25:19.374Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:25:19.374Z] #58 89.24 CC criu/clone-noasan.o [2019-11-16T00:25:19.374Z] #58 89.39 CC criu/config.o [2019-11-16T00:25:19.374Z] #58 90.73 CC criu/cr-check.o [2019-11-16T00:25:19.374Z] #58 92.17 CC criu/cr-dedup.o [2019-11-16T00:25:19.374Z] #58 92.54 CC criu/cr-dump.o [2019-11-16T00:25:19.374Z] #58 94.60 CC criu/cr-errno.o [2019-11-16T00:25:19.374Z] #58 94.66 CC criu/cr-restore.o [2019-11-16T00:25:19.404Z] ---> 2c77822b9d53 [2019-11-16T00:25:19.404Z] Step 47/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:25:19.404Z] ---> 08908e1de75f [2019-11-16T00:25:19.404Z] Step 48/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:25:19.404Z] ---> Running in 984b8e9f200b [2019-11-16T00:25:19.748Z] + RM_GOPATH=0 [2019-11-16T00:25:19.748Z] + TMP_GOPATH= [2019-11-16T00:25:19.748Z] + : /build [2019-11-16T00:25:19.748Z] + '[' -z '' ']' [2019-11-16T00:25:19.748Z] ++ mktemp -d [2019-11-16T00:25:19.748Z] + export GOPATH=/tmp/tmp.B9mliKAQiq [2019-11-16T00:25:19.748Z] + GOPATH=/tmp/tmp.B9mliKAQiq [2019-11-16T00:25:19.748Z] + RM_GOPATH=1 [2019-11-16T00:25:19.748Z] ++ dirname ./install.sh [2019-11-16T00:25:19.748Z] + dir=. [2019-11-16T00:25:19.748Z] + bin=vndr [2019-11-16T00:25:19.748Z] + shift [2019-11-16T00:25:19.748Z] + '[' '!' -f ./vndr.installer ']' [2019-11-16T00:25:19.748Z] + . ./vndr.installer [2019-11-16T00:25:19.748Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:25:19.748Z] + install_vndr [2019-11-16T00:25:19.748Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-11-16T00:25:19.748Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.B9mliKAQiq/src/github.com/LK4D4/vndr [2019-11-16T00:25:19.748Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:25:19.748Z] Cloning into '/tmp/tmp.B9mliKAQiq/src/github.com/LK4D4/vndr'... [2019-11-16T00:25:20.135Z] + cd /tmp/tmp.B9mliKAQiq/src/github.com/LK4D4/vndr [2019-11-16T00:25:20.135Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-11-16T00:25:20.135Z] + go build -buildmode=pie -v -o /build/vndr . [2019-11-16T00:25:20.309Z] #58 ... [2019-11-16T00:25:20.309Z] [2019-11-16T00:25:20.309Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-11-16T00:25:20.309Z] #33 DONE 149.2s [2019-11-16T00:25:20.309Z] [2019-11-16T00:25:20.309Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:25:20.477Z] errors [2019-11-16T00:25:20.478Z] internal/cpu [2019-11-16T00:25:20.478Z] internal/race [2019-11-16T00:25:20.478Z] runtime/internal/atomic [2019-11-16T00:25:20.478Z] runtime/internal/sys [2019-11-16T00:25:20.478Z] sync/atomic [2019-11-16T00:25:20.478Z] runtime/internal/math [2019-11-16T00:25:20.478Z] unicode [2019-11-16T00:25:20.478Z] unicode/utf8 [2019-11-16T00:25:20.478Z] internal/bytealg [2019-11-16T00:25:20.478Z] math/bits [2019-11-16T00:25:20.821Z] internal/testlog [2019-11-16T00:25:20.821Z] math [2019-11-16T00:25:20.821Z] encoding [2019-11-16T00:25:20.821Z] unicode/utf16 [2019-11-16T00:25:20.821Z] runtime [2019-11-16T00:25:20.821Z] container/list [2019-11-16T00:25:20.821Z] crypto/internal/subtle [2019-11-16T00:25:20.821Z] crypto/subtle [2019-11-16T00:25:20.821Z] internal/x/crypto/cryptobyte/asn1 [2019-11-16T00:25:21.168Z] internal/nettrace [2019-11-16T00:25:21.168Z] internal/x/net/dns/dnsmessage [2019-11-16T00:25:21.511Z] runtime/cgo [2019-11-16T00:25:21.511Z] strconv [2019-11-16T00:25:22.211Z] #58 99.33 CC criu/cr-service.o [2019-11-16T00:25:22.247Z] crypto/rc4 [2019-11-16T00:25:23.499Z] #14 ... [2019-11-16T00:25:23.499Z] [2019-11-16T00:25:23.499Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:25:23.499Z] #58 156.9 CC criu/netfilter.o [2019-11-16T00:25:23.499Z] #58 157.3 CC criu/page-pipe.o [2019-11-16T00:25:23.499Z] #58 157.7 CC criu/page-xfer.o [2019-11-16T00:25:23.499Z] #58 158.6 CC criu/pagemap-cache.o [2019-11-16T00:25:23.499Z] #58 158.9 CC criu/pagemap.o [2019-11-16T00:25:23.499Z] #58 159.7 CC criu/parasite-syscall.o [2019-11-16T00:25:23.499Z] #58 160.4 CC criu/path.o [2019-11-16T00:25:23.499Z] #58 160.6 CC criu/pie-util-vdso-elf32.o [2019-11-16T00:25:23.499Z] #58 161.0 CC criu/pie-util-vdso.o [2019-11-16T00:25:23.499Z] #58 161.3 CC criu/pie-util.o [2019-11-16T00:25:23.499Z] #58 161.4 CC criu/pipes.o [2019-11-16T00:25:23.586Z] #58 100.5 CC criu/crtools.o [2019-11-16T00:25:23.756Z] #58 162.1 CC criu/plugin.o [2019-11-16T00:25:24.153Z] #58 101.1 CC criu/eventfd.o [2019-11-16T00:25:24.318Z] #58 162.5 CC criu/proc_parse.o [2019-11-16T00:25:24.412Z] #58 101.3 CC criu/eventpoll.o [2019-11-16T00:25:25.245Z] #58 ... [2019-11-16T00:25:25.245Z] [2019-11-16T00:25:25.245Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-11-16T00:25:25.245Z] #14 13.30 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-11-16T00:25:25.245Z] #14 13.64 Collecting pyyaml (from yamllint==1.16.0) [2019-11-16T00:25:25.270Z] sync [2019-11-16T00:25:25.270Z] io [2019-11-16T00:25:25.270Z] github.com/LK4D4/vndr/godl/singleflight [2019-11-16T00:25:25.270Z] reflect [2019-11-16T00:25:25.270Z] syscall [2019-11-16T00:25:25.270Z] math/rand [2019-11-16T00:25:25.270Z] bytes [2019-11-16T00:25:25.270Z] strings [2019-11-16T00:25:25.347Z] #58 102.1 CC criu/external.o [2019-11-16T00:25:25.420Z] Removing intermediate container 0d6dcdcbf9a1 [2019-11-16T00:25:25.420Z] ---> e5dd5213f2d1 [2019-11-16T00:25:25.420Z] Step 66/125 : FROM base AS gotestsum [2019-11-16T00:25:25.420Z] ---> ad1f020b58ab [2019-11-16T00:25:25.420Z] Step 67/125 : ENV INSTALL_BINARY_NAME=gotestsum [2019-11-16T00:25:25.420Z] ---> Running in fb77cb12d67d [2019-11-16T00:25:25.420Z] Removing intermediate container fb77cb12d67d [2019-11-16T00:25:25.420Z] ---> cf226616f088 [2019-11-16T00:25:25.420Z] Step 68/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:25:25.420Z] ---> 5fba155edc75 [2019-11-16T00:25:25.420Z] Step 69/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:25:25.420Z] ---> bdcb05d1dded [2019-11-16T00:25:25.420Z] Step 70/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:25:25.420Z] ---> Running in 70eec7050f39 [2019-11-16T00:25:25.420Z] + RM_GOPATH=0 [2019-11-16T00:25:25.420Z] + TMP_GOPATH= [2019-11-16T00:25:25.420Z] + : /build [2019-11-16T00:25:25.420Z] + '[' -z '' ']' [2019-11-16T00:25:25.420Z] ++ mktemp -d [2019-11-16T00:25:25.420Z] + export GOPATH=/tmp/tmp.ZiO4PWl7F9 [2019-11-16T00:25:25.420Z] + GOPATH=/tmp/tmp.ZiO4PWl7F9 [2019-11-16T00:25:25.420Z] + RM_GOPATH=1 [2019-11-16T00:25:25.420Z] Installing gotestsum version v0.3.5 [2019-11-16T00:25:25.420Z] ++ dirname ./install.sh [2019-11-16T00:25:25.420Z] + dir=. [2019-11-16T00:25:25.420Z] + bin=gotestsum [2019-11-16T00:25:25.420Z] + shift [2019-11-16T00:25:25.420Z] + '[' '!' -f ./gotestsum.installer ']' [2019-11-16T00:25:25.420Z] + . ./gotestsum.installer [2019-11-16T00:25:25.420Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-11-16T00:25:25.420Z] + install_gotestsum [2019-11-16T00:25:25.420Z] + echo 'Installing gotestsum version v0.3.5' [2019-11-16T00:25:25.420Z] + go get -d gotest.tools/gotestsum [2019-11-16T00:25:25.606Z] #58 102.5 CC criu/fault-injection.o [2019-11-16T00:25:25.606Z] #58 102.6 CC criu/fdstore.o [2019-11-16T00:25:25.615Z] bufio [2019-11-16T00:25:25.958Z] path [2019-11-16T00:25:25.958Z] hash [2019-11-16T00:25:25.958Z] hash/crc32 [2019-11-16T00:25:26.174Z] #58 102.9 CC criu/fifo.o [2019-11-16T00:25:26.303Z] crypto [2019-11-16T00:25:26.303Z] crypto/internal/randutil [2019-11-16T00:25:26.303Z] crypto/sha512 [2019-11-16T00:25:26.303Z] crypto/hmac [2019-11-16T00:25:26.303Z] crypto/sha1 [2019-11-16T00:25:26.433Z] #58 103.3 CC criu/file-ids.o [2019-11-16T00:25:26.610Z] #14 14.84 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-11-16T00:25:26.692Z] #58 103.5 CC criu/file-lock.o [2019-11-16T00:25:26.699Z] crypto/sha256 [2019-11-16T00:25:26.699Z] time [2019-11-16T00:25:26.699Z] internal/syscall/unix [2019-11-16T00:25:26.699Z] internal/singleflight [2019-11-16T00:25:26.699Z] internal/x/crypto/hkdf [2019-11-16T00:25:26.699Z] internal/x/text/transform [2019-11-16T00:25:27.067Z] encoding/binary [2019-11-16T00:25:27.067Z] sort [2019-11-16T00:25:27.258Z] #58 104.3 CC criu/files-ext.o [2019-11-16T00:25:27.409Z] internal/fmtsort [2019-11-16T00:25:27.409Z] regexp/syntax [2019-11-16T00:25:27.409Z] internal/poll [2019-11-16T00:25:27.752Z] encoding/base64 [2019-11-16T00:25:27.752Z] crypto/cipher [2019-11-16T00:25:27.752Z] crypto/md5 [2019-11-16T00:25:27.825Z] #58 104.7 CC criu/files-reg.o [2019-11-16T00:25:27.898Z] + cd /tmp/tmp.ZiO4PWl7F9/src/gotest.tools/gotestsum [2019-11-16T00:25:27.898Z] + git checkout -q v0.3.5 [2019-11-16T00:25:27.898Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-11-16T00:25:28.095Z] os [2019-11-16T00:25:28.095Z] crypto/aes [2019-11-16T00:25:28.095Z] crypto/des [2019-11-16T00:25:28.095Z] encoding/pem [2019-11-16T00:25:28.467Z] internal/x/crypto/internal/chacha20 [2019-11-16T00:25:28.467Z] internal/x/crypto/poly1305 [2019-11-16T00:25:28.467Z] internal/x/crypto/curve25519 [2019-11-16T00:25:28.467Z] internal/x/crypto/chacha20poly1305 [2019-11-16T00:25:28.499Z] #14 16.70 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-11-16T00:25:28.759Z] #58 ... [2019-11-16T00:25:28.759Z] [2019-11-16T00:25:28.759Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-11-16T00:25:28.759Z] #42 154.9 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-11-16T00:25:28.759Z] #42 157.0 + mkdir -p /build [2019-11-16T00:25:28.759Z] #42 157.0 + cp runc /build/runc [2019-11-16T00:25:28.759Z] #42 DONE 157.7s [2019-11-16T00:25:28.810Z] regexp [2019-11-16T00:25:28.810Z] path/filepath [2019-11-16T00:25:28.810Z] fmt [2019-11-16T00:25:28.810Z] io/ioutil [2019-11-16T00:25:29.018Z] [2019-11-16T00:25:29.018Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:25:29.409Z] flag [2019-11-16T00:25:29.409Z] net/url [2019-11-16T00:25:29.409Z] go/token [2019-11-16T00:25:29.409Z] text/template/parse [2019-11-16T00:25:29.426Z] #14 17.81 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-11-16T00:25:29.585Z] #58 106.3 CC criu/files.o [2019-11-16T00:25:29.752Z] go/scanner [2019-11-16T00:25:29.752Z] log [2019-11-16T00:25:29.752Z] encoding/json [2019-11-16T00:25:29.752Z] encoding/xml [2019-11-16T00:25:29.752Z] go/ast [2019-11-16T00:25:30.354Z] #14 ... [2019-11-16T00:25:30.354Z] [2019-11-16T00:25:30.354Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-11-16T00:25:30.354Z] #55 230.1 + dpkg --print-architecture [2019-11-16T00:25:30.354Z] #55 230.1 + cd /tmp/tmp.nEjfSROGA0/src/github.com/docker/distribution [2019-11-16T00:25:30.354Z] #55 230.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-11-16T00:25:30.354Z] #55 230.3 + GOPATH=/tmp/tmp.nEjfSROGA0/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.nEjfSROGA0 [2019-11-16T00:25:30.354Z] #55 230.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-11-16T00:25:30.493Z] text/template [2019-11-16T00:25:31.229Z] go/parser [2019-11-16T00:25:31.486Z] #58 108.0 CC criu/filesystems.o [2019-11-16T00:25:31.486Z] #58 108.5 CC criu/fsnotify.o [2019-11-16T00:25:31.573Z] compress/flate [2019-11-16T00:25:31.573Z] context [2019-11-16T00:25:31.917Z] math/big [2019-11-16T00:25:31.918Z] go/doc [2019-11-16T00:25:32.259Z] encoding/hex [2019-11-16T00:25:32.259Z] compress/gzip [2019-11-16T00:25:32.259Z] net [2019-11-16T00:25:32.259Z] internal/x/text/unicode/bidi [2019-11-16T00:25:32.419Z] #58 109.3 CC criu/image-desc.o [2019-11-16T00:25:32.419Z] #58 109.4 CC criu/image.o [2019-11-16T00:25:32.994Z] github.com/LK4D4/vndr/build [2019-11-16T00:25:32.994Z] internal/x/text/secure/bidirule [2019-11-16T00:25:32.994Z] internal/x/text/unicode/norm [2019-11-16T00:25:33.354Z] #58 110.1 CC criu/ipc_ns.o [2019-11-16T00:25:33.727Z] internal/x/net/http2/hpack [2019-11-16T00:25:33.920Z] #58 111.0 CC criu/irmap.o [2019-11-16T00:25:34.072Z] crypto/rand [2019-11-16T00:25:34.072Z] crypto/elliptic [2019-11-16T00:25:34.072Z] encoding/asn1 [2019-11-16T00:25:34.415Z] crypto/rsa [2019-11-16T00:25:34.487Z] #58 111.5 CC criu/kcmp-ids.o [2019-11-16T00:25:34.520Z] #55 ... [2019-11-16T00:25:34.520Z] [2019-11-16T00:25:34.520Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-11-16T00:25:34.520Z] #14 18.97 Building wheels for collected packages: pyyaml, pathspec [2019-11-16T00:25:34.520Z] #14 18.97 Running setup.py bdist_wheel for pyyaml: started [2019-11-16T00:25:34.520Z] #14 20.21 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-11-16T00:25:34.520Z] #14 20.22 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-11-16T00:25:34.520Z] #14 20.31 Running setup.py bdist_wheel for pathspec: started [2019-11-16T00:25:34.520Z] #14 21.43 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-11-16T00:25:34.520Z] #14 21.43 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-11-16T00:25:34.520Z] #14 21.46 Successfully built pyyaml pathspec [2019-11-16T00:25:34.520Z] #14 21.47 Installing collected packages: pyyaml, pathspec, yamllint [2019-11-16T00:25:34.520Z] #14 21.87 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-11-16T00:25:34.520Z] #14 DONE 22.5s [2019-11-16T00:25:34.520Z] [2019-11-16T00:25:34.520Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:25:34.520Z] #58 164.8 CC criu/protobuf-desc.o [2019-11-16T00:25:34.520Z] #58 165.7 CC criu/protobuf.o [2019-11-16T00:25:34.520Z] #58 166.1 CC criu/pstree.o [2019-11-16T00:25:34.520Z] #58 167.1 CC criu/rbtree.o [2019-11-16T00:25:34.520Z] #58 167.4 CC criu/rst-malloc.o [2019-11-16T00:25:34.520Z] #58 167.7 CC criu/seccomp.o [2019-11-16T00:25:34.520Z] #58 168.4 CC criu/seize.o [2019-11-16T00:25:34.520Z] #58 169.4 CC criu/servicefd.o [2019-11-16T00:25:34.520Z] #58 169.8 CC criu/shmem.o [2019-11-16T00:25:34.520Z] #58 170.7 CC criu/sigframe.o [2019-11-16T00:25:34.520Z] #58 170.9 CC criu/signalfd.o [2019-11-16T00:25:34.520Z] #58 171.2 CC criu/sk-inet.o [2019-11-16T00:25:34.520Z] #58 172.3 CC criu/sk-netlink.o [2019-11-16T00:25:34.520Z] #58 ... [2019-11-16T00:25:34.520Z] [2019-11-16T00:25:34.520Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-11-16T00:25:34.520Z] #16 DONE 0.2s [2019-11-16T00:25:34.520Z] [2019-11-16T00:25:34.520Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-11-16T00:25:34.745Z] #58 111.8 CC criu/kerndat.o [2019-11-16T00:25:34.767Z] crypto/dsa [2019-11-16T00:25:35.110Z] internal/x/net/idna [2019-11-16T00:25:35.110Z] mime [2019-11-16T00:25:35.110Z] crypto/ecdsa [2019-11-16T00:25:35.110Z] crypto/x509/pkix [2019-11-16T00:25:35.450Z] internal/x/crypto/cryptobyte [2019-11-16T00:25:35.679Z] #58 112.6 CC criu/libnetlink.o [2019-11-16T00:25:35.792Z] mime/quotedprintable [2019-11-16T00:25:35.792Z] net/http/internal [2019-11-16T00:25:35.792Z] os/exec [2019-11-16T00:25:35.885Z] #21 DONE 1.6s [2019-11-16T00:25:35.885Z] [2019-11-16T00:25:35.885Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:25:35.885Z] #58 172.8 CC criu/sk-packet.o [2019-11-16T00:25:35.885Z] #58 173.4 CC criu/sk-queue.o [2019-11-16T00:25:35.885Z] #58 173.9 CC criu/sk-tcp.o [2019-11-16T00:25:35.937Z] #58 112.9 CC criu/log.o [2019-11-16T00:25:36.141Z] #58 174.5 CC criu/sk-unix.o [2019-11-16T00:25:36.504Z] #58 113.4 CC criu/lsm.o [2019-11-16T00:25:36.762Z] #58 113.8 CC criu/mem.o [2019-11-16T00:25:37.492Z] internal/x/net/http/httpproxy [2019-11-16T00:25:37.492Z] net/textproto [2019-11-16T00:25:37.492Z] crypto/x509 [2019-11-16T00:25:37.492Z] internal/x/net/http/httpguts [2019-11-16T00:25:37.492Z] mime/multipart [2019-11-16T00:25:38.029Z] #58 176.0 CC criu/sockets.o [2019-11-16T00:25:38.137Z] #58 114.9 CC criu/mount.o [2019-11-16T00:25:38.223Z] crypto/tls [2019-11-16T00:25:38.285Z] #58 176.7 CC criu/stats.o [2019-11-16T00:25:38.847Z] #58 177.0 CC criu/string.o [2019-11-16T00:25:38.847Z] #58 177.1 CC criu/sysctl.o [2019-11-16T00:25:39.408Z] #58 177.7 CC criu/sysfs_parse.o [2019-11-16T00:25:39.429Z] Removing intermediate container 70eec7050f39 [2019-11-16T00:25:39.429Z] ---> 1b70a6dabec6 [2019-11-16T00:25:39.429Z] Step 71/125 : FROM dev-base AS dockercli [2019-11-16T00:25:39.429Z] ---> ad1f020b58ab [2019-11-16T00:25:39.429Z] Step 72/125 : ENV INSTALL_BINARY_NAME=dockercli [2019-11-16T00:25:39.429Z] ---> Running in c1bacd567803 [2019-11-16T00:25:39.429Z] Removing intermediate container c1bacd567803 [2019-11-16T00:25:39.429Z] ---> 7f8c2717d916 [2019-11-16T00:25:39.429Z] Step 73/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:25:39.429Z] ---> 3476808f1df2 [2019-11-16T00:25:39.429Z] Step 74/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:25:39.429Z] ---> 791d4cf790ec [2019-11-16T00:25:39.429Z] Step 75/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:25:39.429Z] ---> Running in 5441919babe7 [2019-11-16T00:25:39.664Z] #58 178.0 CC criu/timerfd.o [2019-11-16T00:25:39.791Z] + RM_GOPATH=0 [2019-11-16T00:25:39.791Z] + TMP_GOPATH= [2019-11-16T00:25:39.791Z] + : /build [2019-11-16T00:25:39.791Z] + '[' -z '' ']' [2019-11-16T00:25:39.791Z] ++ mktemp -d [2019-11-16T00:25:39.791Z] + export GOPATH=/tmp/tmp.5xTFfEpLKr [2019-11-16T00:25:39.791Z] + GOPATH=/tmp/tmp.5xTFfEpLKr [2019-11-16T00:25:39.791Z] + RM_GOPATH=1 [2019-11-16T00:25:39.791Z] ++ dirname ./install.sh [2019-11-16T00:25:39.791Z] Install docker/cli version 17.06.2-ce from stable [2019-11-16T00:25:39.791Z] + dir=. [2019-11-16T00:25:39.791Z] + bin=dockercli [2019-11-16T00:25:39.791Z] + shift [2019-11-16T00:25:39.791Z] + '[' '!' -f ./dockercli.installer ']' [2019-11-16T00:25:39.791Z] + . ./dockercli.installer [2019-11-16T00:25:39.791Z] ++ DOCKERCLI_CHANNEL=stable [2019-11-16T00:25:39.791Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-11-16T00:25:39.791Z] + install_dockercli [2019-11-16T00:25:39.791Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-11-16T00:25:39.791Z] ++ uname -m [2019-11-16T00:25:39.791Z] + arch=s390x [2019-11-16T00:25:39.791Z] + '[' s390x '!=' x86_64 ']' [2019-11-16T00:25:39.791Z] + '[' s390x '!=' s390x ']' [2019-11-16T00:25:39.791Z] + url=https://download.docker.com/linux/static [2019-11-16T00:25:39.791Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-11-16T00:25:39.791Z] + tar -xz docker/docker [2019-11-16T00:25:39.922Z] net/http/httptrace [2019-11-16T00:25:39.922Z] net/http [2019-11-16T00:25:40.226Z] #58 178.3 CC criu/tty.o [2019-11-16T00:25:40.668Z] #58 117.3 CC criu/namespaces.o [2019-11-16T00:25:41.050Z] + mkdir -p /build [2019-11-16T00:25:41.050Z] + mv docker/docker /build/ [2019-11-16T00:25:41.050Z] + rmdir docker [2019-11-16T00:25:41.425Z] Removing intermediate container 5441919babe7 [2019-11-16T00:25:41.425Z] ---> 9797ef6ac329 [2019-11-16T00:25:41.425Z] Step 76/125 : FROM runtime-dev AS runc [2019-11-16T00:25:41.425Z] ---> 4b0fe6cdfcd7 [2019-11-16T00:25:41.425Z] Step 77/125 : ENV INSTALL_BINARY_NAME=runc [2019-11-16T00:25:41.602Z] #58 118.6 CC criu/net.o [2019-11-16T00:25:41.797Z] ---> Running in 3be702f18030 [2019-11-16T00:25:41.798Z] Removing intermediate container 3be702f18030 [2019-11-16T00:25:41.798Z] ---> 568cfa309448 [2019-11-16T00:25:41.798Z] Step 78/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:25:42.115Z] #58 180.1 CC criu/tun.o [2019-11-16T00:25:42.161Z] ---> 8e53ead840ac [2019-11-16T00:25:42.161Z] Step 79/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:25:42.161Z] ---> fc4d5dc569f8 [2019-11-16T00:25:42.161Z] Step 80/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:25:42.371Z] #58 180.6 CC criu/uffd.o [2019-11-16T00:25:42.577Z] ---> Running in 1dd7956511bd [2019-11-16T00:25:43.016Z] Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-11-16T00:25:43.016Z] + RM_GOPATH=0 [2019-11-16T00:25:43.016Z] + TMP_GOPATH= [2019-11-16T00:25:43.016Z] + : /build [2019-11-16T00:25:43.016Z] + '[' -z '' ']' [2019-11-16T00:25:43.016Z] ++ mktemp -d [2019-11-16T00:25:43.016Z] + export GOPATH=/tmp/tmp.dlNKqINGWF [2019-11-16T00:25:43.016Z] + GOPATH=/tmp/tmp.dlNKqINGWF [2019-11-16T00:25:43.016Z] + RM_GOPATH=1 [2019-11-16T00:25:43.016Z] ++ dirname ./install.sh [2019-11-16T00:25:43.016Z] + dir=. [2019-11-16T00:25:43.016Z] + bin=runc [2019-11-16T00:25:43.016Z] + shift [2019-11-16T00:25:43.016Z] + '[' '!' -f ./runc.installer ']' [2019-11-16T00:25:43.016Z] + . ./runc.installer [2019-11-16T00:25:43.016Z] ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-11-16T00:25:43.016Z] + install_runc [2019-11-16T00:25:43.016Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-11-16T00:25:43.016Z] + uname -r [2019-11-16T00:25:43.016Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-11-16T00:25:43.016Z] + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-11-16T00:25:43.016Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dlNKqINGWF/src/github.com/opencontainers/runc [2019-11-16T00:25:43.016Z] Cloning into '/tmp/tmp.dlNKqINGWF/src/github.com/opencontainers/runc'... [2019-11-16T00:25:43.298Z] #58 181.7 CC criu/util.o [2019-11-16T00:25:43.816Z] github.com/LK4D4/vndr/godl [2019-11-16T00:25:43.816Z] github.com/LK4D4/vndr [2019-11-16T00:25:43.948Z] + cd /tmp/tmp.dlNKqINGWF/src/github.com/opencontainers/runc [2019-11-16T00:25:43.948Z] + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-11-16T00:25:43.948Z] + '[' -z '' ']' [2019-11-16T00:25:43.948Z] + target=static [2019-11-16T00:25:43.948Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-11-16T00:25:44.132Z] #58 120.7 CC criu/netfilter.o [2019-11-16T00:25:44.132Z] #58 121.0 CC criu/page-pipe.o [2019-11-16T00:25:44.332Z] 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-11-16T00:25:44.663Z] #58 182.9 CC criu/uts_ns.o [2019-11-16T00:25:44.663Z] #58 183.1 CC criu/vdso-compat.o [2019-11-16T00:25:44.710Z] #58 121.4 CC criu/page-xfer.o [2019-11-16T00:25:45.225Z] #58 183.3 CC criu/vdso.o [2019-11-16T00:25:45.645Z] #58 122.5 CC criu/pagemap-cache.o [2019-11-16T00:25:45.904Z] #58 122.9 CC criu/pagemap.o [2019-11-16T00:25:46.152Z] #58 184.2 LINK criu/built-in.o [2019-11-16T00:25:46.152Z] #58 184.3 LINK criu/criu [2019-11-16T00:25:46.408Z] #58 184.6 DEP lib/c/criu.d [2019-11-16T00:25:46.408Z] #58 184.7 CC images/rpc.pb-c.o [2019-11-16T00:25:46.838Z] #58 123.6 CC criu/parasite-syscall.o [2019-11-16T00:25:46.970Z] #58 185.2 CC lib/c/criu.o [2019-11-16T00:25:47.404Z] #58 124.2 CC criu/path.o [2019-11-16T00:25:47.662Z] #58 124.5 CC criu/pie-util-vdso-elf32.o [2019-11-16T00:25:47.735Z] Removing intermediate container 984b8e9f200b [2019-11-16T00:25:47.735Z] ---> f8210bde60aa [2019-11-16T00:25:47.735Z] Step 49/125 : FROM dev-base AS containerd [2019-11-16T00:25:47.735Z] ---> 2c089585f858 [2019-11-16T00:25:47.735Z] Step 50/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:25:47.735Z] ---> Using cache [2019-11-16T00:25:47.735Z] ---> 47587fa40e8d [2019-11-16T00:25:47.735Z] Step 51/125 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-11-16T00:25:47.735Z] ---> Running in 8634311def69 [2019-11-16T00:25:47.735Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:25:47.735Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:25:47.735Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:25:47.735Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:25:47.735Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:25:47.898Z] #58 186.2 LINK lib/c/built-in.o [2019-11-16T00:25:47.898Z] #58 186.3 LINK lib/c/libcriu.so [2019-11-16T00:25:47.920Z] #58 124.8 CC criu/pie-util-vdso.o [2019-11-16T00:25:48.076Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [487 kB] [2019-11-16T00:25:48.153Z] #58 186.4 GEN magic.py [2019-11-16T00:25:48.197Z] #58 125.1 CC criu/pie-util.o [2019-11-16T00:25:48.197Z] #58 125.3 CC criu/pipes.o [2019-11-16T00:25:48.409Z] #58 186.5 Note: Building without setproctitle() and strlcpy() support. [2019-11-16T00:25:48.409Z] #58 186.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-11-16T00:25:48.415Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-11-16T00:25:48.415Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-11-16T00:25:48.665Z] #58 187.0 fatal: Not a git repository (or any of the parent directories): .git [2019-11-16T00:25:49.155Z] #58 126.0 CC criu/plugin.o [2019-11-16T00:25:49.227Z] #58 187.5 make[1]: Nothing to be done for 'all'. [2019-11-16T00:25:49.412Z] #58 126.4 CC criu/proc_parse.o [2019-11-16T00:25:49.789Z] #58 188.2 make[1]: 'images/built-in.o' is up to date. [2019-11-16T00:25:49.789Z] #58 188.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-11-16T00:25:49.789Z] #58 188.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-11-16T00:25:49.789Z] #58 188.2 make[1]: 'compel/libcompel.a' is up to date. [2019-11-16T00:25:50.045Z] #58 188.3 make[1]: 'compel/compel-host-bin' is up to date. [2019-11-16T00:25:50.045Z] #58 188.3 make[1]: Nothing to be done for 'all'. [2019-11-16T00:25:50.045Z] #58 188.3 make[1]: 'soccr/libsoccr.a' is up to date. [2019-11-16T00:25:50.301Z] #58 188.5 make[2]: Nothing to be done for 'all'. [2019-11-16T00:25:50.301Z] #58 188.5 make[2]: Nothing to be done for 'all'. [2019-11-16T00:25:50.301Z] #58 188.5 make[2]: Nothing to be done for 'all'. [2019-11-16T00:25:50.301Z] #58 188.6 make[2]: Nothing to be done for 'all'. [2019-11-16T00:25:50.301Z] #58 188.7 make[2]: Nothing to be done for 'all'. [2019-11-16T00:25:50.557Z] #58 188.7 make[2]: Nothing to be done for 'all'. [2019-11-16T00:25:50.557Z] #58 188.7 make[2]: Nothing to be done for 'all'. [2019-11-16T00:25:50.557Z] #58 188.9 make[2]: Nothing to be done for 'all'. [2019-11-16T00:25:50.557Z] #58 188.9 INSTALL criu/criu [2019-11-16T00:25:50.770Z] Fetched 7727 kB in 3s (2492 kB/s) [2019-11-16T00:25:51.119Z] #58 DONE 189.5s [2019-11-16T00:25:51.119Z] [2019-11-16T00:25:51.119Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-11-16T00:25:51.377Z] #55 252.5 + rm -rf /tmp/tmp.nEjfSROGA0/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.nEjfSROGA0 [2019-11-16T00:25:51.377Z] #55 DONE 252.7s [2019-11-16T00:25:51.377Z] [2019-11-16T00:25:51.377Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:25:51.826Z] Reading package lists... [2019-11-16T00:25:51.937Z] #58 128.4 CC criu/protobuf-desc.o [2019-11-16T00:25:52.195Z] #58 129.2 CC criu/protobuf.o [2019-11-16T00:25:52.761Z] #58 129.6 CC criu/pstree.o [2019-11-16T00:25:52.761Z] #58 ... [2019-11-16T00:25:52.761Z] [2019-11-16T00:25:52.761Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-11-16T00:25:52.761Z] #55 183.8 + dpkg --print-architecture [2019-11-16T00:25:52.761Z] #55 183.8 + cd /tmp/tmp.g6sd5aZdu8/src/github.com/docker/distribution [2019-11-16T00:25:52.761Z] #55 183.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-11-16T00:25:53.019Z] #55 184.1 + GOPATH=/tmp/tmp.g6sd5aZdu8/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.g6sd5aZdu8 [2019-11-16T00:25:53.019Z] #55 184.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-11-16T00:25:53.400Z] Reading package lists... [2019-11-16T00:25:53.400Z] Building dependency tree... [2019-11-16T00:25:53.400Z] Reading state information... [2019-11-16T00:25:53.896Z] #47 ... [2019-11-16T00:25:53.896Z] [2019-11-16T00:25:53.896Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-11-16T00:25:53.896Z] #24 DONE 255.0s [2019-11-16T00:25:53.928Z] The following additional packages will be installed: [2019-11-16T00:25:53.928Z] btrfs-progs liblzo2-2 [2019-11-16T00:25:53.928Z] The following NEW packages will be installed: [2019-11-16T00:25:53.928Z] btrfs-progs btrfs-tools liblzo2-2 [2019-11-16T00:25:53.928Z] 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:25:53.928Z] Need to get 588 kB of archives. [2019-11-16T00:25:53.928Z] After this operation, 5005 kB of additional disk space will be used. [2019-11-16T00:25:53.928Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-11-16T00:25:53.928Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-11-16T00:25:53.928Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-11-16T00:25:53.928Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:25:53.928Z] Fetched 588 kB in 0s (4361 kB/s) [2019-11-16T00:25:53.928Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-11-16T00:25:53.928Z] (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-11-16T00:25:53.928Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-11-16T00:25:53.928Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-11-16T00:25:53.928Z] Selecting previously unselected package btrfs-progs. [2019-11-16T00:25:53.928Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-11-16T00:25:53.928Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-11-16T00:25:54.152Z] [2019-11-16T00:25:54.152Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:25:54.270Z] Selecting previously unselected package btrfs-tools. [2019-11-16T00:25:54.270Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-11-16T00:25:54.270Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-11-16T00:25:54.270Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:25:54.270Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-11-16T00:25:54.270Z] Setting up btrfs-progs (4.7.3-1) ... [2019-11-16T00:25:54.270Z] Setting up btrfs-tools (4.7.3-1) ... [2019-11-16T00:25:54.270Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:25:54.612Z] Removing intermediate container 8634311def69 [2019-11-16T00:25:54.612Z] ---> 46d6e406c754 [2019-11-16T00:25:54.612Z] Step 52/125 : ENV INSTALL_BINARY_NAME=containerd [2019-11-16T00:25:54.612Z] ---> Running in cdd9037c7f29 [2019-11-16T00:25:54.952Z] Removing intermediate container cdd9037c7f29 [2019-11-16T00:25:54.952Z] ---> 539982e194ec [2019-11-16T00:25:54.952Z] Step 53/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:25:54.952Z] ---> a8fb0a243114 [2019-11-16T00:25:54.952Z] Step 54/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:25:55.294Z] ---> a1d4f0d8ad3c [2019-11-16T00:25:55.294Z] Step 55/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:25:55.294Z] ---> Running in 01c2c4e29167 [2019-11-16T00:25:55.640Z] + RM_GOPATH=0 [2019-11-16T00:25:55.640Z] + TMP_GOPATH= [2019-11-16T00:25:55.640Z] + : /build [2019-11-16T00:25:55.640Z] + '[' -z '' ']' [2019-11-16T00:25:55.640Z] ++ mktemp -d [2019-11-16T00:25:55.640Z] + export GOPATH=/tmp/tmp.z7agjlg3Xo [2019-11-16T00:25:55.640Z] + GOPATH=/tmp/tmp.z7agjlg3Xo [2019-11-16T00:25:55.640Z] + RM_GOPATH=1 [2019-11-16T00:25:55.640Z] ++ dirname ./install.sh [2019-11-16T00:25:55.640Z] + dir=. [2019-11-16T00:25:55.640Z] + bin=containerd [2019-11-16T00:25:55.640Z] + shift [2019-11-16T00:25:55.640Z] + '[' '!' -f ./containerd.installer ']' [2019-11-16T00:25:55.640Z] + . ./containerd.installer [2019-11-16T00:25:55.640Z] ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:25:55.640Z] + install_containerd [2019-11-16T00:25:55.640Z] + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-11-16T00:25:55.640Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.z7agjlg3Xo/src/github.com/containerd/containerd [2019-11-16T00:25:55.640Z] Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:25:55.640Z] Cloning into '/tmp/tmp.z7agjlg3Xo/src/github.com/containerd/containerd'... [2019-11-16T00:25:56.667Z] #47 ... [2019-11-16T00:25:56.667Z] [2019-11-16T00:25:56.667Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ [2019-11-16T00:25:57.228Z] #25 DONE 1.0s [2019-11-16T00:25:57.228Z] [2019-11-16T00:25:57.228Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:25:57.495Z] #47 ... [2019-11-16T00:25:57.495Z] [2019-11-16T00:25:57.495Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-11-16T00:25:57.495Z] #28 DONE 0.1s [2019-11-16T00:25:57.495Z] [2019-11-16T00:25:57.495Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-11-16T00:25:57.750Z] #31 DONE 0.2s [2019-11-16T00:25:57.750Z] [2019-11-16T00:25:57.750Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-11-16T00:25:57.750Z] #34 DONE 0.1s [2019-11-16T00:25:57.750Z] [2019-11-16T00:25:57.750Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:25:57.750Z] #47 ... [2019-11-16T00:25:57.750Z] [2019-11-16T00:25:57.750Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-11-16T00:25:57.750Z] #39 DONE 0.1s [2019-11-16T00:25:57.750Z] [2019-11-16T00:25:57.750Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-11-16T00:25:58.005Z] #43 DONE 0.1s [2019-11-16T00:25:58.005Z] [2019-11-16T00:25:58.005Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:25:58.171Z] 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-11-16T00:25:58.534Z] + mkdir -p /build [2019-11-16T00:25:58.534Z] + cp runc /build/runc [2019-11-16T00:25:59.804Z] Removing intermediate container 1dd7956511bd [2019-11-16T00:25:59.804Z] ---> 319a07823e5e [2019-11-16T00:25:59.804Z] Step 81/125 : FROM dev-base AS tini [2019-11-16T00:25:59.804Z] ---> ad1f020b58ab [2019-11-16T00:25:59.804Z] Step 82/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:25:59.804Z] ---> Using cache [2019-11-16T00:25:59.804Z] ---> 6b249c1bf76d [2019-11-16T00:25:59.804Z] Step 83/125 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-11-16T00:25:59.804Z] ---> Running in 72dac547ac41 [2019-11-16T00:26:00.195Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:26:00.195Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:26:00.195Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:26:00.195Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:26:00.195Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:26:00.195Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-11-16T00:26:00.584Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-11-16T00:26:00.584Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-11-16T00:26:01.665Z] + cd /tmp/tmp.z7agjlg3Xo/src/github.com/containerd/containerd [2019-11-16T00:26:01.665Z] + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-11-16T00:26:01.879Z] Fetched 7672 kB in 1s (4662 kB/s) [2019-11-16T00:26:02.243Z] Reading package lists... [2019-11-16T00:26:02.396Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-11-16T00:26:02.396Z] + BUILDTAGS='netgo osusergo static_build' [2019-11-16T00:26:02.396Z] + export EXTRA_FLAGS=-buildmode=pie [2019-11-16T00:26:02.396Z] + EXTRA_FLAGS=-buildmode=pie [2019-11-16T00:26:02.396Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-11-16T00:26:02.396Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-11-16T00:26:02.396Z] + '[' '' = dynamic ']' [2019-11-16T00:26:02.396Z] + make [2019-11-16T00:26:02.736Z] 🇩 bin/ctr [2019-11-16T00:26:03.034Z] Reading package lists... [2019-11-16T00:26:03.034Z] Building dependency tree... [2019-11-16T00:26:03.034Z] Reading state information... [2019-11-16T00:26:03.034Z] The following additional packages will be installed: [2019-11-16T00:26:03.034Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-11-16T00:26:03.034Z] Suggested packages: [2019-11-16T00:26:03.034Z] codeblocks eclipse ninja-build lrzip [2019-11-16T00:26:03.034Z] Recommended packages: [2019-11-16T00:26:03.034Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-11-16T00:26:03.034Z] The following NEW packages will be installed: [2019-11-16T00:26:03.034Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-11-16T00:26:03.034Z] vim-common xxd [2019-11-16T00:26:03.034Z] 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:26:03.034Z] Need to get 13.2 MB of archives. [2019-11-16T00:26:03.034Z] After this operation, 59.4 MB of additional disk space will be used. [2019-11-16T00:26:03.034Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-11-16T00:26:03.440Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-11-16T00:26:03.440Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-11-16T00:26:03.440Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-11-16T00:26:03.440Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x libarchive13 s390x 3.2.2-2+deb9u2 [283 kB] [2019-11-16T00:26:03.440Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-11-16T00:26:03.440Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-11-16T00:26:03.440Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-11-16T00:26:03.440Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-11-16T00:26:03.440Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-11-16T00:26:03.941Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:26:03.941Z] Fetched 13.2 MB in 0s (25.7 MB/s) [2019-11-16T00:26:03.941Z] Selecting previously unselected package cmake-data. [2019-11-16T00:26:03.941Z] (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-11-16T00:26:03.941Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-11-16T00:26:03.941Z] Unpacking cmake-data (3.7.2-1) ... [2019-11-16T00:26:04.318Z] Selecting previously unselected package liblzo2-2:s390x. [2019-11-16T00:26:04.318Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-11-16T00:26:04.318Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-11-16T00:26:04.318Z] Selecting previously unselected package libicu57:s390x. [2019-11-16T00:26:04.318Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-11-16T00:26:04.318Z] Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-11-16T00:26:04.537Z] #47 224.4 🇩 bin/containerd [2019-11-16T00:26:05.127Z] Selecting previously unselected package libxml2:s390x. [2019-11-16T00:26:05.127Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-11-16T00:26:05.127Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-11-16T00:26:05.127Z] Selecting previously unselected package libarchive13:s390x. [2019-11-16T00:26:05.127Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_s390x.deb ... [2019-11-16T00:26:05.127Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u2) ... [2019-11-16T00:26:05.127Z] Selecting previously unselected package libjsoncpp1:s390x. [2019-11-16T00:26:05.127Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-11-16T00:26:05.127Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-11-16T00:26:05.127Z] Selecting previously unselected package libuv1:s390x. [2019-11-16T00:26:05.127Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-11-16T00:26:05.127Z] Unpacking libuv1:s390x (1.9.1-3) ... [2019-11-16T00:26:05.127Z] Selecting previously unselected package cmake. [2019-11-16T00:26:05.127Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-11-16T00:26:05.218Z] #55 ... [2019-11-16T00:26:05.218Z] [2019-11-16T00:26:05.218Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:26:05.218Z] #58 130.5 CC criu/rbtree.o [2019-11-16T00:26:05.218Z] #58 130.8 CC criu/rst-malloc.o [2019-11-16T00:26:05.218Z] #58 130.9 CC criu/seccomp.o [2019-11-16T00:26:05.218Z] #58 131.6 CC criu/seize.o [2019-11-16T00:26:05.218Z] #58 132.3 CC criu/servicefd.o [2019-11-16T00:26:05.218Z] #58 132.7 CC criu/shmem.o [2019-11-16T00:26:05.218Z] #58 133.4 CC criu/sigframe.o [2019-11-16T00:26:05.218Z] #58 133.7 CC criu/signalfd.o [2019-11-16T00:26:05.218Z] #58 133.9 CC criu/sk-inet.o [2019-11-16T00:26:05.218Z] #58 134.8 CC criu/sk-netlink.o [2019-11-16T00:26:05.218Z] #58 135.2 CC criu/sk-packet.o [2019-11-16T00:26:05.218Z] #58 135.7 CC criu/sk-queue.o [2019-11-16T00:26:05.218Z] #58 136.1 CC criu/sk-tcp.o [2019-11-16T00:26:05.218Z] #58 136.7 CC criu/sk-unix.o [2019-11-16T00:26:05.218Z] #58 138.4 CC criu/sockets.o [2019-11-16T00:26:05.218Z] #58 139.3 CC criu/stats.o [2019-11-16T00:26:05.218Z] #58 139.5 CC criu/string.o [2019-11-16T00:26:05.218Z] #58 139.6 CC criu/sysctl.o [2019-11-16T00:26:05.218Z] #58 140.1 CC criu/sysfs_parse.o [2019-11-16T00:26:05.218Z] #58 140.5 CC criu/timerfd.o [2019-11-16T00:26:05.218Z] #58 140.9 CC criu/tty.o [2019-11-16T00:26:05.502Z] Unpacking cmake (3.7.2-1) ... [2019-11-16T00:26:05.502Z] Selecting previously unselected package xxd. [2019-11-16T00:26:05.502Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-11-16T00:26:05.502Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:05.785Z] #58 142.5 CC criu/tun.o [2019-11-16T00:26:05.878Z] Selecting previously unselected package vim-common. [2019-11-16T00:26:05.878Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:26:05.878Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:05.878Z] Processing triggers for mime-support (3.60) ... [2019-11-16T00:26:05.878Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:05.878Z] Setting up libuv1:s390x (1.9.1-3) ... [2019-11-16T00:26:05.878Z] Setting up cmake-data (3.7.2-1) ... [2019-11-16T00:26:05.878Z] Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-11-16T00:26:05.878Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-11-16T00:26:05.878Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:26:05.878Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:05.878Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-11-16T00:26:05.878Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-11-16T00:26:05.878Z] Setting up libarchive13:s390x (3.2.2-2+deb9u2) ... [2019-11-16T00:26:05.878Z] Setting up cmake (3.7.2-1) ... [2019-11-16T00:26:05.878Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:26:06.351Z] #58 143.1 CC criu/uffd.o [2019-11-16T00:26:07.135Z] Removing intermediate container 72dac547ac41 [2019-11-16T00:26:07.136Z] ---> 17b967d02423 [2019-11-16T00:26:07.136Z] Step 84/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:26:07.286Z] #58 144.2 CC criu/util.o [2019-11-16T00:26:07.498Z] ---> 2eb933e968d0 [2019-11-16T00:26:07.498Z] Step 85/125 : ENV INSTALL_BINARY_NAME=tini [2019-11-16T00:26:07.498Z] ---> Running in f136032f3c7e [2019-11-16T00:26:07.498Z] Removing intermediate container f136032f3c7e [2019-11-16T00:26:07.498Z] ---> f3aa2701b85b [2019-11-16T00:26:07.498Z] Step 86/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:26:07.862Z] ---> 103b2137f9e4 [2019-11-16T00:26:07.862Z] Step 87/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:26:07.862Z] ---> Running in b885e9b7031d [2019-11-16T00:26:08.219Z] #58 145.3 CC criu/uts_ns.o [2019-11-16T00:26:08.235Z] + RM_GOPATH=0 [2019-11-16T00:26:08.235Z] + TMP_GOPATH= [2019-11-16T00:26:08.235Z] + : /build [2019-11-16T00:26:08.235Z] + '[' -z '' ']' [2019-11-16T00:26:08.235Z] ++ mktemp -d [2019-11-16T00:26:08.235Z] + export GOPATH=/tmp/tmp.OYOFn9q5XC [2019-11-16T00:26:08.235Z] + GOPATH=/tmp/tmp.OYOFn9q5XC [2019-11-16T00:26:08.235Z] + RM_GOPATH=1 [2019-11-16T00:26:08.235Z] ++ dirname ./install.sh [2019-11-16T00:26:08.235Z] + dir=. [2019-11-16T00:26:08.235Z] + bin=tini [2019-11-16T00:26:08.235Z] + shift [2019-11-16T00:26:08.235Z] + '[' '!' -f ./tini.installer ']' [2019-11-16T00:26:08.235Z] + . ./tini.installer [2019-11-16T00:26:08.235Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:26:08.235Z] + install_tini [2019-11-16T00:26:08.235Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-11-16T00:26:08.235Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.OYOFn9q5XC/tini [2019-11-16T00:26:08.235Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:26:08.235Z] Cloning into '/tmp/tmp.OYOFn9q5XC/tini'... [2019-11-16T00:26:08.600Z] + cd /tmp/tmp.OYOFn9q5XC/tini [2019-11-16T00:26:08.600Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:26:08.600Z] + cmake . [2019-11-16T00:26:08.600Z] -- The C compiler identification is GNU 6.3.0 [2019-11-16T00:26:08.600Z] -- Check for working C compiler: /usr/bin/cc [2019-11-16T00:26:08.600Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-11-16T00:26:08.600Z] -- Detecting C compiler ABI info [2019-11-16T00:26:08.786Z] #58 145.6 CC criu/vdso-compat.o [2019-11-16T00:26:08.786Z] #58 145.8 CC criu/vdso.o [2019-11-16T00:26:09.053Z] -- Detecting C compiler ABI info - done [2019-11-16T00:26:09.053Z] -- Detecting C compile features [2019-11-16T00:26:09.053Z] -- Detecting C compile features - done [2019-11-16T00:26:09.053Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-11-16T00:26:09.053Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-11-16T00:26:09.053Z] -- Configuring done [2019-11-16T00:26:09.053Z] -- Generating done [2019-11-16T00:26:09.053Z] -- Build files have been written to: /tmp/tmp.OYOFn9q5XC/tini [2019-11-16T00:26:09.053Z] + make tini-static [2019-11-16T00:26:09.053Z] Scanning dependencies of target tini-static [2019-11-16T00:26:09.053Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-11-16T00:26:09.556Z] [100%] Linking C executable tini-static [2019-11-16T00:26:09.556Z] [100%] Built target tini-static [2019-11-16T00:26:09.556Z] + mkdir -p /build [2019-11-16T00:26:09.556Z] + cp tini-static /build/docker-init [2019-11-16T00:26:09.720Z] #58 146.6 LINK criu/built-in.o [2019-11-16T00:26:09.720Z] #58 146.7 LINK criu/criu [2019-11-16T00:26:09.940Z] Removing intermediate container b885e9b7031d [2019-11-16T00:26:09.941Z] ---> 8273e664621d [2019-11-16T00:26:09.941Z] Step 88/125 : FROM dev-base AS rootlesskit [2019-11-16T00:26:09.941Z] ---> ad1f020b58ab [2019-11-16T00:26:09.941Z] Step 89/125 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-11-16T00:26:10.286Z] #58 147.1 DEP lib/c/criu.d [2019-11-16T00:26:10.286Z] #58 147.2 CC images/rpc.pb-c.o [2019-11-16T00:26:10.306Z] ---> Running in d65d33697caa [2019-11-16T00:26:10.307Z] Removing intermediate container d65d33697caa [2019-11-16T00:26:10.307Z] ---> 40bd0534a5aa [2019-11-16T00:26:10.307Z] Step 90/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:26:10.692Z] ---> 0d355c7b4cbe [2019-11-16T00:26:10.692Z] Step 91/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:26:10.692Z] ---> d17b714abaad [2019-11-16T00:26:10.692Z] Step 92/125 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:26:10.692Z] ---> Running in 945a3b56b26a [2019-11-16T00:26:10.853Z] #58 147.7 CC lib/c/criu.o [2019-11-16T00:26:11.473Z] + RM_GOPATH=0 [2019-11-16T00:26:11.473Z] + TMP_GOPATH= [2019-11-16T00:26:11.473Z] + : /build/ [2019-11-16T00:26:11.473Z] + '[' -z '' ']' [2019-11-16T00:26:11.473Z] ++ mktemp -d [2019-11-16T00:26:11.473Z] + export GOPATH=/tmp/tmp.1c6gq7lv1g [2019-11-16T00:26:11.473Z] + GOPATH=/tmp/tmp.1c6gq7lv1g [2019-11-16T00:26:11.473Z] + RM_GOPATH=1 [2019-11-16T00:26:11.473Z] ++ dirname ./install.sh [2019-11-16T00:26:11.473Z] + dir=. [2019-11-16T00:26:11.473Z] + bin=rootlesskit [2019-11-16T00:26:11.473Z] + shift [2019-11-16T00:26:11.473Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-11-16T00:26:11.473Z] + . ./rootlesskit.installer [2019-11-16T00:26:11.473Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:26:11.473Z] + install_rootlesskit [2019-11-16T00:26:11.473Z] + case "$1" in [2019-11-16T00:26:11.473Z] + export CGO_ENABLED=0 [2019-11-16T00:26:11.473Z] + CGO_ENABLED=0 [2019-11-16T00:26:11.473Z] + _install_rootlesskit [2019-11-16T00:26:11.473Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-11-16T00:26:11.473Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.1c6gq7lv1g/src/github.com/rootless-containers/rootlesskit [2019-11-16T00:26:11.473Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:26:11.473Z] Cloning into '/tmp/tmp.1c6gq7lv1g/src/github.com/rootless-containers/rootlesskit'... [2019-11-16T00:26:11.787Z] #58 148.6 LINK lib/c/built-in.o [2019-11-16T00:26:11.787Z] #58 148.6 LINK lib/c/libcriu.so [2019-11-16T00:26:11.787Z] #58 148.8 GEN magic.py [2019-11-16T00:26:11.787Z] #58 148.9 Note: Building without setproctitle() and strlcpy() support. [2019-11-16T00:26:11.787Z] #58 148.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-11-16T00:26:11.872Z] + cd /tmp/tmp.1c6gq7lv1g/src/github.com/rootless-containers/rootlesskit [2019-11-16T00:26:11.872Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:26:11.872Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-11-16T00:26:11.872Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-11-16T00:26:12.722Z] #58 149.6 fatal: Not a git repository (or any of the parent directories): .git [2019-11-16T00:26:13.288Z] #58 150.2 make[1]: Nothing to be done for 'all'. [2019-11-16T00:26:13.546Z] #58 ... [2019-11-16T00:26:13.546Z] [2019-11-16T00:26:13.546Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-11-16T00:26:13.546Z] #55 204.7 + rm -rf /tmp/tmp.g6sd5aZdu8/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.g6sd5aZdu8 [2019-11-16T00:26:16.077Z] #55 DONE 207.1s [2019-11-16T00:26:16.077Z] [2019-11-16T00:26:16.077Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-11-16T00:26:16.077Z] #58 150.8 make[1]: 'images/built-in.o' is up to date. [2019-11-16T00:26:16.077Z] #58 150.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-11-16T00:26:16.077Z] #58 150.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-11-16T00:26:16.077Z] #58 150.9 make[1]: 'compel/libcompel.a' is up to date. [2019-11-16T00:26:16.077Z] #58 150.9 make[1]: 'compel/compel-host-bin' is up to date. [2019-11-16T00:26:16.077Z] #58 150.9 make[1]: Nothing to be done for 'all'. [2019-11-16T00:26:16.077Z] #58 150.9 make[1]: 'soccr/libsoccr.a' is up to date. [2019-11-16T00:26:16.077Z] #58 151.1 make[2]: Nothing to be done for 'all'. [2019-11-16T00:26:16.077Z] #58 151.1 make[2]: Nothing to be done for 'all'. [2019-11-16T00:26:16.077Z] #58 151.1 make[2]: Nothing to be done for 'all'. [2019-11-16T00:26:16.077Z] #58 151.2 make[2]: Nothing to be done for 'all'. [2019-11-16T00:26:16.077Z] #58 151.2 make[2]: Nothing to be done for 'all'. [2019-11-16T00:26:16.077Z] #58 151.3 make[2]: Nothing to be done for 'all'. [2019-11-16T00:26:16.077Z] #58 151.3 make[2]: Nothing to be done for 'all'. [2019-11-16T00:26:16.077Z] #58 151.4 make[2]: Nothing to be done for 'all'. [2019-11-16T00:26:16.077Z] #58 151.4 INSTALL criu/criu [2019-11-16T00:26:16.077Z] #58 DONE 152.9s [2019-11-16T00:26:16.077Z] [2019-11-16T00:26:16.077Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-11-16T00:26:17.452Z] #24 DONE 206.0s [2019-11-16T00:26:17.452Z] [2019-11-16T00:26:17.452Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:26:17.760Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-11-16T00:26:17.760Z] [2019-11-16T00:26:17.760Z] ________ ____ __. [2019-11-16T00:26:17.760Z] \_____ \ | |/ _| [2019-11-16T00:26:17.760Z] / | \| < [2019-11-16T00:26:17.760Z] / | \ | \ [2019-11-16T00:26:17.760Z] \_______ /____|__ \ [2019-11-16T00:26:17.760Z] \/ \/ [2019-11-16T00:26:17.760Z] [2019-11-16T00:26:17.760Z] INFO: make.ps1 ended at 11/16/2019 00:26:16 [2019-11-16T00:26:18.425Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-11-16T00:26:18.426Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-11-16T00:26:19.316Z] INFO: Binaries build ended at 11/16/2019 00:26:19. Duration:00:01:18.8494164 [2019-11-16T00:26:20.272Z] Removing intermediate container 945a3b56b26a [2019-11-16T00:26:20.272Z] ---> e2038c2d48db [2019-11-16T00:26:20.272Z] Step 93/125 : COPY ./contrib/dockerd-rootless.sh /build [2019-11-16T00:26:20.636Z] ---> 1f6fe28603ea [2019-11-16T00:26:20.636Z] Step 94/125 : FROM runtime-dev AS dev [2019-11-16T00:26:20.636Z] ---> 4b0fe6cdfcd7 [2019-11-16T00:26:20.636Z] Step 95/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:26:20.636Z] ---> Running in c3a047bfef59 [2019-11-16T00:26:20.735Z] #47 ... [2019-11-16T00:26:20.735Z] [2019-11-16T00:26:20.735Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ [2019-11-16T00:26:20.998Z] Removing intermediate container c3a047bfef59 [2019-11-16T00:26:20.998Z] ---> 08a4345e4127 [2019-11-16T00:26:20.998Z] Step 96/125 : RUN groupadd -r docker [2019-11-16T00:26:20.998Z] ---> Running in 040c91ad4054 [2019-11-16T00:26:21.511Z] INFO: Copying the built daemon binary to d:\CI\PR-425\1\binary\dockerd-d699e3de1.exe... [2019-11-16T00:26:22.267Z] Removing intermediate container 040c91ad4054 [2019-11-16T00:26:22.267Z] ---> 8be27b0bcd6e [2019-11-16T00:26:22.267Z] Step 97/125 : RUN useradd --create-home --gid docker unprivilegeduser [2019-11-16T00:26:22.267Z] ---> Running in d43d069c3f1f [2019-11-16T00:26:22.489Z] INFO: Copying the built client binary to d:\CI\PR-425\1\binary\docker-d699e3de1.exe... [2019-11-16T00:26:22.490Z] INFO: Copying dockerversion from the container... [2019-11-16T00:26:22.490Z] INFO: Copying the golang package from the container to d:\CI\PR-425\1\installer\go.zip... [2019-11-16T00:26:23.050Z] Removing intermediate container d43d069c3f1f [2019-11-16T00:26:23.050Z] ---> 44dce9565f6d [2019-11-16T00:26:23.050Z] Step 98/125 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-11-16T00:26:23.050Z] ---> Running in dadd33974b64 [2019-11-16T00:26:23.842Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-11-16T00:26:24.019Z] #25 DONE 3.6s [2019-11-16T00:26:24.019Z] [2019-11-16T00:26:24.019Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:26:24.019Z] #47 ... [2019-11-16T00:26:24.019Z] [2019-11-16T00:26:24.019Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-11-16T00:26:24.277Z] #28 DONE 0.3s [2019-11-16T00:26:24.277Z] [2019-11-16T00:26:24.277Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:26:24.277Z] #47 ... [2019-11-16T00:26:24.277Z] [2019-11-16T00:26:24.277Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-11-16T00:26:24.277Z] #31 DONE 0.1s [2019-11-16T00:26:24.310Z] Removing intermediate container dadd33974b64 [2019-11-16T00:26:24.310Z] ---> 8511dd1a2d67 [2019-11-16T00:26:24.310Z] Step 99/125 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-11-16T00:26:24.310Z] ---> Running in 354d8fc30e1b [2019-11-16T00:26:24.535Z] [2019-11-16T00:26:24.535Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-11-16T00:26:24.535Z] #34 DONE 0.3s [2019-11-16T00:26:24.535Z] [2019-11-16T00:26:24.535Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:26:24.792Z] #47 ... [2019-11-16T00:26:24.792Z] [2019-11-16T00:26:24.792Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-11-16T00:26:24.792Z] #39 DONE 0.1s [2019-11-16T00:26:24.792Z] [2019-11-16T00:26:24.792Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-11-16T00:26:24.792Z] #43 DONE 0.1s [2019-11-16T00:26:24.792Z] [2019-11-16T00:26:24.792Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-11-16T00:26:25.321Z] Removing intermediate container 354d8fc30e1b [2019-11-16T00:26:25.321Z] ---> 70e09f29c834 [2019-11-16T00:26:25.321Z] Step 100/125 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-11-16T00:26:25.458Z] INFO: Extracting go.zip to d:\CI\PR-425\1\go [2019-11-16T00:26:25.679Z] ---> Running in 22caabcdc958 [2019-11-16T00:26:26.465Z] Removing intermediate container 22caabcdc958 [2019-11-16T00:26:26.465Z] ---> 0242bf038a88 [2019-11-16T00:26:26.465Z] Step 101/125 : RUN ldconfig [2019-11-16T00:26:26.465Z] ---> Running in 59849d165639 [2019-11-16T00:26:27.728Z] Removing intermediate container 59849d165639 [2019-11-16T00:26:27.728Z] ---> ce5a4641c68e [2019-11-16T00:26:27.728Z] 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-11-16T00:26:27.728Z] ---> Running in f9f81eafae4b [2019-11-16T00:26:28.074Z] #47 179.6 🇩 bin/containerd [2019-11-16T00:26:28.093Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:26:28.482Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:26:28.482Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:26:28.482Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:26:28.482Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:26:28.482Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-11-16T00:26:28.482Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-11-16T00:26:28.482Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-11-16T00:26:29.736Z] Fetched 7672 kB in 1s (4719 kB/s) [2019-11-16T00:26:30.630Z] Reading package lists... [2019-11-16T00:26:31.030Z] #47 247.6 🇩 bin/containerd-stress [2019-11-16T00:26:31.030Z] #47 249.2 🇩 bin/containerd-shim [2019-11-16T00:26:31.107Z] Reading package lists... [2019-11-16T00:26:31.107Z] Building dependency tree... [2019-11-16T00:26:31.107Z] Reading state information... [2019-11-16T00:26:31.107Z] The following additional packages will be installed: [2019-11-16T00:26:31.107Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-11-16T00:26:31.107Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-11-16T00:26:31.107Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-11-16T00:26:31.107Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-11-16T00:26:31.107Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-11-16T00:26:31.107Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-11-16T00:26:31.107Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-11-16T00:26:31.107Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-11-16T00:26:31.107Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-11-16T00:26:31.107Z] Suggested packages: [2019-11-16T00:26:31.107Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-11-16T00:26:31.107Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-11-16T00:26:31.107Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-11-16T00:26:31.107Z] vim-doc vim-scripts xfsdump acl attr quota [2019-11-16T00:26:31.107Z] Recommended packages: [2019-11-16T00:26:31.107Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-11-16T00:26:31.107Z] python3-keyrings.alt python3-xdg unzip [2019-11-16T00:26:31.912Z] The following NEW packages will be installed: [2019-11-16T00:26:31.912Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-11-16T00:26:31.912Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-11-16T00:26:31.912Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-11-16T00:26:31.912Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-11-16T00:26:31.912Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-11-16T00:26:31.912Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-11-16T00:26:31.912Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-11-16T00:26:31.912Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-11-16T00:26:31.912Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-11-16T00:26:31.912Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-11-16T00:26:31.912Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-11-16T00:26:31.912Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-11-16T00:26:31.912Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-11-16T00:26:31.912Z] xfsprogs xxd xz-utils zip [2019-11-16T00:26:31.912Z] 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:26:31.912Z] Need to get 88.2 MB of archives. [2019-11-16T00:26:31.912Z] After this operation, 565 MB of additional disk space will be used. [2019-11-16T00:26:31.912Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-11-16T00:26:31.912Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-11-16T00:26:31.912Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-11-16T00:26:31.912Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-11-16T00:26:31.912Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-11-16T00:26:31.912Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-11-16T00:26:31.912Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-11-16T00:26:31.912Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-11-16T00:26:31.912Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-11-16T00:26:31.912Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-11-16T00:26:31.912Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-11-16T00:26:31.912Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-11-16T00:26:31.912Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-11-16T00:26:31.912Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-11-16T00:26:31.912Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-11-16T00:26:31.912Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-11-16T00:26:31.912Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-11-16T00:26:31.912Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-11-16T00:26:31.912Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-11-16T00:26:31.912Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-11-16T00:26:31.912Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-11-16T00:26:31.912Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-11-16T00:26:31.912Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-11-16T00:26:31.912Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-11-16T00:26:31.912Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-11-16T00:26:31.912Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-11-16T00:26:31.912Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-11-16T00:26:31.912Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-11-16T00:26:31.912Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-11-16T00:26:31.912Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-11-16T00:26:31.912Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-11-16T00:26:31.912Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-11-16T00:26:31.912Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-11-16T00:26:31.912Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-11-16T00:26:31.912Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-11-16T00:26:31.912Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-11-16T00:26:31.912Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-11-16T00:26:31.912Z] 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-11-16T00:26:31.912Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-11-16T00:26:31.912Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-11-16T00:26:31.912Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-11-16T00:26:32.287Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-11-16T00:26:32.287Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-11-16T00:26:32.287Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-11-16T00:26:32.287Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-11-16T00:26:32.287Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-11-16T00:26:32.287Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-11-16T00:26:32.287Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-11-16T00:26:32.287Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-11-16T00:26:32.287Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-11-16T00:26:32.287Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-11-16T00:26:32.287Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-11-16T00:26:32.287Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-11-16T00:26:32.287Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-11-16T00:26:32.287Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-11-16T00:26:32.287Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-11-16T00:26:32.287Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-11-16T00:26:32.287Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-11-16T00:26:32.287Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-11-16T00:26:32.287Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-11-16T00:26:32.287Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-11-16T00:26:32.287Z] 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-11-16T00:26:32.287Z] 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-11-16T00:26:32.287Z] 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-11-16T00:26:32.287Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-11-16T00:26:32.287Z] 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-11-16T00:26:32.287Z] 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-11-16T00:26:32.287Z] 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-11-16T00:26:33.113Z] 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-11-16T00:26:33.931Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:26:33.931Z] Fetched 88.2 MB in 1s (47.5 MB/s) [2019-11-16T00:26:33.931Z] Selecting previously unselected package bash-completion. [2019-11-16T00:26:33.931Z] (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-11-16T00:26:33.931Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-11-16T00:26:34.303Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-11-16T00:26:34.303Z] Selecting previously unselected package libnet1:s390x. [2019-11-16T00:26:34.303Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-11-16T00:26:34.303Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-11-16T00:26:34.303Z] Selecting previously unselected package libnfnetlink0:s390x. [2019-11-16T00:26:34.303Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-11-16T00:26:34.303Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-11-16T00:26:34.684Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2019-11-16T00:26:34.684Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-11-16T00:26:34.684Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-11-16T00:26:34.684Z] Selecting previously unselected package libudev-dev:s390x. [2019-11-16T00:26:34.684Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-11-16T00:26:34.684Z] Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-11-16T00:26:34.684Z] Selecting previously unselected package libpython3.5-minimal:s390x. [2019-11-16T00:26:34.684Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-11-16T00:26:34.684Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-11-16T00:26:34.684Z] Selecting previously unselected package python3.5-minimal. [2019-11-16T00:26:34.684Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-11-16T00:26:34.684Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-11-16T00:26:35.058Z] Selecting previously unselected package python3-minimal. [2019-11-16T00:26:35.058Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-11-16T00:26:35.058Z] Unpacking python3-minimal (3.5.3-1) ... [2019-11-16T00:26:35.058Z] Selecting previously unselected package libmpdec2:s390x. [2019-11-16T00:26:35.058Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-11-16T00:26:35.058Z] Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-11-16T00:26:35.058Z] Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-11-16T00:26:35.058Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-11-16T00:26:35.058Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-11-16T00:26:35.425Z] Selecting previously unselected package python3.5. [2019-11-16T00:26:35.425Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-11-16T00:26:35.425Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-11-16T00:26:35.425Z] Selecting previously unselected package libpython3-stdlib:s390x. [2019-11-16T00:26:35.425Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-11-16T00:26:35.425Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-11-16T00:26:35.425Z] Selecting previously unselected package dh-python. [2019-11-16T00:26:35.425Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-11-16T00:26:35.425Z] Unpacking dh-python (2.20170125) ... [2019-11-16T00:26:35.425Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-11-16T00:26:35.425Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-11-16T00:26:36.273Z] #47 255.4 🇩 bin/containerd-shim-runc-v1 [2019-11-16T00:26:36.352Z] Setting up python3-minimal (3.5.3-1) ... [2019-11-16T00:26:36.352Z] Selecting previously unselected package python3. [2019-11-16T00:26:36.352Z] (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-11-16T00:26:36.352Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-11-16T00:26:36.352Z] Unpacking python3 (3.5.3-1) ... [2019-11-16T00:26:36.352Z] Selecting previously unselected package pigz. [2019-11-16T00:26:36.352Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-11-16T00:26:36.352Z] Unpacking pigz (2.3.4-1) ... [2019-11-16T00:26:36.352Z] Selecting previously unselected package libip4tc0:s390x. [2019-11-16T00:26:36.352Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-11-16T00:26:36.352Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-11-16T00:26:36.352Z] Selecting previously unselected package libip6tc0:s390x. [2019-11-16T00:26:36.352Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-11-16T00:26:36.352Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-11-16T00:26:36.352Z] Selecting previously unselected package libiptc0:s390x. [2019-11-16T00:26:36.352Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-11-16T00:26:36.352Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-11-16T00:26:36.352Z] Selecting previously unselected package libxtables12:s390x. [2019-11-16T00:26:36.352Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-11-16T00:26:36.352Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-11-16T00:26:36.352Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-11-16T00:26:36.352Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-11-16T00:26:36.352Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-11-16T00:26:36.352Z] Selecting previously unselected package iptables. [2019-11-16T00:26:36.352Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-11-16T00:26:36.352Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-11-16T00:26:36.833Z] Selecting previously unselected package xxd. [2019-11-16T00:26:36.833Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-11-16T00:26:36.833Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:36.833Z] Selecting previously unselected package vim-common. [2019-11-16T00:26:36.833Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:26:36.833Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:36.833Z] Selecting previously unselected package bzip2. [2019-11-16T00:26:36.833Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-11-16T00:26:36.833Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-11-16T00:26:36.833Z] Selecting previously unselected package libgpm2:s390x. [2019-11-16T00:26:36.833Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-11-16T00:26:36.833Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-11-16T00:26:36.833Z] Selecting previously unselected package xz-utils. [2019-11-16T00:26:36.833Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-11-16T00:26:36.833Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-11-16T00:26:36.833Z] Selecting previously unselected package aufs-tools. [2019-11-16T00:26:36.833Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-11-16T00:26:36.833Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-11-16T00:26:36.833Z] Selecting previously unselected package liblzo2-2:s390x. [2019-11-16T00:26:36.833Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-11-16T00:26:36.833Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-11-16T00:26:36.833Z] Selecting previously unselected package btrfs-progs. [2019-11-16T00:26:36.833Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-11-16T00:26:36.833Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-11-16T00:26:36.833Z] Selecting previously unselected package btrfs-tools. [2019-11-16T00:26:36.833Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-11-16T00:26:36.833Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-11-16T00:26:36.833Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-11-16T00:26:36.833Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-11-16T00:26:36.833Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package dmsetup. [2019-11-16T00:26:37.236Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package libonig4:s390x. [2019-11-16T00:26:37.236Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package libjq1:s390x. [2019-11-16T00:26:37.236Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package jq. [2019-11-16T00:26:37.236Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package libaio1:s390x. [2019-11-16T00:26:37.236Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking libaio1:s390x (0.3.110-3) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package libcap2-bin. [2019-11-16T00:26:37.236Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-11-16T00:26:37.236Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package libsepol1-dev:s390x. [2019-11-16T00:26:37.236Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package libpcre16-3:s390x. [2019-11-16T00:26:37.236Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package libpcre32-3:s390x. [2019-11-16T00:26:37.236Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-11-16T00:26:37.236Z] Selecting previously unselected package libpcre3-dev:s390x. [2019-11-16T00:26:37.236Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-11-16T00:26:37.236Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-11-16T00:26:37.603Z] Selecting previously unselected package libselinux1-dev:s390x. [2019-11-16T00:26:37.603Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-11-16T00:26:37.603Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-11-16T00:26:37.603Z] Selecting previously unselected package libdevmapper-dev:s390x. [2019-11-16T00:26:37.603Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-11-16T00:26:37.603Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-11-16T00:26:37.603Z] Selecting previously unselected package libnl-3-200:s390x. [2019-11-16T00:26:37.603Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-11-16T00:26:37.603Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-11-16T00:26:37.603Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-11-16T00:26:37.603Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-11-16T00:26:37.603Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-11-16T00:26:37.603Z] Selecting previously unselected package libreadline5:s390x. [2019-11-16T00:26:37.603Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-11-16T00:26:37.603Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-11-16T00:26:37.603Z] Selecting previously unselected package libsystemd-dev:s390x. [2019-11-16T00:26:37.603Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-11-16T00:26:37.603Z] Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-11-16T00:26:38.385Z] Selecting previously unselected package net-tools. [2019-11-16T00:26:38.385Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-11-16T00:26:38.385Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-11-16T00:26:38.385Z] Selecting previously unselected package python-pip-whl. [2019-11-16T00:26:38.385Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-11-16T00:26:38.385Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-11-16T00:26:38.385Z] Selecting previously unselected package python3-pip. [2019-11-16T00:26:38.385Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-11-16T00:26:38.385Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-11-16T00:26:38.385Z] Selecting previously unselected package python3-pkg-resources. [2019-11-16T00:26:38.385Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-11-16T00:26:38.385Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-11-16T00:26:38.769Z] Selecting previously unselected package python3-setuptools. [2019-11-16T00:26:38.769Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-11-16T00:26:38.769Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-11-16T00:26:38.769Z] Selecting previously unselected package python3-wheel. [2019-11-16T00:26:38.769Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-11-16T00:26:38.769Z] Unpacking python3-wheel (0.29.0-2) ... [2019-11-16T00:26:38.769Z] Selecting previously unselected package thin-provisioning-tools. [2019-11-16T00:26:38.769Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-11-16T00:26:38.769Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-11-16T00:26:38.769Z] Selecting previously unselected package vim-runtime. [2019-11-16T00:26:38.769Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:26:38.769Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-11-16T00:26:38.769Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-11-16T00:26:38.769Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:38.787Z] #47 258.2 🇩 binaries [2019-11-16T00:26:38.787Z] #47 258.2 + mkdir -p /build [2019-11-16T00:26:38.787Z] #47 258.2 + cp bin/containerd /build/containerd [2019-11-16T00:26:38.787Z] #47 258.2 + cp bin/containerd-shim /build/containerd-shim [2019-11-16T00:26:38.787Z] #47 258.2 + cp bin/ctr /build/ctr [2019-11-16T00:26:39.042Z] #47 DONE 258.8s [2019-11-16T00:26:39.559Z] Selecting previously unselected package vim. [2019-11-16T00:26:39.559Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-11-16T00:26:39.559Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:39.559Z] Selecting previously unselected package xfsprogs. [2019-11-16T00:26:39.559Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-11-16T00:26:39.559Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-11-16T00:26:39.559Z] Selecting previously unselected package zip. [2019-11-16T00:26:39.559Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-11-16T00:26:39.559Z] Unpacking zip (3.0-11+b1) ... [2019-11-16T00:26:39.602Z] [2019-11-16T00:26:39.602Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-11-16T00:26:39.860Z] #48 DONE 0.4s [2019-11-16T00:26:39.938Z] Selecting previously unselected package libapparmor-perl. [2019-11-16T00:26:39.938Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-11-16T00:26:39.938Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-11-16T00:26:39.938Z] Selecting previously unselected package apparmor. [2019-11-16T00:26:39.938Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-11-16T00:26:39.938Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-11-16T00:26:39.938Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-11-16T00:26:39.938Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-11-16T00:26:39.938Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-11-16T00:26:40.116Z] [2019-11-16T00:26:40.116Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-11-16T00:26:40.116Z] #51 DONE 0.1s [2019-11-16T00:26:40.116Z] [2019-11-16T00:26:40.116Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-11-16T00:26:40.300Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-11-16T00:26:40.300Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-11-16T00:26:40.300Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-11-16T00:26:40.371Z] #54 DONE 0.2s [2019-11-16T00:26:40.371Z] [2019-11-16T00:26:40.371Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-11-16T00:26:40.626Z] #56 DONE 0.3s [2019-11-16T00:26:40.626Z] [2019-11-16T00:26:40.626Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-11-16T00:26:40.626Z] #59 DONE 0.1s [2019-11-16T00:26:40.672Z] Selecting previously unselected package binutils-mingw-w64. [2019-11-16T00:26:40.673Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-11-16T00:26:40.673Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-11-16T00:26:40.673Z] Selecting previously unselected package mingw-w64-common. [2019-11-16T00:26:40.673Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-11-16T00:26:40.673Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-11-16T00:26:40.881Z] [2019-11-16T00:26:40.881Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-11-16T00:26:40.881Z] #63 DONE 0.2s [2019-11-16T00:26:40.881Z] [2019-11-16T00:26:40.881Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-11-16T00:26:41.137Z] #65 DONE 0.1s [2019-11-16T00:26:41.137Z] [2019-11-16T00:26:41.137Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-11-16T00:26:41.137Z] #66 DONE 0.0s [2019-11-16T00:26:41.137Z] [2019-11-16T00:26:41.137Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-11-16T00:26:41.453Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-11-16T00:26:41.453Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-11-16T00:26:41.453Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-11-16T00:26:42.062Z] #67 DONE 0.7s [2019-11-16T00:26:42.062Z] [2019-11-16T00:26:42.062Z] #68 exporting to image [2019-11-16T00:26:42.062Z] #68 exporting layers [2019-11-16T00:26:42.815Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-11-16T00:26:42.815Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-11-16T00:26:42.815Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-11-16T00:26:42.815Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-11-16T00:26:42.815Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-11-16T00:26:42.815Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:26:45.997Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-11-16T00:26:45.997Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-11-16T00:26:45.997Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:26:48.458Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-11-16T00:26:48.458Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-11-16T00:26:48.458Z] Setting up libsepol1-dev:s390x (2.6-2) ... [2019-11-16T00:26:48.458Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-11-16T00:26:48.458Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-11-16T00:26:48.458Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-11-16T00:26:48.458Z] Processing triggers for mime-support (3.60) ... [2019-11-16T00:26:48.458Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:48.458Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-11-16T00:26:48.458Z] Setting up libcap2-bin (1:2.25-1) ... [2019-11-16T00:26:48.825Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-11-16T00:26:48.825Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-11-16T00:26:48.825Z] Setting up bash-completion (1:2.1-4.3) ... [2019-11-16T00:26:49.243Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-11-16T00:26:49.243Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-11-16T00:26:49.243Z] Setting up zip (3.0-11+b1) ... [2019-11-16T00:26:49.243Z] Setting up bzip2 (1.0.6-8.1) ... [2019-11-16T00:26:49.243Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-11-16T00:26:49.243Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-11-16T00:26:49.243Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:26:49.243Z] Setting up libaio1:s390x (0.3.110-3) ... [2019-11-16T00:26:49.243Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-11-16T00:26:49.243Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-11-16T00:26:49.243Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-11-16T00:26:49.243Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-11-16T00:26:49.243Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:49.243Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-11-16T00:26:49.243Z] Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-11-16T00:26:49.243Z] Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-11-16T00:26:49.243Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:49.727Z] Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-11-16T00:26:49.727Z] Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-11-16T00:26:49.727Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-11-16T00:26:49.727Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-11-16T00:26:49.727Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-11-16T00:26:49.727Z] Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-11-16T00:26:49.727Z] Setting up pigz (2.3.4-1) ... [2019-11-16T00:26:49.727Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-11-16T00:26:49.727Z] Setting up libmpdec2:s390x (2.4.2-1) ... [2019-11-16T00:26:49.727Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-11-16T00:26:49.727Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-11-16T00:26:49.727Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-11-16T00:26:49.727Z] Setting up jq (1.5+dfsg-1.3) ... [2019-11-16T00:26:49.727Z] Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-11-16T00:26:49.727Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-11-16T00:26:49.727Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-11-16T00:26:49.727Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:26:49.727Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-11-16T00:26:49.727Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-11-16T00:26:49.727Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-11-16T00:26:49.727Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-11-16T00:26:49.727Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-11-16T00:26:49.727Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-11-16T00:26:49.727Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-11-16T00:26:49.727Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-11-16T00:26:49.727Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-11-16T00:26:49.727Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-11-16T00:26:49.727Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-11-16T00:26:49.727Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-11-16T00:26:49.727Z] Setting up btrfs-progs (4.7.3-1) ... [2019-11-16T00:26:49.727Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-11-16T00:26:49.727Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-11-16T00:26:50.532Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-11-16T00:26:50.532Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:26:50.532Z] 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-11-16T00:26:50.532Z] 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-11-16T00:26:50.532Z] 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-11-16T00:26:50.533Z] 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-11-16T00:26:50.533Z] Setting up btrfs-tools (4.7.3-1) ... [2019-11-16T00:26:50.533Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:26:50.533Z] 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-11-16T00:26:50.533Z] 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-11-16T00:26:50.533Z] Setting up python3 (3.5.3-1) ... [2019-11-16T00:26:50.676Z] INFO: Extraction ended at 11/16/2019 00:26:49. Duration:00:00:24.8723729 [2019-11-16T00:26:50.676Z] INFO: Updating the golang and path environment variables [2019-11-16T00:26:50.676Z] INFO: GOPATH=d:\gopath [2019-11-16T00:26:50.676Z] INFO: go version go1.12.12 windows/amd64 [2019-11-16T00:26:50.676Z] INFO: Running the daemon under test in debug mode [2019-11-16T00:26:50.676Z] INFO: Starting a daemon under test... [2019-11-16T00:26:50.676Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-425\1\daemon --pidfile d:\CI\PR-425\1\docker.pid -D [2019-11-16T00:26:50.676Z] INFO: Process started successfully. [2019-11-16T00:26:50.676Z] INFO: Start tailing logs of the daemon under tests [2019-11-16T00:26:50.676Z] INFO: Waiting for the daemon under test to start... [2019-11-16T00:26:50.892Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-11-16T00:26:51.446Z] 🇩 bin/containerd [2019-11-16T00:26:51.705Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-11-16T00:26:51.705Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-11-16T00:26:51.705Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-11-16T00:26:51.705Z] Setting up python3-wheel (0.29.0-2) ... [2019-11-16T00:26:51.705Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-11-16T00:26:52.104Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-11-16T00:26:52.104Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-11-16T00:26:52.104Z] Setting up dmsetup (2:1.02.137-2) ... [2019-11-16T00:26:52.472Z] Setting up python3-setuptools (33.1.1-1) ... [2019-11-16T00:26:52.472Z] Setting up dh-python (2.20170125) ... [2019-11-16T00:26:52.472Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-11-16T00:26:52.472Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:26:53.609Z] INFO: Daemon under test started and replied! [2019-11-16T00:26:53.609Z] INFO: Docker version of the daemon under test [2019-11-16T00:26:53.609Z] [2019-11-16T00:26:53.609Z] Client: [2019-11-16T00:26:53.609Z] Version: 17.06.2-ce [2019-11-16T00:26:53.609Z] API version: 1.30 [2019-11-16T00:26:53.609Z] Go version: go1.8.3 [2019-11-16T00:26:53.609Z] Git commit: cec0b72 [2019-11-16T00:26:53.609Z] Built: Tue Sep 5 19:57:19 2017 [2019-11-16T00:26:53.609Z] OS/Arch: windows/amd64 [2019-11-16T00:26:53.609Z] [2019-11-16T00:26:53.609Z] Server: [2019-11-16T00:26:53.609Z] Version: 0.0.0-dev [2019-11-16T00:26:53.609Z] API version: 1.40 (minimum version 1.24) [2019-11-16T00:26:53.609Z] Go version: go1.12.12 [2019-11-16T00:26:53.609Z] Git commit: d699e3de1 [2019-11-16T00:26:53.609Z] Built: 11/16/2019 00:25:04 [2019-11-16T00:26:53.609Z] OS/Arch: windows/amd64 [2019-11-16T00:26:53.609Z] Experimental: false [2019-11-16T00:26:53.609Z] [2019-11-16T00:26:53.609Z] INFO: Docker info of the daemon under test [2019-11-16T00:26:53.609Z] [2019-11-16T00:26:53.609Z] Containers: 0 [2019-11-16T00:26:53.609Z] Running: 0 [2019-11-16T00:26:53.609Z] Paused: 0 [2019-11-16T00:26:53.609Z] Stopped: 0 [2019-11-16T00:26:53.609Z] Images: 0 [2019-11-16T00:26:53.609Z] Server Version: 0.0.0-dev [2019-11-16T00:26:53.609Z] Storage Driver: windowsfilter [2019-11-16T00:26:53.609Z] Windows: [2019-11-16T00:26:53.609Z] Logging Driver: json-file [2019-11-16T00:26:53.609Z] Plugins: [2019-11-16T00:26:53.609Z] Volume: local [2019-11-16T00:26:53.609Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-11-16T00:26:53.609Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-11-16T00:26:53.609Z] Swarm: inactive [2019-11-16T00:26:53.609Z] Default Isolation: process [2019-11-16T00:26:53.609Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-11-16T00:26:53.609Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-11-16T00:26:53.609Z] OSType: windows [2019-11-16T00:26:53.609Z] Architecture: x86_64 [2019-11-16T00:26:53.609Z] CPUs: 4 [2019-11-16T00:26:53.609Z] Total Memory: 32GiB [2019-11-16T00:26:53.609Z] Name: azwin-2-64a140 [2019-11-16T00:26:53.609Z] ID: QDWT:SQFL:5OAQ:ZJXM:HFD7:3AOM:4IQJ:RDSS:4WH6:YBBV:WGLA:EZIF [2019-11-16T00:26:53.609Z] Docker Root Dir: D:\CI\PR-425\1\daemon [2019-11-16T00:26:53.609Z] Debug Mode (client): false [2019-11-16T00:26:53.609Z] Debug Mode (server): true [2019-11-16T00:26:53.609Z] File Descriptors: -1 [2019-11-16T00:26:53.609Z] Goroutines: 17 [2019-11-16T00:26:53.609Z] System Time: 2019-11-16T00:26:53.4987531Z [2019-11-16T00:26:53.609Z] EventsListeners: 0 [2019-11-16T00:26:53.609Z] Registry: https://index.docker.io/v1/ [2019-11-16T00:26:53.609Z] Labels: [2019-11-16T00:26:53.609Z] Experimental: false [2019-11-16T00:26:53.609Z] Insecure Registries: [2019-11-16T00:26:53.609Z] 127.0.0.0/8 [2019-11-16T00:26:53.609Z] Live Restore Enabled: false [2019-11-16T00:26:53.609Z] [2019-11-16T00:26:53.609Z] [2019-11-16T00:26:53.609Z] INFO: Docker images of the daemon under test [2019-11-16T00:26:53.609Z] [2019-11-16T00:26:53.609Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-11-16T00:26:53.609Z] [2019-11-16T00:26:53.609Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-11-16T00:26:54.073Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-11-16T00:26:54.073Z] ltsc2019: Pulling from windows/servercore [2019-11-16T00:26:54.073Z] 65014b3c3121: Pulling fs layer [2019-11-16T00:26:54.073Z] e96b0897c5d1: Pulling fs layer [2019-11-16T00:26:54.248Z] #68 exporting layers 11.7s done [2019-11-16T00:26:54.248Z] #68 writing image sha256:acdf2f084eb627e266876656cddd61561bed9a6b608730138e7038397d6e6186 done [2019-11-16T00:26:54.248Z] #68 naming to docker.io/library/docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 done [2019-11-16T00:26:54.248Z] #68 DONE 11.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-11-16T00:26:54.585Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-425/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/engine_PR-425/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 hack/validate/default [2019-11-16T00:26:54.615Z] #47 203.0 🇩 bin/containerd-stress [2019-11-16T00:26:54.615Z] #47 204.7 🇩 bin/containerd-shim [2019-11-16T00:26:55.510Z] Congratulations! All commits are properly signed with the DCO! [2019-11-16T00:26:56.623Z] Removing intermediate container f9f81eafae4b [2019-11-16T00:26:56.623Z] ---> 880dcff04c16 [2019-11-16T00:26:56.623Z] Step 103/125 : RUN pip3 install yamllint==1.16.0 [2019-11-16T00:26:56.623Z] ---> Running in 1d8df69eb43f [2019-11-16T00:26:58.476Z] Collecting yamllint==1.16.0 [2019-11-16T00:26:58.476Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-11-16T00:26:58.850Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-11-16T00:26:58.850Z] Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-11-16T00:26:59.220Z] Collecting pyyaml (from yamllint==1.16.0) [2019-11-16T00:26:59.220Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-11-16T00:26:59.598Z] Building wheels for collected packages: pathspec, pyyaml [2019-11-16T00:26:59.598Z] Running setup.py bdist_wheel for pathspec: started [2019-11-16T00:26:59.878Z] #47 211.0 🇩 bin/containerd-shim-runc-v1 [2019-11-16T00:26:59.970Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-11-16T00:26:59.970Z] Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-11-16T00:26:59.970Z] Running setup.py bdist_wheel for pyyaml: started [2019-11-16T00:26:59.970Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-11-16T00:26:59.970Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-11-16T00:26:59.970Z] Successfully built pathspec pyyaml [2019-11-16T00:26:59.970Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-11-16T00:27:00.346Z] Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-11-16T00:27:01.133Z] Removing intermediate container 1d8df69eb43f [2019-11-16T00:27:01.133Z] ---> 3fd10fcd19a7 [2019-11-16T00:27:01.133Z] Step 104/125 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-11-16T00:27:01.203Z] e96b0897c5d1: Verifying Checksum [2019-11-16T00:27:01.203Z] e96b0897c5d1: Download complete [2019-11-16T00:27:01.497Z] ---> c6bc44e4bccc [2019-11-16T00:27:01.497Z] Step 105/125 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-11-16T00:27:02.404Z] #47 213.8 🇩 binaries [2019-11-16T00:27:02.404Z] #47 213.8 + mkdir -p /build [2019-11-16T00:27:02.404Z] #47 213.8 + cp bin/containerd /build/containerd [2019-11-16T00:27:02.404Z] #47 213.9 + cp bin/containerd-shim /build/containerd-shim [2019-11-16T00:27:02.404Z] #47 213.9 + cp bin/ctr /build/ctr [2019-11-16T00:27:03.461Z] ---> 2d8f2ea2eaf3 [2019-11-16T00:27:03.461Z] Step 106/125 : COPY --from=gometalinter /build/ /usr/local/bin/ [2019-11-16T00:27:04.300Z] #47 DONE 215.7s [2019-11-16T00:27:04.730Z] ---> 968e0de3d0de [2019-11-16T00:27:04.730Z] Step 107/125 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-11-16T00:27:05.094Z] ---> aad12f6d8716 [2019-11-16T00:27:05.094Z] Step 108/125 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-11-16T00:27:05.233Z] [2019-11-16T00:27:05.233Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-11-16T00:27:05.458Z] ---> 2133d8d7ba35 [2019-11-16T00:27:05.458Z] Step 109/125 : COPY --from=vndr /build/ /usr/local/bin/ [2019-11-16T00:27:05.490Z] #48 DONE 0.5s [2019-11-16T00:27:05.490Z] [2019-11-16T00:27:05.490Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-11-16T00:27:05.490Z] #51 DONE 0.1s [2019-11-16T00:27:05.490Z] [2019-11-16T00:27:05.490Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-11-16T00:27:05.832Z] ---> 35a72d74f4b5 [2019-11-16T00:27:05.832Z] Step 110/125 : COPY --from=tini /build/ /usr/local/bin/ [2019-11-16T00:27:05.832Z] ---> 86f407839400 [2019-11-16T00:27:05.832Z] Step 111/125 : COPY --from=runc /build/ /usr/local/bin/ [2019-11-16T00:27:06.055Z] #54 DONE 0.5s [2019-11-16T00:27:06.055Z] [2019-11-16T00:27:06.055Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-11-16T00:27:06.055Z] #56 DONE 0.2s [2019-11-16T00:27:06.192Z] ---> 26d74082320c [2019-11-16T00:27:06.192Z] Step 112/125 : COPY --from=containerd /build/ /usr/local/bin/ [2019-11-16T00:27:06.313Z] [2019-11-16T00:27:06.313Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-11-16T00:27:06.313Z] #59 DONE 0.1s [2019-11-16T00:27:06.313Z] [2019-11-16T00:27:06.313Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-11-16T00:27:06.570Z] #63 DONE 0.3s [2019-11-16T00:27:06.828Z] [2019-11-16T00:27:06.828Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-11-16T00:27:06.828Z] #65 DONE 0.3s [2019-11-16T00:27:06.992Z] ---> e9dfebc4baaa [2019-11-16T00:27:06.992Z] Step 113/125 : COPY --from=proxy /build/ /usr/local/bin/ [2019-11-16T00:27:06.992Z] ---> f351fce3d919 [2019-11-16T00:27:06.992Z] Step 114/125 : COPY --from=dockercli /build/ /usr/local/cli [2019-11-16T00:27:07.087Z] [2019-11-16T00:27:07.087Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-11-16T00:27:07.087Z] #66 DONE 0.0s [2019-11-16T00:27:07.087Z] [2019-11-16T00:27:07.087Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-11-16T00:27:07.359Z] ---> 2a5a64d36b2d [2019-11-16T00:27:07.359Z] Step 115/125 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-11-16T00:27:08.022Z] #67 DONE 0.7s [2019-11-16T00:27:08.022Z] [2019-11-16T00:27:08.022Z] #68 exporting to image [2019-11-16T00:27:08.022Z] #68 exporting layers [2019-11-16T00:27:08.305Z] ---> 00afb5a588e8 [2019-11-16T00:27:08.305Z] Step 116/125 : COPY --from=criu /build/ /usr/local/ [2019-11-16T00:27:08.811Z] ---> 4c28038e7d1f [2019-11-16T00:27:08.811Z] Step 117/125 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-11-16T00:27:09.214Z] ---> 92ecaf88e0bc [2019-11-16T00:27:09.214Z] Step 118/125 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-11-16T00:27:09.591Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-11-16T00:27:09.591Z] bad55c542dc9: Pulling fs layer [2019-11-16T00:27:09.823Z] 65014b3c3121: Verifying Checksum [2019-11-16T00:27:09.823Z] 65014b3c3121: Download complete [2019-11-16T00:27:09.981Z] bad55c542dc9: Verifying Checksum [2019-11-16T00:27:09.981Z] bad55c542dc9: Download complete [2019-11-16T00:27:10.358Z] bad55c542dc9: Pull complete [2019-11-16T00:27:10.358Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-11-16T00:27:10.358Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-11-16T00:27:10.739Z] ---> d66782432a10 [2019-11-16T00:27:10.739Z] Step 119/125 : ENV PATH=/usr/local/cli:$PATH [2019-11-16T00:27:10.739Z] ---> Running in 05f1add61ee2 [2019-11-16T00:27:10.739Z] Removing intermediate container 05f1add61ee2 [2019-11-16T00:27:10.739Z] ---> ba29233e4ff8 [2019-11-16T00:27:10.739Z] Step 120/125 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-11-16T00:27:10.739Z] ---> Running in 268b6fe5ddb7 [2019-11-16T00:27:11.102Z] Removing intermediate container 268b6fe5ddb7 [2019-11-16T00:27:11.102Z] ---> 458ab6cfc334 [2019-11-16T00:27:11.102Z] Step 121/125 : WORKDIR /go/src/github.com/docker/docker [2019-11-16T00:27:11.102Z] ---> Running in 22e9e852894b [2019-11-16T00:27:11.469Z] Removing intermediate container 22e9e852894b [2019-11-16T00:27:11.469Z] ---> 7f010a37d8a4 [2019-11-16T00:27:11.469Z] Step 122/125 : VOLUME /var/lib/docker [2019-11-16T00:27:11.469Z] ---> Running in 75a926da00d8 [2019-11-16T00:27:11.469Z] Removing intermediate container 75a926da00d8 [2019-11-16T00:27:11.469Z] ---> a8a04473e3e0 [2019-11-16T00:27:11.469Z] Step 123/125 : ENTRYPOINT ["hack/dind"] [2019-11-16T00:27:11.469Z] ---> Running in 7b361fc75801 [2019-11-16T00:27:11.843Z] Removing intermediate container 7b361fc75801 [2019-11-16T00:27:11.843Z] ---> e58bc3559b14 [2019-11-16T00:27:11.843Z] Step 124/125 : FROM dev AS final [2019-11-16T00:27:11.843Z] ---> e58bc3559b14 [2019-11-16T00:27:11.843Z] Step 125/125 : COPY . /go/src/github.com/docker/docker [2019-11-16T00:27:14.274Z] ---> fc12daa66b90 [2019-11-16T00:27:14.274Z] Successfully built fc12daa66b90 [2019-11-16T00:27:14.274Z] Successfully tagged docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-11-16T00:27:15.434Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/engine_PR-425/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 hack/test/unit [2019-11-16T00:27:17.967Z] ? github.com/docker/docker/api [no test files] [2019-11-16T00:27:22.882Z] #68 exporting layers 12.9s done [2019-11-16T00:27:22.882Z] #68 writing image sha256:3e77cea8de32f68acd5811f0eed6b0b0772cb91bc982810a1878219ca04fc2c3 done [2019-11-16T00:27:22.882Z] #68 naming to docker.io/library/docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 done [2019-11-16T00:27:22.882Z] #68 DONE 13.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-11-16T00:27:25.479Z] [2019-11-16T00:27:25.479Z] Removing bundles/ [2019-11-16T00:27:25.479Z] [2019-11-16T00:27:25.479Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-11-16T00:27:25.479Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-11-16T00:27:25.479Z] GOOS="" GOARCH="" GOARM="" [2019-11-16T00:27:29.607Z] ok github.com/docker/docker/api/server 0.004s coverage: 7.9% of statements [2019-11-16T00:27:31.986Z] 🇩 bin/containerd-stress [2019-11-16T00:27:33.229Z] 🇩 bin/containerd-shim [2019-11-16T00:27:44.392Z] 🇩 bin/containerd-shim-runc-v1 [2019-11-16T00:27:47.493Z] 🇩 binaries [2019-11-16T00:27:47.493Z] + mkdir -p /build [2019-11-16T00:27:47.493Z] + cp bin/containerd /build/containerd [2019-11-16T00:27:47.493Z] + cp bin/containerd-shim /build/containerd-shim [2019-11-16T00:27:47.493Z] + cp bin/ctr /build/ctr [2019-11-16T00:27:53.606Z] Removing intermediate container 01c2c4e29167 [2019-11-16T00:27:53.606Z] ---> b10d89028ec4 [2019-11-16T00:27:53.606Z] Step 56/125 : FROM dev-base AS proxy [2019-11-16T00:27:53.606Z] ---> 2c089585f858 [2019-11-16T00:27:53.606Z] Step 57/125 : ENV INSTALL_BINARY_NAME=proxy [2019-11-16T00:27:53.606Z] ---> Running in 96282442c3a3 [2019-11-16T00:27:53.606Z] Removing intermediate container 96282442c3a3 [2019-11-16T00:27:53.606Z] ---> 4eee0806da1f [2019-11-16T00:27:53.606Z] Step 58/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:27:53.606Z] ---> 6c482c9192d6 [2019-11-16T00:27:53.606Z] Step 59/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:27:53.606Z] ---> e8a2cbaf73c4 [2019-11-16T00:27:53.606Z] Step 60/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:27:53.606Z] ---> Running in 696e1e8cb33d [2019-11-16T00:27:53.967Z] + RM_GOPATH=0 [2019-11-16T00:27:53.967Z] + TMP_GOPATH= [2019-11-16T00:27:53.967Z] + : /build [2019-11-16T00:27:53.967Z] + '[' -z '' ']' [2019-11-16T00:27:53.967Z] ++ mktemp -d [2019-11-16T00:27:53.967Z] + export GOPATH=/tmp/tmp.4DaPvAsl3l [2019-11-16T00:27:53.967Z] + GOPATH=/tmp/tmp.4DaPvAsl3l [2019-11-16T00:27:53.967Z] + RM_GOPATH=1 [2019-11-16T00:27:53.967Z] ++ dirname ./install.sh [2019-11-16T00:27:53.967Z] + dir=. [2019-11-16T00:27:53.967Z] + bin=proxy [2019-11-16T00:27:53.967Z] + shift [2019-11-16T00:27:53.967Z] + '[' '!' -f ./proxy.installer ']' [2019-11-16T00:27:53.967Z] + . ./proxy.installer [2019-11-16T00:27:53.967Z] ++ LIBNETWORK_COMMIT=3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:27:53.967Z] + install_proxy [2019-11-16T00:27:53.967Z] + case "$1" in [2019-11-16T00:27:53.967Z] + export CGO_ENABLED=0 [2019-11-16T00:27:53.967Z] + CGO_ENABLED=0 [2019-11-16T00:27:53.967Z] + _install_proxy [2019-11-16T00:27:53.967Z] + echo 'Install docker-proxy version 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d' [2019-11-16T00:27:53.967Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.4DaPvAsl3l/src/github.com/docker/libnetwork [2019-11-16T00:27:53.967Z] Install docker-proxy version 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:27:53.967Z] Cloning into '/tmp/tmp.4DaPvAsl3l/src/github.com/docker/libnetwork'... [2019-11-16T00:27:57.129Z] + cd /tmp/tmp.4DaPvAsl3l/src/github.com/docker/libnetwork [2019-11-16T00:27:57.129Z] + git checkout -q 3eb39382bfa6a3c42f83674ab080ae13b0e34e5d [2019-11-16T00:27:57.129Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-11-16T00:28:01.110Z] Removing intermediate container 696e1e8cb33d [2019-11-16T00:28:01.110Z] ---> 4873c3d394b8 [2019-11-16T00:28:01.110Z] Step 61/125 : FROM base AS gometalinter [2019-11-16T00:28:01.110Z] ---> 2c089585f858 [2019-11-16T00:28:01.110Z] Step 62/125 : ENV INSTALL_BINARY_NAME=gometalinter [2019-11-16T00:28:01.110Z] ---> Running in cd4b3006a3b9 [2019-11-16T00:28:01.110Z] Removing intermediate container cd4b3006a3b9 [2019-11-16T00:28:01.110Z] ---> 48887e1f8017 [2019-11-16T00:28:01.110Z] Step 63/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:28:01.110Z] ---> 0ec7f7fc70ce [2019-11-16T00:28:01.110Z] Step 64/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:28:01.110Z] ---> 50eba4cdde11 [2019-11-16T00:28:01.110Z] Step 65/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:28:01.110Z] ---> Running in 1f42e8a3b60a [2019-11-16T00:28:01.474Z] + RM_GOPATH=0 [2019-11-16T00:28:01.474Z] + TMP_GOPATH= [2019-11-16T00:28:01.474Z] + : /build [2019-11-16T00:28:01.474Z] + '[' -z '' ']' [2019-11-16T00:28:01.474Z] ++ mktemp -d [2019-11-16T00:28:01.474Z] + export GOPATH=/tmp/tmp.ujGwDDecnB [2019-11-16T00:28:01.474Z] + GOPATH=/tmp/tmp.ujGwDDecnB [2019-11-16T00:28:01.474Z] + RM_GOPATH=1 [2019-11-16T00:28:01.474Z] ++ dirname ./install.sh [2019-11-16T00:28:01.474Z] + dir=. [2019-11-16T00:28:01.474Z] + bin=gometalinter [2019-11-16T00:28:01.474Z] + shift [2019-11-16T00:28:01.474Z] + '[' '!' -f ./gometalinter.installer ']' [2019-11-16T00:28:01.474Z] Installing gometalinter version v2.0.6 [2019-11-16T00:28:01.474Z] + . ./gometalinter.installer [2019-11-16T00:28:01.474Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2019-11-16T00:28:01.474Z] + install_gometalinter [2019-11-16T00:28:01.474Z] + echo 'Installing gometalinter version v2.0.6' [2019-11-16T00:28:01.474Z] + go get -d github.com/alecthomas/gometalinter [2019-11-16T00:28:03.174Z] + cd /tmp/tmp.ujGwDDecnB/src/github.com/alecthomas/gometalinter [2019-11-16T00:28:03.174Z] + git checkout -q v2.0.6 [2019-11-16T00:28:03.174Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-11-16T00:28:16.869Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-11-16T00:28:16.869Z] No api/types/ or api/swagger.yaml changes in diff. [2019-11-16T00:28:16.869Z] Congratulations! All toml source files changed here have valid syntax. [2019-11-16T00:28:16.869Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-11-16T00:28:16.870Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-11-16T00:28:17.202Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-425/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 hack/make.sh dynbinary-daemon test-docker-py [2019-11-16T00:28:18.127Z] [2019-11-16T00:28:18.382Z] Removing bundles/ [2019-11-16T00:28:18.382Z] [2019-11-16T00:28:18.382Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-11-16T00:28:18.382Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-11-16T00:28:18.382Z] GOOS="" GOARCH="" GOARM="" [2019-11-16T00:28:19.265Z] + GOBIN=/build [2019-11-16T00:28:19.265Z] + /build/gometalinter --install [2019-11-16T00:28:19.265Z] Installing: [2019-11-16T00:28:19.265Z] deadcode [2019-11-16T00:28:19.265Z] dupl [2019-11-16T00:28:19.265Z] errcheck [2019-11-16T00:28:19.265Z] gas [2019-11-16T00:28:19.265Z] gochecknoglobals [2019-11-16T00:28:19.265Z] gochecknoinits [2019-11-16T00:28:19.265Z] goconst [2019-11-16T00:28:19.265Z] gocyclo [2019-11-16T00:28:19.265Z] goimports [2019-11-16T00:28:19.265Z] golint [2019-11-16T00:28:19.265Z] gosimple [2019-11-16T00:28:19.265Z] gotype [2019-11-16T00:28:19.265Z] gotypex [2019-11-16T00:28:19.265Z] ineffassign [2019-11-16T00:28:19.265Z] interfacer [2019-11-16T00:28:19.265Z] lll [2019-11-16T00:28:19.265Z] maligned [2019-11-16T00:28:19.265Z] megacheck [2019-11-16T00:28:19.265Z] misspell [2019-11-16T00:28:19.265Z] nakedret [2019-11-16T00:28:19.265Z] safesql [2019-11-16T00:28:19.265Z] staticcheck [2019-11-16T00:28:19.265Z] structcheck [2019-11-16T00:28:19.265Z] unconvert [2019-11-16T00:28:19.265Z] unparam [2019-11-16T00:28:19.265Z] unused [2019-11-16T00:28:19.265Z] varcheck [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-11-16T00:28:28.417Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2019-11-16T00:28:28.417Z] ok github.com/docker/docker/api/server/middleware 0.013s coverage: 37.7% of statements [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-11-16T00:28:28.417Z] ok github.com/docker/docker/api/server/router/swarm 0.040s coverage: 3.1% of statements [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/container [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/events [no test files] [2019-11-16T00:28:28.417Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2019-11-16T00:28:28.417Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/image [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/network [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-11-16T00:28:28.417Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2019-11-16T00:28:28.417Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/builder [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-11-16T00:28:28.417Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-11-16T00:28:29.375Z] ok github.com/docker/docker/builder/dockerignore 0.015s coverage: 96.8% of statements [2019-11-16T00:28:32.765Z] ok github.com/docker/docker/builder/fscache 0.123s coverage: 69.2% of statements [2019-11-16T00:28:33.580Z] ok github.com/docker/docker/builder/dockerfile 0.936s coverage: 45.1% of statements [2019-11-16T00:28:35.432Z] ok github.com/docker/docker/builder/remotecontext 0.255s coverage: 13.6% of statements [2019-11-16T00:28:35.812Z] ok github.com/docker/docker/builder/remotecontext/git 0.877s coverage: 85.1% of statements [2019-11-16T00:28:35.812Z] ? github.com/docker/docker/cli [no test files] [2019-11-16T00:28:35.812Z] ? github.com/docker/docker/cli/config [no test files] [2019-11-16T00:28:36.211Z] ok github.com/docker/docker/cli/debug 0.006s coverage: 100.0% of statements [2019-11-16T00:28:41.645Z] ok github.com/docker/docker/client 0.187s coverage: 75.7% of statements [2019-11-16T00:28:46.968Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-11-16T00:28:46.968Z] [2019-11-16T00:28:46.968Z] [2019-11-16T00:28:46.968Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-11-16T00:28:46.968Z] [2019-11-16T00:28:46.968Z] [2019-11-16T00:28:46.968Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-11-16T00:28:46.968Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-11-16T00:28:46.968Z] No new tests added to integration. [2019-11-16T00:28:46.968Z] [2019-11-16T00:28:46.968Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-11-16T00:28:47.225Z] PKG_CONFIG=pkg-config [2019-11-16T00:28:47.225Z] GOLANG_VERSION=1.12.12 [2019-11-16T00:28:47.225Z] HOSTNAME=7d8b14001273 [2019-11-16T00:28:47.225Z] KEEPBUNDLE=1 [2019-11-16T00:28:47.225Z] container=docker [2019-11-16T00:28:47.225Z] TEST_SKIP_INTEGRATION=1 [2019-11-16T00:28:47.225Z] GOPATH=/go [2019-11-16T00:28:47.225Z] PWD=/go/src/github.com/docker/docker [2019-11-16T00:28:47.225Z] HOME=/root [2019-11-16T00:28:47.225Z] VALIDATE_REPO=https://github.com/docker/engine.git [2019-11-16T00:28:47.225Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-11-16T00:28:47.225Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-11-16T00:28:47.225Z] DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:28:47.225Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-11-16T00:28:47.225Z] DOCKER_GRAPHDRIVER=overlay2 [2019-11-16T00:28:47.225Z] TERM=xterm [2019-11-16T00:28:47.225Z] VALIDATE_BRANCH=19.03 [2019-11-16T00:28:47.225Z] DEST=bundles/test-integration [2019-11-16T00:28:47.225Z] SHLVL=1 [2019-11-16T00:28:47.225Z] TIMEOUT=120m [2019-11-16T00:28:47.225Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-11-16T00:28:47.225Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-11-16T00:28:47.225Z] DOCKER_PKG=github.com/docker/docker [2019-11-16T00:28:47.225Z] TESTDEBUG=0 [2019-11-16T00:28:47.225Z] _=/usr/bin/env [2019-11-16T00:28:47.225Z] Building test suite binary ./integration-cli/test.main [2019-11-16T00:28:47.790Z] PKG_CONFIG=pkg-config [2019-11-16T00:28:47.790Z] GOLANG_VERSION=1.12.12 [2019-11-16T00:28:47.790Z] HOSTNAME=d0da37c5a84d [2019-11-16T00:28:47.790Z] KEEPBUNDLE=1 [2019-11-16T00:28:47.790Z] container=docker [2019-11-16T00:28:47.790Z] TEST_SKIP_INTEGRATION=1 [2019-11-16T00:28:47.790Z] GOPATH=/go [2019-11-16T00:28:47.790Z] PWD=/go/src/github.com/docker/docker [2019-11-16T00:28:47.790Z] HOME=/root [2019-11-16T00:28:47.790Z] VALIDATE_REPO=https://github.com/docker/engine.git [2019-11-16T00:28:47.790Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-11-16T00:28:47.790Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-11-16T00:28:47.790Z] DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:28:47.790Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-11-16T00:28:47.790Z] DOCKER_GRAPHDRIVER=overlay2 [2019-11-16T00:28:47.790Z] TERM=xterm [2019-11-16T00:28:47.790Z] VALIDATE_BRANCH=19.03 [2019-11-16T00:28:47.790Z] DEST=bundles/test-integration [2019-11-16T00:28:47.790Z] SHLVL=1 [2019-11-16T00:28:47.790Z] TIMEOUT=120m [2019-11-16T00:28:47.790Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-11-16T00:28:47.790Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-11-16T00:28:47.790Z] DOCKER_PKG=github.com/docker/docker [2019-11-16T00:28:47.790Z] TESTDEBUG=0 [2019-11-16T00:28:47.790Z] _=/usr/bin/env [2019-11-16T00:28:47.790Z] Building test suite binary ./integration-cli/test.main [2019-11-16T00:28:47.790Z] PKG_CONFIG=pkg-config [2019-11-16T00:28:47.790Z] GOLANG_VERSION=1.12.12 [2019-11-16T00:28:47.790Z] HOSTNAME=ffd92a085759 [2019-11-16T00:28:47.790Z] KEEPBUNDLE=1 [2019-11-16T00:28:47.790Z] container=docker [2019-11-16T00:28:47.790Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-11-16T00:28:47.790Z] GOPATH=/go [2019-11-16T00:28:47.790Z] PWD=/go/src/github.com/docker/docker [2019-11-16T00:28:47.790Z] HOME=/root [2019-11-16T00:28:47.790Z] VALIDATE_REPO=https://github.com/docker/engine.git [2019-11-16T00:28:47.790Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-11-16T00:28:47.790Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-11-16T00:28:47.790Z] DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:28:47.790Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-11-16T00:28:47.790Z] DOCKER_GRAPHDRIVER=overlay2 [2019-11-16T00:28:47.790Z] TERM=xterm [2019-11-16T00:28:47.790Z] VALIDATE_BRANCH=19.03 [2019-11-16T00:28:47.790Z] DEST=bundles/test-integration [2019-11-16T00:28:47.790Z] SHLVL=1 [2019-11-16T00:28:47.790Z] TIMEOUT=120m [2019-11-16T00:28:47.790Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-11-16T00:28:47.790Z] DOCKER_PKG=github.com/docker/docker [2019-11-16T00:28:47.790Z] TESTDEBUG=0 [2019-11-16T00:28:47.790Z] _=/usr/bin/env [2019-11-16T00:28:47.790Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-11-16T00:28:52.853Z] Removing intermediate container 1f42e8a3b60a [2019-11-16T00:28:52.853Z] ---> 6197e7be9971 [2019-11-16T00:28:52.853Z] Step 66/125 : FROM base AS gotestsum [2019-11-16T00:28:52.853Z] ---> 2c089585f858 [2019-11-16T00:28:52.853Z] Step 67/125 : ENV INSTALL_BINARY_NAME=gotestsum [2019-11-16T00:28:53.193Z] ---> Running in 9e3f251d4973 [2019-11-16T00:28:53.193Z] Removing intermediate container 9e3f251d4973 [2019-11-16T00:28:53.193Z] ---> a99504c05faa [2019-11-16T00:28:53.193Z] Step 68/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:28:53.193Z] ---> 83a7146da2f9 [2019-11-16T00:28:53.193Z] Step 69/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:28:53.531Z] ---> 91e7ff742aa2 [2019-11-16T00:28:53.531Z] Step 70/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:28:53.531Z] ---> Running in db3f019c91c4 [2019-11-16T00:28:53.868Z] + RM_GOPATH=0 [2019-11-16T00:28:53.868Z] + TMP_GOPATH= [2019-11-16T00:28:53.868Z] + : /build [2019-11-16T00:28:53.868Z] + '[' -z '' ']' [2019-11-16T00:28:53.868Z] ++ mktemp -d [2019-11-16T00:28:53.868Z] + export GOPATH=/tmp/tmp.YrR7yvdjJ0 [2019-11-16T00:28:53.868Z] + GOPATH=/tmp/tmp.YrR7yvdjJ0 [2019-11-16T00:28:53.868Z] + RM_GOPATH=1 [2019-11-16T00:28:53.868Z] ++ dirname ./install.sh [2019-11-16T00:28:53.868Z] + dir=. [2019-11-16T00:28:53.868Z] + bin=gotestsum [2019-11-16T00:28:53.868Z] + shift [2019-11-16T00:28:53.868Z] + '[' '!' -f ./gotestsum.installer ']' [2019-11-16T00:28:53.868Z] + . ./gotestsum.installer [2019-11-16T00:28:53.868Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-11-16T00:28:53.868Z] + install_gotestsum [2019-11-16T00:28:53.868Z] + echo 'Installing gotestsum version v0.3.5' [2019-11-16T00:28:53.868Z] + go get -d gotest.tools/gotestsum [2019-11-16T00:28:53.868Z] Installing gotestsum version v0.3.5 [2019-11-16T00:29:04.818Z] + cd /tmp/tmp.YrR7yvdjJ0/src/gotest.tools/gotestsum [2019-11-16T00:29:04.818Z] + git checkout -q v0.3.5 [2019-11-16T00:29:04.818Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-11-16T00:29:10.289Z] ok github.com/docker/docker/cmd/dockerd/hack 0.015s coverage: 72.9% of statements [2019-11-16T00:29:11.109Z] ok github.com/docker/docker/cmd/dockerd 0.046s coverage: 29.8% of statements [2019-11-16T00:29:14.618Z] ok github.com/docker/docker/container 0.127s coverage: 35.6% of statements [2019-11-16T00:29:14.618Z] ? github.com/docker/docker/container/stream [no test files] [2019-11-16T00:29:14.618Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-11-16T00:29:14.618Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-11-16T00:29:14.618Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-11-16T00:29:22.603Z] ok github.com/docker/docker/daemon/cluster 0.037s coverage: 0.5% of statements [2019-11-16T00:29:24.025Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2019-11-16T00:29:24.145Z] Removing intermediate container db3f019c91c4 [2019-11-16T00:29:24.146Z] ---> bbe2b31130e8 [2019-11-16T00:29:24.146Z] Step 71/125 : FROM dev-base AS dockercli [2019-11-16T00:29:24.146Z] ---> 2c089585f858 [2019-11-16T00:29:24.146Z] Step 72/125 : ENV INSTALL_BINARY_NAME=dockercli [2019-11-16T00:29:24.146Z] ---> Running in 0a32eadcef18 [2019-11-16T00:29:24.146Z] Removing intermediate container 0a32eadcef18 [2019-11-16T00:29:24.146Z] ---> 51cff5af7b0b [2019-11-16T00:29:24.146Z] Step 73/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:29:24.146Z] ---> a234cff01847 [2019-11-16T00:29:24.146Z] Step 74/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:29:24.146Z] ---> ee43ff00bb75 [2019-11-16T00:29:24.146Z] Step 75/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:29:24.146Z] ---> Running in a71f14313d77 [2019-11-16T00:29:24.146Z] + RM_GOPATH=0 [2019-11-16T00:29:24.146Z] + TMP_GOPATH= [2019-11-16T00:29:24.146Z] + : /build [2019-11-16T00:29:24.146Z] + '[' -z '' ']' [2019-11-16T00:29:24.146Z] ++ mktemp -d [2019-11-16T00:29:24.146Z] + export GOPATH=/tmp/tmp.OhBclTo7io [2019-11-16T00:29:24.146Z] + GOPATH=/tmp/tmp.OhBclTo7io [2019-11-16T00:29:24.146Z] + RM_GOPATH=1 [2019-11-16T00:29:24.146Z] ++ dirname ./install.sh [2019-11-16T00:29:24.146Z] + dir=. [2019-11-16T00:29:24.146Z] + bin=dockercli [2019-11-16T00:29:24.146Z] + shift [2019-11-16T00:29:24.146Z] + '[' '!' -f ./dockercli.installer ']' [2019-11-16T00:29:24.146Z] + . ./dockercli.installer [2019-11-16T00:29:24.146Z] ++ DOCKERCLI_CHANNEL=stable [2019-11-16T00:29:24.146Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-11-16T00:29:24.146Z] + install_dockercli [2019-11-16T00:29:24.146Z] Install docker/cli version 17.06.2-ce from stable [2019-11-16T00:29:24.146Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-11-16T00:29:24.146Z] ++ uname -m [2019-11-16T00:29:24.146Z] + arch=ppc64le [2019-11-16T00:29:24.146Z] + '[' ppc64le '!=' x86_64 ']' [2019-11-16T00:29:24.146Z] + '[' ppc64le '!=' s390x ']' [2019-11-16T00:29:24.146Z] + '[' ppc64le '!=' armhf ']' [2019-11-16T00:29:24.146Z] + build_dockercli [2019-11-16T00:29:24.146Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.OhBclTo7io/tmp/docker-ce [2019-11-16T00:29:24.146Z] Cloning into '/tmp/tmp.OhBclTo7io/tmp/docker-ce'... [2019-11-16T00:29:25.917Z] ok github.com/docker/docker/daemon/cluster/convert 0.012s coverage: 35.8% of statements [2019-11-16T00:29:35.362Z] ok github.com/docker/docker/daemon 12.268s coverage: 17.5% of statements [2019-11-16T00:29:35.362Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-11-16T00:29:35.362Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.445s coverage: 13.7% of statements [2019-11-16T00:29:35.362Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-11-16T00:29:36.205Z] ok github.com/docker/docker/daemon/discovery 0.022s coverage: 30.4% of statements [2019-11-16T00:29:36.835Z] 65014b3c3121: Pull complete [2019-11-16T00:29:37.031Z] ok github.com/docker/docker/daemon/config 0.059s coverage: 82.2% of statements [2019-11-16T00:29:37.427Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-11-16T00:29:37.427Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-11-16T00:29:37.427Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-11-16T00:29:38.746Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-11-16T00:29:39.739Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-11-16T00:29:39.739Z] [2019-11-16T00:29:39.739Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-11-16T00:29:39.739Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-11-16T00:29:39.739Z] Using test binary docker [2019-11-16T00:29:39.739Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-11-16T00:29:39.739Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-11-16T00:29:39.739Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-11-16T00:29:39.739Z] Warning failed to create cache: (null) [2019-11-16T00:29:39.739Z] . [2019-11-16T00:29:39.739Z] INFO: Waiting for daemon to start... [2019-11-16T00:29:39.739Z] Starting dockerd [2019-11-16T00:29:39.739Z] . [2019-11-16T00:29:39.739Z] INFO: Building docker-sdk-python3:master... [2019-11-16T00:29:41.258Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 2.9% of statements [2019-11-16T00:29:42.665Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.330s coverage: 57.8% of statements [2019-11-16T00:29:50.423Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.775s coverage: 45.9% of statements [2019-11-16T00:29:51.200Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.755s coverage: 72.3% of statements [2019-11-16T00:29:51.200Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-11-16T00:29:52.097Z] + cd /tmp/tmp.OhBclTo7io/tmp/docker-ce [2019-11-16T00:29:52.097Z] + git checkout -q v17.06.2-ce [2019-11-16T00:29:52.434Z] + mkdir -p /tmp/tmp.OhBclTo7io/src/github.com/docker [2019-11-16T00:29:52.434Z] + mv components/cli /tmp/tmp.OhBclTo7io/src/github.com/docker/cli [2019-11-16T00:29:52.434Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-11-16T00:29:53.204Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.246s coverage: 50.8% of statements [2019-11-16T00:29:55.025Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.577s coverage: 76.1% of statements [2019-11-16T00:29:56.350Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.0% of statements [2019-11-16T00:29:57.654Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2019-11-16T00:29:59.057Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.128s coverage: 57.0% of statements [2019-11-16T00:29:59.057Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-11-16T00:29:59.057Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-11-16T00:29:59.891Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2019-11-16T00:30:00.722Z] ok github.com/docker/docker/daemon/images 0.011s coverage: 4.9% of statements [2019-11-16T00:30:00.722Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-11-16T00:30:00.722Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-11-16T00:30:02.071Z] ok github.com/docker/docker/daemon/logger 0.254s coverage: 43.7% of statements [2019-11-16T00:30:02.928Z] ok github.com/docker/docker/daemon/logger/awslogs 0.080s coverage: 78.6% of statements [2019-11-16T00:30:02.928Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-11-16T00:30:02.928Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-11-16T00:30:03.327Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 68.2% of statements [2019-11-16T00:30:04.152Z] ok github.com/docker/docker/daemon/logger/journald 0.008s coverage: 26.2% of statements [2019-11-16T00:30:05.222Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 88.3% of statements [2019-11-16T00:30:05.624Z] time="2019-11-16T00:30:05Z" level=error msg="Failed to remove source log file: remove /tmp/docker-logger-952033631/container.log.1: no such file or directory" [2019-11-16T00:30:05.624Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.029s coverage: 62.1% of statements [2019-11-16T00:30:06.454Z] ok github.com/docker/docker/daemon/logger/local 0.036s coverage: 74.7% of statements [2019-11-16T00:30:06.454Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-11-16T00:30:07.297Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.012s coverage: 20.0% of statements [2019-11-16T00:30:09.195Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 47.8% of statements [2019-11-16T00:30:10.008Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2019-11-16T00:30:10.389Z] ok github.com/docker/docker/daemon/logger/splunk 1.795s coverage: 84.5% of statements [2019-11-16T00:30:10.389Z] ? github.com/docker/docker/daemon/names [no test files] [2019-11-16T00:30:10.983Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2019-11-16T00:30:10.983Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-11-16T00:30:13.596Z] ok github.com/docker/docker/distribution/metadata 0.032s coverage: 48.2% of statements [2019-11-16T00:30:13.596Z] ok github.com/docker/docker/distribution 0.325s coverage: 22.3% of statements [2019-11-16T00:30:13.596Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-11-16T00:30:15.453Z] ok github.com/docker/docker/errdefs 0.018s coverage: 48.2% of statements [2019-11-16T00:30:16.392Z] ok github.com/docker/docker/distribution/xfer 1.452s coverage: 83.4% of statements [2019-11-16T00:30:16.392Z] ? github.com/docker/docker/dockerversion [no test files] [2019-11-16T00:30:16.775Z] ok github.com/docker/docker/image 0.070s coverage: 86.4% of statements [2019-11-16T00:30:18.156Z] ok github.com/docker/docker/image/cache 0.014s coverage: 19.2% of statements [2019-11-16T00:30:18.156Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-11-16T00:30:18.156Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2019-11-16T00:30:18.156Z] ? github.com/docker/docker/internal/test [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-11-16T00:30:20.791Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-11-16T00:30:20.791Z] ok github.com/docker/docker/internal/testutil 0.004s coverage: 62.5% of statements [2019-11-16T00:30:21.646Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements [2019-11-16T00:30:23.553Z] ok github.com/docker/docker/opts 0.031s coverage: 66.9% of statements [2019-11-16T00:30:23.553Z] ok github.com/docker/docker/pkg/aaparser 0.015s coverage: 50.0% of statements [2019-11-16T00:30:26.264Z] ok github.com/docker/docker/pkg/archive 0.574s coverage: 77.2% of statements [2019-11-16T00:30:27.576Z] ok github.com/docker/docker/pkg/authorization 0.559s coverage: 66.7% of statements [2019-11-16T00:30:27.944Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2019-11-16T00:30:28.307Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2019-11-16T00:30:30.182Z] ok github.com/docker/docker/layer 7.412s coverage: 72.0% of statements [2019-11-16T00:30:30.182Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-11-16T00:30:30.182Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-11-16T00:30:30.182Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-11-16T00:30:30.182Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-11-16T00:30:30.182Z] ? github.com/docker/docker/oci [no test files] [2019-11-16T00:30:30.182Z] ? github.com/docker/docker/oci/caps [no test files] [2019-11-16T00:30:30.578Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2019-11-16T00:30:31.397Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2019-11-16T00:30:31.837Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 92.9% of statements [2019-11-16T00:30:33.307Z] ok github.com/docker/docker/pkg/chrootarchive 3.600s coverage: 43.2% of statements [2019-11-16T00:30:33.307Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-11-16T00:30:33.307Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-11-16T00:30:33.709Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2019-11-16T00:30:34.515Z] ok github.com/docker/docker/pkg/discovery/nodes 0.031s coverage: 93.8% of statements [2019-11-16T00:30:34.916Z] ok github.com/docker/docker/pkg/dmesg 0.016s coverage: 83.3% of statements [2019-11-16T00:30:36.239Z] ok github.com/docker/docker/pkg/discovery/kv 3.201s coverage: 84.1% of statements [2019-11-16T00:30:36.239Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 66.3% of statements [2019-11-16T00:30:37.070Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2019-11-16T00:30:37.456Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 10.2% of statements [2019-11-16T00:30:37.456Z] ok github.com/docker/docker/pkg/fsutils 0.434s coverage: 85.1% of statements [2019-11-16T00:30:38.848Z] ok github.com/docker/docker/pkg/ioutils 0.398s coverage: 70.0% of statements [2019-11-16T00:30:38.849Z] ok github.com/docker/docker/pkg/idtools 0.705s coverage: 70.1% of statements [2019-11-16T00:30:39.370Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-11-16T00:30:39.657Z] ok github.com/docker/docker/pkg/locker 0.027s coverage: 88.9% of statements [2019-11-16T00:30:39.657Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2019-11-16T00:30:40.047Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2019-11-16T00:30:40.047Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-11-16T00:30:40.838Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2019-11-16T00:30:40.838Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2019-11-16T00:30:41.647Z] ok github.com/docker/docker/pkg/parsers/kernel 0.015s coverage: 60.0% of statements [2019-11-16T00:30:41.647Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.0% of statements [2019-11-16T00:30:42.029Z] ok github.com/docker/docker/pkg/mount 1.339s coverage: 69.6% of statements [2019-11-16T00:30:42.029Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-11-16T00:30:42.429Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2019-11-16T00:30:42.429Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-11-16T00:30:42.429Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-11-16T00:30:42.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-11-16T00:30:43.257Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.041s coverage: 56.8% of statements [2019-11-16T00:30:44.161Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2019-11-16T00:30:44.698Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 87.9% of statements [2019-11-16T00:30:45.139Z] ok github.com/docker/docker/pkg/progress 0.005s coverage: 75.9% of statements [2019-11-16T00:30:46.390Z] ok github.com/docker/docker/pkg/pubsub 1.048s coverage: 72.7% of statements [2019-11-16T00:30:46.766Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-11-16T00:30:47.344Z] sha256:f836398ceaa806e30466b2d87286a0184db1b4db7bba0ccae845fec28a8ffc0a [2019-11-16T00:30:47.344Z] INFO: Starting docker-py tests... [2019-11-16T00:30:47.344Z] ============================= test session starts ============================== [2019-11-16T00:30:47.344Z] platform linux -- Python 3.7.5, pytest-4.3.1, py-1.8.0, pluggy-0.13.0 [2019-11-16T00:30:47.344Z] rootdir: /src, inifile: pytest.ini [2019-11-16T00:30:47.344Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-11-16T00:30:47.344Z] collected 385 items / 5 deselected / 380 selected [2019-11-16T00:30:47.344Z] [2019-11-16T00:30:50.672Z] + return [2019-11-16T00:30:50.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-11-16T00:30:50.800Z] ok github.com/docker/docker/pkg/signal 2.987s coverage: 61.0% of statements [2019-11-16T00:30:50.800Z] ok github.com/docker/docker/pkg/stdcopy 0.007s coverage: 100.0% of statements [2019-11-16T00:30:51.658Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2019-11-16T00:30:51.658Z] ok github.com/docker/docker/pkg/stringid 0.008s coverage: 70.6% of statements [2019-11-16T00:30:52.545Z] ok github.com/docker/docker/pkg/symlink 0.023s coverage: 87.7% of statements [2019-11-16T00:30:52.943Z] ok github.com/docker/docker/pkg/sysinfo 0.023s coverage: 81.4% of statements [2019-11-16T00:30:53.733Z] ok github.com/docker/docker/pkg/system 0.044s coverage: 35.8% of statements [2019-11-16T00:30:54.046Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-11-16T00:30:54.533Z] ok github.com/docker/docker/pkg/tailfile 0.061s coverage: 88.6% of statements [2019-11-16T00:30:55.314Z] ok github.com/docker/docker/pkg/tarsum 0.035s coverage: 89.3% of statements [2019-11-16T00:30:55.696Z] ok github.com/docker/docker/pkg/term 0.007s coverage: 84.8% of statements [2019-11-16T00:30:56.500Z] testing: warning: no tests to run [2019-11-16T00:30:56.500Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: 0.0% of statements [no tests to run] [2019-11-16T00:30:56.658Z] Removing intermediate container a71f14313d77 [2019-11-16T00:30:56.658Z] ---> f234c83bb2af [2019-11-16T00:30:56.658Z] Step 76/125 : FROM runtime-dev AS runc [2019-11-16T00:30:56.658Z] ---> 5cc25119fb9f [2019-11-16T00:30:56.658Z] Step 77/125 : ENV INSTALL_BINARY_NAME=runc [2019-11-16T00:30:56.879Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2019-11-16T00:30:56.997Z] ---> Running in d59aacdbef7e [2019-11-16T00:30:56.997Z] Removing intermediate container d59aacdbef7e [2019-11-16T00:30:56.997Z] ---> 9a3ed4afc0b1 [2019-11-16T00:30:56.997Z] Step 78/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:30:56.997Z] ---> 58807296f129 [2019-11-16T00:30:56.997Z] Step 79/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:30:57.280Z] ok github.com/docker/docker/pkg/urlutil 0.005s coverage: 100.0% of statements [2019-11-16T00:30:57.280Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2019-11-16T00:30:57.339Z] ---> 97b5b109f841 [2019-11-16T00:30:57.339Z] Step 80/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:30:57.339Z] ---> Running in 859e18828144 [2019-11-16T00:30:57.674Z] + RM_GOPATH=0 [2019-11-16T00:30:57.674Z] + TMP_GOPATH= [2019-11-16T00:30:57.674Z] + : /build [2019-11-16T00:30:57.674Z] + '[' -z '' ']' [2019-11-16T00:30:57.674Z] ++ mktemp -d [2019-11-16T00:30:57.674Z] + export GOPATH=/tmp/tmp.z7Mw4L7paF [2019-11-16T00:30:57.674Z] + GOPATH=/tmp/tmp.z7Mw4L7paF [2019-11-16T00:30:57.674Z] + RM_GOPATH=1 [2019-11-16T00:30:57.675Z] ++ dirname ./install.sh [2019-11-16T00:30:57.675Z] + dir=. [2019-11-16T00:30:57.675Z] + bin=runc [2019-11-16T00:30:57.675Z] + shift [2019-11-16T00:30:57.675Z] + '[' '!' -f ./runc.installer ']' [2019-11-16T00:30:57.675Z] + . ./runc.installer [2019-11-16T00:30:57.675Z] ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-11-16T00:30:57.675Z] + install_runc [2019-11-16T00:30:57.675Z] + uname -r [2019-11-16T00:30:57.675Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-11-16T00:30:57.675Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-11-16T00:30:57.675Z] + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-11-16T00:30:57.675Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.z7Mw4L7paF/src/github.com/opencontainers/runc [2019-11-16T00:30:57.675Z] Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-11-16T00:30:57.675Z] Cloning into '/tmp/tmp.z7Mw4L7paF/src/github.com/opencontainers/runc'... [2019-11-16T00:30:58.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-11-16T00:30:59.413Z] + cd /tmp/tmp.z7Mw4L7paF/src/github.com/opencontainers/runc [2019-11-16T00:30:59.413Z] + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-11-16T00:30:59.413Z] + '[' -z '' ']' [2019-11-16T00:30:59.413Z] + target=static [2019-11-16T00:30:59.413Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-11-16T00:31:00.142Z] 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-11-16T00:31:00.695Z] ok github.com/docker/docker/plugin 0.565s coverage: 27.3% of statements [2019-11-16T00:31:01.074Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2019-11-16T00:31:01.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-11-16T00:31:02.395Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 76.5% of statements [2019-11-16T00:31:02.783Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2019-11-16T00:31:04.645Z] ok github.com/docker/docker/registry 0.158s coverage: 56.4% of statements [2019-11-16T00:31:05.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-11-16T00:31:05.715Z] ok github.com/docker/docker/registry/resumable 0.018s coverage: 100.0% of statements [2019-11-16T00:31:05.947Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-11-16T00:31:05.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-11-16T00:31:06.102Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 47.1% of statements [2019-11-16T00:31:06.506Z] tests/integration/api_client_test.py ..... [ 7%] [2019-11-16T00:31:06.938Z] ok github.com/docker/docker/runconfig 0.021s coverage: 68.2% of statements [2019-11-16T00:31:08.252Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2019-11-16T00:31:08.949Z] tests/integration/api_config_test.py ..... [ 8%] [2019-11-16T00:31:09.073Z] ok github.com/docker/docker/volume/local 0.043s coverage: 73.0% of statements [2019-11-16T00:31:09.908Z] ok github.com/docker/docker/volume/mounts 0.035s coverage: 67.0% of statements [2019-11-16T00:31:11.275Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-11-16T00:31:12.522Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-11-16T00:31:15.805Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-11-16T00:31:17.498Z] ok github.com/docker/docker/pkg/plugins 33.651s coverage: 76.8% of statements [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/rootless [no test files] [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/volume [no test files] [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-11-16T00:31:17.498Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === Skipped [2019-11-16T00:31:17.498Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-11-16T00:31:17.498Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-11-16T00:31:17.498Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-11-16T00:31:17.498Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:31:17.498Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-11-16T00:31:17.498Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:31:17.498Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-11-16T00:31:17.498Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:31:17.498Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-11-16T00:31:17.498Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:31:17.498Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-11-16T00:31:17.498Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:31:17.498Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-11-16T00:31:17.498Z] graphtest_unix.go:73: No driver to put! [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-11-16T00:31:17.498Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-11-16T00:31:17.498Z] overlay_test.go:49: Fails to compute changes intermittently [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-11-16T00:31:17.498Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-11-16T00:31:17.498Z] [2019-11-16T00:31:17.498Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-11-16T00:31:17.499Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-11-16T00:31:17.499Z] [2019-11-16T00:31:17.499Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-11-16T00:31:17.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:31:17.499Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:31:17.499Z] [2019-11-16T00:31:17.499Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-11-16T00:31:17.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:31:17.499Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:31:17.499Z] [2019-11-16T00:31:17.499Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-11-16T00:31:17.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:31:17.499Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:31:17.499Z] [2019-11-16T00:31:17.499Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-11-16T00:31:17.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:31:17.499Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:31:17.499Z] [2019-11-16T00:31:17.499Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-11-16T00:31:17.499Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:31:17.499Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:31:17.499Z] [2019-11-16T00:31:17.499Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-11-16T00:31:17.499Z] graphtest_unix.go:73: No driver to put! [2019-11-16T00:31:17.499Z] [2019-11-16T00:31:17.499Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-11-16T00:31:17.499Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-11-16T00:31:17.499Z] [2019-11-16T00:31:17.499Z] [2019-11-16T00:31:17.499Z] DONE 2065 tests, 19 skipped in 240.532s Post stage [Pipeline] junit [2019-11-16T00:31:17.996Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-11-16T00:31:20.453Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/engine_PR-425/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 hack/make.sh dynbinary test-integration [2019-11-16T00:31:20.821Z] [2019-11-16T00:31:20.821Z] Removing bundles/ [2019-11-16T00:31:20.821Z] [2019-11-16T00:31:20.821Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-11-16T00:31:21.203Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-11-16T00:31:21.203Z] GOOS="" GOARCH="" GOARM="" [2019-11-16T00:31:25.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-11-16T00:31:28.076Z] 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-11-16T00:31:28.076Z] + mkdir -p /build [2019-11-16T00:31:28.076Z] + cp runc /build/runc [2019-11-16T00:31:28.076Z] Removing intermediate container 859e18828144 [2019-11-16T00:31:28.076Z] ---> f42e983b0b71 [2019-11-16T00:31:28.076Z] Step 81/125 : FROM dev-base AS tini [2019-11-16T00:31:28.076Z] ---> 2c089585f858 [2019-11-16T00:31:28.076Z] Step 82/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:31:28.076Z] ---> Using cache [2019-11-16T00:31:28.076Z] ---> 47587fa40e8d [2019-11-16T00:31:28.076Z] Step 83/125 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-11-16T00:31:28.076Z] ---> Running in 0eb3732e0efe [2019-11-16T00:31:28.076Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:31:28.076Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:31:28.076Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:31:28.076Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:31:28.076Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:31:28.076Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [487 kB] [2019-11-16T00:31:28.076Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-11-16T00:31:28.076Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-11-16T00:31:28.798Z] Fetched 7727 kB in 2s (3195 kB/s) [2019-11-16T00:31:29.969Z] Reading package lists... [2019-11-16T00:31:31.141Z] Reading package lists... [2019-11-16T00:31:31.482Z] Building dependency tree... [2019-11-16T00:31:31.482Z] Reading state information... [2019-11-16T00:31:31.482Z] The following additional packages will be installed: [2019-11-16T00:31:31.482Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-11-16T00:31:31.482Z] Suggested packages: [2019-11-16T00:31:31.482Z] codeblocks eclipse ninja-build lrzip [2019-11-16T00:31:31.482Z] Recommended packages: [2019-11-16T00:31:31.482Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-11-16T00:31:31.482Z] The following NEW packages will be installed: [2019-11-16T00:31:31.482Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-11-16T00:31:31.482Z] vim-common xxd [2019-11-16T00:31:31.820Z] 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:31:31.820Z] Need to get 13.4 MB of archives. [2019-11-16T00:31:31.820Z] After this operation, 60.4 MB of additional disk space will be used. [2019-11-16T00:31:31.820Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-11-16T00:31:31.820Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-11-16T00:31:31.820Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-11-16T00:31:31.820Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-11-16T00:31:32.158Z] Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u2 [272 kB] [2019-11-16T00:31:32.158Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-11-16T00:31:32.158Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-11-16T00:31:32.158Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-11-16T00:31:32.158Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-11-16T00:31:32.158Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-11-16T00:31:32.496Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:31:32.496Z] Fetched 13.4 MB in 0s (24.5 MB/s) [2019-11-16T00:31:32.496Z] Selecting previously unselected package cmake-data. [2019-11-16T00:31:32.496Z] (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-11-16T00:31:32.496Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-11-16T00:31:32.496Z] Unpacking cmake-data (3.7.2-1) ... [2019-11-16T00:31:32.834Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-11-16T00:31:32.834Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-11-16T00:31:32.834Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-11-16T00:31:33.171Z] Selecting previously unselected package libicu57:ppc64el. [2019-11-16T00:31:33.171Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-11-16T00:31:33.171Z] Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-11-16T00:31:33.557Z] e96b0897c5d1: Pull complete [2019-11-16T00:31:33.557Z] Digest: sha256:e75260361cbd398788c195a159c2c56e3ef4ee011ecd9bd57bdac73ff1a43e33 [2019-11-16T00:31:33.557Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:31:33.557Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-11-16T00:31:33.557Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-11-16T00:31:33.557Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.864' [2019-11-16T00:31:33.557Z] WARN: Skipping validation tests [2019-11-16T00:31:33.557Z] INFO: Running unit tests at 11/16/2019 00:31:31... [2019-11-16T00:31:34.343Z] Selecting previously unselected package libxml2:ppc64el. [2019-11-16T00:31:34.343Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-11-16T00:31:34.343Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-11-16T00:31:34.343Z] Selecting previously unselected package libarchive13:ppc64el. [2019-11-16T00:31:34.343Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_ppc64el.deb ... [2019-11-16T00:31:34.343Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u2) ... [2019-11-16T00:31:34.343Z] Selecting previously unselected package libjsoncpp1:ppc64el. [2019-11-16T00:31:34.343Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-11-16T00:31:34.343Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-11-16T00:31:34.343Z] Selecting previously unselected package libuv1:ppc64el. [2019-11-16T00:31:34.343Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-11-16T00:31:34.343Z] Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-11-16T00:31:34.343Z] Selecting previously unselected package cmake. [2019-11-16T00:31:34.343Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-11-16T00:31:34.343Z] Unpacking cmake (3.7.2-1) ... [2019-11-16T00:31:35.095Z] Selecting previously unselected package xxd. [2019-11-16T00:31:35.095Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-11-16T00:31:35.095Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:31:35.095Z] Selecting previously unselected package vim-common. [2019-11-16T00:31:35.095Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:31:35.095Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:31:35.095Z] Processing triggers for mime-support (3.60) ... [2019-11-16T00:31:35.095Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:31:35.095Z] Setting up libuv1:ppc64el (1.9.1-3) ... [2019-11-16T00:31:35.095Z] Setting up cmake-data (3.7.2-1) ... [2019-11-16T00:31:35.095Z] Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-11-16T00:31:35.095Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-11-16T00:31:35.095Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:31:35.095Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:31:35.095Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-11-16T00:31:35.095Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-11-16T00:31:35.095Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u2) ... [2019-11-16T00:31:35.095Z] Setting up cmake (3.7.2-1) ... [2019-11-16T00:31:35.095Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:31:35.761Z] INFO: make.ps1 starting at 11/16/2019 00:31:35 [2019-11-16T00:31:35.761Z] INFO: Git commit (d699e3de1) assumed from DOCKER_GITCOMMIT environment variable [2019-11-16T00:31:35.761Z] INFO: Invoking autogen... [2019-11-16T00:31:36.224Z] INFO: Running unit tests... [2019-11-16T00:31:36.793Z] Removing intermediate container 0eb3732e0efe [2019-11-16T00:31:36.793Z] ---> 357f08465dde [2019-11-16T00:31:36.793Z] Step 84/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:31:36.793Z] ---> 742f90fbab8e [2019-11-16T00:31:36.793Z] Step 85/125 : ENV INSTALL_BINARY_NAME=tini [2019-11-16T00:31:36.793Z] ---> Running in 7680e6273bfc [2019-11-16T00:31:37.132Z] Removing intermediate container 7680e6273bfc [2019-11-16T00:31:37.132Z] ---> c6c84bafa6cd [2019-11-16T00:31:37.132Z] Step 86/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:31:37.132Z] ---> a877d39fa948 [2019-11-16T00:31:37.132Z] Step 87/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:31:37.132Z] ---> Running in f8a6ae3bc31c [2019-11-16T00:31:37.470Z] + RM_GOPATH=0 [2019-11-16T00:31:37.470Z] + TMP_GOPATH= [2019-11-16T00:31:37.470Z] + : /build [2019-11-16T00:31:37.470Z] + '[' -z '' ']' [2019-11-16T00:31:37.470Z] ++ mktemp -d [2019-11-16T00:31:37.470Z] + export GOPATH=/tmp/tmp.ojDCnkM5vJ [2019-11-16T00:31:37.470Z] + GOPATH=/tmp/tmp.ojDCnkM5vJ [2019-11-16T00:31:37.470Z] + RM_GOPATH=1 [2019-11-16T00:31:37.470Z] ++ dirname ./install.sh [2019-11-16T00:31:37.470Z] + dir=. [2019-11-16T00:31:37.470Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:31:37.470Z] + bin=tini [2019-11-16T00:31:37.470Z] + shift [2019-11-16T00:31:37.470Z] + '[' '!' -f ./tini.installer ']' [2019-11-16T00:31:37.470Z] + . ./tini.installer [2019-11-16T00:31:37.470Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:31:37.470Z] + install_tini [2019-11-16T00:31:37.470Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-11-16T00:31:37.470Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.ojDCnkM5vJ/tini [2019-11-16T00:31:37.470Z] Cloning into '/tmp/tmp.ojDCnkM5vJ/tini'... [2019-11-16T00:31:37.807Z] + cd /tmp/tmp.ojDCnkM5vJ/tini [2019-11-16T00:31:37.807Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-11-16T00:31:37.807Z] + cmake . [2019-11-16T00:31:38.148Z] -- The C compiler identification is GNU 6.3.0 [2019-11-16T00:31:38.148Z] -- Check for working C compiler: /usr/bin/cc [2019-11-16T00:31:38.148Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-11-16T00:31:38.148Z] -- Detecting C compiler ABI info [2019-11-16T00:31:38.148Z] -- Detecting C compiler ABI info - done [2019-11-16T00:31:38.148Z] -- Detecting C compile features [2019-11-16T00:31:38.485Z] -- Detecting C compile features - done [2019-11-16T00:31:38.485Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-11-16T00:31:38.823Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-11-16T00:31:38.823Z] -- Configuring done [2019-11-16T00:31:38.823Z] -- Generating done [2019-11-16T00:31:38.823Z] -- Build files have been written to: /tmp/tmp.ojDCnkM5vJ/tini [2019-11-16T00:31:38.823Z] + make tini-static [2019-11-16T00:31:38.823Z] Scanning dependencies of target tini-static [2019-11-16T00:31:38.823Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-11-16T00:31:39.160Z] [100%] Linking C executable tini-static [2019-11-16T00:31:39.498Z] [100%] Built target tini-static [2019-11-16T00:31:39.498Z] + mkdir -p /build [2019-11-16T00:31:39.498Z] + cp tini-static /build/docker-init [2019-11-16T00:31:39.836Z] Removing intermediate container f8a6ae3bc31c [2019-11-16T00:31:39.836Z] ---> cf63a2a48aec [2019-11-16T00:31:39.836Z] Step 88/125 : FROM dev-base AS rootlesskit [2019-11-16T00:31:39.836Z] ---> 2c089585f858 [2019-11-16T00:31:39.836Z] Step 89/125 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-11-16T00:31:39.836Z] ---> Running in 747eeb741679 [2019-11-16T00:31:39.836Z] Removing intermediate container 747eeb741679 [2019-11-16T00:31:39.836Z] ---> d0f0e5e41340 [2019-11-16T00:31:39.836Z] Step 90/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:31:40.176Z] ---> 051c959b49a3 [2019-11-16T00:31:40.176Z] Step 91/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-11-16T00:31:40.176Z] ---> eb2f415c2950 [2019-11-16T00:31:40.176Z] Step 92/125 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-11-16T00:31:40.516Z] ---> Running in ff5f16636317 [2019-11-16T00:31:40.516Z] + RM_GOPATH=0 [2019-11-16T00:31:40.516Z] + TMP_GOPATH= [2019-11-16T00:31:40.516Z] + : /build/ [2019-11-16T00:31:40.516Z] + '[' -z '' ']' [2019-11-16T00:31:40.516Z] ++ mktemp -d [2019-11-16T00:31:40.516Z] + export GOPATH=/tmp/tmp.HM7TI2dkYJ [2019-11-16T00:31:40.516Z] + GOPATH=/tmp/tmp.HM7TI2dkYJ [2019-11-16T00:31:40.516Z] + RM_GOPATH=1 [2019-11-16T00:31:40.516Z] ++ dirname ./install.sh [2019-11-16T00:31:40.516Z] + dir=. [2019-11-16T00:31:40.516Z] + bin=rootlesskit [2019-11-16T00:31:40.516Z] + shift [2019-11-16T00:31:40.516Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-11-16T00:31:40.516Z] + . ./rootlesskit.installer [2019-11-16T00:31:40.516Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:31:40.516Z] + install_rootlesskit [2019-11-16T00:31:40.516Z] + case "$1" in [2019-11-16T00:31:40.516Z] + export CGO_ENABLED=0 [2019-11-16T00:31:40.516Z] + CGO_ENABLED=0 [2019-11-16T00:31:40.516Z] + _install_rootlesskit [2019-11-16T00:31:40.516Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-11-16T00:31:40.516Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:31:40.516Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.HM7TI2dkYJ/src/github.com/rootless-containers/rootlesskit [2019-11-16T00:31:40.516Z] Cloning into '/tmp/tmp.HM7TI2dkYJ/src/github.com/rootless-containers/rootlesskit'... [2019-11-16T00:31:41.693Z] + cd /tmp/tmp.HM7TI2dkYJ/src/github.com/rootless-containers/rootlesskit [2019-11-16T00:31:41.693Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-11-16T00:31:41.693Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-11-16T00:31:41.693Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-11-16T00:31:49.347Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-11-16T00:31:52.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-11-16T00:31:54.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-11-16T00:31:54.982Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-11-16T00:31:54.982Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-11-16T00:31:56.159Z] Removing intermediate container ff5f16636317 [2019-11-16T00:31:56.159Z] ---> d87f0fc449ae [2019-11-16T00:31:56.159Z] Step 93/125 : COPY ./contrib/dockerd-rootless.sh /build [2019-11-16T00:31:56.159Z] ---> c622d08beea8 [2019-11-16T00:31:56.159Z] Step 94/125 : FROM runtime-dev AS dev [2019-11-16T00:31:56.159Z] ---> 5cc25119fb9f [2019-11-16T00:31:56.159Z] Step 95/125 : ARG DEBIAN_FRONTEND [2019-11-16T00:31:56.159Z] ---> Running in 1e9d3481f861 [2019-11-16T00:31:56.159Z] Removing intermediate container 1e9d3481f861 [2019-11-16T00:31:56.159Z] ---> f190b79bb944 [2019-11-16T00:31:56.159Z] Step 96/125 : RUN groupadd -r docker [2019-11-16T00:31:56.159Z] ---> Running in e5aa9d19dde0 [2019-11-16T00:31:56.885Z] Removing intermediate container e5aa9d19dde0 [2019-11-16T00:31:56.885Z] ---> 07a5ceb891f5 [2019-11-16T00:31:56.885Z] Step 97/125 : RUN useradd --create-home --gid docker unprivilegeduser [2019-11-16T00:31:56.885Z] ---> Running in cffd1064b0bd [2019-11-16T00:31:57.615Z] Removing intermediate container cffd1064b0bd [2019-11-16T00:31:57.615Z] ---> 98b730980650 [2019-11-16T00:31:57.615Z] Step 98/125 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-11-16T00:31:57.615Z] ---> Running in fb1001715875 [2019-11-16T00:31:57.980Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-11-16T00:31:58.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-11-16T00:31:58.319Z] Removing intermediate container fb1001715875 [2019-11-16T00:31:58.319Z] ---> 87ad05c25967 [2019-11-16T00:31:58.319Z] Step 99/125 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-11-16T00:31:58.319Z] ---> Running in ee8241e388ca [2019-11-16T00:31:59.051Z] Removing intermediate container ee8241e388ca [2019-11-16T00:31:59.051Z] ---> 98dc39163177 [2019-11-16T00:31:59.051Z] Step 100/125 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-11-16T00:31:59.051Z] ---> Running in ab214116fcb2 [2019-11-16T00:31:59.789Z] Removing intermediate container ab214116fcb2 [2019-11-16T00:31:59.789Z] ---> 972049e809a3 [2019-11-16T00:31:59.789Z] Step 101/125 : RUN ldconfig [2019-11-16T00:31:59.789Z] ---> Running in 20ec11296c9d [2019-11-16T00:32:00.516Z] Removing intermediate container 20ec11296c9d [2019-11-16T00:32:00.516Z] ---> fe6df625ebaa [2019-11-16T00:32:00.516Z] 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-11-16T00:32:00.855Z] ---> Running in d83ae46390c8 [2019-11-16T00:32:01.195Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-11-16T00:32:01.195Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-11-16T00:32:01.195Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-11-16T00:32:01.195Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-11-16T00:32:01.195Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-11-16T00:32:01.195Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [487 kB] [2019-11-16T00:32:01.444Z] ? github.com/docker/docker/api [no test files] [2019-11-16T00:32:01.533Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-11-16T00:32:01.869Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-11-16T00:32:03.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-11-16T00:32:03.557Z] Fetched 7727 kB in 2s (3209 kB/s) [2019-11-16T00:32:04.730Z] Reading package lists... [2019-11-16T00:32:05.933Z] Reading package lists... [2019-11-16T00:32:05.933Z] Building dependency tree... [2019-11-16T00:32:05.933Z] Reading state information... [2019-11-16T00:32:06.270Z] The following additional packages will be installed: [2019-11-16T00:32:06.270Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-11-16T00:32:06.270Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-11-16T00:32:06.270Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-11-16T00:32:06.270Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-11-16T00:32:06.270Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-11-16T00:32:06.270Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-11-16T00:32:06.270Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-11-16T00:32:06.270Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-11-16T00:32:06.270Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-11-16T00:32:06.270Z] Suggested packages: [2019-11-16T00:32:06.270Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-11-16T00:32:06.270Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-11-16T00:32:06.270Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-11-16T00:32:06.270Z] vim-doc vim-scripts xfsdump acl attr quota [2019-11-16T00:32:06.270Z] Recommended packages: [2019-11-16T00:32:06.270Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-11-16T00:32:06.270Z] python3-keyrings.alt python3-xdg unzip [2019-11-16T00:32:07.449Z] The following NEW packages will be installed: [2019-11-16T00:32:07.449Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-11-16T00:32:07.449Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-11-16T00:32:07.449Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-11-16T00:32:07.449Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-11-16T00:32:07.449Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-11-16T00:32:07.449Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-11-16T00:32:07.449Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-11-16T00:32:07.449Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-11-16T00:32:07.449Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-11-16T00:32:07.449Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-11-16T00:32:07.449Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-11-16T00:32:07.449Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-11-16T00:32:07.449Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-11-16T00:32:07.449Z] xfsprogs xxd xz-utils zip [2019-11-16T00:32:07.449Z] 0 upgraded, 69 newly installed, 0 to remove and 1 not upgraded. [2019-11-16T00:32:07.449Z] Need to get 87.3 MB of archives. [2019-11-16T00:32:07.449Z] After this operation, 585 MB of additional disk space will be used. [2019-11-16T00:32:07.449Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-11-16T00:32:07.449Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-11-16T00:32:07.449Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-11-16T00:32:07.449Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-11-16T00:32:07.449Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-11-16T00:32:07.449Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-11-16T00:32:07.449Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-11-16T00:32:07.449Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-11-16T00:32:07.449Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-11-16T00:32:07.449Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-11-16T00:32:07.449Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-11-16T00:32:07.449Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-11-16T00:32:07.449Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-11-16T00:32:07.449Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-11-16T00:32:07.449Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-11-16T00:32:07.449Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-11-16T00:32:07.449Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-11-16T00:32:07.449Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-11-16T00:32:07.449Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-11-16T00:32:07.449Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-11-16T00:32:07.449Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-11-16T00:32:07.449Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-11-16T00:32:07.449Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-11-16T00:32:07.449Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-11-16T00:32:07.449Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-11-16T00:32:07.449Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-11-16T00:32:07.449Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-11-16T00:32:07.449Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-11-16T00:32:07.449Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-11-16T00:32:07.449Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-11-16T00:32:07.449Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-11-16T00:32:07.449Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-11-16T00:32:07.449Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-11-16T00:32:07.449Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-11-16T00:32:07.449Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-11-16T00:32:07.449Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-11-16T00:32:07.449Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-11-16T00:32:07.449Z] 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-11-16T00:32:07.449Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-11-16T00:32:07.449Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-11-16T00:32:07.449Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-11-16T00:32:07.449Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-11-16T00:32:07.450Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-11-16T00:32:07.450Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-11-16T00:32:07.450Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-11-16T00:32:07.450Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-11-16T00:32:07.450Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-11-16T00:32:07.450Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-11-16T00:32:07.450Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-11-16T00:32:07.450Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-11-16T00:32:07.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-11-16T00:32:07.787Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-11-16T00:32:07.788Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-11-16T00:32:07.788Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-11-16T00:32:07.788Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-11-16T00:32:07.788Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-11-16T00:32:07.788Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-11-16T00:32:07.788Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-11-16T00:32:07.788Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-11-16T00:32:07.788Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-11-16T00:32:07.788Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-11-16T00:32:07.788Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-11-16T00:32:07.788Z] 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-11-16T00:32:07.788Z] 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-11-16T00:32:08.125Z] 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-11-16T00:32:08.125Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-11-16T00:32:08.125Z] 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-11-16T00:32:08.125Z] 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-11-16T00:32:08.125Z] 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-11-16T00:32:09.299Z] 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-11-16T00:32:10.480Z] debconf: delaying package configuration, since apt-utils is not installed [2019-11-16T00:32:10.480Z] Fetched 87.3 MB in 2s (30.8 MB/s) [2019-11-16T00:32:10.480Z] Selecting previously unselected package bash-completion. [2019-11-16T00:32:10.480Z] (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-11-16T00:32:10.480Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-11-16T00:32:10.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-11-16T00:32:11.654Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-11-16T00:32:11.654Z] Selecting previously unselected package libnet1:ppc64el. [2019-11-16T00:32:11.654Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-11-16T00:32:11.654Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-11-16T00:32:11.654Z] Selecting previously unselected package libnfnetlink0:ppc64el. [2019-11-16T00:32:11.654Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-11-16T00:32:11.654Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-11-16T00:32:11.654Z] Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-11-16T00:32:11.654Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-11-16T00:32:11.654Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-11-16T00:32:11.654Z] Selecting previously unselected package libudev-dev:ppc64el. [2019-11-16T00:32:11.654Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-11-16T00:32:11.654Z] Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-11-16T00:32:11.654Z] Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-11-16T00:32:11.654Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-11-16T00:32:11.654Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-11-16T00:32:11.994Z] Selecting previously unselected package python3.5-minimal. [2019-11-16T00:32:11.994Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-11-16T00:32:11.994Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-11-16T00:32:11.994Z] Selecting previously unselected package python3-minimal. [2019-11-16T00:32:11.994Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-11-16T00:32:11.994Z] Unpacking python3-minimal (3.5.3-1) ... [2019-11-16T00:32:11.994Z] Selecting previously unselected package libmpdec2:ppc64el. [2019-11-16T00:32:11.994Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-11-16T00:32:11.994Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-11-16T00:32:11.994Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-11-16T00:32:12.332Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-11-16T00:32:12.332Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-11-16T00:32:12.676Z] Selecting previously unselected package python3.5. [2019-11-16T00:32:12.676Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-11-16T00:32:12.676Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-11-16T00:32:12.676Z] Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-11-16T00:32:12.676Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-11-16T00:32:12.676Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-11-16T00:32:12.676Z] Selecting previously unselected package dh-python. [2019-11-16T00:32:12.676Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-11-16T00:32:12.676Z] Unpacking dh-python (2.20170125) ... [2019-11-16T00:32:12.676Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-11-16T00:32:12.676Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-11-16T00:32:13.894Z] ok github.com/docker/docker/api/server 0.165s coverage: 7.9% of statements [2019-11-16T00:32:13.897Z] Setting up python3-minimal (3.5.3-1) ... [2019-11-16T00:32:13.897Z] Selecting previously unselected package python3. [2019-11-16T00:32:13.897Z] (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-11-16T00:32:13.897Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-11-16T00:32:13.897Z] Unpacking python3 (3.5.3-1) ... [2019-11-16T00:32:13.897Z] Selecting previously unselected package pigz. [2019-11-16T00:32:13.897Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-11-16T00:32:13.897Z] Unpacking pigz (2.3.4-1) ... [2019-11-16T00:32:13.897Z] Selecting previously unselected package libip4tc0:ppc64el. [2019-11-16T00:32:13.897Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-11-16T00:32:13.897Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-11-16T00:32:13.897Z] Selecting previously unselected package libip6tc0:ppc64el. [2019-11-16T00:32:13.898Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-11-16T00:32:13.898Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-11-16T00:32:14.317Z] Selecting previously unselected package libiptc0:ppc64el. [2019-11-16T00:32:14.317Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-11-16T00:32:14.317Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-11-16T00:32:14.317Z] Selecting previously unselected package libxtables12:ppc64el. [2019-11-16T00:32:14.317Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-11-16T00:32:14.317Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-11-16T00:32:14.317Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-11-16T00:32:14.317Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-11-16T00:32:14.317Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-11-16T00:32:14.317Z] Selecting previously unselected package iptables. [2019-11-16T00:32:14.317Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-11-16T00:32:14.317Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-11-16T00:32:14.317Z] Selecting previously unselected package xxd. [2019-11-16T00:32:14.317Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-11-16T00:32:14.317Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:32:14.317Z] Selecting previously unselected package vim-common. [2019-11-16T00:32:14.317Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:32:14.317Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:32:14.317Z] Selecting previously unselected package bzip2. [2019-11-16T00:32:14.317Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-11-16T00:32:14.317Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-11-16T00:32:14.317Z] Selecting previously unselected package libgpm2:ppc64el. [2019-11-16T00:32:14.317Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-11-16T00:32:14.317Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-11-16T00:32:14.317Z] Selecting previously unselected package xz-utils. [2019-11-16T00:32:14.317Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-11-16T00:32:14.317Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-11-16T00:32:14.317Z] Selecting previously unselected package aufs-tools. [2019-11-16T00:32:14.317Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-11-16T00:32:14.317Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-11-16T00:32:14.710Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-11-16T00:32:14.710Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-11-16T00:32:14.710Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-11-16T00:32:14.710Z] Selecting previously unselected package btrfs-progs. [2019-11-16T00:32:14.710Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-11-16T00:32:14.710Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-11-16T00:32:14.710Z] Selecting previously unselected package btrfs-tools. [2019-11-16T00:32:14.710Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-11-16T00:32:14.710Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-11-16T00:32:14.710Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-11-16T00:32:14.710Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-11-16T00:32:14.710Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-11-16T00:32:14.710Z] Selecting previously unselected package dmsetup. [2019-11-16T00:32:14.710Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-11-16T00:32:14.710Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-11-16T00:32:14.710Z] Selecting previously unselected package libonig4:ppc64el. [2019-11-16T00:32:14.710Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-11-16T00:32:14.710Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-11-16T00:32:14.710Z] Selecting previously unselected package libjq1:ppc64el. [2019-11-16T00:32:14.710Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-11-16T00:32:14.710Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-11-16T00:32:14.710Z] Selecting previously unselected package jq. [2019-11-16T00:32:14.710Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-11-16T00:32:14.710Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-11-16T00:32:14.710Z] Selecting previously unselected package libaio1:ppc64el. [2019-11-16T00:32:14.710Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-11-16T00:32:14.710Z] Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-11-16T00:32:14.710Z] Selecting previously unselected package libcap2-bin. [2019-11-16T00:32:15.048Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-11-16T00:32:15.048Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-11-16T00:32:15.048Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-11-16T00:32:15.048Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-11-16T00:32:15.048Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-11-16T00:32:15.048Z] Selecting previously unselected package libsepol1-dev:ppc64el. [2019-11-16T00:32:15.048Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-11-16T00:32:15.048Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-11-16T00:32:15.048Z] Selecting previously unselected package libpcre16-3:ppc64el. [2019-11-16T00:32:15.048Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-11-16T00:32:15.048Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-11-16T00:32:15.048Z] Selecting previously unselected package libpcre32-3:ppc64el. [2019-11-16T00:32:15.048Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-11-16T00:32:15.048Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-11-16T00:32:15.048Z] Selecting previously unselected package libpcre3-dev:ppc64el. [2019-11-16T00:32:15.048Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-11-16T00:32:15.048Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-11-16T00:32:15.153Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-11-16T00:32:15.153Z] Using test binary docker [2019-11-16T00:32:15.153Z] +++ /etc/init.d/apparmor start [2019-11-16T00:32:15.153Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-11-16T00:32:15.153Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-11-16T00:32:15.153Z] Warning failed to create cache: (null) [2019-11-16T00:32:15.153Z] . [2019-11-16T00:32:15.153Z] INFO: Waiting for daemon to start... [2019-11-16T00:32:15.153Z] Starting dockerd [2019-11-16T00:32:15.153Z] +++ 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-11-16T00:32:15.387Z] Selecting previously unselected package libselinux1-dev:ppc64el. [2019-11-16T00:32:15.387Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-11-16T00:32:15.387Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-11-16T00:32:15.387Z] Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-11-16T00:32:15.387Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-11-16T00:32:15.387Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-11-16T00:32:15.387Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-11-16T00:32:15.387Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-11-16T00:32:15.387Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-11-16T00:32:15.387Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-11-16T00:32:15.387Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-11-16T00:32:15.387Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-11-16T00:32:15.387Z] Selecting previously unselected package libreadline5:ppc64el. [2019-11-16T00:32:15.387Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-11-16T00:32:15.387Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-11-16T00:32:15.387Z] Selecting previously unselected package libsystemd-dev:ppc64el. [2019-11-16T00:32:15.387Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-11-16T00:32:15.387Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-11-16T00:32:15.726Z] Selecting previously unselected package net-tools. [2019-11-16T00:32:15.726Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-11-16T00:32:15.726Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-11-16T00:32:16.066Z] Selecting previously unselected package python-pip-whl. [2019-11-16T00:32:16.066Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-11-16T00:32:16.066Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-11-16T00:32:16.066Z] Selecting previously unselected package python3-pip. [2019-11-16T00:32:16.066Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-11-16T00:32:16.066Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-11-16T00:32:16.066Z] Selecting previously unselected package python3-pkg-resources. [2019-11-16T00:32:16.066Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-11-16T00:32:16.066Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-11-16T00:32:16.066Z] Selecting previously unselected package python3-setuptools. [2019-11-16T00:32:16.066Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-11-16T00:32:16.066Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-11-16T00:32:16.066Z] Selecting previously unselected package python3-wheel. [2019-11-16T00:32:16.066Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-11-16T00:32:16.066Z] Unpacking python3-wheel (0.29.0-2) ... [2019-11-16T00:32:16.404Z] Selecting previously unselected package thin-provisioning-tools. [2019-11-16T00:32:16.404Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-11-16T00:32:16.404Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-11-16T00:32:16.404Z] Selecting previously unselected package vim-runtime. [2019-11-16T00:32:16.404Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-11-16T00:32:16.404Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-11-16T00:32:16.404Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-11-16T00:32:16.404Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:32:17.054Z] . [2019-11-16T00:32:17.054Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-11-16T00:32:17.054Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-11-16T00:32:17.054Z] Error: No such image: emptyfs [2019-11-16T00:32:17.054Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-11-16T00:32:17.054Z] ++++ docker load [2019-11-16T00:32:17.129Z] Selecting previously unselected package vim. [2019-11-16T00:32:17.129Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-11-16T00:32:17.312Z] Running integration-test (iteration 1) [2019-11-16T00:32:17.312Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-11-16T00:32:17.312Z] ++ 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-11-16T00:32:17.312Z] ++ set -e [2019-11-16T00:32:17.312Z] ++ '[' -n 0 ']' [2019-11-16T00:32:17.312Z] ++ set -x [2019-11-16T00:32:17.312Z] ++ 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-11-16T00:32:17.468Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:32:17.468Z] Selecting previously unselected package xfsprogs. [2019-11-16T00:32:17.468Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-11-16T00:32:17.468Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-11-16T00:32:17.468Z] Selecting previously unselected package zip. [2019-11-16T00:32:17.468Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-11-16T00:32:17.468Z] Unpacking zip (3.0-11+b1) ... [2019-11-16T00:32:17.468Z] Selecting previously unselected package libapparmor-perl. [2019-11-16T00:32:17.468Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-11-16T00:32:17.468Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-11-16T00:32:17.806Z] Selecting previously unselected package apparmor. [2019-11-16T00:32:17.807Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-11-16T00:32:17.807Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-11-16T00:32:17.807Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-11-16T00:32:17.807Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-11-16T00:32:17.807Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-11-16T00:32:18.146Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-11-16T00:32:18.146Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-11-16T00:32:18.146Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-11-16T00:32:18.876Z] Selecting previously unselected package binutils-mingw-w64. [2019-11-16T00:32:18.877Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-11-16T00:32:18.877Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-11-16T00:32:18.877Z] Selecting previously unselected package mingw-w64-common. [2019-11-16T00:32:18.877Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-11-16T00:32:18.877Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-11-16T00:32:19.665Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-11-16T00:32:19.665Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-11-16T00:32:19.665Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-11-16T00:32:20.868Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-11-16T00:32:20.868Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-11-16T00:32:20.868Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-11-16T00:32:20.868Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-11-16T00:32:20.868Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-11-16T00:32:20.868Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:32:25.689Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-11-16T00:32:25.689Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-11-16T00:32:25.689Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:32:28.702Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-11-16T00:32:28.702Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-11-16T00:32:28.702Z] Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-11-16T00:32:28.702Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-11-16T00:32:28.702Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-11-16T00:32:28.702Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-11-16T00:32:28.702Z] Processing triggers for mime-support (3.60) ... [2019-11-16T00:32:28.702Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:32:28.702Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-11-16T00:32:28.702Z] Setting up libcap2-bin (1:2.25-1) ... [2019-11-16T00:32:28.702Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-11-16T00:32:28.702Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-11-16T00:32:28.702Z] Setting up bash-completion (1:2.1-4.3) ... [2019-11-16T00:32:29.877Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-11-16T00:32:29.877Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-11-16T00:32:29.877Z] Setting up zip (3.0-11+b1) ... [2019-11-16T00:32:29.877Z] Setting up bzip2 (1.0.6-8.1) ... [2019-11-16T00:32:29.877Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-11-16T00:32:29.877Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-11-16T00:32:29.877Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:32:29.877Z] Setting up libaio1:ppc64el (0.3.110-3) ... [2019-11-16T00:32:29.877Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-11-16T00:32:29.877Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-11-16T00:32:29.877Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-11-16T00:32:29.877Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-11-16T00:32:29.877Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:32:29.877Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-11-16T00:32:29.877Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-11-16T00:32:29.877Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-11-16T00:32:29.877Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:32:30.245Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-11-16T00:32:30.245Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-11-16T00:32:30.245Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-11-16T00:32:30.245Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-11-16T00:32:30.245Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-11-16T00:32:30.245Z] Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-11-16T00:32:30.245Z] Setting up pigz (2.3.4-1) ... [2019-11-16T00:32:30.245Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-11-16T00:32:30.245Z] Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-11-16T00:32:30.245Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-11-16T00:32:30.245Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-11-16T00:32:30.245Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-11-16T00:32:30.245Z] Setting up jq (1.5+dfsg-1.3) ... [2019-11-16T00:32:30.245Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-11-16T00:32:30.245Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-11-16T00:32:30.245Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-11-16T00:32:30.245Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-11-16T00:32:30.245Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-11-16T00:32:30.245Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-11-16T00:32:30.245Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-11-16T00:32:30.245Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-11-16T00:32:30.245Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-11-16T00:32:30.245Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-11-16T00:32:30.245Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-11-16T00:32:30.245Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-11-16T00:32:30.245Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-11-16T00:32:30.245Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-11-16T00:32:30.245Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-11-16T00:32:30.245Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-11-16T00:32:30.245Z] Setting up btrfs-progs (4.7.3-1) ... [2019-11-16T00:32:30.245Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-11-16T00:32:30.245Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-11-16T00:32:31.655Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-11-16T00:32:31.655Z] [2019-11-16T00:32:31.655Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-11-16T00:32:31.655Z] PKG_CONFIG=pkg-config [2019-11-16T00:32:31.655Z] GOLANG_VERSION=1.12.12 [2019-11-16T00:32:31.655Z] HOSTNAME=ce419c8171e2 [2019-11-16T00:32:31.655Z] DOCKER_EXPERIMENTAL=1 [2019-11-16T00:32:31.655Z] container=docker [2019-11-16T00:32:31.655Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-11-16T00:32:31.655Z] GOPATH=/go [2019-11-16T00:32:31.655Z] PWD=/go/src/github.com/docker/docker [2019-11-16T00:32:31.655Z] HOME=/root [2019-11-16T00:32:31.655Z] VALIDATE_REPO=https://github.com/docker/engine.git [2019-11-16T00:32:31.655Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-11-16T00:32:31.655Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-11-16T00:32:31.655Z] DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:32:31.655Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-11-16T00:32:31.655Z] DOCKER_GRAPHDRIVER=overlay2 [2019-11-16T00:32:31.655Z] TERM=xterm [2019-11-16T00:32:31.655Z] VALIDATE_BRANCH=19.03 [2019-11-16T00:32:31.655Z] DEST=bundles/test-integration [2019-11-16T00:32:31.655Z] SHLVL=1 [2019-11-16T00:32:31.655Z] TIMEOUT=120m [2019-11-16T00:32:31.655Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-11-16T00:32:31.655Z] DOCKER_PKG=github.com/docker/docker [2019-11-16T00:32:31.655Z] TESTDEBUG=0 [2019-11-16T00:32:31.655Z] _=/usr/bin/env [2019-11-16T00:32:31.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-11-16T00:32:32.543Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-11-16T00:32:32.543Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:32:32.543Z] 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-11-16T00:32:32.544Z] 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-11-16T00:32:32.544Z] 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-11-16T00:32:32.544Z] 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-11-16T00:32:32.544Z] Setting up btrfs-tools (4.7.3-1) ... [2019-11-16T00:32:32.544Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-11-16T00:32:32.544Z] 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-11-16T00:32:32.544Z] 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-11-16T00:32:32.544Z] Setting up python3 (3.5.3-1) ... [2019-11-16T00:32:32.883Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-11-16T00:32:33.223Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-11-16T00:32:33.223Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-11-16T00:32:33.223Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-11-16T00:32:33.223Z] Setting up python3-wheel (0.29.0-2) ... [2019-11-16T00:32:33.561Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-11-16T00:32:33.900Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-11-16T00:32:33.900Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-11-16T00:32:34.627Z] Setting up dmsetup (2:1.02.137-2) ... [2019-11-16T00:32:34.627Z] Setting up python3-setuptools (33.1.1-1) ... [2019-11-16T00:32:34.971Z] Setting up dh-python (2.20170125) ... [2019-11-16T00:32:35.309Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-11-16T00:32:35.309Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-11-16T00:32:46.272Z] Removing intermediate container d83ae46390c8 [2019-11-16T00:32:46.272Z] ---> 2c0a6d388743 [2019-11-16T00:32:46.272Z] Step 103/125 : RUN pip3 install yamllint==1.16.0 [2019-11-16T00:32:46.272Z] ---> Running in 5b09b2e80154 [2019-11-16T00:32:47.963Z] Collecting yamllint==1.16.0 [2019-11-16T00:32:48.300Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-11-16T00:32:48.300Z] Collecting pyyaml (from yamllint==1.16.0) [2019-11-16T00:32:48.638Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-11-16T00:32:49.379Z] Loaded image: buildpack-deps:jessie [2019-11-16T00:32:49.380Z] Loaded image: busybox:latest [2019-11-16T00:32:49.380Z] Loaded image: busybox:glibc [2019-11-16T00:32:49.380Z] Loaded image: debian:jessie [2019-11-16T00:32:49.380Z] Loaded image: hello-world:latest [2019-11-16T00:32:49.380Z] INFO: Testing against a local daemon [2019-11-16T00:32:49.380Z] === RUN TestBuildWithSession [2019-11-16T00:32:49.811Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-11-16T00:32:49.811Z] Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-11-16T00:32:50.148Z] Building wheels for collected packages: pyyaml, pathspec [2019-11-16T00:32:50.148Z] Running setup.py bdist_wheel for pyyaml: started [2019-11-16T00:32:50.874Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-11-16T00:32:50.874Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-11-16T00:32:50.874Z] Running setup.py bdist_wheel for pathspec: started [2019-11-16T00:32:51.598Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-11-16T00:32:51.598Z] Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-11-16T00:32:51.598Z] Successfully built pyyaml pathspec [2019-11-16T00:32:51.598Z] Installing collected packages: pyyaml, pathspec, yamllint [2019-11-16T00:32:51.598Z] Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-11-16T00:32:51.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-11-16T00:32:51.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-11-16T00:32:52.350Z] Removing intermediate container 5b09b2e80154 [2019-11-16T00:32:52.350Z] ---> 522ca9ca86e7 [2019-11-16T00:32:52.350Z] Step 104/125 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-11-16T00:32:53.524Z] ---> 44f48834d075 [2019-11-16T00:32:53.524Z] Step 105/125 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-11-16T00:32:54.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-11-16T00:32:55.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-11-16T00:32:57.370Z] ---> 833516c02d15 [2019-11-16T00:32:57.370Z] Step 106/125 : COPY --from=gometalinter /build/ /usr/local/bin/ [2019-11-16T00:32:57.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-11-16T00:32:57.481Z] --- PASS: TestBuildWithSession (7.49s) [2019-11-16T00:32:57.481Z] === RUN TestBuildSquashParent [2019-11-16T00:32:58.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-11-16T00:33:00.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-11-16T00:33:00.382Z] ---> 589da2271b0f [2019-11-16T00:33:00.382Z] Step 107/125 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-11-16T00:33:00.725Z] ---> 2da9c0b7a477 [2019-11-16T00:33:00.725Z] Step 108/125 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-11-16T00:33:01.063Z] ---> 6df93dd7c2a6 [2019-11-16T00:33:01.063Z] Step 109/125 : COPY --from=vndr /build/ /usr/local/bin/ [2019-11-16T00:33:01.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-11-16T00:33:01.401Z] ---> 8966c1d6bf0d [2019-11-16T00:33:01.401Z] Step 110/125 : COPY --from=tini /build/ /usr/local/bin/ [2019-11-16T00:33:01.401Z] ---> 28e67c31f39a [2019-11-16T00:33:01.401Z] Step 111/125 : COPY --from=runc /build/ /usr/local/bin/ [2019-11-16T00:33:01.739Z] ---> e7b71c87fb80 [2019-11-16T00:33:01.739Z] Step 112/125 : COPY --from=containerd /build/ /usr/local/bin/ [2019-11-16T00:33:02.914Z] ---> 60182d6b6a37 [2019-11-16T00:33:02.914Z] Step 113/125 : COPY --from=proxy /build/ /usr/local/bin/ [2019-11-16T00:33:02.914Z] ---> 7e025a6beb78 [2019-11-16T00:33:02.914Z] Step 114/125 : COPY --from=dockercli /build/ /usr/local/cli [2019-11-16T00:33:03.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-11-16T00:33:03.639Z] ---> 178e1b653304 [2019-11-16T00:33:03.639Z] Step 115/125 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-11-16T00:33:04.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-11-16T00:33:04.395Z] ................................................ [ 29%] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-11-16T00:33:04.688Z] ok github.com/docker/docker/api/server/httputils 0.171s coverage: 14.7% of statements [2019-11-16T00:33:04.688Z] ok github.com/docker/docker/api/server/middleware 0.185s coverage: 37.7% of statements [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-11-16T00:33:04.688Z] ok github.com/docker/docker/api/server/router/swarm 0.202s coverage: 3.1% of statements [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/container [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/events [no test files] [2019-11-16T00:33:04.688Z] ok github.com/docker/docker/api/types/filters 0.043s coverage: 92.2% of statements [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/image [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/network [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-11-16T00:33:04.688Z] ok github.com/docker/docker/api/types/strslice 0.112s coverage: 90.0% of statements [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-11-16T00:33:04.688Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-11-16T00:33:05.152Z] ok github.com/docker/docker/api/types/time 0.473s coverage: 100.0% of statements [2019-11-16T00:33:05.152Z] ok github.com/docker/docker/api/types/versions 0.058s coverage: 75.0% of statements [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/autogen/winresources/docker [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/builder [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-11-16T00:33:05.152Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-11-16T00:33:05.337Z] ---> e3b10128fd60 [2019-11-16T00:33:05.337Z] Step 116/125 : COPY --from=criu /build/ /usr/local/ [2019-11-16T00:33:05.337Z] ---> dca2c0390cbc [2019-11-16T00:33:05.337Z] Step 117/125 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-11-16T00:33:06.064Z] ---> d827017f1096 [2019-11-16T00:33:06.064Z] Step 118/125 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-11-16T00:33:06.404Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-11-16T00:33:06.404Z] bad55c542dc9: Pulling fs layer [2019-11-16T00:33:07.135Z] bad55c542dc9: Verifying Checksum [2019-11-16T00:33:07.135Z] bad55c542dc9: Download complete [2019-11-16T00:33:07.444Z] --- PASS: TestBuildSquashParent (10.52s) [2019-11-16T00:33:07.444Z] build_squash_test.go:29: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent [2019-11-16T00:33:07.444Z] daemon.go:325: [d5e1b60154d92] waiting for daemon to start [2019-11-16T00:33:07.444Z] daemon.go:325: [d5e1b60154d92] waiting for daemon to start [2019-11-16T00:33:07.444Z] daemon.go:353: [d5e1b60154d92] daemon started [2019-11-16T00:33:07.444Z] daemon.go:461: [d5e1b60154d92] Stopping daemon [2019-11-16T00:33:07.444Z] daemon.go:296: [d5e1b60154d92] exiting daemon [2019-11-16T00:33:07.444Z] daemon.go:448: [d5e1b60154d92] Daemon stopped [2019-11-16T00:33:07.444Z] === RUN TestBuildWithRemoveAndForceRemove [2019-11-16T00:33:07.444Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-11-16T00:33:07.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-11-16T00:33:07.444Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-11-16T00:33:07.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-11-16T00:33:07.444Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-11-16T00:33:07.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-11-16T00:33:07.444Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-11-16T00:33:07.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-11-16T00:33:07.444Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-11-16T00:33:07.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-11-16T00:33:07.444Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-11-16T00:33:07.444Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-11-16T00:33:07.444Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-11-16T00:33:07.444Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-11-16T00:33:07.475Z] bad55c542dc9: Pull complete [2019-11-16T00:33:07.475Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-11-16T00:33:07.475Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-11-16T00:33:07.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-11-16T00:33:08.232Z] ---> e48674fec32e [2019-11-16T00:33:08.232Z] Step 119/125 : ENV PATH=/usr/local/cli:$PATH [2019-11-16T00:33:08.232Z] ---> Running in 7ee96d0358a1 [2019-11-16T00:33:08.232Z] Removing intermediate container 7ee96d0358a1 [2019-11-16T00:33:08.232Z] ---> fc6e2915ad7e [2019-11-16T00:33:08.232Z] Step 120/125 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-11-16T00:33:08.232Z] ---> Running in 35250884ba91 [2019-11-16T00:33:08.232Z] Removing intermediate container 35250884ba91 [2019-11-16T00:33:08.232Z] ---> 53994d4d8fd5 [2019-11-16T00:33:08.232Z] Step 121/125 : WORKDIR /go/src/github.com/docker/docker [2019-11-16T00:33:08.232Z] ---> Running in c0a53683c08a [2019-11-16T00:33:08.592Z] Removing intermediate container c0a53683c08a [2019-11-16T00:33:08.592Z] ---> 5117b2624125 [2019-11-16T00:33:08.592Z] Step 122/125 : VOLUME /var/lib/docker [2019-11-16T00:33:08.592Z] ---> Running in 1440a056e23a [2019-11-16T00:33:08.592Z] Removing intermediate container 1440a056e23a [2019-11-16T00:33:08.592Z] ---> 402864f5e654 [2019-11-16T00:33:08.592Z] Step 123/125 : ENTRYPOINT ["hack/dind"] [2019-11-16T00:33:08.592Z] ---> Running in fd1e015d876c [2019-11-16T00:33:08.592Z] Removing intermediate container fd1e015d876c [2019-11-16T00:33:08.592Z] ---> 091f497fe2f6 [2019-11-16T00:33:08.592Z] Step 124/125 : FROM dev AS final [2019-11-16T00:33:08.592Z] ---> 091f497fe2f6 [2019-11-16T00:33:08.592Z] Step 125/125 : COPY . /go/src/github.com/docker/docker [2019-11-16T00:33:10.986Z] ok github.com/docker/docker/builder/dockerfile 0.895s coverage: 43.2% of statements [2019-11-16T00:33:10.986Z] ok github.com/docker/docker/builder/dockerignore 0.045s coverage: 96.8% of statements [2019-11-16T00:33:10.986Z] ok github.com/docker/docker/builder/fscache 1.014s coverage: 69.5% of statements [2019-11-16T00:33:10.986Z] ok github.com/docker/docker/builder/remotecontext 0.519s coverage: 9.2% of statements [2019-11-16T00:33:11.629Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-11-16T00:33:11.629Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-11-16T00:33:14.910Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-11-16T00:33:14.910Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-11-16T00:33:15.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-11-16T00:33:15.963Z] ---> c64650ce415c [2019-11-16T00:33:15.963Z] Successfully built c64650ce415c [2019-11-16T00:33:15.963Z] Successfully tagged docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-11-16T00:33:16.646Z] + docker run --rm -t --privileged -v /home/docker/workspace/engine_PR-425/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 hack/test/unit [2019-11-16T00:33:16.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-11-16T00:33:17.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-11-16T00:33:18.192Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2019-11-16T00:33:18.192Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.78s) [2019-11-16T00:33:18.192Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.90s) [2019-11-16T00:33:18.192Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.66s) [2019-11-16T00:33:18.192Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.79s) [2019-11-16T00:33:18.192Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.61s) [2019-11-16T00:33:18.192Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.46s) [2019-11-16T00:33:18.192Z] === RUN TestBuildMultiStageCopy [2019-11-16T00:33:18.192Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-11-16T00:33:20.572Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-11-16T00:33:21.481Z] ? github.com/docker/docker/api [no test files] [2019-11-16T00:33:21.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-11-16T00:33:22.376Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-11-16T00:33:22.634Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-11-16T00:33:23.201Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-11-16T00:33:23.225Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-11-16T00:33:24.140Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-11-16T00:33:24.670Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-11-16T00:33:24.670Z] Using test binary docker [2019-11-16T00:33:24.670Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-11-16T00:33:24.670Z] +++ /etc/init.d/apparmor start [2019-11-16T00:33:24.670Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-11-16T00:33:24.670Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-11-16T00:33:24.670Z] Warning failed to create cache: (null) [2019-11-16T00:33:24.670Z] . [2019-11-16T00:33:24.670Z] INFO: Waiting for daemon to start... [2019-11-16T00:33:24.670Z] Starting dockerd [2019-11-16T00:33:24.670Z] +++ 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-11-16T00:33:24.706Z] --- PASS: TestBuildMultiStageCopy (6.41s) [2019-11-16T00:33:24.706Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.60s) [2019-11-16T00:33:24.706Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.69s) [2019-11-16T00:33:24.706Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.69s) [2019-11-16T00:33:24.706Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.69s) [2019-11-16T00:33:24.706Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.74s) [2019-11-16T00:33:24.706Z] === RUN TestBuildMultiStageParentConfig [2019-11-16T00:33:26.482Z] . [2019-11-16T00:33:26.482Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-11-16T00:33:26.605Z] --- PASS: TestBuildMultiStageParentConfig (1.61s) [2019-11-16T00:33:26.605Z] === RUN TestBuildLabelWithTargets [2019-11-16T00:33:26.607Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-11-16T00:33:26.874Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-11-16T00:33:26.874Z] Error: No such image: emptyfs [2019-11-16T00:33:26.874Z] ++++ docker load [2019-11-16T00:33:26.874Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-11-16T00:33:26.874Z] Running integration-test (iteration 1) [2019-11-16T00:33:26.874Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-11-16T00:33:26.874Z] ++ 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-11-16T00:33:26.874Z] ++ set -e [2019-11-16T00:33:26.874Z] ++ '[' -n 0 ']' [2019-11-16T00:33:26.874Z] ++ set -x [2019-11-16T00:33:26.874Z] ++ 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-11-16T00:33:29.134Z] --- PASS: TestBuildLabelWithTargets (2.57s) [2019-11-16T00:33:29.134Z] === RUN TestBuildWithEmptyLayers [2019-11-16T00:33:30.067Z] --- PASS: TestBuildWithEmptyLayers (1.31s) [2019-11-16T00:33:30.067Z] === RUN TestBuildMultiStageOnBuild [2019-11-16T00:33:34.248Z] --- PASS: TestBuildMultiStageOnBuild (4.03s) [2019-11-16T00:33:34.248Z] === RUN TestBuildUncleanTarFilenames [2019-11-16T00:33:35.152Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-11-16T00:33:36.583Z] Loaded image: buildpack-deps:jessie [2019-11-16T00:33:36.583Z] Loaded image: busybox:latest [2019-11-16T00:33:36.583Z] Loaded image: busybox:glibc [2019-11-16T00:33:36.583Z] Loaded image: debian:jessie [2019-11-16T00:33:36.583Z] Loaded image: hello-world:latest [2019-11-16T00:33:36.772Z] --- PASS: TestBuildUncleanTarFilenames (2.18s) [2019-11-16T00:33:36.772Z] === RUN TestBuildMultiStageLayerLeak [2019-11-16T00:33:36.995Z] INFO: Testing against a local daemon [2019-11-16T00:33:36.995Z] === RUN TestBuildWithSession [2019-11-16T00:33:39.596Z] --- PASS: TestBuildWithSession (2.66s) [2019-11-16T00:33:39.596Z] === RUN TestBuildSquashParent [2019-11-16T00:33:39.830Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-11-16T00:33:40.949Z] --- PASS: TestBuildMultiStageLayerLeak (4.15s) [2019-11-16T00:33:40.949Z] === RUN TestBuildWithHugeFile [2019-11-16T00:33:44.893Z] ok github.com/docker/docker/api/server 0.011s coverage: 7.9% of statements [2019-11-16T00:33:45.906Z] --- PASS: TestBuildSquashParent (6.38s) [2019-11-16T00:33:45.906Z] === RUN TestBuildWithRemoveAndForceRemove [2019-11-16T00:33:45.906Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-11-16T00:33:45.906Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-11-16T00:33:45.906Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-11-16T00:33:45.906Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-11-16T00:33:45.906Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-11-16T00:33:45.906Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-11-16T00:33:45.906Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-11-16T00:33:45.906Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-11-16T00:33:45.906Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-11-16T00:33:45.906Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-11-16T00:33:45.906Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-11-16T00:33:45.906Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-11-16T00:33:45.906Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-11-16T00:33:45.906Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-11-16T00:33:46.766Z] ok github.com/docker/docker/builder/remotecontext/git 30.529s coverage: 85.1% of statements [2019-11-16T00:33:46.766Z] ? github.com/docker/docker/cli [no test files] [2019-11-16T00:33:46.766Z] ? github.com/docker/docker/cli/config [no test files] [2019-11-16T00:33:46.766Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2019-11-16T00:33:46.766Z] ok github.com/docker/docker/client 0.605s coverage: 75.2% of statements [2019-11-16T00:33:46.766Z] ok github.com/docker/docker/cmd/dockerd 0.707s coverage: 18.8% of statements [2019-11-16T00:33:48.322Z] ok github.com/docker/docker/container 0.509s coverage: 42.8% of statements [2019-11-16T00:33:48.322Z] ? github.com/docker/docker/container/stream [no test files] [2019-11-16T00:33:48.322Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-11-16T00:33:48.322Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-11-16T00:33:48.322Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-11-16T00:33:49.309Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-11-16T00:33:49.309Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-11-16T00:33:51.798Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-11-16T00:33:51.798Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-11-16T00:33:54.341Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-11-16T00:33:54.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.96s) [2019-11-16T00:33:54.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.05s) [2019-11-16T00:33:54.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.68s) [2019-11-16T00:33:54.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.86s) [2019-11-16T00:33:54.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.34s) [2019-11-16T00:33:54.341Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.49s) [2019-11-16T00:33:54.341Z] === RUN TestBuildMultiStageCopy [2019-11-16T00:33:54.341Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-11-16T00:33:56.924Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-11-16T00:33:57.326Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-11-16T00:33:57.703Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-11-16T00:33:58.089Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-11-16T00:33:58.885Z] --- PASS: TestBuildMultiStageCopy (4.63s) [2019-11-16T00:33:58.885Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.49s) [2019-11-16T00:33:58.885Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2019-11-16T00:33:58.885Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2019-11-16T00:33:58.885Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2019-11-16T00:33:58.885Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2019-11-16T00:33:58.885Z] === RUN TestBuildMultiStageParentConfig [2019-11-16T00:34:00.148Z] --- PASS: TestBuildMultiStageParentConfig (1.41s) [2019-11-16T00:34:00.148Z] === RUN TestBuildLabelWithTargets [2019-11-16T00:34:02.720Z] --- PASS: TestBuildLabelWithTargets (2.40s) [2019-11-16T00:34:02.720Z] === RUN TestBuildWithEmptyLayers [2019-11-16T00:34:03.515Z] --- PASS: TestBuildWithEmptyLayers (1.00s) [2019-11-16T00:34:03.515Z] === RUN TestBuildMultiStageOnBuild [2019-11-16T00:34:04.985Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-11-16T00:34:06.729Z] --- PASS: TestBuildMultiStageOnBuild (2.98s) [2019-11-16T00:34:06.729Z] === RUN TestBuildUncleanTarFilenames [2019-11-16T00:34:08.061Z] --- PASS: TestBuildUncleanTarFilenames (1.24s) [2019-11-16T00:34:08.061Z] === RUN TestBuildMultiStageLayerLeak [2019-11-16T00:34:09.492Z] ok github.com/docker/docker/daemon 3.142s coverage: 9.1% of statements [2019-11-16T00:34:09.492Z] ok github.com/docker/docker/daemon/cluster 1.429s coverage: 0.5% of statements [2019-11-16T00:34:09.492Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.308s coverage: 65.3% of statements [2019-11-16T00:34:09.492Z] ok github.com/docker/docker/daemon/cluster/convert 0.932s coverage: 35.8% of statements [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-11-16T00:34:09.492Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.989s coverage: 10.9% of statements [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-11-16T00:34:09.492Z] ok github.com/docker/docker/daemon/config 0.694s coverage: 79.7% of statements [2019-11-16T00:34:09.492Z] ok github.com/docker/docker/daemon/discovery 0.242s coverage: 30.4% of statements [2019-11-16T00:34:09.492Z] ok github.com/docker/docker/daemon/events 0.349s coverage: 50.0% of statements [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-11-16T00:34:09.492Z] ok github.com/docker/docker/daemon/graphdriver 0.462s coverage: 2.3% of statements [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-11-16T00:34:09.492Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-11-16T00:34:09.960Z] ok github.com/docker/docker/daemon/images 0.633s coverage: 4.9% of statements [2019-11-16T00:34:09.960Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-11-16T00:34:09.960Z] ok github.com/docker/docker/daemon/links 0.056s coverage: 93.0% of statements [2019-11-16T00:34:09.960Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-11-16T00:34:09.960Z] ok github.com/docker/docker/daemon/logger 0.521s coverage: 44.0% of statements [2019-11-16T00:34:09.960Z] ok github.com/docker/docker/daemon/logger/awslogs 0.726s coverage: 78.2% of statements [2019-11-16T00:34:09.960Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-11-16T00:34:10.426Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-11-16T00:34:10.427Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-11-16T00:34:10.427Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-11-16T00:34:10.427Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-11-16T00:34:10.730Z] --- PASS: TestBuildMultiStageLayerLeak (3.03s) [2019-11-16T00:34:10.730Z] === RUN TestBuildWithHugeFile [2019-11-16T00:34:11.408Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.484s coverage: 62.1% of statements [2019-11-16T00:34:11.408Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.400s coverage: 88.3% of statements [2019-11-16T00:34:12.963Z] ok github.com/docker/docker/daemon/logger/local 0.377s coverage: 74.7% of statements [2019-11-16T00:34:12.963Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-11-16T00:34:12.963Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.222s coverage: 19.5% of statements [2019-11-16T00:34:13.249Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-11-16T00:34:15.691Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-11-16T00:34:15.894Z] ok github.com/docker/docker/daemon/logger/splunk 2.263s coverage: 84.5% of statements [2019-11-16T00:34:15.894Z] ok github.com/docker/docker/daemon/logger/syslog 0.258s coverage: 47.8% of statements [2019-11-16T00:34:15.894Z] ok github.com/docker/docker/daemon/logger/templates 0.256s coverage: 8.3% of statements [2019-11-16T00:34:15.894Z] ? github.com/docker/docker/daemon/names [no test files] [2019-11-16T00:34:15.894Z] ? github.com/docker/docker/daemon/network [no test files] [2019-11-16T00:34:15.894Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-11-16T00:34:18.093Z] ok github.com/docker/docker/distribution 1.873s coverage: 20.5% of statements [2019-11-16T00:34:18.093Z] ok github.com/docker/docker/distribution/metadata 1.223s coverage: 48.2% of statements [2019-11-16T00:34:18.093Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-11-16T00:34:18.093Z] ok github.com/docker/docker/distribution/xfer 1.756s coverage: 61.7% of statements [2019-11-16T00:34:18.093Z] ? github.com/docker/docker/dockerversion [no test files] [2019-11-16T00:34:18.093Z] ok github.com/docker/docker/errdefs 0.107s coverage: 48.2% of statements [2019-11-16T00:34:20.109Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-11-16T00:34:21.859Z] ok github.com/docker/docker/image 0.850s coverage: 86.4% of statements [2019-11-16T00:34:21.859Z] ok github.com/docker/docker/image/cache 0.188s coverage: 19.2% of statements [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-11-16T00:34:21.859Z] ok github.com/docker/docker/image/v1 0.198s coverage: 25.0% of statements [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-11-16T00:34:21.859Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-11-16T00:34:22.837Z] ok github.com/docker/docker/internal/testutil 0.334s coverage: 62.5% of statements [2019-11-16T00:34:25.037Z] ok github.com/docker/docker/layer 0.415s coverage: 30.4% of statements [2019-11-16T00:34:25.037Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-11-16T00:34:27.242Z] ok github.com/docker/docker/libcontainerd/local 0.440s coverage: 1.0% of statements [2019-11-16T00:34:27.242Z] ok github.com/docker/docker/libcontainerd/queue 0.065s coverage: 100.0% of statements [2019-11-16T00:34:27.242Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-11-16T00:34:27.242Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-11-16T00:34:27.242Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-11-16T00:34:27.242Z] ? github.com/docker/docker/oci [no test files] [2019-11-16T00:34:27.242Z] ? github.com/docker/docker/oci/caps [no test files] [2019-11-16T00:34:27.242Z] ok github.com/docker/docker/opts 0.218s coverage: 67.3% of statements [2019-11-16T00:34:27.242Z] ok github.com/docker/docker/pkg/aaparser 0.042s coverage: 50.0% of statements [2019-11-16T00:34:34.839Z] ......................... [ 67%] [2019-11-16T00:34:45.206Z] --- PASS: TestBuildWithHugeFile (31.41s) [2019-11-16T00:34:45.206Z] === RUN TestBuildWithEmptyDockerfile [2019-11-16T00:34:45.206Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:34:45.206Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:34:45.206Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:34:45.206Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:34:45.206Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:34:45.206Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:34:45.206Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:34:45.206Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:34:45.206Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:34:45.206Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2019-11-16T00:34:45.206Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2019-11-16T00:34:45.206Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2019-11-16T00:34:45.206Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2019-11-16T00:34:45.206Z] === RUN TestBuildPreserveOwnership [2019-11-16T00:34:45.206Z] === RUN TestBuildPreserveOwnership/copy_from [2019-11-16T00:34:47.026Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-11-16T00:34:48.604Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-11-16T00:34:48.604Z] Using test binary docker [2019-11-16T00:34:48.604Z] +++ /etc/init.d/apparmor start [2019-11-16T00:34:48.604Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-11-16T00:34:48.604Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-11-16T00:34:48.604Z] Warning failed to create cache: (null) [2019-11-16T00:34:48.604Z] . [2019-11-16T00:34:48.604Z] INFO: Waiting for daemon to start... [2019-11-16T00:34:48.604Z] Starting dockerd [2019-11-16T00:34:48.604Z] +++ 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-11-16T00:34:48.604Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-11-16T00:34:48.604Z] Using test binary docker [2019-11-16T00:34:48.604Z] +++ /etc/init.d/apparmor start [2019-11-16T00:34:48.604Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-11-16T00:34:48.604Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-11-16T00:34:48.604Z] Warning failed to create cache: (null) [2019-11-16T00:34:48.604Z] . [2019-11-16T00:34:48.604Z] Starting dockerd [2019-11-16T00:34:48.604Z] INFO: Waiting for daemon to start... [2019-11-16T00:34:48.604Z] +++ 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-11-16T00:34:48.604Z] . [2019-11-16T00:34:48.604Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-11-16T00:34:48.604Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-11-16T00:34:48.604Z] Error: No such image: emptyfs [2019-11-16T00:34:48.604Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-11-16T00:34:48.861Z] ++++ docker load [2019-11-16T00:34:49.057Z] --- PASS: TestBuildPreserveOwnership (6.28s) [2019-11-16T00:34:49.057Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.02s) [2019-11-16T00:34:49.057Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.24s) [2019-11-16T00:34:49.057Z] === RUN TestBuildPlatformInvalid [2019-11-16T00:34:49.057Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2019-11-16T00:34:49.057Z] PASS [2019-11-16T00:34:49.057Z] [2019-11-16T00:34:49.057Z] DONE 30 tests in 82.198s [2019-11-16T00:34:49.437Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-11-16T00:34:49.437Z] ++ 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-11-16T00:34:49.437Z] ++ set -e [2019-11-16T00:34:49.437Z] ++ '[' -n 0 ']' [2019-11-16T00:34:49.437Z] ++ set -x [2019-11-16T00:34:49.437Z] ++ 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-11-16T00:34:49.437Z] INFO: Testing against a local daemon [2019-11-16T00:34:49.437Z] === RUN TestConfigList [2019-11-16T00:34:49.792Z] Running integration-test (iteration 1) [2019-11-16T00:34:49.792Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-11-16T00:34:49.792Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-11-16T00:34:49.792Z] ++ set -e [2019-11-16T00:34:49.792Z] ++ '[' -n 0 ']' [2019-11-16T00:34:49.792Z] ++ set -x [2019-11-16T00:34:49.792Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-11-16T00:34:52.637Z] --- PASS: TestConfigList (2.94s) [2019-11-16T00:34:52.637Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-11-16T00:34:52.637Z] daemon.go:325: [d62c171377a96] waiting for daemon to start [2019-11-16T00:34:52.637Z] daemon.go:325: [d62c171377a96] waiting for daemon to start [2019-11-16T00:34:52.637Z] daemon.go:353: [d62c171377a96] daemon started [2019-11-16T00:34:52.637Z] daemon.go:461: [d62c171377a96] Stopping daemon [2019-11-16T00:34:52.637Z] daemon.go:296: [d62c171377a96] exiting daemon [2019-11-16T00:34:52.637Z] daemon.go:448: [d62c171377a96] Daemon stopped [2019-11-16T00:34:52.637Z] === RUN TestConfigsCreateAndDelete [2019-11-16T00:34:55.819Z] --- PASS: TestConfigsCreateAndDelete (3.09s) [2019-11-16T00:34:55.819Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-11-16T00:34:55.819Z] daemon.go:325: [dbc014cc7e4ef] waiting for daemon to start [2019-11-16T00:34:55.819Z] daemon.go:325: [dbc014cc7e4ef] waiting for daemon to start [2019-11-16T00:34:55.819Z] daemon.go:353: [dbc014cc7e4ef] daemon started [2019-11-16T00:34:55.819Z] daemon.go:461: [dbc014cc7e4ef] Stopping daemon [2019-11-16T00:34:55.819Z] daemon.go:296: [dbc014cc7e4ef] exiting daemon [2019-11-16T00:34:55.819Z] daemon.go:448: [dbc014cc7e4ef] Daemon stopped [2019-11-16T00:34:55.819Z] === RUN TestConfigsUpdate [2019-11-16T00:34:57.286Z] ok github.com/docker/docker/pkg/archive 9.138s coverage: 62.2% of statements [2019-11-16T00:34:57.286Z] ok github.com/docker/docker/pkg/authorization 0.773s coverage: 26.2% of statements [2019-11-16T00:34:57.286Z] ok github.com/docker/docker/pkg/broadcaster 0.131s coverage: 100.0% of statements [2019-11-16T00:34:57.286Z] ok github.com/docker/docker/pkg/capabilities 0.099s coverage: 87.5% of statements [2019-11-16T00:34:57.286Z] ok github.com/docker/docker/pkg/chrootarchive 0.142s coverage: 15.4% of statements [2019-11-16T00:34:57.286Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-11-16T00:34:57.286Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-11-16T00:34:57.286Z] ok github.com/docker/docker/pkg/directory 0.071s coverage: 80.0% of statements [2019-11-16T00:34:57.286Z] ok github.com/docker/docker/pkg/discovery 0.103s coverage: 58.3% of statements [2019-11-16T00:34:57.286Z] ok github.com/docker/docker/pkg/discovery/file 0.244s coverage: 92.9% of statements [2019-11-16T00:34:57.286Z] ok github.com/docker/docker/pkg/discovery/kv 3.416s coverage: 84.1% of statements [2019-11-16T00:34:57.286Z] ok github.com/docker/docker/pkg/discovery/memory 0.175s coverage: 92.3% of statements [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/discovery/nodes 0.207s coverage: 93.8% of statements [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/filenotify 0.076s coverage: 38.2% of statements [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/fileutils 0.100s coverage: 87.7% of statements [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/homedir 0.066s coverage: 37.5% of statements [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/idtools 0.066s coverage: 6.3% of statements [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/ioutils 0.629s coverage: 69.1% of statements [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/jsonmessage 0.292s coverage: 91.7% of statements [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/locker 0.110s coverage: 88.9% of statements [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/longpath 0.061s coverage: 100.0% of statements [2019-11-16T00:34:57.287Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/namesgenerator 0.068s coverage: 85.7% of statements [2019-11-16T00:34:57.287Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/parsers 0.487s coverage: 97.0% of statements [2019-11-16T00:34:57.287Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-11-16T00:34:57.287Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-11-16T00:34:57.287Z] ok github.com/docker/docker/pkg/pidfile 0.214s coverage: 82.6% of statements [2019-11-16T00:34:57.287Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-11-16T00:34:57.287Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-11-16T00:34:57.957Z] [2019-11-16T00:34:57.958Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-11-16T00:34:57.958Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-11-16T00:34:57.958Z] Error: No such image: emptyfs [2019-11-16T00:34:57.958Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-11-16T00:34:57.958Z] ++++ docker load [2019-11-16T00:34:57.958Z] Running integration-test (iteration 1) [2019-11-16T00:34:57.958Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-11-16T00:34:57.958Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-11-16T00:34:57.958Z] ++ set -e [2019-11-16T00:34:57.958Z] ++ '[' -n 0 ']' [2019-11-16T00:34:57.958Z] ++ set -x [2019-11-16T00:34:57.958Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-11-16T00:34:58.467Z] --- PASS: TestConfigsUpdate (2.97s) [2019-11-16T00:34:58.467Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-11-16T00:34:58.467Z] daemon.go:325: [d5315ec92ead9] waiting for daemon to start [2019-11-16T00:34:58.467Z] daemon.go:325: [d5315ec92ead9] waiting for daemon to start [2019-11-16T00:34:58.467Z] daemon.go:353: [d5315ec92ead9] daemon started [2019-11-16T00:34:58.467Z] daemon.go:461: [d5315ec92ead9] Stopping daemon [2019-11-16T00:34:58.467Z] daemon.go:296: [d5315ec92ead9] exiting daemon [2019-11-16T00:34:58.467Z] daemon.go:448: [d5315ec92ead9] Daemon stopped [2019-11-16T00:34:58.467Z] === RUN TestTemplatedConfig [2019-11-16T00:35:02.568Z] --- PASS: TestTemplatedConfig (3.58s) [2019-11-16T00:35:02.568Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-11-16T00:35:02.568Z] daemon.go:325: [db45fc35954e8] waiting for daemon to start [2019-11-16T00:35:02.568Z] daemon.go:325: [db45fc35954e8] waiting for daemon to start [2019-11-16T00:35:02.568Z] daemon.go:353: [db45fc35954e8] daemon started [2019-11-16T00:35:02.568Z] daemon.go:461: [db45fc35954e8] Stopping daemon [2019-11-16T00:35:02.568Z] daemon.go:296: [db45fc35954e8] exiting daemon [2019-11-16T00:35:02.568Z] daemon.go:448: [db45fc35954e8] Daemon stopped [2019-11-16T00:35:02.568Z] === RUN TestConfigInspect [2019-11-16T00:35:05.229Z] --- PASS: TestConfigInspect (3.13s) [2019-11-16T00:35:05.229Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-11-16T00:35:05.229Z] daemon.go:325: [d07e61ddad12c] waiting for daemon to start [2019-11-16T00:35:05.229Z] daemon.go:325: [d07e61ddad12c] waiting for daemon to start [2019-11-16T00:35:05.229Z] daemon.go:353: [d07e61ddad12c] daemon started [2019-11-16T00:35:05.229Z] daemon.go:461: [d07e61ddad12c] Stopping daemon [2019-11-16T00:35:05.229Z] daemon.go:296: [d07e61ddad12c] exiting daemon [2019-11-16T00:35:05.229Z] daemon.go:448: [d07e61ddad12c] Daemon stopped [2019-11-16T00:35:05.229Z] === RUN TestConfigCreateWithLabels [2019-11-16T00:35:08.433Z] --- PASS: TestConfigCreateWithLabels (2.99s) [2019-11-16T00:35:08.433Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-11-16T00:35:08.433Z] daemon.go:325: [db780ab4db885] waiting for daemon to start [2019-11-16T00:35:08.433Z] daemon.go:325: [db780ab4db885] waiting for daemon to start [2019-11-16T00:35:08.433Z] daemon.go:353: [db780ab4db885] daemon started [2019-11-16T00:35:08.433Z] daemon.go:461: [db780ab4db885] Stopping daemon [2019-11-16T00:35:08.433Z] daemon.go:296: [db780ab4db885] exiting daemon [2019-11-16T00:35:08.433Z] daemon.go:448: [db780ab4db885] Daemon stopped [2019-11-16T00:35:08.433Z] === RUN TestConfigCreateResolve [2019-11-16T00:35:11.668Z] --- PASS: TestConfigCreateResolve (3.19s) [2019-11-16T00:35:11.668Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-11-16T00:35:11.668Z] daemon.go:325: [d2e73deed13e9] waiting for daemon to start [2019-11-16T00:35:11.668Z] daemon.go:325: [d2e73deed13e9] waiting for daemon to start [2019-11-16T00:35:11.668Z] daemon.go:353: [d2e73deed13e9] daemon started [2019-11-16T00:35:11.668Z] daemon.go:461: [d2e73deed13e9] Stopping daemon [2019-11-16T00:35:11.668Z] daemon.go:296: [d2e73deed13e9] exiting daemon [2019-11-16T00:35:11.668Z] daemon.go:448: [d2e73deed13e9] Daemon stopped [2019-11-16T00:35:11.668Z] === RUN TestConfigDaemonLibtrustID [2019-11-16T00:35:12.047Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-11-16T00:35:12.047Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-11-16T00:35:12.047Z] daemon.go:325: [d67e36243a2c0] waiting for daemon to start [2019-11-16T00:35:12.047Z] daemon.go:325: [d67e36243a2c0] waiting for daemon to start [2019-11-16T00:35:12.047Z] daemon.go:353: [d67e36243a2c0] daemon started [2019-11-16T00:35:12.047Z] daemon.go:461: [d67e36243a2c0] Stopping daemon [2019-11-16T00:35:12.047Z] daemon.go:296: [d67e36243a2c0] exiting daemon [2019-11-16T00:35:12.047Z] daemon.go:448: [d67e36243a2c0] Daemon stopped [2019-11-16T00:35:12.047Z] PASS [2019-11-16T00:35:12.047Z] [2019-11-16T00:35:12.047Z] DONE 8 tests in 22.641s [2019-11-16T00:35:12.047Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-11-16T00:35:12.047Z] ++ 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-11-16T00:35:12.047Z] ++ set -e [2019-11-16T00:35:12.047Z] ++ '[' -n 0 ']' [2019-11-16T00:35:12.047Z] ++ set -x [2019-11-16T00:35:12.047Z] ++ 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-11-16T00:35:12.605Z] INFO: Testing against a local daemon [2019-11-16T00:35:12.605Z] === RUN TestCheckpoint [2019-11-16T00:35:12.605Z] --- SKIP: TestCheckpoint (0.00s) [2019-11-16T00:35:12.605Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-11-16T00:35:12.605Z] === RUN TestContainerInvalidJSON [2019-11-16T00:35:12.605Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:35:12.605Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:35:12.605Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:35:12.606Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:35:12.606Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:35:12.606Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:35:12.606Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:35:12.606Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:35:12.606Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:35:12.606Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-11-16T00:35:12.606Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-11-16T00:35:12.606Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-11-16T00:35:12.606Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-11-16T00:35:12.606Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-11-16T00:35:12.606Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2019-11-16T00:35:12.606Z] === RUN TestCopyFromContainerPathIsNotDir [2019-11-16T00:35:12.606Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2019-11-16T00:35:12.606Z] === RUN TestCopyToContainerPathDoesNotExist [2019-11-16T00:35:13.079Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2019-11-16T00:35:13.079Z] === RUN TestCopyToContainerPathIsNotDir [2019-11-16T00:35:13.079Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2019-11-16T00:35:13.079Z] === RUN TestCopyFromContainer [2019-11-16T00:35:14.943Z] === RUN TestCopyFromContainer// [2019-11-16T00:35:14.943Z] === RUN TestCopyFromContainer//bar/root [2019-11-16T00:35:14.943Z] === RUN TestCopyFromContainer//bar/root/ [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/plugins 35.168s coverage: 73.6% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.101s coverage: 56.8% of statements [2019-11-16T00:35:15.044Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-11-16T00:35:15.044Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/plugins/transport 0.211s coverage: 85.7% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/pools 0.064s coverage: 87.9% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/progress 0.058s coverage: 75.9% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/pubsub 1.090s coverage: 72.7% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/reexec 0.099s coverage: 82.4% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/signal 0.073s coverage: 20.3% of statements [2019-11-16T00:35:15.044Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/stdcopy 0.052s coverage: 100.0% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/streamformatter 0.095s coverage: 66.2% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/stringid 0.034s coverage: 70.6% of statements [2019-11-16T00:35:15.044Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/sysinfo 0.053s coverage: 38.2% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/system 0.081s coverage: 12.3% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/tailfile 0.059s coverage: 88.6% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/tarsum 0.200s coverage: 89.3% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/term 0.119s coverage: 30.8% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/term/windows 0.035s coverage: 0.0% of statements [no tests to run] [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/truncindex 0.136s coverage: 91.5% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/urlutil 0.032s coverage: 100.0% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/pkg/useragent 0.032s coverage: 88.9% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/plugin 0.197s coverage: 12.0% of statements [2019-11-16T00:35:15.044Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/plugin/v2 0.377s coverage: 20.1% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/reference 0.159s coverage: 84.4% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/registry 0.376s coverage: 52.3% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/registry/resumable 0.295s coverage: 100.0% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/restartmanager 0.043s coverage: 47.1% of statements [2019-11-16T00:35:15.044Z] ? github.com/docker/docker/rootless [no test files] [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/runconfig 0.208s coverage: 54.5% of statements [2019-11-16T00:35:15.044Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-11-16T00:35:15.044Z] ? github.com/docker/docker/volume [no test files] [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/volume/drivers 0.222s coverage: 36.1% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/volume/local 0.196s coverage: 37.7% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/volume/mounts 0.076s coverage: 66.2% of statements [2019-11-16T00:35:15.044Z] ok github.com/docker/docker/volume/service 0.373s coverage: 70.3% of statements [2019-11-16T00:35:15.044Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-11-16T00:35:15.044Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-11-16T00:35:15.331Z] === RUN TestCopyFromContainer/bar/quux [2019-11-16T00:35:15.331Z] === RUN TestCopyFromContainer/bar/quux/ [2019-11-16T00:35:15.331Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-11-16T00:35:15.331Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-11-16T00:35:15.507Z] INFO: make.ps1 ended at 11/16/2019 00:35:15 [2019-11-16T00:35:15.591Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-11-16T00:35:15.716Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-11-16T00:35:15.716Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-11-16T00:35:15.716Z] === RUN TestCopyFromContainer/bar/notarget [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer (2.91s) [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-11-16T00:35:15.716Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-11-16T00:35:15.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-11-16T00:35:15.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:35:15.716Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:35:15.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:35:15.716Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:35:15.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:35:15.717Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:35:15.717Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:35:15.717Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:35:16.090Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:35:16.090Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-11-16T00:35:16.090Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-11-16T00:35:16.090Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-11-16T00:35:16.090Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-11-16T00:35:16.090Z] === RUN TestCreateLinkToNonExistingContainer [2019-11-16T00:35:16.090Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-11-16T00:35:16.090Z] === RUN TestCreateWithInvalidEnv [2019-11-16T00:35:16.090Z] === RUN TestCreateWithInvalidEnv/0 [2019-11-16T00:35:16.090Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-11-16T00:35:16.090Z] === RUN TestCreateWithInvalidEnv/1 [2019-11-16T00:35:16.090Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-11-16T00:35:16.090Z] === RUN TestCreateWithInvalidEnv/2 [2019-11-16T00:35:16.090Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-11-16T00:35:16.090Z] === CONT TestCreateWithInvalidEnv/0 [2019-11-16T00:35:16.090Z] === CONT TestCreateWithInvalidEnv/2 [2019-11-16T00:35:16.090Z] === CONT TestCreateWithInvalidEnv/1 [2019-11-16T00:35:16.090Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-11-16T00:35:16.090Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-11-16T00:35:16.090Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-11-16T00:35:16.090Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-11-16T00:35:16.090Z] === RUN TestCreateTmpfsMountsTarget [2019-11-16T00:35:16.090Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-11-16T00:35:16.090Z] === RUN TestCreateWithCustomMaskedPaths [2019-11-16T00:35:17.058Z] INFO: Unit tests ended at 11/16/2019 00:35:16. Duration:00:03:45.4793714 [2019-11-16T00:35:17.058Z] INFO: Building busybox [2019-11-16T00:35:17.521Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-11-16T00:35:17.521Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-11-16T00:35:17.521Z] [2019-11-16T00:35:17.521Z] Sending build context to Docker daemon 2.56kB [2019-11-16T00:35:17.521Z] [2019-11-16T00:35:17.521Z] Step 1/6 : FROM microsoft/windowsservercore [2019-11-16T00:35:17.521Z] ---> 49e459dc7a6b [2019-11-16T00:35:17.521Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-11-16T00:35:17.521Z] ---> Running in fd14f25052d8 [2019-11-16T00:35:18.529Z] --- PASS: TestCreateWithCustomMaskedPaths (2.63s) [2019-11-16T00:35:18.529Z] === RUN TestCreateWithCapabilities [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-11-16T00:35:18.530Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-11-16T00:35:18.530Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-11-16T00:35:18.530Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-11-16T00:35:18.530Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-11-16T00:35:18.530Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-11-16T00:35:18.530Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-11-16T00:35:18.933Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-11-16T00:35:18.933Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-11-16T00:35:18.933Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-11-16T00:35:18.933Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-11-16T00:35:18.933Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-11-16T00:35:18.933Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-11-16T00:35:18.933Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.10s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.11s) [2019-11-16T00:35:18.933Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.10s) [2019-11-16T00:35:18.933Z] === RUN TestCreateWithCustomReadonlyPaths [2019-11-16T00:35:22.292Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.83s) [2019-11-16T00:35:22.292Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-11-16T00:35:22.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:35:22.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:35:22.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:35:22.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:35:22.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:35:22.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:35:22.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:35:22.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:35:22.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:35:22.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:35:22.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:35:22.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:35:22.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:35:22.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:35:22.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:35:22.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-11-16T00:35:22.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-11-16T00:35:22.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-11-16T00:35:22.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-11-16T00:35:22.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-11-16T00:35:22.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-11-16T00:35:22.292Z] === RUN TestContainerStartOnDaemonRestart [2019-11-16T00:35:22.292Z] === PAUSE TestContainerStartOnDaemonRestart [2019-11-16T00:35:22.292Z] === RUN TestDaemonRestartIpcMode [2019-11-16T00:35:22.292Z] === PAUSE TestDaemonRestartIpcMode [2019-11-16T00:35:22.292Z] === RUN TestDiff [2019-11-16T00:35:22.680Z] --- PASS: TestDiff (0.85s) [2019-11-16T00:35:22.680Z] === RUN TestExecWithCloseStdin [2019-11-16T00:35:23.356Z] Removing intermediate container fd14f25052d8 [2019-11-16T00:35:23.356Z] ---> 7f45c9f6a5e5 [2019-11-16T00:35:23.356Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-11-16T00:35:23.819Z] [2019-11-16T00:35:23.943Z] --- PASS: TestExecWithCloseStdin (1.13s) [2019-11-16T00:35:23.943Z] === RUN TestExec [2019-11-16T00:35:24.283Z] ---> 2cef70583db5 [2019-11-16T00:35:24.283Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-11-16T00:35:24.283Z] ---> Running in cfefd8a93e9b [2019-11-16T00:35:24.503Z] --- PASS: TestBuildWithHugeFile (103.05s) [2019-11-16T00:35:24.503Z] === RUN TestBuildWithEmptyDockerfile [2019-11-16T00:35:24.503Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:35:24.503Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:35:24.503Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:35:24.503Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:35:24.503Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:35:24.503Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:35:24.503Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:35:24.503Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:35:24.503Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:35:24.503Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2019-11-16T00:35:24.503Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2019-11-16T00:35:24.503Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s) [2019-11-16T00:35:24.503Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2019-11-16T00:35:24.503Z] === RUN TestBuildPreserveOwnership [2019-11-16T00:35:24.503Z] === RUN TestBuildPreserveOwnership/copy_from [2019-11-16T00:35:25.068Z] Loaded image: buildpack-deps:jessie [2019-11-16T00:35:25.202Z] --- PASS: TestExec (1.07s) [2019-11-16T00:35:25.202Z] === RUN TestExecUser [2019-11-16T00:35:25.264Z] [2019-11-16T00:35:25.264Z] SUCCESS: Specified value was saved. [2019-11-16T00:35:25.325Z] Loaded image: busybox:latest [2019-11-16T00:35:25.582Z] Loaded image: busybox:glibc [2019-11-16T00:35:25.582Z] Loaded image: debian:jessie [2019-11-16T00:35:25.840Z] Loaded image: hello-world:latest [2019-11-16T00:35:25.840Z] INFO: Testing against a local daemon [2019-11-16T00:35:25.840Z] === RUN TestDockerSuite [2019-11-16T00:35:25.840Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-11-16T00:35:25.840Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-11-16T00:35:26.098Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-11-16T00:35:26.098Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-11-16T00:35:26.098Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-11-16T00:35:26.098Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-11-16T00:35:26.098Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-11-16T00:35:26.098Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-11-16T00:35:26.200Z] --- PASS: TestExecUser (1.03s) [2019-11-16T00:35:26.200Z] === RUN TestExportContainerAndImportImage [2019-11-16T00:35:27.470Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-11-16T00:35:27.470Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-11-16T00:35:27.574Z] --- PASS: TestExportContainerAndImportImage (1.26s) [2019-11-16T00:35:27.574Z] === RUN TestExportContainerAfterDaemonRestart [2019-11-16T00:35:28.035Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-11-16T00:35:28.035Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-11-16T00:35:28.200Z] Removing intermediate container cfefd8a93e9b [2019-11-16T00:35:28.200Z] ---> f49081e32472 [2019-11-16T00:35:28.200Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-11-16T00:35:28.200Z] ---> Running in 14a7b2e55966 [2019-11-16T00:35:28.600Z] Loaded image: buildpack-deps:jessie [2019-11-16T00:35:28.857Z] Loaded image: busybox:latest [2019-11-16T00:35:28.861Z] --- PASS: TestExportContainerAfterDaemonRestart (1.50s) [2019-11-16T00:35:28.861Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-11-16T00:35:28.861Z] daemon.go:325: [d03bb73e41523] waiting for daemon to start [2019-11-16T00:35:28.861Z] daemon.go:325: [d03bb73e41523] waiting for daemon to start [2019-11-16T00:35:28.861Z] daemon.go:353: [d03bb73e41523] daemon started [2019-11-16T00:35:28.861Z] daemon.go:461: [d03bb73e41523] Stopping daemon [2019-11-16T00:35:28.861Z] daemon.go:296: [d03bb73e41523] exiting daemon [2019-11-16T00:35:28.861Z] daemon.go:448: [d03bb73e41523] Daemon stopped [2019-11-16T00:35:28.861Z] daemon.go:325: [d03bb73e41523] waiting for daemon to start [2019-11-16T00:35:28.861Z] daemon.go:325: [d03bb73e41523] waiting for daemon to start [2019-11-16T00:35:28.861Z] daemon.go:353: [d03bb73e41523] daemon started [2019-11-16T00:35:28.861Z] daemon.go:461: [d03bb73e41523] Stopping daemon [2019-11-16T00:35:28.861Z] daemon.go:296: [d03bb73e41523] exiting daemon [2019-11-16T00:35:28.861Z] daemon.go:448: [d03bb73e41523] Daemon stopped [2019-11-16T00:35:28.861Z] === RUN TestHealthCheckWorkdir [2019-11-16T00:35:29.115Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-11-16T00:35:29.115Z] Loaded image: busybox:glibc [2019-11-16T00:35:29.115Z] Loaded image: debian:jessie [2019-11-16T00:35:29.373Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibilityLoaded image: hello-world:latest [2019-11-16T00:35:29.373Z] [2019-11-16T00:35:29.373Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-11-16T00:35:29.373Z] INFO: Testing against a local daemon [2019-11-16T00:35:29.373Z] === RUN TestDockerDaemonSuite [2019-11-16T00:35:29.373Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-11-16T00:35:29.938Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-11-16T00:35:30.147Z] --- PASS: TestHealthCheckWorkdir (1.25s) [2019-11-16T00:35:30.147Z] === RUN TestHealthKillContainer [2019-11-16T00:35:30.408Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-11-16T00:35:31.309Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-11-16T00:35:31.566Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-11-16T00:35:31.566Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-11-16T00:35:31.566Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-11-16T00:35:32.131Z] --- PASS: TestBuildPreserveOwnership (7.96s) [2019-11-16T00:35:32.131Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.96s) [2019-11-16T00:35:32.131Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.99s) [2019-11-16T00:35:32.131Z] === RUN TestBuildPlatformInvalid [2019-11-16T00:35:32.131Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2019-11-16T00:35:32.131Z] PASS [2019-11-16T00:35:32.131Z] [2019-11-16T00:35:32.131Z] DONE 30 tests in 194.705s [2019-11-16T00:35:32.131Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-11-16T00:35:32.131Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-11-16T00:35:32.131Z] ++ 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-11-16T00:35:32.131Z] ++ set -e [2019-11-16T00:35:32.131Z] ++ '[' -n 0 ']' [2019-11-16T00:35:32.131Z] ++ set -x [2019-11-16T00:35:32.131Z] ++ 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-11-16T00:35:32.388Z] INFO: Testing against a local daemon [2019-11-16T00:35:32.388Z] === RUN TestConfigList [2019-11-16T00:35:32.914Z] tests/integration/client_test.py ..... [ 75%] [2019-11-16T00:35:33.320Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-11-16T00:35:33.320Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-11-16T00:35:33.320Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-11-16T00:35:33.320Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-11-16T00:35:33.439Z] --- PASS: TestHealthKillContainer (3.13s) [2019-11-16T00:35:33.439Z] === RUN TestInspectCpusetInConfigPre120 [2019-11-16T00:35:33.481Z] tests/integration/errors_test.py . [ 76%] [2019-11-16T00:35:33.861Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s) [2019-11-16T00:35:33.861Z] === RUN TestIpcModeNone [2019-11-16T00:35:33.884Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-11-16T00:35:34.048Z] Cannot create a file when that file already exists. [2019-11-16T00:35:35.116Z] --- PASS: TestIpcModeNone (1.11s) [2019-11-16T00:35:35.116Z] === RUN TestIpcModePrivate [2019-11-16T00:35:35.782Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-11-16T00:35:35.783Z] --- PASS: TestConfigList (3.33s) [2019-11-16T00:35:35.783Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-11-16T00:35:35.783Z] daemon.go:325: [d49a6fddcad05] waiting for daemon to start [2019-11-16T00:35:35.783Z] daemon.go:325: [d49a6fddcad05] waiting for daemon to start [2019-11-16T00:35:35.783Z] daemon.go:353: [d49a6fddcad05] daemon started [2019-11-16T00:35:35.783Z] daemon.go:461: [d49a6fddcad05] Stopping daemon [2019-11-16T00:35:35.783Z] daemon.go:296: [d49a6fddcad05] exiting daemon [2019-11-16T00:35:35.783Z] daemon.go:448: [d49a6fddcad05] Daemon stopped [2019-11-16T00:35:35.783Z] === RUN TestConfigsCreateAndDelete [2019-11-16T00:35:36.041Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-11-16T00:35:36.396Z] --- PASS: TestIpcModePrivate (1.13s) [2019-11-16T00:35:36.396Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-11-16T00:35:36.396Z] === RUN TestIpcModeShareable [2019-11-16T00:35:37.677Z] --- PASS: TestIpcModeShareable (1.22s) [2019-11-16T00:35:37.677Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-11-16T00:35:37.677Z] === RUN TestAPIIpcModeShareableAndContainer [2019-11-16T00:35:37.940Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-11-16T00:35:38.457Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 14.7% of statements [2019-11-16T00:35:38.457Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-11-16T00:35:38.457Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2019-11-16T00:35:38.457Z] ? github.com/docker/docker/api/server/router [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-11-16T00:35:38.458Z] ok github.com/docker/docker/api/types/strslice 0.033s coverage: 90.0% of statements [2019-11-16T00:35:38.458Z] ok github.com/docker/docker/api/types/filters 0.027s coverage: 92.2% of statements [2019-11-16T00:35:38.458Z] ok github.com/docker/docker/api/types/time 0.020s coverage: 100.0% of statements [2019-11-16T00:35:38.458Z] ok github.com/docker/docker/api/server/router/swarm 0.018s coverage: 3.1% of statements [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/container [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/events [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/image [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/network [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-11-16T00:35:38.458Z] ok github.com/docker/docker/api/types/versions 0.020s coverage: 75.0% of statements [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/builder [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-11-16T00:35:38.458Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-11-16T00:35:38.458Z] ok github.com/docker/docker/builder/dockerignore 0.033s coverage: 96.8% of statements [2019-11-16T00:35:38.871Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-11-16T00:35:39.128Z] --- PASS: TestConfigsCreateAndDelete (3.48s) [2019-11-16T00:35:39.128Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-11-16T00:35:39.128Z] daemon.go:325: [db2419169142e] waiting for daemon to start [2019-11-16T00:35:39.128Z] daemon.go:325: [db2419169142e] waiting for daemon to start [2019-11-16T00:35:39.128Z] daemon.go:353: [db2419169142e] daemon started [2019-11-16T00:35:39.128Z] daemon.go:461: [db2419169142e] Stopping daemon [2019-11-16T00:35:39.128Z] daemon.go:296: [db2419169142e] exiting daemon [2019-11-16T00:35:39.128Z] daemon.go:448: [db2419169142e] Daemon stopped [2019-11-16T00:35:39.128Z] === RUN TestConfigsUpdate [2019-11-16T00:35:41.000Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.24s) [2019-11-16T00:35:41.000Z] === RUN TestAPIIpcModeHost [2019-11-16T00:35:41.026Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-11-16T00:35:41.026Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-11-16T00:35:41.162Z] Removing intermediate container 14a7b2e55966 [2019-11-16T00:35:41.162Z] ---> c62a0e447e2a [2019-11-16T00:35:41.162Z] Step 6/6 : CMD ["sh"] [2019-11-16T00:35:41.162Z] ---> Running in e0e9a139af48 [2019-11-16T00:35:41.162Z] Removing intermediate container e0e9a139af48 [2019-11-16T00:35:41.162Z] ---> 4457f1903b6e [2019-11-16T00:35:41.162Z] Successfully built 4457f1903b6e [2019-11-16T00:35:41.162Z] Successfully tagged busybox:latest [2019-11-16T00:35:41.162Z] INFO: Docker images of the daemon under test [2019-11-16T00:35:41.163Z] [2019-11-16T00:35:41.163Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-11-16T00:35:41.163Z] busybox latest 4457f1903b6e Less than a second ago 4.85GB [2019-11-16T00:35:41.163Z] microsoft/windowsservercore latest 49e459dc7a6b 6 days ago 4.81GB [2019-11-16T00:35:41.163Z] mcr.microsoft.com/windows/servercore ltsc2019 49e459dc7a6b 6 days ago 4.81GB [2019-11-16T00:35:41.163Z] [2019-11-16T00:35:41.163Z] INFO: Running integration tests at 11/16/2019 00:35:40... [2019-11-16T00:35:41.163Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-11-16T00:35:41.163Z] INFO: Integration API tests being run from the host: [2019-11-16T00:35:41.163Z] INFO: make.ps1 starting at 11/16/2019 00:35:40 [2019-11-16T00:35:41.781Z] --- PASS: TestAPIIpcModeHost (0.91s) [2019-11-16T00:35:41.781Z] === RUN TestDaemonIpcModeShareable [2019-11-16T00:35:42.130Z] --- PASS: TestConfigsUpdate (3.01s) [2019-11-16T00:35:42.130Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-11-16T00:35:42.130Z] daemon.go:325: [d46ab286b081f] waiting for daemon to start [2019-11-16T00:35:42.130Z] daemon.go:325: [d46ab286b081f] waiting for daemon to start [2019-11-16T00:35:42.130Z] daemon.go:353: [d46ab286b081f] daemon started [2019-11-16T00:35:42.130Z] daemon.go:461: [d46ab286b081f] Stopping daemon [2019-11-16T00:35:42.130Z] daemon.go:296: [d46ab286b081f] exiting daemon [2019-11-16T00:35:42.130Z] daemon.go:448: [d46ab286b081f] Daemon stopped [2019-11-16T00:35:42.130Z] === RUN TestTemplatedConfig [2019-11-16T00:35:42.264Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-11-16T00:35:42.695Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-11-16T00:35:43.654Z] --- PASS: TestDaemonIpcModeShareable (1.87s) [2019-11-16T00:35:43.654Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-11-16T00:35:43.654Z] daemon.go:325: [de2bfd8388dcf] waiting for daemon to start [2019-11-16T00:35:43.654Z] daemon.go:325: [de2bfd8388dcf] waiting for daemon to start [2019-11-16T00:35:43.654Z] daemon.go:353: [de2bfd8388dcf] daemon started [2019-11-16T00:35:43.654Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-11-16T00:35:43.654Z] daemon.go:461: [de2bfd8388dcf] Stopping daemon [2019-11-16T00:35:43.654Z] daemon.go:296: [de2bfd8388dcf] exiting daemon [2019-11-16T00:35:43.654Z] daemon.go:448: [de2bfd8388dcf] Daemon stopped [2019-11-16T00:35:43.654Z] === RUN TestDaemonIpcModePrivate [2019-11-16T00:35:44.067Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-11-16T00:35:44.067Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-11-16T00:35:44.475Z] ok github.com/docker/docker/builder/fscache 0.152s coverage: 69.2% of statements [2019-11-16T00:35:44.475Z] ok github.com/docker/docker/builder/remotecontext/git 3.829s coverage: 85.1% of statements [2019-11-16T00:35:44.817Z] ok github.com/docker/docker/builder/remotecontext 0.383s coverage: 13.6% of statements [2019-11-16T00:35:45.498Z] --- PASS: TestDaemonIpcModePrivate (1.88s) [2019-11-16T00:35:45.498Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-11-16T00:35:45.498Z] daemon.go:325: [d96d3bdbc93cf] waiting for daemon to start [2019-11-16T00:35:45.498Z] daemon.go:325: [d96d3bdbc93cf] waiting for daemon to start [2019-11-16T00:35:45.498Z] daemon.go:353: [d96d3bdbc93cf] daemon started [2019-11-16T00:35:45.498Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-11-16T00:35:45.498Z] daemon.go:461: [d96d3bdbc93cf] Stopping daemon [2019-11-16T00:35:45.498Z] daemon.go:296: [d96d3bdbc93cf] exiting daemon [2019-11-16T00:35:45.498Z] daemon.go:448: [d96d3bdbc93cf] Daemon stopped [2019-11-16T00:35:45.498Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-11-16T00:35:45.554Z] ok github.com/docker/docker/cli/debug 0.028s coverage: 100.0% of statements [2019-11-16T00:35:45.554Z] ok github.com/docker/docker/builder/dockerfile 1.068s coverage: 45.1% of statements [2019-11-16T00:35:45.554Z] ? github.com/docker/docker/cli [no test files] [2019-11-16T00:35:45.554Z] ? github.com/docker/docker/cli/config [no test files] [2019-11-16T00:35:45.965Z] --- PASS: TestTemplatedConfig (3.75s) [2019-11-16T00:35:45.965Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-11-16T00:35:45.965Z] daemon.go:325: [d635316166bcc] waiting for daemon to start [2019-11-16T00:35:45.965Z] daemon.go:325: [d635316166bcc] waiting for daemon to start [2019-11-16T00:35:45.965Z] daemon.go:353: [d635316166bcc] daemon started [2019-11-16T00:35:45.965Z] daemon.go:461: [d635316166bcc] Stopping daemon [2019-11-16T00:35:45.965Z] daemon.go:296: [d635316166bcc] exiting daemon [2019-11-16T00:35:45.965Z] daemon.go:448: [d635316166bcc] Daemon stopped [2019-11-16T00:35:45.965Z] === RUN TestConfigInspect [2019-11-16T00:35:46.897Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-11-16T00:35:46.897Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-11-16T00:35:47.451Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.94s) [2019-11-16T00:35:47.451Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-11-16T00:35:47.451Z] daemon.go:325: [df69c5ad05db3] waiting for daemon to start [2019-11-16T00:35:47.451Z] daemon.go:325: [df69c5ad05db3] waiting for daemon to start [2019-11-16T00:35:47.451Z] daemon.go:353: [df69c5ad05db3] daemon started [2019-11-16T00:35:47.451Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-11-16T00:35:47.451Z] daemon.go:461: [df69c5ad05db3] Stopping daemon [2019-11-16T00:35:47.451Z] daemon.go:296: [df69c5ad05db3] exiting daemon [2019-11-16T00:35:47.451Z] daemon.go:448: [df69c5ad05db3] Daemon stopped [2019-11-16T00:35:47.451Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-11-16T00:35:48.267Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-11-16T00:35:49.206Z] --- PASS: TestConfigInspect (3.10s) [2019-11-16T00:35:49.206Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-11-16T00:35:49.206Z] daemon.go:325: [d85bfa9b04ab2] waiting for daemon to start [2019-11-16T00:35:49.206Z] daemon.go:325: [d85bfa9b04ab2] waiting for daemon to start [2019-11-16T00:35:49.206Z] daemon.go:353: [d85bfa9b04ab2] daemon started [2019-11-16T00:35:49.206Z] daemon.go:461: [d85bfa9b04ab2] Stopping daemon [2019-11-16T00:35:49.206Z] daemon.go:296: [d85bfa9b04ab2] exiting daemon [2019-11-16T00:35:49.206Z] daemon.go:448: [d85bfa9b04ab2] Daemon stopped [2019-11-16T00:35:49.206Z] === RUN TestConfigCreateWithLabels [2019-11-16T00:35:49.206Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-11-16T00:35:49.307Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2019-11-16T00:35:49.307Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-11-16T00:35:49.307Z] daemon.go:325: [db75c48020c19] waiting for daemon to start [2019-11-16T00:35:49.307Z] daemon.go:325: [db75c48020c19] waiting for daemon to start [2019-11-16T00:35:49.307Z] daemon.go:353: [db75c48020c19] daemon started [2019-11-16T00:35:49.307Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-11-16T00:35:49.307Z] daemon.go:461: [db75c48020c19] Stopping daemon [2019-11-16T00:35:49.307Z] daemon.go:296: [db75c48020c19] exiting daemon [2019-11-16T00:35:49.307Z] daemon.go:448: [db75c48020c19] Daemon stopped [2019-11-16T00:35:49.307Z] === RUN TestIpcModeOlderClient [2019-11-16T00:35:49.307Z] === PAUSE TestIpcModeOlderClient [2019-11-16T00:35:49.307Z] === RUN TestKillContainerInvalidSignal [2019-11-16T00:35:49.463Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-11-16T00:35:50.111Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2019-11-16T00:35:50.111Z] === RUN TestKillContainer [2019-11-16T00:35:50.111Z] === RUN TestKillContainer/no_signal [2019-11-16T00:35:50.393Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-11-16T00:35:50.892Z] === RUN TestKillContainer/non_killing_signal [2019-11-16T00:35:51.325Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-11-16T00:35:52.154Z] === RUN TestKillContainer/killing_signal [2019-11-16T00:35:52.696Z] --- PASS: TestConfigCreateWithLabels (3.62s) [2019-11-16T00:35:52.696Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-11-16T00:35:52.696Z] daemon.go:325: [d0d7e288b0afd] waiting for daemon to start [2019-11-16T00:35:52.696Z] daemon.go:325: [d0d7e288b0afd] waiting for daemon to start [2019-11-16T00:35:52.696Z] daemon.go:353: [d0d7e288b0afd] daemon started [2019-11-16T00:35:52.696Z] daemon.go:461: [d0d7e288b0afd] Stopping daemon [2019-11-16T00:35:52.696Z] daemon.go:296: [d0d7e288b0afd] exiting daemon [2019-11-16T00:35:52.696Z] daemon.go:448: [d0d7e288b0afd] Daemon stopped [2019-11-16T00:35:52.696Z] === RUN TestConfigCreateResolve [2019-11-16T00:35:53.264Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-11-16T00:35:53.522Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-11-16T00:35:53.544Z] --- PASS: TestKillContainer (3.41s) [2019-11-16T00:35:53.544Z] --- PASS: TestKillContainer/no_signal (0.91s) [2019-11-16T00:35:53.544Z] --- PASS: TestKillContainer/non_killing_signal (1.11s) [2019-11-16T00:35:53.544Z] --- PASS: TestKillContainer/killing_signal (1.00s) [2019-11-16T00:35:53.544Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-11-16T00:35:53.544Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-11-16T00:35:54.470Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-11-16T00:35:55.334Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.91s) [2019-11-16T00:35:55.334Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.95s) [2019-11-16T00:35:55.334Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s) [2019-11-16T00:35:55.334Z] === RUN TestKillStoppedContainer [2019-11-16T00:35:55.334Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-11-16T00:35:55.334Z] === RUN TestKillStoppedContainerAPIPre120 [2019-11-16T00:35:55.418Z] === RUN TestDockerSuite/TestAttachDetach [2019-11-16T00:35:55.711Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2019-11-16T00:35:55.711Z] === RUN TestKillDifferentUserContainer [2019-11-16T00:35:55.982Z] --- PASS: TestConfigCreateResolve (3.18s) [2019-11-16T00:35:55.982Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-11-16T00:35:55.982Z] daemon.go:325: [ddbbf168c92aa] waiting for daemon to start [2019-11-16T00:35:55.982Z] daemon.go:325: [ddbbf168c92aa] waiting for daemon to start [2019-11-16T00:35:55.982Z] daemon.go:353: [ddbbf168c92aa] daemon started [2019-11-16T00:35:55.982Z] daemon.go:461: [ddbbf168c92aa] Stopping daemon [2019-11-16T00:35:55.982Z] daemon.go:296: [ddbbf168c92aa] exiting daemon [2019-11-16T00:35:55.982Z] daemon.go:448: [ddbbf168c92aa] Daemon stopped [2019-11-16T00:35:55.982Z] === RUN TestConfigDaemonLibtrustID [2019-11-16T00:35:56.495Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2019-11-16T00:35:56.495Z] === RUN TestInspectOomKilledTrue [2019-11-16T00:35:56.495Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-11-16T00:35:56.495Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:35:56.495Z] === RUN TestInspectOomKilledFalse [2019-11-16T00:35:56.495Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-11-16T00:35:56.495Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:35:56.495Z] === RUN TestLinksEtcHostsContentMatch [2019-11-16T00:35:56.548Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-11-16T00:35:56.548Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-11-16T00:35:56.548Z] daemon.go:325: [de0164700ce56] waiting for daemon to start [2019-11-16T00:35:56.548Z] daemon.go:325: [de0164700ce56] waiting for daemon to start [2019-11-16T00:35:56.548Z] daemon.go:353: [de0164700ce56] daemon started [2019-11-16T00:35:56.548Z] daemon.go:461: [de0164700ce56] Stopping daemon [2019-11-16T00:35:56.548Z] daemon.go:296: [de0164700ce56] exiting daemon [2019-11-16T00:35:56.548Z] daemon.go:448: [de0164700ce56] Daemon stopped [2019-11-16T00:35:56.548Z] PASS [2019-11-16T00:35:56.548Z] [2019-11-16T00:35:56.548Z] DONE 8 tests in 24.163s [2019-11-16T00:35:56.548Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-11-16T00:35:56.548Z] ++ 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-11-16T00:35:56.548Z] ++ set -e [2019-11-16T00:35:56.548Z] ++ '[' -n 0 ']' [2019-11-16T00:35:56.548Z] ++ set -x [2019-11-16T00:35:56.549Z] ++ 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-11-16T00:35:56.549Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-11-16T00:35:56.549Z] INFO: Testing against a local daemon [2019-11-16T00:35:56.549Z] === RUN TestCheckpoint [2019-11-16T00:35:56.549Z] --- SKIP: TestCheckpoint (0.00s) [2019-11-16T00:35:56.549Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-11-16T00:35:56.549Z] === RUN TestContainerInvalidJSON [2019-11-16T00:35:56.549Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:35:56.549Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:35:56.549Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:35:56.549Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:35:56.549Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:35:56.549Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:35:56.549Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:35:56.549Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:35:56.549Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:35:56.549Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-11-16T00:35:56.549Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-11-16T00:35:56.549Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-11-16T00:35:56.549Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-11-16T00:35:56.549Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-11-16T00:35:56.810Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-11-16T00:35:56.810Z] === RUN TestCopyFromContainerPathIsNotDir [2019-11-16T00:35:56.810Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-11-16T00:35:56.810Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-11-16T00:35:56.810Z] === RUN TestCopyToContainerPathDoesNotExist [2019-11-16T00:35:57.067Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-11-16T00:35:57.067Z] === RUN TestCopyToContainerPathIsNotDir [2019-11-16T00:35:57.067Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2019-11-16T00:35:57.067Z] === RUN TestCopyFromContainer [2019-11-16T00:35:57.275Z] --- PASS: TestLinksEtcHostsContentMatch (0.70s) [2019-11-16T00:35:57.275Z] === RUN TestLinksContainerNames [2019-11-16T00:35:57.325Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-11-16T00:35:59.221Z] === RUN TestCopyFromContainer// [2019-11-16T00:35:59.221Z] === RUN TestCopyFromContainer//bar/root [2019-11-16T00:35:59.221Z] === RUN TestCopyFromContainer//bar/root/ [2019-11-16T00:35:59.221Z] === RUN TestCopyFromContainer/bar/quux [2019-11-16T00:35:59.292Z] --- PASS: TestLinksContainerNames (1.79s) [2019-11-16T00:35:59.292Z] === RUN TestLogsFollowTailEmpty [2019-11-16T00:35:59.479Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-11-16T00:35:59.479Z] === RUN TestCopyFromContainer/bar/quux/ [2019-11-16T00:35:59.479Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-11-16T00:35:59.736Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-11-16T00:35:59.736Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-11-16T00:35:59.737Z] --- PASS: TestLogsFollowTailEmpty (0.98s) [2019-11-16T00:35:59.737Z] === RUN TestContainerNetworkMountsNoChown [2019-11-16T00:35:59.995Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-11-16T00:35:59.995Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-11-16T00:35:59.995Z] === RUN TestCopyFromContainer/bar/notarget [2019-11-16T00:36:00.039Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer (3.25s) [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer/bar/quux (0.23s) [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.16s) [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s) [2019-11-16T00:36:00.253Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-11-16T00:36:00.253Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-11-16T00:36:00.253Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:36:00.253Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:36:00.253Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:36:00.253Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:36:00.253Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:36:00.253Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:36:00.253Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:36:00.253Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:36:00.253Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:36:00.253Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-11-16T00:36:00.253Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-11-16T00:36:00.253Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-11-16T00:36:00.253Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-11-16T00:36:00.253Z] === RUN TestCreateLinkToNonExistingContainer [2019-11-16T00:36:00.510Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2019-11-16T00:36:00.510Z] === RUN TestCreateWithInvalidEnv [2019-11-16T00:36:00.510Z] === RUN TestCreateWithInvalidEnv/0 [2019-11-16T00:36:00.510Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-11-16T00:36:00.510Z] === RUN TestCreateWithInvalidEnv/1 [2019-11-16T00:36:00.510Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-11-16T00:36:00.510Z] === RUN TestCreateWithInvalidEnv/2 [2019-11-16T00:36:00.510Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-11-16T00:36:00.510Z] === CONT TestCreateWithInvalidEnv/0 [2019-11-16T00:36:00.510Z] === CONT TestCreateWithInvalidEnv/2 [2019-11-16T00:36:00.510Z] === CONT TestCreateWithInvalidEnv/1 [2019-11-16T00:36:00.510Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2019-11-16T00:36:00.510Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-11-16T00:36:00.510Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-11-16T00:36:00.510Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-11-16T00:36:00.510Z] === RUN TestCreateTmpfsMountsTarget [2019-11-16T00:36:00.510Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-11-16T00:36:00.510Z] === RUN TestCreateWithCustomMaskedPaths [2019-11-16T00:36:00.768Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-11-16T00:36:01.026Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-11-16T00:36:01.071Z] --- PASS: TestContainerNetworkMountsNoChown (1.02s) [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/default [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/default [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/private [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/private [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rprivate [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rprivate [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/slave [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/slave [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rslave [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rslave [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/shared [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/shared [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rshared [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rshared [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/default [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/default/bind_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/default/mount_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/default/bind_root [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/rshared [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/shared [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/rslave [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/slave [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/rprivate [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/private [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/private/bind_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/private/mount_root [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-11-16T00:36:01.071Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-11-16T00:36:01.071Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/default/mount_root [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-11-16T00:36:01.071Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/private/bind_root [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-11-16T00:36:01.462Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-11-16T00:36:01.619Z] ok github.com/docker/docker/client 0.963s coverage: 75.7% of statements [2019-11-16T00:36:01.858Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-11-16T00:36:01.858Z] === CONT TestMountDaemonRoot/private/mount_root [2019-11-16T00:36:01.858Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.07s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-11-16T00:36:01.858Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-11-16T00:36:01.858Z] === RUN TestContainerBindMountNonRecursive [2019-11-16T00:36:01.958Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-11-16T00:36:02.244Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-11-16T00:36:03.331Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-11-16T00:36:03.331Z] --- PASS: TestCreateWithCustomMaskedPaths (2.93s) [2019-11-16T00:36:03.331Z] === RUN TestCreateWithCapabilities [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-11-16T00:36:03.588Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-11-16T00:36:03.588Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-11-16T00:36:03.588Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-11-16T00:36:03.588Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-11-16T00:36:03.717Z] --- PASS: TestContainerBindMountNonRecursive (2.00s) [2019-11-16T00:36:03.717Z] === RUN TestNetworkNat [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities (0.05s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-11-16T00:36:03.846Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-11-16T00:36:03.846Z] === RUN TestCreateWithCustomReadonlyPaths [2019-11-16T00:36:03.846Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-11-16T00:36:04.411Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-11-16T00:36:04.517Z] --- PASS: TestNetworkNat (0.95s) [2019-11-16T00:36:04.517Z] === RUN TestNetworkLocalhostTCPNat [2019-11-16T00:36:05.174Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-11-16T00:36:05.782Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-11-16T00:36:05.818Z] --- PASS: TestNetworkLocalhostTCPNat (0.93s) [2019-11-16T00:36:05.818Z] === RUN TestNetworkLoopbackNat [2019-11-16T00:36:06.040Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-11-16T00:36:06.298Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-11-16T00:36:06.556Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.90s) [2019-11-16T00:36:06.556Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-11-16T00:36:06.814Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:36:06.814Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:36:06.814Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:36:06.814Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:36:06.814Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:36:06.814Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:36:06.814Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:36:06.814Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:36:06.814Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:36:06.814Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:36:06.814Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:36:06.814Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:36:06.814Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:36:06.814Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:36:06.814Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:36:06.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-11-16T00:36:06.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-11-16T00:36:06.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-11-16T00:36:06.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-11-16T00:36:06.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-11-16T00:36:06.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-11-16T00:36:06.814Z] === RUN TestContainerStartOnDaemonRestart [2019-11-16T00:36:06.814Z] === PAUSE TestContainerStartOnDaemonRestart [2019-11-16T00:36:06.814Z] === RUN TestDaemonRestartIpcMode [2019-11-16T00:36:06.814Z] === PAUSE TestDaemonRestartIpcMode [2019-11-16T00:36:06.814Z] === RUN TestDiff [2019-11-16T00:36:07.213Z] --- PASS: TestNetworkLoopbackNat (1.39s) [2019-11-16T00:36:07.213Z] === RUN TestPause [2019-11-16T00:36:07.379Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-11-16T00:36:07.390Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-11-16T00:36:07.637Z] --- PASS: TestDiff (0.96s) [2019-11-16T00:36:07.637Z] === RUN TestExecWithCloseStdin [2019-11-16T00:36:08.017Z] --- PASS: TestPause (1.05s) [2019-11-16T00:36:08.017Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-11-16T00:36:08.017Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-11-16T00:36:08.017Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-11-16T00:36:08.017Z] === RUN TestPauseStopPausedContainer [2019-11-16T00:36:08.570Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-11-16T00:36:08.570Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-11-16T00:36:09.137Z] --- PASS: TestExecWithCloseStdin (1.48s) [2019-11-16T00:36:09.137Z] === RUN TestExec [2019-11-16T00:36:09.298Z] --- PASS: TestPauseStopPausedContainer (1.04s) [2019-11-16T00:36:09.299Z] === RUN TestPsFilter [2019-11-16T00:36:09.299Z] --- PASS: TestPsFilter (0.24s) [2019-11-16T00:36:09.299Z] === RUN TestRemoveContainerWithRemovedVolume [2019-11-16T00:36:09.394Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-11-16T00:36:09.960Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-11-16T00:36:10.101Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.87s) [2019-11-16T00:36:10.101Z] === RUN TestRemoveContainerWithVolume [2019-11-16T00:36:10.318Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-11-16T00:36:10.525Z] --- PASS: TestExec (1.26s) [2019-11-16T00:36:10.525Z] === RUN TestExecUser [2019-11-16T00:36:10.781Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-11-16T00:36:10.783Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-11-16T00:36:10.900Z] --- PASS: TestRemoveContainerWithVolume (0.88s) [2019-11-16T00:36:10.900Z] === RUN TestRemoveContainerRunning [2019-11-16T00:36:11.042Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-11-16T00:36:11.625Z] --- PASS: TestExecUser (1.22s) [2019-11-16T00:36:11.625Z] === RUN TestExportContainerAndImportImage [2019-11-16T00:36:11.757Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-11-16T00:36:12.221Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-11-16T00:36:12.223Z] --- PASS: TestRemoveContainerRunning (1.05s) [2019-11-16T00:36:12.223Z] === RUN TestRemoveContainerForceRemoveRunning [2019-11-16T00:36:13.023Z] --- PASS: TestExportContainerAndImportImage (1.36s) [2019-11-16T00:36:13.023Z] === RUN TestExportContainerAfterDaemonRestart [2019-11-16T00:36:13.120Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.04s) [2019-11-16T00:36:13.121Z] === RUN TestRemoveInvalidContainer [2019-11-16T00:36:13.121Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-11-16T00:36:13.121Z] === RUN TestRenameLinkedContainer [2019-11-16T00:36:13.197Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-11-16T00:36:13.955Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-11-16T00:36:14.569Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-11-16T00:36:14.887Z] --- PASS: TestExportContainerAfterDaemonRestart (1.72s) [2019-11-16T00:36:14.887Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-11-16T00:36:14.887Z] daemon.go:325: [d25e3adc9eb00] waiting for daemon to start [2019-11-16T00:36:14.887Z] daemon.go:325: [d25e3adc9eb00] waiting for daemon to start [2019-11-16T00:36:14.887Z] daemon.go:353: [d25e3adc9eb00] daemon started [2019-11-16T00:36:14.887Z] daemon.go:461: [d25e3adc9eb00] Stopping daemon [2019-11-16T00:36:14.887Z] daemon.go:296: [d25e3adc9eb00] exiting daemon [2019-11-16T00:36:14.887Z] daemon.go:448: [d25e3adc9eb00] Daemon stopped [2019-11-16T00:36:14.887Z] daemon.go:325: [d25e3adc9eb00] waiting for daemon to start [2019-11-16T00:36:14.887Z] daemon.go:325: [d25e3adc9eb00] waiting for daemon to start [2019-11-16T00:36:14.887Z] daemon.go:353: [d25e3adc9eb00] daemon started [2019-11-16T00:36:14.887Z] daemon.go:461: [d25e3adc9eb00] Stopping daemon [2019-11-16T00:36:14.887Z] daemon.go:296: [d25e3adc9eb00] exiting daemon [2019-11-16T00:36:14.887Z] daemon.go:448: [d25e3adc9eb00] Daemon stopped [2019-11-16T00:36:14.887Z] === RUN TestHealthCheckWorkdir [2019-11-16T00:36:15.144Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-11-16T00:36:15.393Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-11-16T00:36:15.708Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-11-16T00:36:16.272Z] --- PASS: TestHealthCheckWorkdir (1.50s) [2019-11-16T00:36:16.272Z] === RUN TestHealthKillContainer [2019-11-16T00:36:17.207Z] --- PASS: TestRenameLinkedContainer (3.55s) [2019-11-16T00:36:17.207Z] === RUN TestRenameStoppedContainer [2019-11-16T00:36:17.577Z] --- PASS: TestRenameStoppedContainer (0.97s) [2019-11-16T00:36:17.577Z] === RUN TestRenameRunningContainerAndReuse [2019-11-16T00:36:19.159Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-11-16T00:36:19.404Z] --- PASS: TestRenameRunningContainerAndReuse (1.88s) [2019-11-16T00:36:19.404Z] === RUN TestRenameInvalidName [2019-11-16T00:36:19.548Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-11-16T00:36:19.548Z] --- PASS: TestHealthKillContainer (3.31s) [2019-11-16T00:36:19.548Z] === RUN TestInspectCpusetInConfigPre120 [2019-11-16T00:36:20.481Z] --- PASS: TestInspectCpusetInConfigPre120 (0.78s) [2019-11-16T00:36:20.481Z] === RUN TestIpcModeNone [2019-11-16T00:36:20.834Z] --- PASS: TestRenameInvalidName (1.00s) [2019-11-16T00:36:20.834Z] === RUN TestRenameAnonymousContainer [2019-11-16T00:36:21.412Z] --- PASS: TestIpcModeNone (1.19s) [2019-11-16T00:36:21.412Z] === RUN TestIpcModePrivate [2019-11-16T00:36:22.784Z] --- PASS: TestIpcModePrivate (1.03s) [2019-11-16T00:36:22.784Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:195, shared: false, mustBeShared: false [2019-11-16T00:36:22.784Z] === RUN TestIpcModeShareable [2019-11-16T00:36:22.784Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-11-16T00:36:23.348Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-11-16T00:36:23.606Z] --- PASS: TestIpcModeShareable (1.11s) [2019-11-16T00:36:23.606Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:189, shared: true, mustBeShared: true [2019-11-16T00:36:23.606Z] === RUN TestAPIIpcModeShareableAndContainer [2019-11-16T00:36:23.863Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-11-16T00:36:24.079Z] --- PASS: TestRenameAnonymousContainer (3.07s) [2019-11-16T00:36:24.079Z] === RUN TestRenameContainerWithSameName [2019-11-16T00:36:24.427Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-11-16T00:36:24.455Z] --- PASS: TestRenameContainerWithSameName (0.83s) [2019-11-16T00:36:24.455Z] === RUN TestRenameContainerWithLinkedContainer [2019-11-16T00:36:24.992Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-11-16T00:36:25.016Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-11-16T00:36:26.268Z] --- PASS: TestRenameContainerWithLinkedContainer (1.78s) [2019-11-16T00:36:26.268Z] === RUN TestResize [2019-11-16T00:36:27.211Z] --- PASS: TestResize (1.08s) [2019-11-16T00:36:27.211Z] === RUN TestResizeWithInvalidSize [2019-11-16T00:36:27.523Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.59s) [2019-11-16T00:36:27.523Z] === RUN TestAPIIpcModeHost [2019-11-16T00:36:27.941Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-11-16T00:36:28.454Z] --- PASS: TestAPIIpcModeHost (1.00s) [2019-11-16T00:36:28.454Z] === RUN TestDaemonIpcModeShareable [2019-11-16T00:36:28.454Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-11-16T00:36:28.454Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-11-16T00:36:28.541Z] --- PASS: TestResizeWithInvalidSize (1.05s) [2019-11-16T00:36:28.541Z] === RUN TestResizeWhenContainerNotStarted [2019-11-16T00:36:29.369Z] --- PASS: TestResizeWhenContainerNotStarted (0.92s) [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:36:29.369Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:36:29.369Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:36:29.369Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-11-16T00:36:29.369Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-11-16T00:36:30.138Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-11-16T00:36:30.351Z] --- PASS: TestDaemonIpcModeShareable (2.03s) [2019-11-16T00:36:30.351Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-11-16T00:36:30.351Z] daemon.go:325: [d4db545509374] waiting for daemon to start [2019-11-16T00:36:30.351Z] daemon.go:325: [d4db545509374] waiting for daemon to start [2019-11-16T00:36:30.351Z] daemon.go:353: [d4db545509374] daemon started [2019-11-16T00:36:30.351Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:217, shared: true, mustBeShared: true [2019-11-16T00:36:30.351Z] daemon.go:461: [d4db545509374] Stopping daemon [2019-11-16T00:36:30.351Z] daemon.go:296: [d4db545509374] exiting daemon [2019-11-16T00:36:30.351Z] daemon.go:448: [d4db545509374] Daemon stopped [2019-11-16T00:36:30.351Z] === RUN TestDaemonIpcModePrivate [2019-11-16T00:36:31.284Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-11-16T00:36:31.284Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-11-16T00:36:31.992Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:36:31.992Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:36:32.218Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-11-16T00:36:32.218Z] --- PASS: TestDaemonIpcModePrivate (1.95s) [2019-11-16T00:36:32.218Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-11-16T00:36:32.218Z] daemon.go:325: [db306749a00fa] waiting for daemon to start [2019-11-16T00:36:32.218Z] daemon.go:325: [db306749a00fa] waiting for daemon to start [2019-11-16T00:36:32.218Z] daemon.go:353: [db306749a00fa] daemon started [2019-11-16T00:36:32.218Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:221, shared: false, mustBeShared: false [2019-11-16T00:36:32.218Z] daemon.go:461: [db306749a00fa] Stopping daemon [2019-11-16T00:36:32.218Z] daemon.go:296: [db306749a00fa] exiting daemon [2019-11-16T00:36:32.218Z] daemon.go:448: [db306749a00fa] Daemon stopped [2019-11-16T00:36:32.218Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-11-16T00:36:32.784Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-11-16T00:36:33.065Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-11-16T00:36:33.331Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:36:33.331Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:36:34.680Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.07s) [2019-11-16T00:36:34.680Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-11-16T00:36:34.680Z] daemon.go:325: [db22f2e3da5ce] waiting for daemon to start [2019-11-16T00:36:34.680Z] daemon.go:325: [db22f2e3da5ce] waiting for daemon to start [2019-11-16T00:36:34.680Z] daemon.go:353: [db22f2e3da5ce] daemon started [2019-11-16T00:36:34.680Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:226, shared: false, mustBeShared: false [2019-11-16T00:36:34.680Z] daemon.go:461: [db22f2e3da5ce] Stopping daemon [2019-11-16T00:36:34.680Z] daemon.go:296: [db22f2e3da5ce] exiting daemon [2019-11-16T00:36:34.680Z] daemon.go:448: [db22f2e3da5ce] Daemon stopped [2019-11-16T00:36:34.680Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-11-16T00:36:34.680Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-11-16T00:36:34.740Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-11-16T00:36:34.937Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-11-16T00:36:35.180Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-11-16T00:36:35.260Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-11-16T00:36:35.484Z] ......... [ 85%] [2019-11-16T00:36:35.868Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-11-16T00:36:36.432Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.96s) [2019-11-16T00:36:36.432Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-11-16T00:36:36.432Z] daemon.go:325: [d0f5e7f092432] waiting for daemon to start [2019-11-16T00:36:36.432Z] daemon.go:325: [d0f5e7f092432] waiting for daemon to start [2019-11-16T00:36:36.432Z] daemon.go:353: [d0f5e7f092432] daemon started [2019-11-16T00:36:36.432Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:206, shared: true, mustBeShared: true [2019-11-16T00:36:36.432Z] daemon.go:461: [d0f5e7f092432] Stopping daemon [2019-11-16T00:36:36.432Z] daemon.go:296: [d0f5e7f092432] exiting daemon [2019-11-16T00:36:36.432Z] daemon.go:448: [d0f5e7f092432] Daemon stopped [2019-11-16T00:36:36.432Z] === RUN TestIpcModeOlderClient [2019-11-16T00:36:36.432Z] === PAUSE TestIpcModeOlderClient [2019-11-16T00:36:36.432Z] === RUN TestKillContainerInvalidSignal [2019-11-16T00:36:37.000Z] --- PASS: TestKillContainerInvalidSignal (0.78s) [2019-11-16T00:36:37.000Z] === RUN TestKillContainer [2019-11-16T00:36:37.000Z] === RUN TestKillContainer/no_signal [2019-11-16T00:36:37.053Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-11-16T00:36:37.440Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-11-16T00:36:37.935Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-11-16T00:36:37.935Z] === RUN TestKillContainer/non_killing_signal [2019-11-16T00:36:38.198Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-11-16T00:36:38.866Z] === RUN TestKillContainer/killing_signal [2019-11-16T00:36:39.797Z] --- PASS: TestKillContainer (2.75s) [2019-11-16T00:36:39.797Z] --- PASS: TestKillContainer/no_signal (0.96s) [2019-11-16T00:36:39.797Z] --- PASS: TestKillContainer/non_killing_signal (0.68s) [2019-11-16T00:36:39.797Z] --- PASS: TestKillContainer/killing_signal (0.85s) [2019-11-16T00:36:39.797Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-11-16T00:36:39.797Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-11-16T00:36:40.012Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-11-16T00:36:40.361Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-11-16T00:36:40.401Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-11-16T00:36:40.401Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:36:40.401Z] INFO: Testing against a local daemon [2019-11-16T00:36:40.401Z] === RUN TestBuildWithSession [2019-11-16T00:36:40.401Z] --- SKIP: TestBuildWithSession (0.00s) [2019-11-16T00:36:40.401Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:40.401Z] === RUN TestBuildSquashParent [2019-11-16T00:36:40.401Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-11-16T00:36:40.401Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:40.401Z] === RUN TestBuildWithRemoveAndForceRemove [2019-11-16T00:36:40.401Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-11-16T00:36:40.401Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:36:40.401Z] === RUN TestBuildMultiStageCopy [2019-11-16T00:36:40.401Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-11-16T00:36:40.403Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-11-16T00:36:40.619Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-11-16T00:36:41.184Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-11-16T00:36:41.572Z] tests/integration/models_images_test.py ............... [ 89%] [2019-11-16T00:36:41.748Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.77s) [2019-11-16T00:36:41.748Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.89s) [2019-11-16T00:36:41.748Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2019-11-16T00:36:41.748Z] === RUN TestKillStoppedContainer [2019-11-16T00:36:41.748Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-11-16T00:36:41.748Z] === RUN TestKillStoppedContainerAPIPre120 [2019-11-16T00:36:41.748Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2019-11-16T00:36:41.748Z] === RUN TestKillDifferentUserContainer [2019-11-16T00:36:42.679Z] --- PASS: TestKillDifferentUserContainer (0.96s) [2019-11-16T00:36:42.679Z] === RUN TestInspectOomKilledTrue [2019-11-16T00:36:42.680Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-11-16T00:36:42.680Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:36:42.680Z] === RUN TestInspectOomKilledFalse [2019-11-16T00:36:42.680Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-11-16T00:36:42.680Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:36:42.680Z] === RUN TestLinksEtcHostsContentMatch [2019-11-16T00:36:43.082Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-11-16T00:36:43.082Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.21s) [2019-11-16T00:36:43.082Z] 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-11-16T00:36:43.082Z] daemon.go:325: [d42a89c968420] waiting for daemon to start [2019-11-16T00:36:43.082Z] daemon.go:325: [d42a89c968420] waiting for daemon to start [2019-11-16T00:36:43.082Z] daemon.go:353: [d42a89c968420] daemon started [2019-11-16T00:36:43.082Z] daemon.go:325: [d42a89c968420] waiting for daemon to start [2019-11-16T00:36:43.082Z] daemon.go:296: [d42a89c968420] exiting daemon [2019-11-16T00:36:43.082Z] daemon.go:325: [d42a89c968420] waiting for daemon to start [2019-11-16T00:36:43.082Z] daemon.go:353: [d42a89c968420] daemon started [2019-11-16T00:36:43.082Z] daemon.go:461: [d42a89c968420] Stopping daemon [2019-11-16T00:36:43.082Z] daemon.go:296: [d42a89c968420] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [d42a89c968420] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.50s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [d2586b062fc7d] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [d2586b062fc7d] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d2586b062fc7d] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [d2586b062fc7d] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [d2586b062fc7d] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [d2586b062fc7d] Daemon stopped [2019-11-16T00:36:43.083Z] daemon.go:325: [d2586b062fc7d] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [d2586b062fc7d] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d2586b062fc7d] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [d2586b062fc7d] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [d2586b062fc7d] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [d2586b062fc7d] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.52s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [dce4868d5d4e5] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [dce4868d5d4e5] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [dce4868d5d4e5] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [dce4868d5d4e5] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [dce4868d5d4e5] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [dce4868d5d4e5] Daemon stopped [2019-11-16T00:36:43.083Z] daemon.go:325: [dce4868d5d4e5] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [dce4868d5d4e5] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [dce4868d5d4e5] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [dce4868d5d4e5] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [dce4868d5d4e5] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [dce4868d5d4e5] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.50s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [d4a2f36661a73] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [d4a2f36661a73] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d4a2f36661a73] daemon started [2019-11-16T00:36:43.083Z] daemon.go:325: [d4a2f36661a73] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:296: [d4a2f36661a73] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:325: [d4a2f36661a73] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d4a2f36661a73] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [d4a2f36661a73] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [d4a2f36661a73] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [d4a2f36661a73] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.59s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [d37b350f630c9] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [d37b350f630c9] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d37b350f630c9] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [d37b350f630c9] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [d37b350f630c9] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [d37b350f630c9] Daemon stopped [2019-11-16T00:36:43.083Z] daemon.go:325: [d37b350f630c9] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [d37b350f630c9] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d37b350f630c9] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [d37b350f630c9] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [d37b350f630c9] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [d37b350f630c9] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [d6d76034cbeaa] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [d6d76034cbeaa] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d6d76034cbeaa] daemon started [2019-11-16T00:36:43.083Z] daemon.go:325: [d6d76034cbeaa] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:296: [d6d76034cbeaa] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:325: [d6d76034cbeaa] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d6d76034cbeaa] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [d6d76034cbeaa] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [d6d76034cbeaa] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [d6d76034cbeaa] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.35s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [d39ac483d326c] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [d39ac483d326c] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d39ac483d326c] daemon started [2019-11-16T00:36:43.083Z] daemon.go:325: [d39ac483d326c] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:296: [d39ac483d326c] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:325: [d39ac483d326c] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d39ac483d326c] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [d39ac483d326c] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [d39ac483d326c] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [d39ac483d326c] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.46s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [db81e8ee4667c] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [db81e8ee4667c] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [db81e8ee4667c] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [db81e8ee4667c] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [db81e8ee4667c] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [db81e8ee4667c] Daemon stopped [2019-11-16T00:36:43.083Z] daemon.go:325: [db81e8ee4667c] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [db81e8ee4667c] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [db81e8ee4667c] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [db81e8ee4667c] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [db81e8ee4667c] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [db81e8ee4667c] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.11s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [d3c0c2635aa47] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [d3c0c2635aa47] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d3c0c2635aa47] daemon started [2019-11-16T00:36:43.083Z] daemon.go:325: [d3c0c2635aa47] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:296: [d3c0c2635aa47] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:325: [d3c0c2635aa47] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d3c0c2635aa47] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [d3c0c2635aa47] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [d3c0c2635aa47] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [d3c0c2635aa47] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.51s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [df905b9478c10] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [df905b9478c10] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [df905b9478c10] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [df905b9478c10] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [df905b9478c10] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [df905b9478c10] Daemon stopped [2019-11-16T00:36:43.083Z] daemon.go:325: [df905b9478c10] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [df905b9478c10] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [df905b9478c10] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [df905b9478c10] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [df905b9478c10] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [df905b9478c10] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.60s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [d0ef26e1bdb58] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [d0ef26e1bdb58] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d0ef26e1bdb58] daemon started [2019-11-16T00:36:43.083Z] daemon.go:296: [d0ef26e1bdb58] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:325: [d0ef26e1bdb58] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [d0ef26e1bdb58] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [d0ef26e1bdb58] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [d0ef26e1bdb58] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [d0ef26e1bdb58] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [d0ef26e1bdb58] Daemon stopped [2019-11-16T00:36:43.083Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.54s) [2019-11-16T00:36:43.083Z] 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-11-16T00:36:43.083Z] daemon.go:325: [dd69f99a4b5f4] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [dd69f99a4b5f4] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [dd69f99a4b5f4] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [dd69f99a4b5f4] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [dd69f99a4b5f4] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [dd69f99a4b5f4] Daemon stopped [2019-11-16T00:36:43.083Z] daemon.go:325: [dd69f99a4b5f4] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:325: [dd69f99a4b5f4] waiting for daemon to start [2019-11-16T00:36:43.083Z] daemon.go:353: [dd69f99a4b5f4] daemon started [2019-11-16T00:36:43.083Z] daemon.go:461: [dd69f99a4b5f4] Stopping daemon [2019-11-16T00:36:43.083Z] daemon.go:296: [dd69f99a4b5f4] exiting daemon [2019-11-16T00:36:43.083Z] daemon.go:448: [dd69f99a4b5f4] Daemon stopped [2019-11-16T00:36:43.083Z] === RUN TestKernelTCPMemory [2019-11-16T00:36:43.186Z] tests/integration/models_networks_test.py .... [ 90%] [2019-11-16T00:36:43.611Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s) [2019-11-16T00:36:43.611Z] === RUN TestLinksContainerNames [2019-11-16T00:36:43.868Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-11-16T00:36:44.342Z] --- PASS: TestKernelTCPMemory (1.04s) [2019-11-16T00:36:44.342Z] === RUN TestNISDomainname [2019-11-16T00:36:45.152Z] --- PASS: TestNISDomainname (1.24s) [2019-11-16T00:36:45.152Z] === RUN TestStats [2019-11-16T00:36:45.764Z] --- PASS: TestLinksContainerNames (1.97s) [2019-11-16T00:36:45.764Z] === RUN TestLogsFollowTailEmpty [2019-11-16T00:36:46.327Z] --- PASS: TestLogsFollowTailEmpty (0.83s) [2019-11-16T00:36:46.327Z] === RUN TestContainerNetworkMountsNoChown [2019-11-16T00:36:47.259Z] --- PASS: TestContainerNetworkMountsNoChown (0.86s) [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/default [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/default [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/private [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/private [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rprivate [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rprivate [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/slave [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/slave [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rslave [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rslave [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/shared [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/shared [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rshared [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rshared [2019-11-16T00:36:47.259Z] === CONT TestMountDaemonRoot/default [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/default/bind_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/default/mount_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-11-16T00:36:47.259Z] === CONT TestMountDaemonRoot/default/bind_root [2019-11-16T00:36:47.259Z] === CONT TestMountDaemonRoot/rshared [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-11-16T00:36:47.259Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-11-16T00:36:47.259Z] === CONT TestMountDaemonRoot/shared [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-11-16T00:36:47.259Z] === CONT TestMountDaemonRoot/rslave [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-11-16T00:36:47.259Z] === CONT TestMountDaemonRoot/slave [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-11-16T00:36:47.259Z] === CONT TestMountDaemonRoot/rprivate [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-11-16T00:36:47.259Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-11-16T00:36:47.259Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-11-16T00:36:47.260Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-11-16T00:36:47.260Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-11-16T00:36:47.260Z] === CONT TestMountDaemonRoot/private [2019-11-16T00:36:47.260Z] === RUN TestMountDaemonRoot/private/bind_root [2019-11-16T00:36:47.260Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-11-16T00:36:47.260Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-11-16T00:36:47.260Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-11-16T00:36:47.260Z] === RUN TestMountDaemonRoot/private/mount_root [2019-11-16T00:36:47.260Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-11-16T00:36:47.260Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-11-16T00:36:47.260Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-11-16T00:36:47.260Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-11-16T00:36:47.260Z] === CONT TestMountDaemonRoot/default/mount_root [2019-11-16T00:36:47.260Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-11-16T00:36:47.260Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-11-16T00:36:47.260Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-11-16T00:36:47.260Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-11-16T00:36:47.517Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-11-16T00:36:47.517Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-11-16T00:36:47.517Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-11-16T00:36:47.774Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-11-16T00:36:47.774Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-11-16T00:36:47.774Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-11-16T00:36:47.774Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-11-16T00:36:47.774Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-11-16T00:36:48.031Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-11-16T00:36:48.031Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-11-16T00:36:48.031Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-11-16T00:36:48.031Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-11-16T00:36:48.289Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-11-16T00:36:48.289Z] === CONT TestMountDaemonRoot/private/bind_root [2019-11-16T00:36:48.289Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-11-16T00:36:48.289Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-11-16T00:36:48.289Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-11-16T00:36:48.289Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-11-16T00:36:48.289Z] === CONT TestMountDaemonRoot/private/mount_root [2019-11-16T00:36:48.289Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-11-16T00:36:48.460Z] --- PASS: TestStats (2.93s) [2019-11-16T00:36:48.460Z] === RUN TestStopContainerWithTimeout [2019-11-16T00:36:48.460Z] === RUN TestStopContainerWithTimeout/0 [2019-11-16T00:36:48.460Z] === PAUSE TestStopContainerWithTimeout/0 [2019-11-16T00:36:48.460Z] === RUN TestStopContainerWithTimeout/1 [2019-11-16T00:36:48.460Z] === PAUSE TestStopContainerWithTimeout/1 [2019-11-16T00:36:48.460Z] === RUN TestStopContainerWithTimeout/3 [2019-11-16T00:36:48.460Z] === PAUSE TestStopContainerWithTimeout/3 [2019-11-16T00:36:48.460Z] === RUN TestStopContainerWithTimeout/-1 [2019-11-16T00:36:48.460Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-11-16T00:36:48.460Z] === CONT TestStopContainerWithTimeout/0 [2019-11-16T00:36:48.460Z] === CONT TestStopContainerWithTimeout/-1 [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.20s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.15s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.16s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.25s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.18s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.26s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.16s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.16s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.16s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-11-16T00:36:48.548Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-11-16T00:36:48.548Z] === RUN TestContainerBindMountNonRecursive [2019-11-16T00:36:49.011Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-11-16T00:36:49.338Z] === CONT TestStopContainerWithTimeout/3 [2019-11-16T00:36:49.706Z] tests/integration/models_nodes_test.py . [ 91%] [2019-11-16T00:36:49.927Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-11-16T00:36:49.976Z] ok github.com/docker/docker/cmd/dockerd/hack 0.018s coverage: 72.9% of statements [2019-11-16T00:36:49.976Z] ok github.com/docker/docker/cmd/dockerd 0.274s coverage: 29.8% of statements [2019-11-16T00:36:49.992Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-11-16T00:36:50.630Z] tests/integration/models_resources_test.py . [ 91%] [2019-11-16T00:36:50.859Z] --- PASS: TestContainerBindMountNonRecursive (2.34s) [2019-11-16T00:36:50.859Z] === RUN TestNetworkNat [2019-11-16T00:36:50.970Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-11-16T00:36:51.759Z] === CONT TestStopContainerWithTimeout/1 [2019-11-16T00:36:51.791Z] --- PASS: TestNetworkNat (0.96s) [2019-11-16T00:36:51.791Z] === RUN TestNetworkLocalhostTCPNat [2019-11-16T00:36:51.949Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-11-16T00:36:52.725Z] --- PASS: TestNetworkLocalhostTCPNat (0.94s) [2019-11-16T00:36:52.725Z] === RUN TestNetworkLoopbackNat [2019-11-16T00:36:53.505Z] --- PASS: TestBuildMultiStageCopy (13.24s) [2019-11-16T00:36:53.505Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.80s) [2019-11-16T00:36:53.505Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.83s) [2019-11-16T00:36:53.505Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2019-11-16T00:36:53.505Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.18s) [2019-11-16T00:36:53.505Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.43s) [2019-11-16T00:36:53.505Z] === RUN TestBuildMultiStageParentConfig [2019-11-16T00:36:53.505Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-11-16T00:36:53.505Z] build_test.go:193: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:36:53.505Z] === RUN TestBuildLabelWithTargets [2019-11-16T00:36:53.505Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2019-11-16T00:36:53.505Z] build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:36:53.505Z] === RUN TestBuildWithEmptyLayers [2019-11-16T00:36:53.579Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-11-16T00:36:53.579Z] --- PASS: TestStopContainerWithTimeout/0 (1.12s) [2019-11-16T00:36:53.579Z] --- PASS: TestStopContainerWithTimeout/-1 (3.17s) [2019-11-16T00:36:53.579Z] --- PASS: TestStopContainerWithTimeout/3 (3.03s) [2019-11-16T00:36:53.579Z] --- PASS: TestStopContainerWithTimeout/1 (1.95s) [2019-11-16T00:36:53.579Z] === RUN TestDeleteDevicemapper [2019-11-16T00:36:53.579Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-11-16T00:36:53.579Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-11-16T00:36:53.579Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-11-16T00:36:54.097Z] --- PASS: TestNetworkLoopbackNat (1.19s) [2019-11-16T00:36:54.097Z] === RUN TestPause [2019-11-16T00:36:54.354Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-11-16T00:36:54.354Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-11-16T00:36:54.482Z] --- PASS: TestBuildWithEmptyLayers (1.03s) [2019-11-16T00:36:54.482Z] === RUN TestBuildMultiStageOnBuild [2019-11-16T00:36:54.482Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-11-16T00:36:54.482Z] build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:36:54.482Z] === RUN TestBuildUncleanTarFilenames [2019-11-16T00:36:54.482Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-11-16T00:36:54.482Z] build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:36:54.482Z] === RUN TestBuildMultiStageLayerLeak [2019-11-16T00:36:54.482Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-11-16T00:36:54.482Z] build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:36:54.482Z] === RUN TestBuildWithHugeFile [2019-11-16T00:36:54.482Z] --- SKIP: TestBuildWithHugeFile (0.01s) [2019-11-16T00:36:54.482Z] build_test.go:492: testEnv.OSType == "windows" [2019-11-16T00:36:54.482Z] === RUN TestBuildWithEmptyDockerfile [2019-11-16T00:36:54.482Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:36:54.482Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:36:54.482Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:36:54.482Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:36:54.482Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:36:54.482Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:36:54.611Z] --- PASS: TestPause (0.80s) [2019-11-16T00:36:54.611Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-11-16T00:36:54.611Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-11-16T00:36:54.611Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-11-16T00:36:54.611Z] === RUN TestPauseStopPausedContainer [2019-11-16T00:36:54.945Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:36:54.945Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:36:54.945Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:36:54.945Z] --- PASS: TestBuildWithEmptyDockerfile (0.40s) [2019-11-16T00:36:54.945Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-11-16T00:36:54.945Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2019-11-16T00:36:54.945Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2019-11-16T00:36:54.945Z] === RUN TestBuildPreserveOwnership [2019-11-16T00:36:54.945Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-11-16T00:36:54.945Z] build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:36:54.945Z] === RUN TestBuildPlatformInvalid [2019-11-16T00:36:54.945Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2019-11-16T00:36:54.945Z] PASS [2019-11-16T00:36:54.945Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-11-16T00:36:54.945Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:36:54.945Z] INFO: Testing against a local daemon [2019-11-16T00:36:54.945Z] === RUN TestConfigList [2019-11-16T00:36:54.945Z] --- SKIP: TestConfigList (0.00s) [2019-11-16T00:36:54.945Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:54.945Z] === RUN TestConfigsCreateAndDelete [2019-11-16T00:36:54.945Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-11-16T00:36:54.945Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:54.945Z] === RUN TestConfigsUpdate [2019-11-16T00:36:54.945Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-11-16T00:36:54.945Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:54.945Z] === RUN TestTemplatedConfig [2019-11-16T00:36:54.945Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-11-16T00:36:54.945Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:54.945Z] === RUN TestConfigInspect [2019-11-16T00:36:54.945Z] --- SKIP: TestConfigInspect (0.00s) [2019-11-16T00:36:54.945Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:54.945Z] === RUN TestConfigCreateWithLabels [2019-11-16T00:36:54.945Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-11-16T00:36:54.945Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:36:54.945Z] === RUN TestConfigCreateResolve [2019-11-16T00:36:54.945Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-11-16T00:36:54.945Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:36:54.945Z] === RUN TestConfigDaemonLibtrustID [2019-11-16T00:36:54.945Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-11-16T00:36:54.945Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:36:54.945Z] PASS [2019-11-16T00:36:54.945Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-11-16T00:36:54.945Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:36:54.945Z] INFO: Testing against a local daemon [2019-11-16T00:36:54.945Z] === RUN TestCheckpoint [2019-11-16T00:36:54.945Z] --- SKIP: TestCheckpoint (0.00s) [2019-11-16T00:36:54.945Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-11-16T00:36:54.945Z] === RUN TestContainerInvalidJSON [2019-11-16T00:36:54.945Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:36:54.945Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:36:54.945Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:36:54.945Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:36:54.945Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:36:54.945Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:36:54.945Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:36:54.945Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:36:54.945Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:36:54.945Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-11-16T00:36:54.945Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-11-16T00:36:54.945Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-11-16T00:36:54.945Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-11-16T00:36:54.945Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-11-16T00:36:54.945Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-11-16T00:36:54.945Z] copy_test.go:25: testEnv.OSType == "windows" [2019-11-16T00:36:54.945Z] === RUN TestCopyFromContainerPathIsNotDir [2019-11-16T00:36:55.409Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-11-16T00:36:55.409Z] copy_test.go:39: testEnv.OSType == "windows" [2019-11-16T00:36:55.409Z] === RUN TestCopyToContainerPathDoesNotExist [2019-11-16T00:36:55.409Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-11-16T00:36:55.409Z] copy_test.go:51: testEnv.OSType == "windows" [2019-11-16T00:36:55.409Z] === RUN TestCopyToContainerPathIsNotDir [2019-11-16T00:36:55.409Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2019-11-16T00:36:55.409Z] copy_test.go:65: testEnv.OSType == "windows" [2019-11-16T00:36:55.409Z] === RUN TestCopyFromContainer [2019-11-16T00:36:55.409Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-11-16T00:36:55.409Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:55.409Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-11-16T00:36:55.409Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:36:55.409Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:36:55.409Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:36:55.409Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:36:55.409Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:36:55.409Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:36:55.409Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:36:55.409Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:36:55.409Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:36:55.409Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-11-16T00:36:55.409Z] === RUN TestCreateLinkToNonExistingContainer [2019-11-16T00:36:55.409Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-11-16T00:36:55.409Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-11-16T00:36:55.409Z] === RUN TestCreateWithInvalidEnv [2019-11-16T00:36:55.409Z] === RUN TestCreateWithInvalidEnv/0 [2019-11-16T00:36:55.409Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-11-16T00:36:55.409Z] === RUN TestCreateWithInvalidEnv/1 [2019-11-16T00:36:55.409Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-11-16T00:36:55.409Z] === RUN TestCreateWithInvalidEnv/2 [2019-11-16T00:36:55.409Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-11-16T00:36:55.409Z] === CONT TestCreateWithInvalidEnv/0 [2019-11-16T00:36:55.409Z] === CONT TestCreateWithInvalidEnv/2 [2019-11-16T00:36:55.409Z] === CONT TestCreateWithInvalidEnv/1 [2019-11-16T00:36:55.409Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-11-16T00:36:55.409Z] === RUN TestCreateTmpfsMountsTarget [2019-11-16T00:36:55.409Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-11-16T00:36:55.409Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:55.409Z] === RUN TestCreateWithCustomMaskedPaths [2019-11-16T00:36:55.409Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-11-16T00:36:55.409Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:36:55.409Z] === RUN TestCreateWithCapabilities [2019-11-16T00:36:55.409Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-11-16T00:36:55.409Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-11-16T00:36:55.409Z] === RUN TestCreateWithCustomReadonlyPaths [2019-11-16T00:36:55.409Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-11-16T00:36:55.409Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:36:55.409Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-11-16T00:36:55.409Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:36:55.409Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:36:55.409Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:36:55.409Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:36:55.409Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:36:55.409Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:36:55.409Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:36:55.409Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:36:55.409Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:36:55.409Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:36:55.409Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:36:55.409Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:36:55.409Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:36:55.409Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:36:55.409Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:36:55.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-11-16T00:36:55.409Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-11-16T00:36:55.409Z] === RUN TestDiff [2019-11-16T00:36:55.409Z] --- SKIP: TestDiff (0.00s) [2019-11-16T00:36:55.409Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-11-16T00:36:55.409Z] === RUN TestExecWithCloseStdin [2019-11-16T00:36:55.984Z] --- PASS: TestPauseStopPausedContainer (1.01s) [2019-11-16T00:36:55.984Z] === RUN TestPsFilter [2019-11-16T00:36:55.984Z] --- PASS: TestPsFilter (0.28s) [2019-11-16T00:36:55.984Z] === RUN TestRemoveContainerWithRemovedVolume [2019-11-16T00:36:55.984Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-11-16T00:36:55.997Z] ok github.com/docker/docker/container 0.209s coverage: 35.6% of statements [2019-11-16T00:36:55.997Z] ? github.com/docker/docker/container/stream [no test files] [2019-11-16T00:36:55.997Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-11-16T00:36:55.997Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-11-16T00:36:55.997Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-11-16T00:36:56.242Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-11-16T00:36:56.420Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-11-16T00:36:57.174Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.00s) [2019-11-16T00:36:57.174Z] === RUN TestRemoveContainerWithVolume [2019-11-16T00:36:57.604Z] --- PASS: TestExecWithCloseStdin (1.93s) [2019-11-16T00:36:57.604Z] === RUN TestExec [2019-11-16T00:36:57.604Z] --- SKIP: TestExec (0.00s) [2019-11-16T00:36:57.604Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-11-16T00:36:57.604Z] === RUN TestExecUser [2019-11-16T00:36:57.604Z] --- SKIP: TestExecUser (0.00s) [2019-11-16T00:36:57.604Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-11-16T00:36:57.604Z] === RUN TestExportContainerAndImportImage [2019-11-16T00:36:57.604Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-11-16T00:36:57.604Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:57.604Z] === RUN TestExportContainerAfterDaemonRestart [2019-11-16T00:36:57.604Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-11-16T00:36:57.604Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:36:57.604Z] === RUN TestHealthCheckWorkdir [2019-11-16T00:36:57.604Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-11-16T00:36:57.604Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-11-16T00:36:57.604Z] === RUN TestHealthKillContainer [2019-11-16T00:36:57.604Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-11-16T00:36:57.604Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-11-16T00:36:57.604Z] === RUN TestInspectCpusetInConfigPre120 [2019-11-16T00:36:57.604Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-11-16T00:36:57.604Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-11-16T00:36:57.604Z] === RUN TestKillContainerInvalidSignal [2019-11-16T00:36:57.817Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.93s) [2019-11-16T00:36:57.817Z] === RUN TestUpdateMemory [2019-11-16T00:36:57.817Z] --- SKIP: TestUpdateMemory (0.00s) [2019-11-16T00:36:57.817Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:36:57.817Z] === RUN TestUpdateCPUQuota [2019-11-16T00:36:58.108Z] --- PASS: TestRemoveContainerWithVolume (0.99s) [2019-11-16T00:36:58.108Z] === RUN TestRemoveContainerRunning [2019-11-16T00:36:59.040Z] --- PASS: TestRemoveContainerRunning (1.02s) [2019-11-16T00:36:59.040Z] === RUN TestRemoveContainerForceRemoveRunning [2019-11-16T00:36:59.154Z] --- PASS: TestKillContainerInvalidSignal (1.64s) [2019-11-16T00:36:59.154Z] === RUN TestKillContainer [2019-11-16T00:36:59.154Z] --- SKIP: TestKillContainer (0.00s) [2019-11-16T00:36:59.154Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-11-16T00:36:59.154Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-11-16T00:36:59.154Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-11-16T00:36:59.154Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-11-16T00:36:59.154Z] === RUN TestKillStoppedContainer [2019-11-16T00:36:59.154Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-11-16T00:36:59.154Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-11-16T00:36:59.154Z] === RUN TestKillStoppedContainerAPIPre120 [2019-11-16T00:36:59.154Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-11-16T00:36:59.154Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-11-16T00:36:59.154Z] === RUN TestKillDifferentUserContainer [2019-11-16T00:36:59.154Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-11-16T00:36:59.154Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-11-16T00:36:59.154Z] === RUN TestInspectOomKilledTrue [2019-11-16T00:36:59.154Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-11-16T00:36:59.154Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:36:59.154Z] === RUN TestInspectOomKilledFalse [2019-11-16T00:36:59.154Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-11-16T00:36:59.154Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:36:59.154Z] === RUN TestLogsFollowTailEmpty [2019-11-16T00:36:59.641Z] --- PASS: TestUpdateCPUQuota (1.99s) [2019-11-16T00:36:59.641Z] === RUN TestUpdatePidsLimit [2019-11-16T00:36:59.641Z] === RUN TestUpdatePidsLimit/update_from_none [2019-11-16T00:36:59.641Z] === RUN TestUpdatePidsLimit/no_change [2019-11-16T00:36:59.973Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.98s) [2019-11-16T00:36:59.973Z] === RUN TestRemoveInvalidContainer [2019-11-16T00:36:59.973Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-11-16T00:36:59.973Z] === RUN TestRenameLinkedContainer [2019-11-16T00:37:00.016Z] === RUN TestUpdatePidsLimit/update_lower [2019-11-16T00:37:00.231Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-11-16T00:37:00.702Z] --- PASS: TestLogsFollowTailEmpty (1.57s) [2019-11-16T00:37:00.702Z] === RUN TestNetworkNat [2019-11-16T00:37:00.702Z] --- SKIP: TestNetworkNat (0.00s) [2019-11-16T00:37:00.702Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:00.702Z] === RUN TestNetworkLocalhostTCPNat [2019-11-16T00:37:00.702Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-11-16T00:37:00.702Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:37:00.702Z] === RUN TestNetworkLoopbackNat [2019-11-16T00:37:00.702Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-11-16T00:37:00.702Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:00.702Z] === RUN TestPause [2019-11-16T00:37:00.702Z] --- SKIP: TestPause (0.00s) [2019-11-16T00:37:00.702Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-11-16T00:37:00.702Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-11-16T00:37:00.810Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-11-16T00:37:00.810Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-11-16T00:37:00.837Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-11-16T00:37:00.853Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.053s coverage: 65.3% of statements [2019-11-16T00:37:01.208Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-11-16T00:37:01.588Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-11-16T00:37:01.601Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-11-16T00:37:02.166Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-11-16T00:37:02.260Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.56s) [2019-11-16T00:37:02.260Z] === RUN TestPauseStopPausedContainer [2019-11-16T00:37:02.260Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-11-16T00:37:02.260Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:02.260Z] === RUN TestPsFilter [2019-11-16T00:37:02.260Z] --- PASS: TestPsFilter (0.16s) [2019-11-16T00:37:02.260Z] === RUN TestRemoveContainerWithRemovedVolume [2019-11-16T00:37:02.473Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-11-16T00:37:03.541Z] --- PASS: TestRenameLinkedContainer (3.68s) [2019-11-16T00:37:03.541Z] === RUN TestRenameStoppedContainer [2019-11-16T00:37:03.897Z] --- PASS: TestUpdatePidsLimit (4.63s) [2019-11-16T00:37:03.897Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2019-11-16T00:37:03.897Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2019-11-16T00:37:03.897Z] --- PASS: TestUpdatePidsLimit/update_lower (0.48s) [2019-11-16T00:37:03.897Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.53s) [2019-11-16T00:37:03.897Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.55s) [2019-11-16T00:37:03.897Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.52s) [2019-11-16T00:37:03.897Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s) [2019-11-16T00:37:03.897Z] === RUN TestUpdateRestartPolicy [2019-11-16T00:37:04.462Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.91s) [2019-11-16T00:37:04.462Z] === RUN TestRemoveContainerWithVolume [2019-11-16T00:37:04.914Z] --- PASS: TestRenameStoppedContainer (1.07s) [2019-11-16T00:37:04.914Z] === RUN TestRenameRunningContainerAndReuse [2019-11-16T00:37:05.849Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-11-16T00:37:06.012Z] --- PASS: TestRemoveContainerWithVolume (1.87s) [2019-11-16T00:37:06.012Z] === RUN TestRemoveContainerRunning [2019-11-16T00:37:06.109Z] tests/integration/regression_test.py ...... [ 98%] [2019-11-16T00:37:06.413Z] --- PASS: TestRenameRunningContainerAndReuse (1.80s) [2019-11-16T00:37:06.414Z] === RUN TestRenameInvalidName [2019-11-16T00:37:06.620Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-11-16T00:37:06.620Z] tests/integration/credentials/utils_test.py . [100%] [2019-11-16T00:37:06.620Z] [2019-11-16T00:37:06.620Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-11-16T00:37:06.620Z] =========================== short test summary info ============================ [2019-11-16T00:37:06.620Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-11-16T00:37:06.620Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-11-16T00:37:06.620Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-11-16T00:37:06.620Z] Not supported on most drivers [2019-11-16T00:37:06.620Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-11-16T00:37:06.620Z] This doesn't seem to be taken into account by the engine [2019-11-16T00:37:06.620Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-11-16T00:37:06.620Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-11-16T00:37:06.620Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-11-16T00:37:06.620Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-11-16T00:37:06.620Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-11-16T00:37:06.620Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-11-16T00:37:06.620Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-11-16T00:37:06.620Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 388.50 seconds == [2019-11-16T00:37:06.875Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-11-16T00:37:06.876Z] ok github.com/docker/docker/daemon/cluster/convert 0.044s coverage: 35.8% of statements [2019-11-16T00:37:07.383Z] --- PASS: TestRenameInvalidName (0.88s) [2019-11-16T00:37:07.383Z] === RUN TestRenameAnonymousContainer [2019-11-16T00:37:07.566Z] --- PASS: TestRemoveContainerRunning (1.58s) [2019-11-16T00:37:07.566Z] === RUN TestRemoveContainerForceRemoveRunning [2019-11-16T00:37:07.953Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-11-16T00:37:08.897Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-11-16T00:37:09.115Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.59s) [2019-11-16T00:37:09.115Z] === RUN TestRemoveInvalidContainer [2019-11-16T00:37:09.115Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-11-16T00:37:09.115Z] === RUN TestRenameLinkedContainer [2019-11-16T00:37:09.115Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-11-16T00:37:09.115Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:09.115Z] === RUN TestRenameStoppedContainer [2019-11-16T00:37:10.270Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-11-16T00:37:10.270Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-11-16T00:37:11.319Z] --- PASS: TestRenameStoppedContainer (1.94s) [2019-11-16T00:37:11.319Z] === RUN TestRenameRunningContainerAndReuse [2019-11-16T00:37:11.648Z] --- PASS: TestRenameAnonymousContainer (4.26s) [2019-11-16T00:37:11.648Z] === RUN TestRenameContainerWithSameName [2019-11-16T00:37:11.906Z] === RUN TestDockerSuite/TestBuildAddScript [2019-11-16T00:37:12.848Z] --- PASS: TestRenameContainerWithSameName (1.03s) [2019-11-16T00:37:12.848Z] === RUN TestRenameContainerWithLinkedContainer [2019-11-16T00:37:12.931Z] ok github.com/docker/docker/daemon/cluster 0.279s coverage: 0.5% of statements [2019-11-16T00:37:13.780Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-11-16T00:37:14.037Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-11-16T00:37:14.246Z] --- PASS: TestRenameRunningContainerAndReuse (3.26s) [2019-11-16T00:37:14.246Z] === RUN TestRenameInvalidName [2019-11-16T00:37:14.968Z] --- PASS: TestRenameContainerWithLinkedContainer (2.17s) [2019-11-16T00:37:14.968Z] === RUN TestResize [2019-11-16T00:37:16.440Z] --- PASS: TestRenameInvalidName (1.63s) [2019-11-16T00:37:16.440Z] === RUN TestRenameAnonymousContainer [2019-11-16T00:37:16.440Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-11-16T00:37:16.440Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:16.440Z] === RUN TestRenameContainerWithSameName [2019-11-16T00:37:16.863Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-11-16T00:37:16.863Z] --- PASS: TestResize (1.71s) [2019-11-16T00:37:16.863Z] === RUN TestResizeWithInvalidSize [2019-11-16T00:37:17.417Z] --- PASS: TestRenameContainerWithSameName (1.53s) [2019-11-16T00:37:17.417Z] === RUN TestRenameContainerWithLinkedContainer [2019-11-16T00:37:17.417Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-11-16T00:37:17.417Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:17.417Z] === RUN TestResize [2019-11-16T00:37:17.417Z] --- SKIP: TestResize (0.00s) [2019-11-16T00:37:17.417Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:17.417Z] === RUN TestResizeWithInvalidSize [2019-11-16T00:37:17.417Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-11-16T00:37:17.417Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:17.417Z] === RUN TestResizeWhenContainerNotStarted [2019-11-16T00:37:17.514Z] --- PASS: TestUpdateRestartPolicy (13.06s) [2019-11-16T00:37:17.514Z] === RUN TestUpdateRestartWithAutoRemove [2019-11-16T00:37:17.797Z] --- PASS: TestResizeWithInvalidSize (1.10s) [2019-11-16T00:37:17.797Z] === RUN TestResizeWhenContainerNotStarted [2019-11-16T00:37:17.912Z] --- PASS: TestUpdateRestartWithAutoRemove (0.99s) [2019-11-16T00:37:17.912Z] === RUN TestWaitNonBlocked [2019-11-16T00:37:17.912Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:37:17.912Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:37:17.912Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:37:17.912Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:37:17.912Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:37:17.912Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:37:18.362Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-11-16T00:37:18.928Z] --- PASS: TestResizeWhenContainerNotStarted (1.12s) [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:37:18.928Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:37:18.928Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:37:18.928Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-11-16T00:37:18.928Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-11-16T00:37:18.961Z] ok github.com/docker/docker/daemon/discovery 0.017s coverage: 30.4% of statements [2019-11-16T00:37:19.025Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-11-16T00:37:19.025Z] Clearing AppArmor profiles cache:. [2019-11-16T00:37:19.025Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-11-16T00:37:19.025Z] Unloading profiles will leave already running processes permanently [2019-11-16T00:37:19.025Z] unconfined, which can lead to unexpected situations. [2019-11-16T00:37:19.025Z] [2019-11-16T00:37:19.025Z] To set a process to complain mode, use the command line tool [2019-11-16T00:37:19.025Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-11-16T00:37:19.025Z] with the 'teardown' option." [2019-11-16T00:37:19.025Z] [2019-11-16T00:37:19.173Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-11-16T00:37:19.173Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s) [2019-11-16T00:37:19.173Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.08s) [2019-11-16T00:37:19.173Z] === RUN TestWaitBlocked [2019-11-16T00:37:19.173Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-11-16T00:37:19.173Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-11-16T00:37:19.173Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-11-16T00:37:19.173Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-11-16T00:37:19.173Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-11-16T00:37:19.173Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-11-16T00:37:19.611Z] --- PASS: TestResizeWhenContainerNotStarted (1.81s) [2019-11-16T00:37:19.611Z] === RUN TestDaemonRestartKillContainers [2019-11-16T00:37:19.611Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-11-16T00:37:19.611Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:19.611Z] === RUN TestStats [2019-11-16T00:37:19.611Z] --- SKIP: TestStats (0.00s) [2019-11-16T00:37:19.611Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-11-16T00:37:19.611Z] === RUN TestStopContainerWithRestartPolicyAlways Post stage [Pipeline] junit [2019-11-16T00:37:19.966Z] Recording test results [Pipeline] sh [2019-11-16T00:37:20.451Z] --- PASS: TestWaitBlocked (0.01s) [2019-11-16T00:37:20.451Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.43s) [2019-11-16T00:37:20.451Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.51s) [2019-11-16T00:37:20.451Z] === CONT TestContainerStartOnDaemonRestart [2019-11-16T00:37:20.451Z] === CONT TestIpcModeOlderClient [2019-11-16T00:37:20.532Z] + echo Ensuring container killed. [2019-11-16T00:37:20.532Z] Ensuring container killed. [2019-11-16T00:37:20.532Z] + docker rm -vf docker-pr1 [2019-11-16T00:37:20.532Z] Error: No such container: docker-pr1 [2019-11-16T00:37:20.532Z] + true [Pipeline] sh [2019-11-16T00:37:20.740Z] ok github.com/docker/docker/daemon/config 0.104s coverage: 82.2% of statements [2019-11-16T00:37:20.844Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-11-16T00:37:20.844Z] === CONT TestDaemonRestartIpcMode [2019-11-16T00:37:20.934Z] + echo Chowning /workspace to jenkins user [2019-11-16T00:37:20.934Z] Chowning /workspace to jenkins user [2019-11-16T00:37:20.934Z] + id -u [2019-11-16T00:37:20.934Z] + id -g [2019-11-16T00:37:20.934Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-425:/workspace busybox chown -R 1000:1000 /workspace [2019-11-16T00:37:20.934Z] Unable to find image 'busybox:latest' locally [2019-11-16T00:37:20.934Z] latest: Pulling from library/busybox [2019-11-16T00:37:20.934Z] 0f8c40e1270f: Pulling fs layer [2019-11-16T00:37:21.188Z] 0f8c40e1270f: Verifying Checksum [2019-11-16T00:37:21.188Z] 0f8c40e1270f: Download complete [2019-11-16T00:37:21.188Z] 0f8c40e1270f: Pull complete [2019-11-16T00:37:21.188Z] Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0 [2019-11-16T00:37:21.188Z] Status: Downloaded newer image for busybox:latest [2019-11-16T00:37:21.929Z] ok github.com/docker/docker/daemon/events 0.079s coverage: 50.0% of statements [2019-11-16T00:37:22.206Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:37:22.771Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:37:23.028Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-11-16T00:37:23.489Z] + bundleName=docker-py [2019-11-16T00:37:23.489Z] + echo Creating docker-py-bundles.tar.gz [2019-11-16T00:37:23.489Z] Creating docker-py-bundles.tar.gz [2019-11-16T00:37:23.489Z] + 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-11-16T00:37:23.498Z] Archiving artifacts [2019-11-16T00:37:23.796Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-425/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-11-16T00:37:23.959Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:37:24.164Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-425/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -e DOCKER_GRAPHDRIVER docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 hack/make.sh binary-daemon [2019-11-16T00:37:24.194Z] --- PASS: TestContainerStartOnDaemonRestart (3.64s) [2019-11-16T00:37:24.194Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-11-16T00:37:24.194Z] daemon.go:325: [dc0fd5ab44373] waiting for daemon to start [2019-11-16T00:37:24.194Z] daemon.go:325: [dc0fd5ab44373] waiting for daemon to start [2019-11-16T00:37:24.194Z] daemon.go:353: [dc0fd5ab44373] daemon started [2019-11-16T00:37:24.194Z] daemon.go:325: [dc0fd5ab44373] waiting for daemon to start [2019-11-16T00:37:24.194Z] daemon.go:296: [dc0fd5ab44373] exiting daemon [2019-11-16T00:37:24.194Z] daemon.go:325: [dc0fd5ab44373] waiting for daemon to start [2019-11-16T00:37:24.194Z] daemon.go:353: [dc0fd5ab44373] daemon started [2019-11-16T00:37:24.194Z] daemon.go:461: [dc0fd5ab44373] Stopping daemon [2019-11-16T00:37:24.194Z] daemon.go:296: [dc0fd5ab44373] exiting daemon [2019-11-16T00:37:24.194Z] daemon.go:448: [dc0fd5ab44373] Daemon stopped [2019-11-16T00:37:24.524Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:37:24.729Z] [2019-11-16T00:37:24.995Z] Removing bundles/ [2019-11-16T00:37:24.995Z] [2019-11-16T00:37:24.995Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-11-16T00:37:24.995Z] Building: bundles/binary-daemon/dockerd-dev [2019-11-16T00:37:24.995Z] GOOS="" GOARCH="" GOARM="" [2019-11-16T00:37:25.481Z] --- PASS: TestDaemonRestartIpcMode (4.48s) [2019-11-16T00:37:25.481Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-11-16T00:37:25.481Z] daemon.go:325: [ddc4544374902] waiting for daemon to start [2019-11-16T00:37:25.481Z] daemon.go:325: [ddc4544374902] waiting for daemon to start [2019-11-16T00:37:25.481Z] daemon.go:353: [ddc4544374902] daemon started [2019-11-16T00:37:25.481Z] daemon.go:461: [ddc4544374902] Stopping daemon [2019-11-16T00:37:25.481Z] daemon.go:296: [ddc4544374902] exiting daemon [2019-11-16T00:37:25.481Z] daemon.go:448: [ddc4544374902] Daemon stopped [2019-11-16T00:37:25.481Z] daemon.go:325: [ddc4544374902] waiting for daemon to start [2019-11-16T00:37:25.481Z] daemon.go:325: [ddc4544374902] waiting for daemon to start [2019-11-16T00:37:25.481Z] daemon.go:353: [ddc4544374902] daemon started [2019-11-16T00:37:25.481Z] daemon.go:461: [ddc4544374902] Stopping daemon [2019-11-16T00:37:25.481Z] daemon.go:296: [ddc4544374902] exiting daemon [2019-11-16T00:37:25.481Z] daemon.go:448: [ddc4544374902] Daemon stopped [2019-11-16T00:37:25.481Z] PASS [2019-11-16T00:37:25.481Z] [2019-11-16T00:37:25.481Z] === Skipped [2019-11-16T00:37:25.481Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-11-16T00:37:25.481Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-11-16T00:37:25.481Z] [2019-11-16T00:37:25.481Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2019-11-16T00:37:25.481Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:37:25.481Z] [2019-11-16T00:37:25.481Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-11-16T00:37:25.481Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:37:25.481Z] [2019-11-16T00:37:25.481Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-11-16T00:37:25.481Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-11-16T00:37:25.481Z] [2019-11-16T00:37:25.481Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-11-16T00:37:25.481Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-11-16T00:37:25.481Z] [2019-11-16T00:37:25.481Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-11-16T00:37:25.481Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:37:25.481Z] [2019-11-16T00:37:25.481Z] [2019-11-16T00:37:25.481Z] DONE 188 tests, 6 skipped in 133.263s [2019-11-16T00:37:25.481Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-11-16T00:37:25.481Z] ++ 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-11-16T00:37:25.481Z] ++ set -e [2019-11-16T00:37:25.481Z] ++ '[' -n 0 ']' [2019-11-16T00:37:25.481Z] ++ set -x [2019-11-16T00:37:25.481Z] ++ 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-11-16T00:37:25.481Z] INFO: Testing against a local daemon [2019-11-16T00:37:25.481Z] === RUN TestCommitInheritsEnv [2019-11-16T00:37:25.851Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2019-11-16T00:37:25.895Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-11-16T00:37:25.895Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-11-16T00:37:26.306Z] --- PASS: TestCommitInheritsEnv (0.61s) [2019-11-16T00:37:26.306Z] === RUN TestImportExtremelyLargeImageWorks [2019-11-16T00:37:26.306Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-11-16T00:37:26.306Z] === RUN TestImagesFilterMultiReference [2019-11-16T00:37:26.306Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-11-16T00:37:26.306Z] === RUN TestImagePullPlatformInvalid [2019-11-16T00:37:26.306Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2019-11-16T00:37:26.306Z] === RUN TestRemoveImageOrphaning [2019-11-16T00:37:26.692Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2019-11-16T00:37:26.692Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-11-16T00:37:26.692Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-11-16T00:37:26.692Z] === RUN TestTagInvalidReference [2019-11-16T00:37:26.692Z] --- PASS: TestTagInvalidReference (0.02s) [2019-11-16T00:37:26.692Z] === RUN TestTagValidPrefixedRepo [2019-11-16T00:37:26.692Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2019-11-16T00:37:26.692Z] === RUN TestTagExistedNameWithoutForce [2019-11-16T00:37:26.692Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-11-16T00:37:26.692Z] === RUN TestTagOfficialNames [2019-11-16T00:37:27.074Z] --- PASS: TestTagOfficialNames (0.06s) [2019-11-16T00:37:27.074Z] === RUN TestTagMatchesDigest [2019-11-16T00:37:27.074Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-11-16T00:37:27.074Z] === CONT TestImportExtremelyLargeImageWorks [2019-11-16T00:37:27.270Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-11-16T00:37:27.528Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-11-16T00:37:28.095Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-11-16T00:37:28.355Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-11-16T00:37:28.619Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-11-16T00:37:28.619Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-11-16T00:37:29.183Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-11-16T00:37:29.729Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.511s coverage: 13.7% of statements [2019-11-16T00:37:29.729Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.011s coverage: 2.9% of statements [2019-11-16T00:37:29.986Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.42s) [2019-11-16T00:37:29.986Z] === RUN TestStopContainerWithTimeout [2019-11-16T00:37:29.986Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-11-16T00:37:29.986Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-11-16T00:37:29.986Z] === RUN TestUpdateRestartPolicy [2019-11-16T00:37:31.710Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-11-16T00:37:31.970Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-11-16T00:37:32.903Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-11-16T00:37:33.468Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-11-16T00:37:33.600Z] ok github.com/docker/docker/daemon 12.464s coverage: 17.5% of statements [2019-11-16T00:37:33.600Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-11-16T00:37:33.600Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-11-16T00:37:33.600Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-11-16T00:37:33.600Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-11-16T00:37:33.600Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.039s coverage: 57.8% of statements [2019-11-16T00:37:33.725Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-11-16T00:37:35.622Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-11-16T00:37:35.622Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.43s) [2019-11-16T00:37:35.622Z] 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-11-16T00:37:35.622Z] daemon.go:325: [d1c8ef7734651] waiting for daemon to start [2019-11-16T00:37:35.622Z] daemon.go:325: [d1c8ef7734651] waiting for daemon to start [2019-11-16T00:37:35.622Z] daemon.go:353: [d1c8ef7734651] daemon started [2019-11-16T00:37:35.622Z] daemon.go:461: [d1c8ef7734651] Stopping daemon [2019-11-16T00:37:35.622Z] daemon.go:296: [d1c8ef7734651] exiting daemon [2019-11-16T00:37:35.622Z] daemon.go:448: [d1c8ef7734651] Daemon stopped [2019-11-16T00:37:35.622Z] daemon.go:325: [d1c8ef7734651] waiting for daemon to start [2019-11-16T00:37:35.622Z] daemon.go:325: [d1c8ef7734651] waiting for daemon to start [2019-11-16T00:37:35.622Z] daemon.go:353: [d1c8ef7734651] daemon started [2019-11-16T00:37:35.622Z] daemon.go:461: [d1c8ef7734651] Stopping daemon [2019-11-16T00:37:35.622Z] daemon.go:296: [d1c8ef7734651] exiting daemon [2019-11-16T00:37:35.622Z] daemon.go:448: [d1c8ef7734651] Daemon stopped [2019-11-16T00:37:35.622Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.83s) [2019-11-16T00:37:35.622Z] 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-11-16T00:37:35.622Z] daemon.go:325: [d31b372ee6ca5] waiting for daemon to start [2019-11-16T00:37:35.622Z] daemon.go:325: [d31b372ee6ca5] waiting for daemon to start [2019-11-16T00:37:35.622Z] daemon.go:353: [d31b372ee6ca5] daemon started [2019-11-16T00:37:35.622Z] daemon.go:325: [d31b372ee6ca5] waiting for daemon to start [2019-11-16T00:37:35.622Z] daemon.go:296: [d31b372ee6ca5] exiting daemon [2019-11-16T00:37:35.622Z] daemon.go:325: [d31b372ee6ca5] waiting for daemon to start [2019-11-16T00:37:35.622Z] daemon.go:353: [d31b372ee6ca5] daemon started [2019-11-16T00:37:35.622Z] daemon.go:461: [d31b372ee6ca5] Stopping daemon [2019-11-16T00:37:35.622Z] daemon.go:296: [d31b372ee6ca5] exiting daemon [2019-11-16T00:37:35.622Z] daemon.go:448: [d31b372ee6ca5] Daemon stopped [2019-11-16T00:37:35.622Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.67s) [2019-11-16T00:37:35.622Z] 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-11-16T00:37:35.622Z] daemon.go:325: [d52ca34ea3efc] waiting for daemon to start [2019-11-16T00:37:35.622Z] daemon.go:325: [d52ca34ea3efc] waiting for daemon to start [2019-11-16T00:37:35.622Z] daemon.go:353: [d52ca34ea3efc] daemon started [2019-11-16T00:37:35.622Z] daemon.go:461: [d52ca34ea3efc] Stopping daemon [2019-11-16T00:37:35.622Z] daemon.go:296: [d52ca34ea3efc] exiting daemon [2019-11-16T00:37:35.622Z] daemon.go:448: [d52ca34ea3efc] Daemon stopped [2019-11-16T00:37:35.622Z] daemon.go:325: [d52ca34ea3efc] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [d52ca34ea3efc] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d52ca34ea3efc] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [d52ca34ea3efc] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [d52ca34ea3efc] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [d52ca34ea3efc] Daemon stopped [2019-11-16T00:37:35.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.82s) [2019-11-16T00:37:35.623Z] 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-11-16T00:37:35.623Z] daemon.go:325: [d23c71d2c5eeb] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [d23c71d2c5eeb] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d23c71d2c5eeb] daemon started [2019-11-16T00:37:35.623Z] daemon.go:325: [d23c71d2c5eeb] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:296: [d23c71d2c5eeb] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:325: [d23c71d2c5eeb] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d23c71d2c5eeb] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [d23c71d2c5eeb] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [d23c71d2c5eeb] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [d23c71d2c5eeb] Daemon stopped [2019-11-16T00:37:35.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.72s) [2019-11-16T00:37:35.623Z] 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-11-16T00:37:35.623Z] daemon.go:325: [d01ec3bba2bcb] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [d01ec3bba2bcb] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d01ec3bba2bcb] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [d01ec3bba2bcb] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [d01ec3bba2bcb] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [d01ec3bba2bcb] Daemon stopped [2019-11-16T00:37:35.623Z] daemon.go:325: [d01ec3bba2bcb] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [d01ec3bba2bcb] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d01ec3bba2bcb] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [d01ec3bba2bcb] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [d01ec3bba2bcb] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [d01ec3bba2bcb] Daemon stopped [2019-11-16T00:37:35.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.57s) [2019-11-16T00:37:35.623Z] 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-11-16T00:37:35.623Z] daemon.go:325: [db3d0146e1d51] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [db3d0146e1d51] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [db3d0146e1d51] daemon started [2019-11-16T00:37:35.623Z] daemon.go:325: [db3d0146e1d51] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:296: [db3d0146e1d51] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:325: [db3d0146e1d51] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [db3d0146e1d51] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [db3d0146e1d51] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [db3d0146e1d51] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [db3d0146e1d51] Daemon stopped [2019-11-16T00:37:35.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.79s) [2019-11-16T00:37:35.623Z] 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-11-16T00:37:35.623Z] daemon.go:325: [dcff84b417e09] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [dcff84b417e09] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [dcff84b417e09] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [dcff84b417e09] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [dcff84b417e09] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [dcff84b417e09] Daemon stopped [2019-11-16T00:37:35.623Z] daemon.go:325: [dcff84b417e09] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [dcff84b417e09] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [dcff84b417e09] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [dcff84b417e09] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [dcff84b417e09] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [dcff84b417e09] Daemon stopped [2019-11-16T00:37:35.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.72s) [2019-11-16T00:37:35.623Z] 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-11-16T00:37:35.623Z] daemon.go:325: [d4251dab7a828] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [d4251dab7a828] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d4251dab7a828] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [d4251dab7a828] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [d4251dab7a828] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [d4251dab7a828] Daemon stopped [2019-11-16T00:37:35.623Z] daemon.go:325: [d4251dab7a828] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [d4251dab7a828] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d4251dab7a828] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [d4251dab7a828] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [d4251dab7a828] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [d4251dab7a828] Daemon stopped [2019-11-16T00:37:35.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.56s) [2019-11-16T00:37:35.623Z] 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-11-16T00:37:35.623Z] daemon.go:325: [d58c575bca586] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [d58c575bca586] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d58c575bca586] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [d58c575bca586] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [d58c575bca586] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [d58c575bca586] Daemon stopped [2019-11-16T00:37:35.623Z] daemon.go:325: [d58c575bca586] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [d58c575bca586] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d58c575bca586] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [d58c575bca586] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [d58c575bca586] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [d58c575bca586] Daemon stopped [2019-11-16T00:37:35.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.12s) [2019-11-16T00:37:35.623Z] 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-11-16T00:37:35.623Z] daemon.go:325: [d49a4b6c8de64] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [d49a4b6c8de64] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d49a4b6c8de64] daemon started [2019-11-16T00:37:35.623Z] daemon.go:325: [d49a4b6c8de64] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:296: [d49a4b6c8de64] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:325: [d49a4b6c8de64] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [d49a4b6c8de64] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [d49a4b6c8de64] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [d49a4b6c8de64] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [d49a4b6c8de64] Daemon stopped [2019-11-16T00:37:35.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.97s) [2019-11-16T00:37:35.623Z] 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-11-16T00:37:35.623Z] daemon.go:325: [dbcdff860d278] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [dbcdff860d278] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [dbcdff860d278] daemon started [2019-11-16T00:37:35.623Z] daemon.go:296: [dbcdff860d278] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:325: [dbcdff860d278] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [dbcdff860d278] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [dbcdff860d278] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [dbcdff860d278] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [dbcdff860d278] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [dbcdff860d278] Daemon stopped [2019-11-16T00:37:35.623Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.70s) [2019-11-16T00:37:35.623Z] 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-11-16T00:37:35.623Z] daemon.go:325: [deff606866a1c] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:325: [deff606866a1c] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [deff606866a1c] daemon started [2019-11-16T00:37:35.623Z] daemon.go:325: [deff606866a1c] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:296: [deff606866a1c] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:325: [deff606866a1c] waiting for daemon to start [2019-11-16T00:37:35.623Z] daemon.go:353: [deff606866a1c] daemon started [2019-11-16T00:37:35.623Z] daemon.go:461: [deff606866a1c] Stopping daemon [2019-11-16T00:37:35.623Z] daemon.go:296: [deff606866a1c] exiting daemon [2019-11-16T00:37:35.623Z] daemon.go:448: [deff606866a1c] Daemon stopped [2019-11-16T00:37:35.623Z] === RUN TestKernelTCPMemory [2019-11-16T00:37:35.623Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-11-16T00:37:36.635Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.114s coverage: 68.5% of statements [2019-11-16T00:37:36.994Z] --- PASS: TestKernelTCPMemory (1.33s) [2019-11-16T00:37:36.994Z] === RUN TestNISDomainname [2019-11-16T00:37:37.928Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-11-16T00:37:38.185Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-11-16T00:37:38.753Z] --- PASS: TestNISDomainname (1.82s) [2019-11-16T00:37:38.753Z] === RUN TestStats [2019-11-16T00:37:38.753Z] === RUN TestDockerSuite/TestBuildAddTar [2019-11-16T00:37:39.675Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.358s coverage: 45.9% of statements [2019-11-16T00:37:39.675Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-11-16T00:37:39.685Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-11-16T00:37:40.017Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.120s coverage: 50.8% of statements [2019-11-16T00:37:40.617Z] --- PASS: TestStats (1.96s) [2019-11-16T00:37:40.617Z] === RUN TestStopContainerWithTimeout [2019-11-16T00:37:40.617Z] === RUN TestStopContainerWithTimeout/0 [2019-11-16T00:37:40.617Z] === PAUSE TestStopContainerWithTimeout/0 [2019-11-16T00:37:40.617Z] === RUN TestStopContainerWithTimeout/1 [2019-11-16T00:37:40.617Z] === PAUSE TestStopContainerWithTimeout/1 [2019-11-16T00:37:40.617Z] === RUN TestStopContainerWithTimeout/3 [2019-11-16T00:37:40.617Z] === PAUSE TestStopContainerWithTimeout/3 [2019-11-16T00:37:40.617Z] === RUN TestStopContainerWithTimeout/-1 [2019-11-16T00:37:40.617Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-11-16T00:37:40.617Z] === CONT TestStopContainerWithTimeout/0 [2019-11-16T00:37:40.617Z] === CONT TestStopContainerWithTimeout/-1 [2019-11-16T00:37:41.996Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-11-16T00:37:41.996Z] === CONT TestStopContainerWithTimeout/3 [2019-11-16T00:37:42.362Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.665s coverage: 76.1% of statements [2019-11-16T00:37:43.551Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.719s coverage: 52.5% of statements [2019-11-16T00:37:43.551Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-11-16T00:37:43.551Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-11-16T00:37:43.898Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-11-16T00:37:44.159Z] === CONT TestStopContainerWithTimeout/1 [2019-11-16T00:37:44.420Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-11-16T00:37:44.459Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.023s coverage: 58.0% of statements [2019-11-16T00:37:45.205Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.016s coverage: 3.0% of statements [2019-11-16T00:37:45.556Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2019-11-16T00:37:46.315Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-11-16T00:37:46.315Z] --- PASS: TestStopContainerWithTimeout/0 (1.25s) [2019-11-16T00:37:46.315Z] --- PASS: TestStopContainerWithTimeout/-1 (3.36s) [2019-11-16T00:37:46.315Z] --- PASS: TestStopContainerWithTimeout/3 (2.99s) [2019-11-16T00:37:46.315Z] --- PASS: TestStopContainerWithTimeout/1 (2.12s) [2019-11-16T00:37:46.315Z] === RUN TestDeleteDevicemapper [2019-11-16T00:37:46.315Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-11-16T00:37:46.315Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-11-16T00:37:46.315Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-11-16T00:37:47.248Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-11-16T00:37:47.813Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-11-16T00:37:48.746Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.58s) [2019-11-16T00:37:48.746Z] === RUN TestUpdateMemory [2019-11-16T00:37:48.746Z] --- SKIP: TestUpdateMemory (0.00s) [2019-11-16T00:37:48.746Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:37:48.746Z] === RUN TestUpdateCPUQuota [2019-11-16T00:37:49.003Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-11-16T00:37:50.373Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-11-16T00:37:50.631Z] --- PASS: TestUpdateCPUQuota (1.85s) [2019-11-16T00:37:50.631Z] === RUN TestUpdatePidsLimit [2019-11-16T00:37:50.631Z] === RUN TestUpdatePidsLimit/update_from_none [2019-11-16T00:37:51.147Z] --- PASS: TestUpdateRestartPolicy (19.50s) [2019-11-16T00:37:51.147Z] === RUN TestUpdateRestartWithAutoRemove [2019-11-16T00:37:51.147Z] --- PASS: TestUpdateRestartWithAutoRemove (1.62s) [2019-11-16T00:37:51.147Z] === RUN TestWaitNonBlocked [2019-11-16T00:37:51.147Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:37:51.147Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:37:51.147Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:37:51.147Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:37:51.147Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:37:51.147Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:37:51.196Z] === RUN TestUpdatePidsLimit/no_change [2019-11-16T00:37:51.454Z] === RUN TestUpdatePidsLimit/update_lower [2019-11-16T00:37:51.695Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 68.2% of statements [2019-11-16T00:37:51.695Z] ok github.com/docker/docker/daemon/logger 0.266s coverage: 43.7% of statements [2019-11-16T00:37:52.019Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-11-16T00:37:52.277Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-11-16T00:37:52.429Z] ok github.com/docker/docker/daemon/logger/awslogs 0.712s coverage: 78.6% of statements [2019-11-16T00:37:52.842Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-11-16T00:37:53.099Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-11-16T00:37:54.471Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-11-16T00:37:54.751Z] ok github.com/docker/docker/daemon/images 0.029s coverage: 4.9% of statements [2019-11-16T00:37:54.751Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-11-16T00:37:54.751Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-11-16T00:37:54.751Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-11-16T00:37:54.751Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-11-16T00:37:54.751Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.037s coverage: 88.3% of statements [2019-11-16T00:37:54.751Z] ok github.com/docker/docker/daemon/logger/journald 0.063s coverage: 26.2% of statements [2019-11-16T00:37:55.036Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-11-16T00:37:55.036Z] --- PASS: TestUpdatePidsLimit (4.40s) [2019-11-16T00:37:55.036Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.43s) [2019-11-16T00:37:55.036Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2019-11-16T00:37:55.036Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2019-11-16T00:37:55.036Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2019-11-16T00:37:55.036Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.45s) [2019-11-16T00:37:55.036Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2019-11-16T00:37:55.036Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s) [2019-11-16T00:37:55.036Z] === RUN TestUpdateRestartPolicy [2019-11-16T00:37:56.467Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.027s coverage: 62.1% of statements [2019-11-16T00:37:58.257Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-11-16T00:37:58.257Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.74s) [2019-11-16T00:37:58.257Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.33s) [2019-11-16T00:37:58.257Z] === RUN TestWaitBlocked [2019-11-16T00:37:58.257Z] --- SKIP: TestWaitBlocked (0.00s) [2019-11-16T00:37:58.257Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-11-16T00:37:58.257Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:58.257Z] INFO: Testing against a local daemon [2019-11-16T00:37:58.257Z] === RUN TestCommitInheritsEnv [2019-11-16T00:37:58.257Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-11-16T00:37:58.257Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:37:58.257Z] === RUN TestImportExtremelyLargeImageWorks [2019-11-16T00:37:58.257Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-11-16T00:37:58.257Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-11-16T00:37:58.257Z] === RUN TestImagesFilterMultiReference [2019-11-16T00:37:58.257Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-11-16T00:37:58.257Z] === RUN TestImagePullPlatformInvalid [2019-11-16T00:37:58.257Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-11-16T00:37:58.257Z] === RUN TestRemoveImageOrphaning [2019-11-16T00:37:58.257Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-11-16T00:37:58.257Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:37:58.257Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-11-16T00:37:58.257Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-11-16T00:37:58.257Z] === RUN TestTagInvalidReference [2019-11-16T00:37:58.257Z] --- PASS: TestTagInvalidReference (0.02s) [2019-11-16T00:37:58.257Z] === RUN TestTagValidPrefixedRepo [2019-11-16T00:37:58.257Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-11-16T00:37:58.257Z] === RUN TestTagExistedNameWithoutForce [2019-11-16T00:37:58.257Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-11-16T00:37:58.257Z] === RUN TestTagOfficialNames [2019-11-16T00:37:58.257Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-11-16T00:37:58.257Z] tag_test.go:98: testEnv.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestTagMatchesDigest [2019-11-16T00:37:58.257Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-11-16T00:37:58.257Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:58.257Z] INFO: Testing against a local daemon [2019-11-16T00:37:58.257Z] === RUN TestNetworkCreateDelete [2019-11-16T00:37:58.257Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-11-16T00:37:58.257Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:37:58.257Z] === RUN TestDockerNetworkDeletePreferID [2019-11-16T00:37:58.257Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2019-11-16T00:37:58.257Z] 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-11-16T00:37:58.257Z] === RUN TestInspectNetwork [2019-11-16T00:37:58.257Z] --- SKIP: TestInspectNetwork (0.00s) [2019-11-16T00:37:58.257Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:58.257Z] === RUN TestRunContainerWithBridgeNone [2019-11-16T00:37:58.257Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-11-16T00:37:58.257Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:37:58.257Z] === RUN TestNetworkInvalidJSON [2019-11-16T00:37:58.257Z] === RUN TestNetworkInvalidJSON//networks/create [2019-11-16T00:37:58.257Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-11-16T00:37:58.257Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:37:58.257Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:37:58.257Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:37:58.257Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:37:58.257Z] === CONT TestNetworkInvalidJSON//networks/create [2019-11-16T00:37:58.257Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:37:58.257Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:37:58.257Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-11-16T00:37:58.257Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-11-16T00:37:58.257Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-11-16T00:37:58.257Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-11-16T00:37:58.257Z] === RUN TestDaemonRestartWithLiveRestore [2019-11-16T00:37:58.257Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-11-16T00:37:58.257Z] service_test.go:29: testEnv.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestDaemonDefaultNetworkPools [2019-11-16T00:37:58.257Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-11-16T00:37:58.257Z] service_test.go:51: testEnv.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestDaemonRestartWithExistingNetwork [2019-11-16T00:37:58.257Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-11-16T00:37:58.257Z] service_test.go:94: testEnv.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-11-16T00:37:58.257Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-11-16T00:37:58.257Z] service_test.go:127: testEnv.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-11-16T00:37:58.257Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-11-16T00:37:58.257Z] service_test.go:177: testEnv.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestServiceWithPredefinedNetwork [2019-11-16T00:37:58.257Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-11-16T00:37:58.257Z] service_test.go:201: testEnv.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-11-16T00:37:58.257Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-11-16T00:37:58.257Z] service_test.go:230: FLAKY_TEST [2019-11-16T00:37:58.257Z] === RUN TestServiceWithDataPathPortInit [2019-11-16T00:37:58.257Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-11-16T00:37:58.257Z] service_test.go:319: testEnv.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-11-16T00:37:58.257Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-11-16T00:37:58.257Z] service_test.go:386: testEnv.OSType == "windows" [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-11-16T00:37:58.257Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:58.257Z] INFO: Testing against a local daemon [2019-11-16T00:37:58.257Z] === RUN TestPluginInvalidJSON [2019-11-16T00:37:58.257Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:37:58.257Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:37:58.257Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:37:58.257Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-11-16T00:37:58.257Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-11-16T00:37:58.257Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:58.257Z] INFO: Testing against a local daemon [2019-11-16T00:37:58.257Z] === RUN TestExternalGraphDriver [2019-11-16T00:37:58.257Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-11-16T00:37:58.257Z] external_test.go:48: runtime.GOOS == "windows" [2019-11-16T00:37:58.257Z] === RUN TestGraphdriverPluginV2 [2019-11-16T00:37:58.257Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-11-16T00:37:58.257Z] external_test.go:407: runtime.GOOS == "windows" [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-11-16T00:37:58.257Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:58.257Z] INFO: Testing against a local daemon [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-11-16T00:37:58.257Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-11-16T00:37:58.257Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:58.257Z] INFO: Testing against a local daemon [2019-11-16T00:37:58.257Z] === RUN TestSecretInspect [2019-11-16T00:37:58.257Z] --- SKIP: TestSecretInspect (0.00s) [2019-11-16T00:37:58.257Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestSecretList [2019-11-16T00:37:58.257Z] --- SKIP: TestSecretList (0.00s) [2019-11-16T00:37:58.257Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestSecretsCreateAndDelete [2019-11-16T00:37:58.257Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-11-16T00:37:58.257Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestSecretsUpdate [2019-11-16T00:37:58.257Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-11-16T00:37:58.257Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestTemplatedSecret [2019-11-16T00:37:58.257Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-11-16T00:37:58.257Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestSecretCreateResolve [2019-11-16T00:37:58.257Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-11-16T00:37:58.257Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:37:58.257Z] PASS [2019-11-16T00:37:58.257Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-11-16T00:37:58.257Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:58.257Z] INFO: Testing against a local daemon [2019-11-16T00:37:58.257Z] === RUN TestServiceCreateInit [2019-11-16T00:37:58.257Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-11-16T00:37:58.257Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-11-16T00:37:58.257Z] --- PASS: TestServiceCreateInit (0.03s) [2019-11-16T00:37:58.257Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-11-16T00:37:58.257Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-11-16T00:37:58.257Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestCreateServiceMultipleTimes [2019-11-16T00:37:58.257Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-11-16T00:37:58.257Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestCreateServiceConflict [2019-11-16T00:37:58.257Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-11-16T00:37:58.257Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestCreateServiceMaxReplicas [2019-11-16T00:37:58.257Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-11-16T00:37:58.257Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestCreateWithDuplicateNetworkNames [2019-11-16T00:37:58.257Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-11-16T00:37:58.257Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestCreateServiceSecretFileMode [2019-11-16T00:37:58.257Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-11-16T00:37:58.257Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestCreateServiceConfigFileMode [2019-11-16T00:37:58.257Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-11-16T00:37:58.257Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestCreateServiceSysctls [2019-11-16T00:37:58.257Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-11-16T00:37:58.257Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestInspect [2019-11-16T00:37:58.257Z] --- SKIP: TestInspect (0.00s) [2019-11-16T00:37:58.257Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestDockerNetworkConnectAlias [2019-11-16T00:37:58.257Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-11-16T00:37:58.257Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestDockerNetworkReConnect [2019-11-16T00:37:58.257Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-11-16T00:37:58.257Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestServicePlugin [2019-11-16T00:37:58.257Z] --- SKIP: TestServicePlugin (0.00s) [2019-11-16T00:37:58.257Z] plugin_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.257Z] === RUN TestServiceUpdateLabel [2019-11-16T00:37:58.257Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-11-16T00:37:58.257Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:37:58.257Z] === RUN TestServiceUpdateSecrets [2019-11-16T00:37:58.257Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-11-16T00:37:58.257Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:37:58.257Z] === RUN TestServiceUpdateConfigs [2019-11-16T00:37:58.257Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-11-16T00:37:58.257Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:37:58.257Z] === RUN TestServiceUpdateNetwork [2019-11-16T00:37:58.257Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-11-16T00:37:58.258Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-11-16T00:37:58.258Z] PASS [2019-11-16T00:37:58.258Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-11-16T00:37:58.258Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:58.258Z] INFO: Testing against a local daemon [2019-11-16T00:37:58.258Z] === RUN TestSessionCreate [2019-11-16T00:37:58.258Z] --- SKIP: TestSessionCreate (0.00s) [2019-11-16T00:37:58.258Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:58.258Z] === RUN TestSessionCreateWithBadUpgrade [2019-11-16T00:37:58.258Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-11-16T00:37:58.258Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:58.258Z] PASS [2019-11-16T00:37:58.258Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-11-16T00:37:58.258Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:58.258Z] INFO: Testing against a local daemon [2019-11-16T00:37:58.258Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-11-16T00:37:58.258Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-11-16T00:37:58.258Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-11-16T00:37:58.258Z] === RUN TestEventsExecDie [2019-11-16T00:37:58.258Z] --- SKIP: TestEventsExecDie (0.00s) [2019-11-16T00:37:58.258Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-11-16T00:37:58.258Z] === RUN TestEventsBackwardsCompatible [2019-11-16T00:37:58.258Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-11-16T00:37:58.258Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-11-16T00:37:58.258Z] === RUN TestInfoAPI [2019-11-16T00:37:58.258Z] --- PASS: TestInfoAPI (0.03s) [2019-11-16T00:37:58.258Z] === RUN TestInfoAPIWarnings [2019-11-16T00:37:58.258Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-11-16T00:37:58.258Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-11-16T00:37:58.258Z] === RUN TestLoginFailsWithBadCredentials [2019-11-16T00:37:58.793Z] ok github.com/docker/docker/daemon/logger/local 0.102s coverage: 74.7% of statements [2019-11-16T00:37:58.793Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-11-16T00:37:59.233Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s) [2019-11-16T00:37:59.233Z] === RUN TestPingCacheHeaders [2019-11-16T00:37:59.233Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-11-16T00:37:59.233Z] === RUN TestPingGet [2019-11-16T00:37:59.696Z] --- PASS: TestPingGet (0.03s) [2019-11-16T00:37:59.696Z] === RUN TestPingHead [2019-11-16T00:37:59.696Z] --- PASS: TestPingHead (0.02s) [2019-11-16T00:37:59.696Z] === RUN TestVersion [2019-11-16T00:37:59.696Z] --- PASS: TestVersion (0.03s) [2019-11-16T00:37:59.696Z] PASS [2019-11-16T00:37:59.696Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-11-16T00:37:59.696Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:37:59.696Z] INFO: Testing against a local daemon [2019-11-16T00:37:59.696Z] === RUN TestVolumesCreateAndList [2019-11-16T00:37:59.696Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-11-16T00:37:59.696Z] === RUN TestVolumesRemove [2019-11-16T00:37:59.696Z] --- SKIP: TestVolumesRemove (0.00s) [2019-11-16T00:37:59.696Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-11-16T00:37:59.696Z] === RUN TestVolumesInspect [2019-11-16T00:37:59.696Z] --- PASS: TestVolumesInspect (0.04s) [2019-11-16T00:37:59.696Z] === RUN TestVolumesInvalidJSON [2019-11-16T00:37:59.696Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-11-16T00:37:59.696Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-11-16T00:37:59.696Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-11-16T00:37:59.696Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-11-16T00:37:59.696Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-11-16T00:37:59.696Z] PASS [2019-11-16T00:37:59.696Z] INFO: make.ps1 ended at 11/16/2019 00:37:59 [2019-11-16T00:37:59.696Z] INFO: Integration CLI tests being run from the host: [2019-11-16T00:37:59.696Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-11-16T00:38:00.011Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.062s coverage: 20.0% of statements [2019-11-16T00:38:00.295Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-11-16T00:38:00.745Z] ok github.com/docker/docker/daemon/logger/templates 0.015s coverage: 8.3% of statements [2019-11-16T00:38:01.497Z] ok github.com/docker/docker/daemon/logger/syslog 0.032s coverage: 47.8% of statements [2019-11-16T00:38:02.192Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-11-16T00:38:03.220Z] ok github.com/docker/docker/daemon/logger/splunk 3.032s coverage: 84.5% of statements [2019-11-16T00:38:03.220Z] ? github.com/docker/docker/daemon/names [no test files] [2019-11-16T00:38:03.220Z] ok github.com/docker/docker/daemon/network 0.040s coverage: 63.8% of statements [2019-11-16T00:38:03.220Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-11-16T00:38:03.565Z] === RUN TestDockerSuite/TestBuildBlankName [2019-11-16T00:38:04.498Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-11-16T00:38:07.825Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-11-16T00:38:08.115Z] ok github.com/docker/docker/distribution/metadata 0.188s coverage: 48.2% of statements [2019-11-16T00:38:08.318Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-11-16T00:38:08.318Z] INFO: Testing against a local daemon [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-11-16T00:38:08.318Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-11-16T00:38:08.467Z] ok github.com/docker/docker/errdefs 0.041s coverage: 48.2% of statements [2019-11-16T00:38:08.781Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-11-16T00:38:08.781Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-11-16T00:38:09.723Z] --- PASS: TestUpdateRestartPolicy (14.54s) [2019-11-16T00:38:09.723Z] === RUN TestUpdateRestartWithAutoRemove [2019-11-16T00:38:10.247Z] ok github.com/docker/docker/distribution 0.702s coverage: 22.3% of statements [2019-11-16T00:38:10.247Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-11-16T00:38:10.287Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-11-16T00:38:10.545Z] --- PASS: TestUpdateRestartWithAutoRemove (1.03s) [2019-11-16T00:38:10.545Z] === RUN TestWaitNonBlocked [2019-11-16T00:38:10.545Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:38:10.545Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:38:10.545Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:38:10.545Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:38:10.545Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:38:10.545Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:38:10.979Z] ok github.com/docker/docker/distribution/xfer 1.504s coverage: 83.4% of statements [2019-11-16T00:38:10.979Z] ? github.com/docker/docker/dockerversion [no test files] [2019-11-16T00:38:12.447Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-11-16T00:38:12.767Z] --- PASS: TestWaitNonBlocked (0.05s) [2019-11-16T00:38:12.767Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.06s) [2019-11-16T00:38:12.767Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.15s) [2019-11-16T00:38:12.767Z] === RUN TestWaitBlocked [2019-11-16T00:38:12.767Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-11-16T00:38:12.767Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-11-16T00:38:12.767Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-11-16T00:38:12.767Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-11-16T00:38:12.767Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-11-16T00:38:12.767Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-11-16T00:38:14.020Z] ok github.com/docker/docker/image/cache 0.039s coverage: 19.2% of statements [2019-11-16T00:38:14.663Z] --- PASS: TestWaitBlocked (0.04s) [2019-11-16T00:38:14.663Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.73s) [2019-11-16T00:38:14.663Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.78s) [2019-11-16T00:38:14.663Z] === CONT TestContainerStartOnDaemonRestart [2019-11-16T00:38:14.663Z] === CONT TestIpcModeOlderClient [2019-11-16T00:38:14.663Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-11-16T00:38:14.663Z] === CONT TestDaemonRestartIpcMode [2019-11-16T00:38:14.766Z] ok github.com/docker/docker/image 0.080s coverage: 86.4% of statements [2019-11-16T00:38:14.766Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-11-16T00:38:15.957Z] ok github.com/docker/docker/image/v1 0.048s coverage: 25.0% of statements [2019-11-16T00:38:15.957Z] ? github.com/docker/docker/internal/test [no test files] [2019-11-16T00:38:16.034Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-11-16T00:38:16.694Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-11-16T00:38:17.406Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-11-16T00:38:17.452Z] ok github.com/docker/docker/internal/testutil 0.022s coverage: 62.5% of statements [2019-11-16T00:38:18.209Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2019-11-16T00:38:18.782Z] --- PASS: TestContainerStartOnDaemonRestart (4.29s) [2019-11-16T00:38:18.782Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-11-16T00:38:18.782Z] daemon.go:325: [df13914f6cafb] waiting for daemon to start [2019-11-16T00:38:18.782Z] daemon.go:325: [df13914f6cafb] waiting for daemon to start [2019-11-16T00:38:18.782Z] daemon.go:353: [df13914f6cafb] daemon started [2019-11-16T00:38:18.782Z] daemon.go:325: [df13914f6cafb] waiting for daemon to start [2019-11-16T00:38:18.782Z] daemon.go:296: [df13914f6cafb] exiting daemon [2019-11-16T00:38:18.782Z] daemon.go:325: [df13914f6cafb] waiting for daemon to start [2019-11-16T00:38:18.782Z] daemon.go:353: [df13914f6cafb] daemon started [2019-11-16T00:38:18.782Z] daemon.go:461: [df13914f6cafb] Stopping daemon [2019-11-16T00:38:18.782Z] daemon.go:296: [df13914f6cafb] exiting daemon [2019-11-16T00:38:18.782Z] daemon.go:448: [df13914f6cafb] Daemon stopped [2019-11-16T00:38:18.942Z] ok github.com/docker/docker/pkg/aaparser 0.013s coverage: 50.0% of statements [2019-11-16T00:38:19.347Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-11-16T00:38:19.912Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-11-16T00:38:20.477Z] --- PASS: TestDaemonRestartIpcMode (5.62s) [2019-11-16T00:38:20.477Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-11-16T00:38:20.477Z] daemon.go:325: [dd7131cf4b52d] waiting for daemon to start [2019-11-16T00:38:20.477Z] daemon.go:325: [dd7131cf4b52d] waiting for daemon to start [2019-11-16T00:38:20.477Z] daemon.go:353: [dd7131cf4b52d] daemon started [2019-11-16T00:38:20.477Z] daemon.go:461: [dd7131cf4b52d] Stopping daemon [2019-11-16T00:38:20.477Z] daemon.go:296: [dd7131cf4b52d] exiting daemon [2019-11-16T00:38:20.477Z] daemon.go:448: [dd7131cf4b52d] Daemon stopped [2019-11-16T00:38:20.477Z] daemon.go:325: [dd7131cf4b52d] waiting for daemon to start [2019-11-16T00:38:20.477Z] daemon.go:325: [dd7131cf4b52d] waiting for daemon to start [2019-11-16T00:38:20.477Z] daemon.go:353: [dd7131cf4b52d] daemon started [2019-11-16T00:38:20.477Z] daemon.go:461: [dd7131cf4b52d] Stopping daemon [2019-11-16T00:38:20.477Z] daemon.go:296: [dd7131cf4b52d] exiting daemon [2019-11-16T00:38:20.477Z] daemon.go:448: [dd7131cf4b52d] Daemon stopped [2019-11-16T00:38:20.477Z] PASS [2019-11-16T00:38:20.477Z] [2019-11-16T00:38:20.477Z] === Skipped [2019-11-16T00:38:20.477Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-11-16T00:38:20.477Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-11-16T00:38:20.477Z] [2019-11-16T00:38:20.477Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2019-11-16T00:38:20.477Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:38:20.477Z] [2019-11-16T00:38:20.477Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-11-16T00:38:20.477Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:38:20.477Z] [2019-11-16T00:38:20.477Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-11-16T00:38:20.477Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-11-16T00:38:20.477Z] [2019-11-16T00:38:20.477Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-11-16T00:38:20.477Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-11-16T00:38:20.477Z] [2019-11-16T00:38:20.477Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-11-16T00:38:20.477Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-11-16T00:38:20.477Z] [2019-11-16T00:38:20.477Z] [2019-11-16T00:38:20.477Z] DONE 188 tests, 6 skipped in 143.967s [2019-11-16T00:38:20.477Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-11-16T00:38:20.477Z] ++ 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-11-16T00:38:20.477Z] ++ set -e [2019-11-16T00:38:20.477Z] ++ '[' -n 0 ']' [2019-11-16T00:38:20.477Z] ++ set -x [2019-11-16T00:38:20.477Z] ++ 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-11-16T00:38:20.477Z] INFO: Testing against a local daemon [2019-11-16T00:38:20.477Z] === RUN TestCommitInheritsEnv [2019-11-16T00:38:21.041Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-11-16T00:38:21.041Z] --- PASS: TestCommitInheritsEnv (0.53s) [2019-11-16T00:38:21.041Z] === RUN TestImportExtremelyLargeImageWorks [2019-11-16T00:38:21.041Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-11-16T00:38:21.041Z] === RUN TestImagesFilterMultiReference [2019-11-16T00:38:21.298Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2019-11-16T00:38:21.298Z] === RUN TestImagePullPlatformInvalid [2019-11-16T00:38:21.298Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-11-16T00:38:21.298Z] === RUN TestRemoveImageOrphaning [2019-11-16T00:38:21.863Z] --- PASS: TestRemoveImageOrphaning (0.46s) [2019-11-16T00:38:21.863Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-11-16T00:38:21.863Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2019-11-16T00:38:21.863Z] === RUN TestTagInvalidReference [2019-11-16T00:38:21.863Z] --- PASS: TestTagInvalidReference (0.04s) [2019-11-16T00:38:21.863Z] === RUN TestTagValidPrefixedRepo [2019-11-16T00:38:21.863Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-11-16T00:38:21.863Z] === RUN TestTagExistedNameWithoutForce [2019-11-16T00:38:21.863Z] --- PASS: TestTagExistedNameWithoutForce (0.07s) [2019-11-16T00:38:21.863Z] === RUN TestTagOfficialNames [2019-11-16T00:38:22.120Z] --- PASS: TestTagOfficialNames (0.08s) [2019-11-16T00:38:22.120Z] === RUN TestTagMatchesDigest [2019-11-16T00:38:22.120Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-11-16T00:38:22.120Z] === CONT TestImportExtremelyLargeImageWorks [2019-11-16T00:38:22.379Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-11-16T00:38:23.804Z] ok github.com/docker/docker/opts 0.125s coverage: 66.9% of statements [2019-11-16T00:38:24.278Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-11-16T00:38:25.516Z] ok github.com/docker/docker/pkg/authorization 1.214s coverage: 66.7% of statements [2019-11-16T00:38:25.516Z] ok github.com/docker/docker/pkg/broadcaster 0.011s coverage: 100.0% of statements [2019-11-16T00:38:26.700Z] ok github.com/docker/docker/pkg/capabilities 0.029s coverage: 87.5% of statements [2019-11-16T00:38:26.700Z] ok github.com/docker/docker/pkg/archive 1.465s coverage: 76.7% of statements [2019-11-16T00:38:27.559Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-11-16T00:38:27.943Z] ok github.com/docker/docker/pkg/directory 0.019s coverage: 80.0% of statements [2019-11-16T00:38:28.931Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-11-16T00:38:29.130Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2019-11-16T00:38:29.472Z] ok github.com/docker/docker/pkg/discovery/file 0.031s coverage: 92.9% of statements [2019-11-16T00:38:31.180Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-11-16T00:38:31.455Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-11-16T00:38:31.910Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2019-11-16T00:38:32.250Z] ok github.com/docker/docker/layer 7.784s coverage: 72.0% of statements [2019-11-16T00:38:32.250Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-11-16T00:38:32.250Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-11-16T00:38:32.250Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-11-16T00:38:32.250Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-11-16T00:38:32.250Z] ? github.com/docker/docker/oci [no test files] [2019-11-16T00:38:32.250Z] ? github.com/docker/docker/oci/caps [no test files] [2019-11-16T00:38:32.983Z] ok github.com/docker/docker/pkg/dmesg 0.022s coverage: 83.3% of statements [2019-11-16T00:38:33.327Z] ok github.com/docker/docker/pkg/chrootarchive 4.867s coverage: 43.2% of statements [2019-11-16T00:38:33.328Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-11-16T00:38:33.328Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-11-16T00:38:34.069Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 66.3% of statements [2019-11-16T00:38:34.837Z] ok github.com/docker/docker/pkg/fileutils 0.037s coverage: 89.5% of statements [2019-11-16T00:38:34.837Z] ok github.com/docker/docker/pkg/discovery/kv 3.261s coverage: 84.1% of statements [2019-11-16T00:38:35.180Z] ok github.com/docker/docker/pkg/fsutils 0.357s coverage: 85.1% of statements [2019-11-16T00:38:36.895Z] ok github.com/docker/docker/pkg/homedir 0.032s coverage: 10.2% of statements [2019-11-16T00:38:38.022Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-11-16T00:38:38.101Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2019-11-16T00:38:38.101Z] ok github.com/docker/docker/pkg/locker 0.065s coverage: 88.9% of statements [2019-11-16T00:38:39.294Z] ok github.com/docker/docker/pkg/idtools 0.986s coverage: 70.1% of statements [2019-11-16T00:38:39.294Z] ok github.com/docker/docker/pkg/longpath 0.015s coverage: 100.0% of statements [2019-11-16T00:38:39.919Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-11-16T00:38:40.033Z] ok github.com/docker/docker/pkg/ioutils 2.724s coverage: 70.4% of statements [2019-11-16T00:38:40.033Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-11-16T00:38:40.764Z] ok github.com/docker/docker/pkg/namesgenerator 0.030s coverage: 85.7% of statements [2019-11-16T00:38:41.105Z] ok github.com/docker/docker/pkg/parsers 0.010s coverage: 97.0% of statements [2019-11-16T00:38:41.451Z] ok github.com/docker/docker/pkg/parsers/kernel 0.016s coverage: 60.0% of statements [2019-11-16T00:38:41.451Z] ok github.com/docker/docker/pkg/mount 0.896s coverage: 69.6% of statements [2019-11-16T00:38:41.451Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-11-16T00:38:41.797Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.025s coverage: 90.0% of statements [2019-11-16T00:38:42.444Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-11-16T00:38:42.538Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 82.4% of statements [2019-11-16T00:38:42.538Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-11-16T00:38:42.538Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-11-16T00:38:43.358Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.028s coverage: 56.8% of statements [2019-11-16T00:38:44.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-11-16T00:38:45.080Z] ok github.com/docker/docker/pkg/progress 0.010s coverage: 75.9% of statements [2019-11-16T00:38:45.080Z] ok github.com/docker/docker/pkg/pools 0.007s coverage: 87.9% of statements [2019-11-16T00:38:45.425Z] ok github.com/docker/docker/pkg/plugins/transport 0.024s coverage: 85.7% of statements [2019-11-16T00:38:46.349Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-11-16T00:38:46.349Z] Copying nested executables into bundles/binary-daemon [2019-11-16T00:38:46.349Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-11-16T00:38:46.608Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2019-11-16T00:38:46.789Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-425/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -e DOCKER_GRAPHDRIVER docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 hack/make.sh cross [2019-11-16T00:38:47.338Z] ok github.com/docker/docker/pkg/pubsub 1.176s coverage: 72.7% of statements [2019-11-16T00:38:47.349Z] [2019-11-16T00:38:47.605Z] Removing bundles/ [2019-11-16T00:38:47.605Z] [2019-11-16T00:38:47.605Z] ---> Making bundle: cross (in bundles/cross) [2019-11-16T00:38:47.605Z] Cross building: bundles/cross/linux/amd64 [2019-11-16T00:38:47.605Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-11-16T00:38:47.605Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-11-16T00:38:48.070Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2019-11-16T00:38:48.521Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-11-16T00:38:49.251Z] ok github.com/docker/docker/pkg/streamformatter 0.008s coverage: 66.2% of statements [2019-11-16T00:38:49.592Z] ok github.com/docker/docker/pkg/stringid 0.019s coverage: 70.6% of statements [2019-11-16T00:38:50.806Z] ok github.com/docker/docker/pkg/symlink 0.030s coverage: 87.7% of statements [2019-11-16T00:38:51.149Z] ok github.com/docker/docker/pkg/sysinfo 0.010s coverage: 80.8% of statements [2019-11-16T00:38:51.800Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-11-16T00:38:52.329Z] ok github.com/docker/docker/pkg/system 0.036s coverage: 35.8% of statements [2019-11-16T00:38:52.365Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-11-16T00:38:52.669Z] ok github.com/docker/docker/pkg/tailfile 0.100s coverage: 88.6% of statements [2019-11-16T00:38:52.669Z] ok github.com/docker/docker/pkg/signal 5.677s coverage: 61.0% of statements [2019-11-16T00:38:54.405Z] ok github.com/docker/docker/pkg/term 0.011s coverage: 84.8% of statements [2019-11-16T00:38:54.746Z] testing: warning: no tests to run [2019-11-16T00:38:54.746Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: 0.0% of statements [no tests to run] [2019-11-16T00:38:55.091Z] ok github.com/docker/docker/pkg/tarsum 0.217s coverage: 89.3% of statements [2019-11-16T00:38:55.441Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2019-11-16T00:38:55.441Z] ok github.com/docker/docker/pkg/truncindex 0.132s coverage: 91.5% of statements [2019-11-16T00:38:55.643Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-11-16T00:38:55.643Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-11-16T00:38:56.174Z] ok github.com/docker/docker/pkg/useragent 0.021s coverage: 88.9% of statements [2019-11-16T00:38:58.921Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-11-16T00:38:59.178Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-11-16T00:39:00.050Z] ok github.com/docker/docker/plugin/v2 0.024s coverage: 14.5% of statements [2019-11-16T00:39:00.050Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 69.1% of statements [2019-11-16T00:39:01.075Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-11-16T00:39:01.234Z] ok github.com/docker/docker/reference 0.047s coverage: 84.4% of statements [2019-11-16T00:39:02.429Z] ok github.com/docker/docker/plugin 0.637s coverage: 27.3% of statements [2019-11-16T00:39:03.603Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-11-16T00:39:03.637Z] ok github.com/docker/docker/registry/resumable 0.053s coverage: 100.0% of statements [2019-11-16T00:39:04.395Z] ok github.com/docker/docker/restartmanager 0.006s coverage: 47.1% of statements [2019-11-16T00:39:06.810Z] ok github.com/docker/docker/registry 0.554s coverage: 56.4% of statements [2019-11-16T00:39:06.810Z] ok github.com/docker/docker/runconfig 0.022s coverage: 68.2% of statements [2019-11-16T00:39:06.839Z] --- PASS: TestImportExtremelyLargeImageWorks (97.97s) [2019-11-16T00:39:06.839Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-11-16T00:39:06.839Z] daemon.go:325: [dce4c837ffa6a] waiting for daemon to start [2019-11-16T00:39:06.839Z] daemon.go:325: [dce4c837ffa6a] waiting for daemon to start [2019-11-16T00:39:06.839Z] daemon.go:353: [dce4c837ffa6a] daemon started [2019-11-16T00:39:06.839Z] daemon.go:461: [dce4c837ffa6a] Stopping daemon [2019-11-16T00:39:06.839Z] daemon.go:296: [dce4c837ffa6a] exiting daemon [2019-11-16T00:39:06.839Z] daemon.go:448: [dce4c837ffa6a] Daemon stopped [2019-11-16T00:39:06.839Z] PASS [2019-11-16T00:39:06.839Z] [2019-11-16T00:39:06.839Z] DONE 11 tests in 99.605s [2019-11-16T00:39:06.839Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-11-16T00:39:06.839Z] ++ 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-11-16T00:39:06.839Z] ++ set -e [2019-11-16T00:39:06.839Z] ++ '[' -n 0 ']' [2019-11-16T00:39:06.839Z] ++ set -x [2019-11-16T00:39:06.839Z] ++ 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-11-16T00:39:06.839Z] INFO: Testing against a local daemon [2019-11-16T00:39:06.839Z] === RUN TestNetworkCreateDelete [2019-11-16T00:39:06.839Z] --- PASS: TestNetworkCreateDelete (0.24s) [2019-11-16T00:39:06.839Z] === RUN TestDockerNetworkDeletePreferID [2019-11-16T00:39:06.839Z] --- PASS: TestDockerNetworkDeletePreferID (0.69s) [2019-11-16T00:39:06.839Z] === RUN TestInspectNetwork [2019-11-16T00:39:06.881Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-11-16T00:39:07.192Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2019-11-16T00:39:07.814Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-11-16T00:39:07.814Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-11-16T00:39:07.814Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-11-16T00:39:08.071Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-11-16T00:39:09.968Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-11-16T00:39:10.037Z] === RUN TestInspectNetwork/full_network_id [2019-11-16T00:39:10.037Z] === RUN TestInspectNetwork/partial_network_id [2019-11-16T00:39:10.037Z] === RUN TestInspectNetwork/network_name [2019-11-16T00:39:10.037Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-11-16T00:39:10.296Z] ok github.com/docker/docker/volume/mounts 0.070s coverage: 67.0% of statements [2019-11-16T00:39:10.653Z] ok github.com/docker/docker/volume/local 0.078s coverage: 73.0% of statements [2019-11-16T00:39:10.901Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-11-16T00:39:11.887Z] ok github.com/docker/docker/volume/service 0.032s coverage: 73.0% of statements [2019-11-16T00:39:12.276Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-11-16T00:39:12.276Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-11-16T00:39:15.178Z] --- PASS: TestInspectNetwork (8.97s) [2019-11-16T00:39:15.178Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-11-16T00:39:15.178Z] daemon.go:325: [dcf9ed18b486f] waiting for daemon to start [2019-11-16T00:39:15.178Z] daemon.go:325: [dcf9ed18b486f] waiting for daemon to start [2019-11-16T00:39:15.178Z] daemon.go:353: [dcf9ed18b486f] daemon started [2019-11-16T00:39:15.178Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-11-16T00:39:15.178Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-11-16T00:39:15.178Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-11-16T00:39:15.178Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-11-16T00:39:15.178Z] daemon.go:461: [dcf9ed18b486f] Stopping daemon [2019-11-16T00:39:15.178Z] daemon.go:296: [dcf9ed18b486f] exiting daemon [2019-11-16T00:39:15.178Z] daemon.go:448: [dcf9ed18b486f] Daemon stopped [2019-11-16T00:39:15.178Z] === RUN TestRunContainerWithBridgeNone [2019-11-16T00:39:18.422Z] --- PASS: TestRunContainerWithBridgeNone (2.96s) [2019-11-16T00:39:18.422Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-11-16T00:39:18.422Z] daemon.go:325: [d14fb655f4bb1] waiting for daemon to start [2019-11-16T00:39:18.422Z] daemon.go:325: [d14fb655f4bb1] waiting for daemon to start [2019-11-16T00:39:18.422Z] daemon.go:353: [d14fb655f4bb1] daemon started [2019-11-16T00:39:18.422Z] daemon.go:461: [d14fb655f4bb1] Stopping daemon [2019-11-16T00:39:18.422Z] daemon.go:296: [d14fb655f4bb1] exiting daemon [2019-11-16T00:39:18.422Z] daemon.go:448: [d14fb655f4bb1] Daemon stopped [2019-11-16T00:39:18.422Z] === RUN TestNetworkInvalidJSON [2019-11-16T00:39:18.422Z] === RUN TestNetworkInvalidJSON//networks/create [2019-11-16T00:39:18.422Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-11-16T00:39:18.422Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:39:18.422Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:39:18.422Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:39:18.422Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:39:18.422Z] === CONT TestNetworkInvalidJSON//networks/create [2019-11-16T00:39:18.422Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:39:18.422Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:39:18.422Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-11-16T00:39:18.422Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-11-16T00:39:18.422Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-11-16T00:39:18.422Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-11-16T00:39:18.422Z] === RUN TestDaemonRestartWithLiveRestore [2019-11-16T00:39:18.885Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-11-16T00:39:19.228Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-11-16T00:39:19.228Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-11-16T00:39:19.228Z] daemon.go:325: [da908ed492556] waiting for daemon to start [2019-11-16T00:39:19.228Z] daemon.go:325: [da908ed492556] waiting for daemon to start [2019-11-16T00:39:19.228Z] daemon.go:353: [da908ed492556] daemon started [2019-11-16T00:39:19.228Z] daemon.go:461: [da908ed492556] Stopping daemon [2019-11-16T00:39:19.228Z] daemon.go:296: [da908ed492556] exiting daemon [2019-11-16T00:39:19.228Z] daemon.go:448: [da908ed492556] Daemon stopped [2019-11-16T00:39:19.228Z] daemon.go:325: [da908ed492556] waiting for daemon to start [2019-11-16T00:39:19.228Z] daemon.go:325: [da908ed492556] waiting for daemon to start [2019-11-16T00:39:19.228Z] daemon.go:353: [da908ed492556] daemon started [2019-11-16T00:39:19.228Z] daemon.go:461: [da908ed492556] Stopping daemon [2019-11-16T00:39:19.228Z] daemon.go:296: [da908ed492556] exiting daemon [2019-11-16T00:39:19.228Z] daemon.go:448: [da908ed492556] Daemon stopped [2019-11-16T00:39:19.228Z] === RUN TestDaemonDefaultNetworkPools [2019-11-16T00:39:19.353Z] ok github.com/docker/docker/pkg/plugins 33.658s coverage: 76.8% of statements [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/rootless [no test files] [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/volume [no test files] [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-11-16T00:39:19.353Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-11-16T00:39:19.353Z] [2019-11-16T00:39:19.353Z] === Skipped [2019-11-16T00:39:19.353Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-11-16T00:39:19.353Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-11-16T00:39:19.353Z] [2019-11-16T00:39:19.353Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-11-16T00:39:19.353Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-11-16T00:39:19.353Z] [2019-11-16T00:39:19.353Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-11-16T00:39:19.353Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:39:19.353Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:39:19.353Z] [2019-11-16T00:39:19.353Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-11-16T00:39:19.353Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:39:19.353Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:39:19.353Z] [2019-11-16T00:39:19.353Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-11-16T00:39:19.353Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:39:19.353Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:39:19.353Z] [2019-11-16T00:39:19.353Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-11-16T00:39:19.353Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:39:19.353Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:39:19.353Z] [2019-11-16T00:39:19.353Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-11-16T00:39:19.354Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:39:19.354Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-11-16T00:39:19.354Z] graphtest_unix.go:73: No driver to put! [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-11-16T00:39:19.354Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-11-16T00:39:19.354Z] overlay_test.go:49: Fails to compute changes intermittently [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-11-16T00:39:19.354Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-11-16T00:39:19.354Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-11-16T00:39:19.354Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:39:19.354Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-11-16T00:39:19.354Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:39:19.354Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-11-16T00:39:19.354Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:39:19.354Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-11-16T00:39:19.354Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:39:19.354Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-11-16T00:39:19.354Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:39:19.354Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-11-16T00:39:19.354Z] graphtest_unix.go:73: No driver to put! [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-11-16T00:39:19.354Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] [2019-11-16T00:39:19.354Z] DONE 2065 tests, 19 skipped in 360.182s [2019-11-16T00:39:19.450Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength Post stage [Pipeline] junit [2019-11-16T00:39:19.828Z] Recording test results [2019-11-16T00:39:20.054Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2019-11-16T00:39:20.054Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-11-16T00:39:20.054Z] daemon.go:325: [d8af8fbd5de0c] waiting for daemon to start [2019-11-16T00:39:20.054Z] daemon.go:325: [d8af8fbd5de0c] waiting for daemon to start [2019-11-16T00:39:20.054Z] daemon.go:353: [d8af8fbd5de0c] daemon started [2019-11-16T00:39:20.054Z] daemon.go:461: [d8af8fbd5de0c] Stopping daemon [2019-11-16T00:39:20.054Z] daemon.go:296: [d8af8fbd5de0c] exiting daemon [2019-11-16T00:39:20.054Z] daemon.go:448: [d8af8fbd5de0c] Daemon stopped [2019-11-16T00:39:20.054Z] === RUN TestDaemonRestartWithExistingNetwork [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-11-16T00:39:20.897Z] + docker run --rm -t --privileged -v /home/docker/workspace/engine_PR-425/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 hack/make.sh dynbinary test-integration [2019-11-16T00:39:21.271Z] [2019-11-16T00:39:21.271Z] Removing bundles/ [2019-11-16T00:39:21.271Z] [2019-11-16T00:39:21.271Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-11-16T00:39:21.350Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-11-16T00:39:21.352Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.24s) [2019-11-16T00:39:21.352Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-11-16T00:39:21.352Z] daemon.go:325: [d04d72a5fae67] waiting for daemon to start [2019-11-16T00:39:21.352Z] daemon.go:325: [d04d72a5fae67] waiting for daemon to start [2019-11-16T00:39:21.352Z] daemon.go:353: [d04d72a5fae67] daemon started [2019-11-16T00:39:21.352Z] daemon.go:461: [d04d72a5fae67] Stopping daemon [2019-11-16T00:39:21.352Z] daemon.go:296: [d04d72a5fae67] exiting daemon [2019-11-16T00:39:21.352Z] daemon.go:448: [d04d72a5fae67] Daemon stopped [2019-11-16T00:39:21.352Z] daemon.go:325: [d04d72a5fae67] waiting for daemon to start [2019-11-16T00:39:21.352Z] daemon.go:325: [d04d72a5fae67] waiting for daemon to start [2019-11-16T00:39:21.352Z] daemon.go:353: [d04d72a5fae67] daemon started [2019-11-16T00:39:21.352Z] daemon.go:461: [d04d72a5fae67] Stopping daemon [2019-11-16T00:39:21.352Z] daemon.go:296: [d04d72a5fae67] exiting daemon [2019-11-16T00:39:21.352Z] daemon.go:448: [d04d72a5fae67] Daemon stopped [2019-11-16T00:39:21.352Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-11-16T00:39:21.641Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-11-16T00:39:21.641Z] GOOS="" GOARCH="" GOARM="" [2019-11-16T00:39:22.723Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-11-16T00:39:22.723Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-11-16T00:39:22.753Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.40s) [2019-11-16T00:39:22.754Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-11-16T00:39:22.754Z] daemon.go:325: [ddbe1a835e9bd] waiting for daemon to start [2019-11-16T00:39:22.754Z] daemon.go:325: [ddbe1a835e9bd] waiting for daemon to start [2019-11-16T00:39:22.754Z] daemon.go:353: [ddbe1a835e9bd] daemon started [2019-11-16T00:39:22.754Z] daemon.go:461: [ddbe1a835e9bd] Stopping daemon [2019-11-16T00:39:22.754Z] daemon.go:296: [ddbe1a835e9bd] exiting daemon [2019-11-16T00:39:22.754Z] daemon.go:448: [ddbe1a835e9bd] Daemon stopped [2019-11-16T00:39:22.754Z] daemon.go:325: [ddbe1a835e9bd] waiting for daemon to start [2019-11-16T00:39:22.754Z] daemon.go:325: [ddbe1a835e9bd] waiting for daemon to start [2019-11-16T00:39:22.754Z] daemon.go:353: [ddbe1a835e9bd] daemon started [2019-11-16T00:39:22.754Z] daemon.go:461: [ddbe1a835e9bd] Stopping daemon [2019-11-16T00:39:22.754Z] daemon.go:296: [ddbe1a835e9bd] exiting daemon [2019-11-16T00:39:22.754Z] daemon.go:448: [ddbe1a835e9bd] Daemon stopped [2019-11-16T00:39:22.754Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-11-16T00:39:23.129Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2019-11-16T00:39:23.129Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-11-16T00:39:23.129Z] daemon.go:325: [dbdb463b6b535] waiting for daemon to start [2019-11-16T00:39:23.129Z] daemon.go:325: [dbdb463b6b535] waiting for daemon to start [2019-11-16T00:39:23.129Z] daemon.go:353: [dbdb463b6b535] daemon started [2019-11-16T00:39:23.129Z] daemon.go:461: [dbdb463b6b535] Stopping daemon [2019-11-16T00:39:23.129Z] daemon.go:296: [dbdb463b6b535] exiting daemon [2019-11-16T00:39:23.129Z] daemon.go:448: [dbdb463b6b535] Daemon stopped [2019-11-16T00:39:23.129Z] === RUN TestServiceWithPredefinedNetwork [2019-11-16T00:39:24.095Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-11-16T00:39:26.349Z] --- PASS: TestServiceWithPredefinedNetwork (3.08s) [2019-11-16T00:39:26.349Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-11-16T00:39:26.349Z] daemon.go:325: [da1c1428d4bd5] waiting for daemon to start [2019-11-16T00:39:26.349Z] daemon.go:325: [da1c1428d4bd5] waiting for daemon to start [2019-11-16T00:39:26.349Z] daemon.go:353: [da1c1428d4bd5] daemon started [2019-11-16T00:39:26.349Z] daemon.go:461: [da1c1428d4bd5] Stopping daemon [2019-11-16T00:39:26.349Z] daemon.go:296: [da1c1428d4bd5] exiting daemon [2019-11-16T00:39:26.349Z] daemon.go:448: [da1c1428d4bd5] Daemon stopped [2019-11-16T00:39:26.349Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-11-16T00:39:26.349Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-11-16T00:39:26.349Z] service_test.go:230: FLAKY_TEST [2019-11-16T00:39:26.349Z] === RUN TestServiceWithDataPathPortInit [2019-11-16T00:39:26.621Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-11-16T00:39:29.897Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-11-16T00:39:32.421Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-11-16T00:39:34.321Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-11-16T00:39:35.691Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-11-16T00:39:36.623Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-11-16T00:39:37.555Z] === RUN TestDockerSuite/TestBuildCmd [2019-11-16T00:39:37.813Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-11-16T00:39:38.379Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-11-16T00:39:38.945Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-11-16T00:39:38.945Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-11-16T00:39:39.879Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-11-16T00:39:40.814Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-11-16T00:39:46.075Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-11-16T00:39:46.211Z] --- PASS: TestServiceWithDataPathPortInit (17.28s) [2019-11-16T00:39:46.211Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-11-16T00:39:46.211Z] daemon.go:325: [d60f9abac78ed] waiting for daemon to start [2019-11-16T00:39:46.211Z] daemon.go:325: [d60f9abac78ed] waiting for daemon to start [2019-11-16T00:39:46.211Z] daemon.go:353: [d60f9abac78ed] daemon started [2019-11-16T00:39:46.211Z] daemon.go:461: [d60f9abac78ed] Stopping daemon [2019-11-16T00:39:46.211Z] daemon.go:296: [d60f9abac78ed] exiting daemon [2019-11-16T00:39:46.211Z] daemon.go:448: [d60f9abac78ed] Daemon stopped [2019-11-16T00:39:46.211Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-11-16T00:39:46.211Z] daemon.go:325: [dd77720f2e1e0] waiting for daemon to start [2019-11-16T00:39:46.211Z] daemon.go:325: [dd77720f2e1e0] waiting for daemon to start [2019-11-16T00:39:46.211Z] daemon.go:353: [dd77720f2e1e0] daemon started [2019-11-16T00:39:46.211Z] daemon.go:461: [dd77720f2e1e0] Stopping daemon [2019-11-16T00:39:46.211Z] daemon.go:296: [dd77720f2e1e0] exiting daemon [2019-11-16T00:39:46.211Z] daemon.go:448: [dd77720f2e1e0] Daemon stopped [2019-11-16T00:39:46.211Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-11-16T00:39:48.598Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-11-16T00:39:48.598Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-11-16T00:39:49.972Z] === RUN TestDockerSuite/TestBuildContChar [2019-11-16T00:39:52.501Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-11-16T00:39:53.899Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.17s) [2019-11-16T00:39:53.899Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-11-16T00:39:53.899Z] daemon.go:325: [ddeb2d57de0bf] waiting for daemon to start [2019-11-16T00:39:53.899Z] daemon.go:325: [ddeb2d57de0bf] waiting for daemon to start [2019-11-16T00:39:53.899Z] daemon.go:353: [ddeb2d57de0bf] daemon started [2019-11-16T00:39:53.899Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:77lajjgdqgaxygkxj8lws5aem Created:2019-11-16 00:39:44.503267522 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[3e9582001d6f21c1fc6c555425badd1b35e66e42f43491fb3378b1957ab82ec2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fqgv30p3kjrya3tp6t3jq827j EndpointID:1ce70d8341a620b37c0b6e7f574c3b8967d08259f2ed12b64f4fd00ccd377f86 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8b0ffba760c3e0c8317ad68b3abccda8e83af66d479e1d252dffb2cc848155b3 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:110ee13ca2ff IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fqgv30p3kjrya3tp6t3jq827j EndpointID:1ce70d8341a620b37c0b6e7f574c3b8967d08259f2ed12b64f4fd00ccd377f86 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-11-16T00:39:53.899Z] daemon.go:461: [ddeb2d57de0bf] Stopping daemon [2019-11-16T00:39:53.899Z] daemon.go:296: [ddeb2d57de0bf] exiting daemon [2019-11-16T00:39:53.899Z] daemon.go:448: [ddeb2d57de0bf] Daemon stopped [2019-11-16T00:39:53.899Z] PASS [2019-11-16T00:39:53.899Z] [2019-11-16T00:39:53.899Z] === Skipped [2019-11-16T00:39:53.899Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-11-16T00:39:53.899Z] service_test.go:230: FLAKY_TEST [2019-11-16T00:39:53.899Z] [2019-11-16T00:39:53.899Z] [2019-11-16T00:39:53.899Z] DONE 21 tests, 1 skipped in 47.771s [2019-11-16T00:39:53.899Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-11-16T00:39:53.899Z] ++ 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-11-16T00:39:53.899Z] ++ set -e [2019-11-16T00:39:53.899Z] ++ '[' -n 0 ']' [2019-11-16T00:39:53.899Z] ++ set -x [2019-11-16T00:39:53.899Z] ++ 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-11-16T00:39:53.899Z] INFO: Testing against a local daemon [2019-11-16T00:39:53.899Z] === RUN TestDockerNetworkIpvlanPersistance [2019-11-16T00:39:53.899Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-11-16T00:39:53.899Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:39:53.899Z] === RUN TestDockerNetworkIpvlan [2019-11-16T00:39:53.899Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-11-16T00:39:53.899Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:39:53.899Z] PASS [2019-11-16T00:39:53.899Z] [2019-11-16T00:39:53.899Z] === Skipped [2019-11-16T00:39:53.899Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-11-16T00:39:53.899Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:39:53.899Z] [2019-11-16T00:39:53.899Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-11-16T00:39:53.899Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:39:53.899Z] [2019-11-16T00:39:53.899Z] [2019-11-16T00:39:53.899Z] DONE 2 tests, 2 skipped in 0.191s [2019-11-16T00:39:53.899Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-11-16T00:39:53.899Z] ++ 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-11-16T00:39:53.899Z] ++ set -e [2019-11-16T00:39:53.899Z] ++ '[' -n 0 ']' [2019-11-16T00:39:53.899Z] ++ set -x [2019-11-16T00:39:53.899Z] ++ 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-11-16T00:39:53.899Z] INFO: Testing against a local daemon [2019-11-16T00:39:53.899Z] === RUN TestDockerNetworkMacvlanPersistance [2019-11-16T00:39:54.397Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-11-16T00:39:54.684Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.50s) [2019-11-16T00:39:54.684Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-11-16T00:39:54.684Z] daemon.go:325: [d632d662811dd] waiting for daemon to start [2019-11-16T00:39:54.684Z] daemon.go:325: [d632d662811dd] waiting for daemon to start [2019-11-16T00:39:54.684Z] daemon.go:353: [d632d662811dd] daemon started [2019-11-16T00:39:54.684Z] daemon.go:461: [d632d662811dd] Stopping daemon [2019-11-16T00:39:54.684Z] daemon.go:296: [d632d662811dd] exiting daemon [2019-11-16T00:39:54.684Z] daemon.go:448: [d632d662811dd] Daemon stopped [2019-11-16T00:39:54.684Z] daemon.go:325: [d632d662811dd] waiting for daemon to start [2019-11-16T00:39:54.684Z] daemon.go:325: [d632d662811dd] waiting for daemon to start [2019-11-16T00:39:54.684Z] daemon.go:353: [d632d662811dd] daemon started [2019-11-16T00:39:54.684Z] daemon.go:461: [d632d662811dd] Stopping daemon [2019-11-16T00:39:54.684Z] daemon.go:296: [d632d662811dd] exiting daemon [2019-11-16T00:39:54.684Z] daemon.go:448: [d632d662811dd] Daemon stopped [2019-11-16T00:39:54.684Z] === RUN TestDockerNetworkMacvlan [2019-11-16T00:39:55.481Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-11-16T00:39:55.770Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-11-16T00:39:56.028Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-11-16T00:39:56.303Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-11-16T00:39:56.593Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-11-16T00:39:57.158Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-11-16T00:39:57.620Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-11-16T00:39:58.089Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-11-16T00:39:58.347Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-11-16T00:39:58.604Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-11-16T00:40:00.931Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-11-16T00:40:02.782Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-11-16T00:40:04.118Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-11-16T00:40:08.954Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-11-16T00:40:08.954Z] Copying nested executables into bundles/cross/linux/amd64 [2019-11-16T00:40:08.954Z] Cross building: bundles/cross/windows/amd64 [2019-11-16T00:40:08.954Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-11-16T00:40:08.954Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-11-16T00:40:09.336Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-11-16T00:40:10.270Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-11-16T00:40:10.837Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-11-16T00:40:11.402Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:40:14.803Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-11-16T00:40:15.736Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-11-16T00:40:16.668Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-11-16T00:40:16.668Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-11-16T00:40:18.039Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-11-16T00:40:18.604Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-11-16T00:40:19.169Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-11-16T00:40:20.616Z] --- PASS: TestDockerNetworkMacvlan (25.95s) [2019-11-16T00:40:20.616Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:40:20.616Z] daemon.go:325: [dc546c6a084a6] waiting for daemon to start [2019-11-16T00:40:20.616Z] daemon.go:325: [dc546c6a084a6] waiting for daemon to start [2019-11-16T00:40:20.616Z] daemon.go:353: [dc546c6a084a6] daemon started [2019-11-16T00:40:20.616Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2019-11-16T00:40:20.616Z] daemon.go:461: [dc546c6a084a6] Stopping daemon [2019-11-16T00:40:20.616Z] daemon.go:296: [dc546c6a084a6] exiting daemon [2019-11-16T00:40:20.616Z] daemon.go:448: [dc546c6a084a6] Daemon stopped [2019-11-16T00:40:20.616Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:40:20.616Z] daemon.go:325: [dfadd9fe8817e] waiting for daemon to start [2019-11-16T00:40:20.616Z] daemon.go:325: [dfadd9fe8817e] waiting for daemon to start [2019-11-16T00:40:20.616Z] daemon.go:353: [dfadd9fe8817e] daemon started [2019-11-16T00:40:20.616Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2019-11-16T00:40:20.616Z] daemon.go:461: [dfadd9fe8817e] Stopping daemon [2019-11-16T00:40:20.616Z] daemon.go:296: [dfadd9fe8817e] exiting daemon [2019-11-16T00:40:20.616Z] daemon.go:448: [dfadd9fe8817e] Daemon stopped [2019-11-16T00:40:20.616Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:40:20.616Z] daemon.go:325: [db4cdd121ea63] waiting for daemon to start [2019-11-16T00:40:20.616Z] daemon.go:325: [db4cdd121ea63] waiting for daemon to start [2019-11-16T00:40:20.616Z] daemon.go:353: [db4cdd121ea63] daemon started [2019-11-16T00:40:20.616Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.33s) [2019-11-16T00:40:20.616Z] daemon.go:461: [db4cdd121ea63] Stopping daemon [2019-11-16T00:40:20.616Z] daemon.go:296: [db4cdd121ea63] exiting daemon [2019-11-16T00:40:20.616Z] daemon.go:448: [db4cdd121ea63] Daemon stopped [2019-11-16T00:40:20.616Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:40:20.616Z] daemon.go:325: [d484b9c014f27] waiting for daemon to start [2019-11-16T00:40:20.616Z] daemon.go:325: [d484b9c014f27] waiting for daemon to start [2019-11-16T00:40:20.616Z] daemon.go:353: [d484b9c014f27] daemon started [2019-11-16T00:40:20.616Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.42s) [2019-11-16T00:40:20.616Z] daemon.go:461: [d484b9c014f27] Stopping daemon [2019-11-16T00:40:20.616Z] daemon.go:296: [d484b9c014f27] exiting daemon [2019-11-16T00:40:20.616Z] daemon.go:448: [d484b9c014f27] Daemon stopped [2019-11-16T00:40:20.616Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:40:20.616Z] daemon.go:325: [d83c469b0b259] waiting for daemon to start [2019-11-16T00:40:20.616Z] daemon.go:325: [d83c469b0b259] waiting for daemon to start [2019-11-16T00:40:20.616Z] daemon.go:353: [d83c469b0b259] daemon started [2019-11-16T00:40:20.616Z] --- PASS: TestDockerNetworkMacvlan/Addressing (16.01s) [2019-11-16T00:40:20.617Z] daemon.go:461: [d83c469b0b259] Stopping daemon [2019-11-16T00:40:20.617Z] daemon.go:296: [d83c469b0b259] exiting daemon [2019-11-16T00:40:20.617Z] daemon.go:448: [d83c469b0b259] Daemon stopped [2019-11-16T00:40:20.617Z] PASS [2019-11-16T00:40:20.617Z] [2019-11-16T00:40:20.617Z] DONE 7 tests in 27.640s [2019-11-16T00:40:20.617Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-11-16T00:40:20.617Z] ++ 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-11-16T00:40:20.617Z] ++ set -e [2019-11-16T00:40:20.617Z] ++ '[' -n 0 ']' [2019-11-16T00:40:20.617Z] ++ set -x [2019-11-16T00:40:20.617Z] ++ 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-11-16T00:40:20.617Z] testing: warning: no tests to run [2019-11-16T00:40:20.617Z] PASS [2019-11-16T00:40:20.617Z] [2019-11-16T00:40:20.617Z] DONE 0 tests in 0.088s [2019-11-16T00:40:20.617Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-11-16T00:40:20.617Z] ++ 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-11-16T00:40:20.617Z] ++ set -e [2019-11-16T00:40:20.617Z] ++ '[' -n 0 ']' [2019-11-16T00:40:20.617Z] ++ set -x [2019-11-16T00:40:20.617Z] ++ 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-11-16T00:40:20.989Z] INFO: Testing against a local daemon [2019-11-16T00:40:20.989Z] === RUN TestAuthZPluginAllowRequest [2019-11-16T00:40:21.068Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-11-16T00:40:22.846Z] --- PASS: TestAuthZPluginAllowRequest (1.74s) [2019-11-16T00:40:22.846Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-11-16T00:40:22.846Z] daemon.go:325: [d6dd6d08f17d1] waiting for daemon to start [2019-11-16T00:40:22.846Z] daemon.go:325: [d6dd6d08f17d1] waiting for daemon to start [2019-11-16T00:40:22.846Z] daemon.go:353: [d6dd6d08f17d1] daemon started [2019-11-16T00:40:22.846Z] daemon.go:461: [d6dd6d08f17d1] Stopping daemon [2019-11-16T00:40:22.846Z] daemon.go:296: [d6dd6d08f17d1] exiting daemon [2019-11-16T00:40:22.846Z] daemon.go:448: [d6dd6d08f17d1] Daemon stopped [2019-11-16T00:40:22.846Z] === RUN TestAuthZPluginTLS [2019-11-16T00:40:22.965Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-11-16T00:40:23.222Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-11-16T00:40:23.238Z] --- PASS: TestAuthZPluginTLS (0.58s) [2019-11-16T00:40:23.238Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-11-16T00:40:23.238Z] daemon.go:325: [d364c85ee6290] waiting for daemon to start [2019-11-16T00:40:23.238Z] daemon.go:325: [d364c85ee6290] waiting for daemon to start [2019-11-16T00:40:23.238Z] daemon.go:353: [d364c85ee6290] daemon started [2019-11-16T00:40:23.238Z] daemon.go:461: [d364c85ee6290] Stopping daemon [2019-11-16T00:40:23.238Z] daemon.go:296: [d364c85ee6290] exiting daemon [2019-11-16T00:40:23.238Z] daemon.go:448: [d364c85ee6290] Daemon stopped [2019-11-16T00:40:23.238Z] === RUN TestAuthZPluginDenyRequest [2019-11-16T00:40:24.063Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2019-11-16T00:40:24.063Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-11-16T00:40:24.063Z] daemon.go:325: [dcbab05ac38f6] waiting for daemon to start [2019-11-16T00:40:24.063Z] daemon.go:325: [dcbab05ac38f6] waiting for daemon to start [2019-11-16T00:40:24.063Z] daemon.go:353: [dcbab05ac38f6] daemon started [2019-11-16T00:40:24.063Z] daemon.go:461: [dcbab05ac38f6] Stopping daemon [2019-11-16T00:40:24.063Z] daemon.go:296: [dcbab05ac38f6] exiting daemon [2019-11-16T00:40:24.063Z] daemon.go:448: [dcbab05ac38f6] Daemon stopped [2019-11-16T00:40:24.063Z] === RUN TestAuthZPluginAPIDenyResponse [2019-11-16T00:40:24.455Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-11-16T00:40:24.455Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-11-16T00:40:24.455Z] daemon.go:325: [d6894f9610cd4] waiting for daemon to start [2019-11-16T00:40:24.455Z] daemon.go:325: [d6894f9610cd4] waiting for daemon to start [2019-11-16T00:40:24.455Z] daemon.go:353: [d6894f9610cd4] daemon started [2019-11-16T00:40:24.455Z] daemon.go:461: [d6894f9610cd4] Stopping daemon [2019-11-16T00:40:24.455Z] daemon.go:296: [d6894f9610cd4] exiting daemon [2019-11-16T00:40:24.455Z] daemon.go:448: [d6894f9610cd4] Daemon stopped [2019-11-16T00:40:24.455Z] === RUN TestAuthZPluginDenyResponse [2019-11-16T00:40:24.856Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2019-11-16T00:40:24.856Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-11-16T00:40:24.856Z] daemon.go:325: [d2d6762efc95a] waiting for daemon to start [2019-11-16T00:40:24.856Z] daemon.go:325: [d2d6762efc95a] waiting for daemon to start [2019-11-16T00:40:24.856Z] daemon.go:353: [d2d6762efc95a] daemon started [2019-11-16T00:40:24.856Z] daemon.go:461: [d2d6762efc95a] Stopping daemon [2019-11-16T00:40:24.856Z] daemon.go:296: [d2d6762efc95a] exiting daemon [2019-11-16T00:40:24.856Z] daemon.go:448: [d2d6762efc95a] Daemon stopped [2019-11-16T00:40:24.856Z] === RUN TestAuthZPluginAllowEventStream [2019-11-16T00:40:26.551Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-11-16T00:40:26.866Z] --- PASS: TestAuthZPluginAllowEventStream (1.86s) [2019-11-16T00:40:26.866Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-11-16T00:40:26.866Z] daemon.go:325: [d660727d84f6f] waiting for daemon to start [2019-11-16T00:40:26.866Z] daemon.go:325: [d660727d84f6f] waiting for daemon to start [2019-11-16T00:40:26.866Z] daemon.go:353: [d660727d84f6f] daemon started [2019-11-16T00:40:26.866Z] daemon.go:461: [d660727d84f6f] Stopping daemon [2019-11-16T00:40:26.866Z] daemon.go:296: [d660727d84f6f] exiting daemon [2019-11-16T00:40:26.866Z] daemon.go:448: [d660727d84f6f] Daemon stopped [2019-11-16T00:40:26.866Z] === RUN TestAuthZPluginErrorResponse [2019-11-16T00:40:27.258Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2019-11-16T00:40:27.258Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-11-16T00:40:27.258Z] daemon.go:325: [dfa013859354e] waiting for daemon to start [2019-11-16T00:40:27.258Z] daemon.go:325: [dfa013859354e] waiting for daemon to start [2019-11-16T00:40:27.258Z] daemon.go:353: [dfa013859354e] daemon started [2019-11-16T00:40:27.258Z] daemon.go:461: [dfa013859354e] Stopping daemon [2019-11-16T00:40:27.258Z] daemon.go:296: [dfa013859354e] exiting daemon [2019-11-16T00:40:27.258Z] daemon.go:448: [dfa013859354e] Daemon stopped [2019-11-16T00:40:27.258Z] === RUN TestAuthZPluginErrorRequest [2019-11-16T00:40:28.077Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-11-16T00:40:28.077Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-11-16T00:40:28.077Z] daemon.go:325: [d13ef2b2baa58] waiting for daemon to start [2019-11-16T00:40:28.077Z] daemon.go:325: [d13ef2b2baa58] waiting for daemon to start [2019-11-16T00:40:28.077Z] daemon.go:353: [d13ef2b2baa58] daemon started [2019-11-16T00:40:28.077Z] daemon.go:461: [d13ef2b2baa58] Stopping daemon [2019-11-16T00:40:28.077Z] daemon.go:296: [d13ef2b2baa58] exiting daemon [2019-11-16T00:40:28.077Z] daemon.go:448: [d13ef2b2baa58] Daemon stopped [2019-11-16T00:40:28.077Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-11-16T00:40:28.465Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-11-16T00:40:28.465Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-11-16T00:40:28.465Z] daemon.go:325: [dbbf378da4a09] waiting for daemon to start [2019-11-16T00:40:28.465Z] daemon.go:325: [dbbf378da4a09] waiting for daemon to start [2019-11-16T00:40:28.465Z] daemon.go:353: [dbbf378da4a09] daemon started [2019-11-16T00:40:28.465Z] daemon.go:461: [dbbf378da4a09] Stopping daemon [2019-11-16T00:40:28.465Z] daemon.go:296: [dbbf378da4a09] exiting daemon [2019-11-16T00:40:28.465Z] daemon.go:448: [dbbf378da4a09] Daemon stopped [2019-11-16T00:40:28.465Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-11-16T00:40:28.470Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-11-16T00:40:28.470Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-11-16T00:40:28.470Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-11-16T00:40:28.470Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-11-16T00:40:28.470Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-11-16T00:40:30.945Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.30s) [2019-11-16T00:40:30.945Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-11-16T00:40:30.945Z] daemon.go:325: [df0438b29ca3b] waiting for daemon to start [2019-11-16T00:40:30.945Z] daemon.go:325: [df0438b29ca3b] waiting for daemon to start [2019-11-16T00:40:30.945Z] daemon.go:353: [df0438b29ca3b] daemon started [2019-11-16T00:40:30.945Z] daemon.go:461: [df0438b29ca3b] Stopping daemon [2019-11-16T00:40:30.945Z] daemon.go:296: [df0438b29ca3b] exiting daemon [2019-11-16T00:40:30.945Z] daemon.go:448: [df0438b29ca3b] Daemon stopped [2019-11-16T00:40:30.945Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-11-16T00:40:33.442Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.34s) [2019-11-16T00:40:33.442Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-11-16T00:40:33.442Z] daemon.go:325: [d0f93ed69604c] waiting for daemon to start [2019-11-16T00:40:33.442Z] daemon.go:325: [d0f93ed69604c] waiting for daemon to start [2019-11-16T00:40:33.442Z] daemon.go:353: [d0f93ed69604c] daemon started [2019-11-16T00:40:33.442Z] daemon.go:461: [d0f93ed69604c] Stopping daemon [2019-11-16T00:40:33.442Z] daemon.go:296: [d0f93ed69604c] exiting daemon [2019-11-16T00:40:33.442Z] daemon.go:448: [d0f93ed69604c] Daemon stopped [2019-11-16T00:40:33.442Z] === RUN TestAuthZPluginHeader [2019-11-16T00:40:33.727Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-11-16T00:40:34.040Z] --- PASS: TestAuthZPluginHeader (0.99s) [2019-11-16T00:40:34.040Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-11-16T00:40:34.040Z] daemon.go:325: [d63de585ce655] waiting for daemon to start [2019-11-16T00:40:34.040Z] daemon.go:325: [d63de585ce655] waiting for daemon to start [2019-11-16T00:40:34.040Z] daemon.go:353: [d63de585ce655] daemon started [2019-11-16T00:40:34.040Z] daemon.go:461: [d63de585ce655] Stopping daemon [2019-11-16T00:40:34.040Z] daemon.go:296: [d63de585ce655] exiting daemon [2019-11-16T00:40:34.040Z] daemon.go:448: [d63de585ce655] Daemon stopped [2019-11-16T00:40:34.040Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-11-16T00:40:34.040Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-11-16T00:40:34.040Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:40:34.040Z] === RUN TestAuthZPluginV2Disable [2019-11-16T00:40:34.040Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-11-16T00:40:34.040Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:40:34.040Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-11-16T00:40:34.040Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-11-16T00:40:34.040Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:40:34.040Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-11-16T00:40:34.040Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-11-16T00:40:34.040Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:40:34.040Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-11-16T00:40:35.826Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-11-16T00:40:37.002Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-11-16T00:40:38.901Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-11-16T00:40:39.838Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-11-16T00:40:41.655Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-11-16T00:40:41.655Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-11-16T00:40:41.655Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-11-16T00:40:44.019Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-11-16T00:40:44.019Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-11-16T00:40:44.276Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-11-16T00:40:44.533Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-11-16T00:40:44.584Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-11-16T00:40:46.779Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-11-16T00:40:46.779Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-11-16T00:40:46.779Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-11-16T00:40:46.779Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-11-16T00:40:46.779Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-11-16T00:40:49.708Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-11-16T00:40:49.708Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-11-16T00:40:49.708Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-11-16T00:40:51.087Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-11-16T00:40:52.983Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-11-16T00:40:53.927Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.86s) [2019-11-16T00:40:53.927Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:353: [de61ac5c53851] daemon started [2019-11-16T00:40:53.927Z] daemon.go:461: [de61ac5c53851] Stopping daemon [2019-11-16T00:40:53.927Z] daemon.go:296: [de61ac5c53851] exiting daemon [2019-11-16T00:40:53.927Z] daemon.go:448: [de61ac5c53851] Daemon stopped [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:339: [de61ac5c53851] error pinging daemon on start: Get http://de61ac5c53851.sock/_ping: context deadline exceeded [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:339: [de61ac5c53851] error pinging daemon on start: Get http://de61ac5c53851.sock/_ping: context deadline exceeded [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:339: [de61ac5c53851] error pinging daemon on start: Get http://de61ac5c53851.sock/_ping: context deadline exceeded [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:339: [de61ac5c53851] error pinging daemon on start: Get http://de61ac5c53851.sock/_ping: context deadline exceeded [2019-11-16T00:40:53.927Z] daemon.go:296: [de61ac5c53851] exiting daemon [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:325: [de61ac5c53851] waiting for daemon to start [2019-11-16T00:40:53.927Z] daemon.go:353: [de61ac5c53851] daemon started [2019-11-16T00:40:53.927Z] daemon.go:461: [de61ac5c53851] Stopping daemon [2019-11-16T00:40:53.927Z] daemon.go:296: [de61ac5c53851] exiting daemon [2019-11-16T00:40:53.927Z] daemon.go:448: [de61ac5c53851] Daemon stopped [2019-11-16T00:40:53.927Z] PASS [2019-11-16T00:40:53.927Z] [2019-11-16T00:40:53.927Z] === Skipped [2019-11-16T00:40:53.927Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-11-16T00:40:53.927Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:40:53.927Z] [2019-11-16T00:40:53.927Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-11-16T00:40:53.927Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:40:53.927Z] [2019-11-16T00:40:53.927Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-11-16T00:40:53.927Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:40:53.927Z] [2019-11-16T00:40:53.927Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-11-16T00:40:53.927Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:40:53.927Z] [2019-11-16T00:40:53.927Z] [2019-11-16T00:40:53.927Z] DONE 17 tests, 4 skipped in 30.256s [2019-11-16T00:40:53.927Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-11-16T00:40:53.927Z] ++ 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-11-16T00:40:53.927Z] ++ set -e [2019-11-16T00:40:53.927Z] ++ '[' -n 0 ']' [2019-11-16T00:40:53.927Z] ++ set -x [2019-11-16T00:40:53.927Z] ++ 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-11-16T00:40:53.927Z] INFO: Testing against a local daemon [2019-11-16T00:40:53.927Z] === RUN TestPluginInvalidJSON [2019-11-16T00:40:53.927Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:40:53.927Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:40:53.927Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:40:53.927Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-11-16T00:40:53.927Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-11-16T00:40:53.927Z] PASS [2019-11-16T00:40:53.927Z] [2019-11-16T00:40:53.927Z] DONE 2 tests in 0.528s [2019-11-16T00:40:53.927Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-11-16T00:40:53.927Z] ++ 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-11-16T00:40:53.927Z] ++ set -e [2019-11-16T00:40:53.927Z] ++ '[' -n 0 ']' [2019-11-16T00:40:53.927Z] ++ set -x [2019-11-16T00:40:53.927Z] ++ 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-11-16T00:40:53.927Z] INFO: Testing against a local daemon [2019-11-16T00:40:53.927Z] === RUN TestExternalGraphDriver [2019-11-16T00:40:53.927Z] === RUN TestExternalGraphDriver/json [2019-11-16T00:40:53.927Z] === RUN TestExternalGraphDriver/spec [2019-11-16T00:40:55.508Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-11-16T00:40:55.535Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-11-16T00:40:56.645Z] === RUN TestExternalGraphDriver/pull [2019-11-16T00:40:58.485Z] --- PASS: TestExternalGraphDriver (6.76s) [2019-11-16T00:40:58.485Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-11-16T00:40:58.485Z] daemon.go:325: [d14bea26f3a4f] waiting for daemon to start [2019-11-16T00:40:58.485Z] daemon.go:325: [d14bea26f3a4f] waiting for daemon to start [2019-11-16T00:40:58.485Z] daemon.go:353: [d14bea26f3a4f] daemon started [2019-11-16T00:40:58.485Z] daemon.go:461: [d14bea26f3a4f] Stopping daemon [2019-11-16T00:40:58.485Z] daemon.go:296: [d14bea26f3a4f] exiting daemon [2019-11-16T00:40:58.485Z] daemon.go:448: [d14bea26f3a4f] Daemon stopped [2019-11-16T00:40:58.485Z] daemon.go:325: [d14bea26f3a4f] waiting for daemon to start [2019-11-16T00:40:58.485Z] daemon.go:325: [d14bea26f3a4f] waiting for daemon to start [2019-11-16T00:40:58.485Z] daemon.go:353: [d14bea26f3a4f] daemon started [2019-11-16T00:40:58.485Z] daemon.go:461: [d14bea26f3a4f] Stopping daemon [2019-11-16T00:40:58.485Z] daemon.go:296: [d14bea26f3a4f] exiting daemon [2019-11-16T00:40:58.485Z] daemon.go:448: [d14bea26f3a4f] Daemon stopped [2019-11-16T00:40:58.485Z] --- PASS: TestExternalGraphDriver/json (2.12s) [2019-11-16T00:40:58.485Z] daemon.go:325: [d14bea26f3a4f] waiting for daemon to start [2019-11-16T00:40:58.485Z] daemon.go:325: [d14bea26f3a4f] waiting for daemon to start [2019-11-16T00:40:58.485Z] daemon.go:353: [d14bea26f3a4f] daemon started [2019-11-16T00:40:58.485Z] daemon.go:461: [d14bea26f3a4f] Stopping daemon [2019-11-16T00:40:58.485Z] daemon.go:296: [d14bea26f3a4f] exiting daemon [2019-11-16T00:40:58.485Z] daemon.go:448: [d14bea26f3a4f] Daemon stopped [2019-11-16T00:40:58.485Z] daemon.go:325: [d14bea26f3a4f] waiting for daemon to start [2019-11-16T00:40:58.485Z] daemon.go:325: [d14bea26f3a4f] waiting for daemon to start [2019-11-16T00:40:58.485Z] daemon.go:353: [d14bea26f3a4f] daemon started [2019-11-16T00:40:58.485Z] daemon.go:461: [d14bea26f3a4f] Stopping daemon [2019-11-16T00:40:58.485Z] daemon.go:296: [d14bea26f3a4f] exiting daemon [2019-11-16T00:40:58.485Z] daemon.go:448: [d14bea26f3a4f] Daemon stopped [2019-11-16T00:40:58.485Z] --- PASS: TestExternalGraphDriver/spec (2.27s) [2019-11-16T00:40:58.485Z] daemon.go:325: [d14bea26f3a4f] waiting for daemon to start [2019-11-16T00:40:58.485Z] daemon.go:325: [d14bea26f3a4f] waiting for daemon to start [2019-11-16T00:40:58.485Z] daemon.go:353: [d14bea26f3a4f] daemon started [2019-11-16T00:40:58.485Z] daemon.go:461: [d14bea26f3a4f] Stopping daemon [2019-11-16T00:40:58.485Z] daemon.go:296: [d14bea26f3a4f] exiting daemon [2019-11-16T00:40:58.485Z] daemon.go:448: [d14bea26f3a4f] Daemon stopped [2019-11-16T00:40:58.485Z] --- PASS: TestExternalGraphDriver/pull (2.21s) [2019-11-16T00:40:58.485Z] === RUN TestGraphdriverPluginV2 [2019-11-16T00:40:58.485Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2019-11-16T00:40:58.485Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:40:58.485Z] PASS [2019-11-16T00:40:58.485Z] [2019-11-16T00:40:58.485Z] === Skipped [2019-11-16T00:40:58.485Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2019-11-16T00:40:58.485Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:40:58.485Z] [2019-11-16T00:40:58.485Z] [2019-11-16T00:40:58.485Z] DONE 5 tests, 1 skipped in 7.013s [2019-11-16T00:40:58.485Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-11-16T00:40:58.485Z] ++ 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-11-16T00:40:58.485Z] ++ set -e [2019-11-16T00:40:58.485Z] ++ '[' -n 0 ']' [2019-11-16T00:40:58.485Z] ++ set -x [2019-11-16T00:40:58.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=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-11-16T00:40:58.857Z] INFO: Testing against a local daemon [2019-11-16T00:40:58.857Z] === RUN TestContinueAfterPluginCrash [2019-11-16T00:40:58.857Z] === PAUSE TestContinueAfterPluginCrash [2019-11-16T00:40:58.857Z] === RUN TestDaemonStartWithLogOpt [2019-11-16T00:40:58.857Z] === PAUSE TestDaemonStartWithLogOpt [2019-11-16T00:40:58.857Z] === CONT TestContinueAfterPluginCrash [2019-11-16T00:40:58.857Z] === CONT TestDaemonStartWithLogOpt [2019-11-16T00:41:00.765Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-11-16T00:41:01.329Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-11-16T00:41:03.226Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-11-16T00:41:08.486Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-11-16T00:41:08.486Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-11-16T00:41:08.486Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-11-16T00:41:08.743Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-11-16T00:41:10.113Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-11-16T00:41:11.046Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-11-16T00:41:11.611Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-11-16T00:41:11.868Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-11-16T00:41:12.432Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-11-16T00:41:12.778Z] --- PASS: TestDaemonStartWithLogOpt (12.56s) [2019-11-16T00:41:12.778Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-11-16T00:41:12.778Z] daemon.go:325: [d0adccc5443f1] waiting for daemon to start [2019-11-16T00:41:12.778Z] daemon.go:325: [d0adccc5443f1] waiting for daemon to start [2019-11-16T00:41:12.778Z] daemon.go:353: [d0adccc5443f1] daemon started [2019-11-16T00:41:12.778Z] daemon.go:461: [d0adccc5443f1] Stopping daemon [2019-11-16T00:41:12.778Z] daemon.go:296: [d0adccc5443f1] exiting daemon [2019-11-16T00:41:12.778Z] daemon.go:448: [d0adccc5443f1] Daemon stopped [2019-11-16T00:41:12.778Z] daemon.go:325: [d0adccc5443f1] waiting for daemon to start [2019-11-16T00:41:12.778Z] daemon.go:325: [d0adccc5443f1] waiting for daemon to start [2019-11-16T00:41:12.778Z] daemon.go:353: [d0adccc5443f1] daemon started [2019-11-16T00:41:12.778Z] daemon.go:461: [d0adccc5443f1] Stopping daemon [2019-11-16T00:41:12.778Z] daemon.go:296: [d0adccc5443f1] exiting daemon [2019-11-16T00:41:12.778Z] daemon.go:448: [d0adccc5443f1] Daemon stopped [2019-11-16T00:41:12.996Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-11-16T00:41:13.561Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-11-16T00:41:14.932Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-11-16T00:41:14.932Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-11-16T00:41:15.537Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-11-16T00:41:15.537Z] [2019-11-16T00:41:15.537Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-11-16T00:41:16.264Z] PKG_CONFIG=pkg-config [2019-11-16T00:41:16.264Z] GOLANG_VERSION=1.12.12 [2019-11-16T00:41:16.264Z] HOSTNAME=84f80e80f152 [2019-11-16T00:41:16.264Z] DOCKER_EXPERIMENTAL=1 [2019-11-16T00:41:16.264Z] container=docker [2019-11-16T00:41:16.264Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-11-16T00:41:16.264Z] GOPATH=/go [2019-11-16T00:41:16.264Z] PWD=/go/src/github.com/docker/docker [2019-11-16T00:41:16.264Z] HOME=/root [2019-11-16T00:41:16.264Z] VALIDATE_REPO=https://github.com/docker/engine.git [2019-11-16T00:41:16.264Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-11-16T00:41:16.264Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-11-16T00:41:16.264Z] DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 [2019-11-16T00:41:16.264Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-11-16T00:41:16.264Z] DOCKER_GRAPHDRIVER=overlay2 [2019-11-16T00:41:16.264Z] TERM=xterm [2019-11-16T00:41:16.264Z] VALIDATE_BRANCH=19.03 [2019-11-16T00:41:16.264Z] DEST=bundles/test-integration [2019-11-16T00:41:16.264Z] SHLVL=1 [2019-11-16T00:41:16.264Z] TIMEOUT=120m [2019-11-16T00:41:16.264Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-11-16T00:41:16.264Z] DOCKER_PKG=github.com/docker/docker [2019-11-16T00:41:16.264Z] TESTDEBUG=0 [2019-11-16T00:41:16.264Z] _=/usr/bin/env [2019-11-16T00:41:16.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-11-16T00:41:16.561Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-11-16T00:41:16.562Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-11-16T00:41:16.562Z] remote: Enumerating objects: 19, done. [2019-11-16T00:41:16.562Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-11-16T00:41:16.562Z] 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-11-16T00:41:16.562Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-11-16T00:41:16.784Z] --- PASS: TestContinueAfterPluginCrash (17.42s) [2019-11-16T00:41:16.785Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-11-16T00:41:16.785Z] daemon.go:325: [dac01a12ecdda] waiting for daemon to start [2019-11-16T00:41:16.785Z] daemon.go:325: [dac01a12ecdda] waiting for daemon to start [2019-11-16T00:41:16.785Z] daemon.go:353: [dac01a12ecdda] daemon started [2019-11-16T00:41:16.785Z] daemon.go:461: [dac01a12ecdda] Stopping daemon [2019-11-16T00:41:16.785Z] daemon.go:296: [dac01a12ecdda] exiting daemon [2019-11-16T00:41:16.785Z] daemon.go:448: [dac01a12ecdda] Daemon stopped [2019-11-16T00:41:16.785Z] PASS [2019-11-16T00:41:16.785Z] [2019-11-16T00:41:16.785Z] DONE 2 tests in 17.721s [2019-11-16T00:41:16.785Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-11-16T00:41:16.785Z] ++ 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-11-16T00:41:16.785Z] ++ set -e [2019-11-16T00:41:16.785Z] ++ '[' -n 0 ']' [2019-11-16T00:41:16.785Z] ++ set -x [2019-11-16T00:41:16.785Z] ++ 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-11-16T00:41:16.785Z] INFO: Testing against a local daemon [2019-11-16T00:41:16.785Z] === RUN TestPluginWithDevMounts [2019-11-16T00:41:16.785Z] === PAUSE TestPluginWithDevMounts [2019-11-16T00:41:16.785Z] === CONT TestPluginWithDevMounts [2019-11-16T00:41:17.458Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-11-16T00:41:18.734Z] --- PASS: TestPluginWithDevMounts (2.08s) [2019-11-16T00:41:18.735Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-11-16T00:41:18.735Z] daemon.go:325: [d139d2e2a7049] waiting for daemon to start [2019-11-16T00:41:18.735Z] daemon.go:325: [d139d2e2a7049] waiting for daemon to start [2019-11-16T00:41:18.735Z] daemon.go:353: [d139d2e2a7049] daemon started [2019-11-16T00:41:18.735Z] daemon.go:461: [d139d2e2a7049] Stopping daemon [2019-11-16T00:41:18.735Z] daemon.go:296: [d139d2e2a7049] exiting daemon [2019-11-16T00:41:18.735Z] daemon.go:448: [d139d2e2a7049] Daemon stopped [2019-11-16T00:41:18.735Z] PASS [2019-11-16T00:41:18.735Z] [2019-11-16T00:41:18.735Z] DONE 1 tests in 2.297s [2019-11-16T00:41:18.735Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-11-16T00:41:18.735Z] ++ 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-11-16T00:41:18.735Z] ++ set -e [2019-11-16T00:41:18.735Z] ++ '[' -n 0 ']' [2019-11-16T00:41:18.735Z] ++ set -x [2019-11-16T00:41:18.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=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-11-16T00:41:18.735Z] INFO: Testing against a local daemon [2019-11-16T00:41:18.735Z] === RUN TestSecretInspect [2019-11-16T00:41:18.838Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-11-16T00:41:19.072Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-11-16T00:41:20.393Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-425/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 hack/test/unit [2019-11-16T00:41:21.258Z] --- PASS: TestSecretInspect (2.51s) [2019-11-16T00:41:21.258Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-11-16T00:41:21.258Z] daemon.go:325: [d0dd49a0d4a3a] waiting for daemon to start [2019-11-16T00:41:21.258Z] daemon.go:325: [d0dd49a0d4a3a] waiting for daemon to start [2019-11-16T00:41:21.258Z] daemon.go:353: [d0dd49a0d4a3a] daemon started [2019-11-16T00:41:21.258Z] daemon.go:461: [d0dd49a0d4a3a] Stopping daemon [2019-11-16T00:41:21.258Z] daemon.go:296: [d0dd49a0d4a3a] exiting daemon [2019-11-16T00:41:21.258Z] daemon.go:448: [d0dd49a0d4a3a] Daemon stopped [2019-11-16T00:41:21.258Z] === RUN TestSecretList [2019-11-16T00:41:22.904Z] ? github.com/docker/docker/api [no test files] [2019-11-16T00:41:24.096Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-11-16T00:41:24.441Z] --- PASS: TestSecretList (2.95s) [2019-11-16T00:41:24.441Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-11-16T00:41:24.441Z] daemon.go:325: [d45cb4d3662bc] waiting for daemon to start [2019-11-16T00:41:24.441Z] daemon.go:325: [d45cb4d3662bc] waiting for daemon to start [2019-11-16T00:41:24.441Z] daemon.go:353: [d45cb4d3662bc] daemon started [2019-11-16T00:41:24.441Z] daemon.go:461: [d45cb4d3662bc] Stopping daemon [2019-11-16T00:41:24.441Z] daemon.go:296: [d45cb4d3662bc] exiting daemon [2019-11-16T00:41:24.441Z] daemon.go:448: [d45cb4d3662bc] Daemon stopped [2019-11-16T00:41:24.441Z] === RUN TestSecretsCreateAndDelete [2019-11-16T00:41:25.029Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-11-16T00:41:26.926Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-11-16T00:41:27.494Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-11-16T00:41:27.775Z] --- PASS: TestSecretsCreateAndDelete (3.24s) [2019-11-16T00:41:27.775Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-11-16T00:41:27.775Z] daemon.go:325: [da059a499276a] waiting for daemon to start [2019-11-16T00:41:27.775Z] daemon.go:325: [da059a499276a] waiting for daemon to start [2019-11-16T00:41:27.775Z] daemon.go:353: [da059a499276a] daemon started [2019-11-16T00:41:27.775Z] daemon.go:461: [da059a499276a] Stopping daemon [2019-11-16T00:41:27.775Z] daemon.go:296: [da059a499276a] exiting daemon [2019-11-16T00:41:27.775Z] daemon.go:448: [da059a499276a] Daemon stopped [2019-11-16T00:41:27.775Z] === RUN TestSecretsUpdate [2019-11-16T00:41:28.865Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-11-16T00:41:30.254Z] --- PASS: TestSecretsUpdate (2.66s) [2019-11-16T00:41:30.254Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-11-16T00:41:30.254Z] daemon.go:325: [d491fbefcc9cc] waiting for daemon to start [2019-11-16T00:41:30.254Z] daemon.go:325: [d491fbefcc9cc] waiting for daemon to start [2019-11-16T00:41:30.254Z] daemon.go:353: [d491fbefcc9cc] daemon started [2019-11-16T00:41:30.254Z] daemon.go:461: [d491fbefcc9cc] Stopping daemon [2019-11-16T00:41:30.254Z] daemon.go:296: [d491fbefcc9cc] exiting daemon [2019-11-16T00:41:30.254Z] daemon.go:448: [d491fbefcc9cc] Daemon stopped [2019-11-16T00:41:30.254Z] === RUN TestTemplatedSecret [2019-11-16T00:41:30.764Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-11-16T00:41:31.328Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-11-16T00:41:34.378Z] --- PASS: TestTemplatedSecret (3.64s) [2019-11-16T00:41:34.378Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-11-16T00:41:34.378Z] daemon.go:325: [df3b52c71120e] waiting for daemon to start [2019-11-16T00:41:34.378Z] daemon.go:325: [df3b52c71120e] waiting for daemon to start [2019-11-16T00:41:34.378Z] daemon.go:353: [df3b52c71120e] daemon started [2019-11-16T00:41:34.378Z] daemon.go:461: [df3b52c71120e] Stopping daemon [2019-11-16T00:41:34.378Z] daemon.go:296: [df3b52c71120e] exiting daemon [2019-11-16T00:41:34.378Z] daemon.go:448: [df3b52c71120e] Daemon stopped [2019-11-16T00:41:34.378Z] === RUN TestSecretCreateResolve [2019-11-16T00:41:34.604Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-11-16T00:41:35.537Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-11-16T00:41:36.936Z] --- PASS: TestSecretCreateResolve (3.11s) [2019-11-16T00:41:36.936Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-11-16T00:41:36.936Z] daemon.go:325: [dcf57e1036da4] waiting for daemon to start [2019-11-16T00:41:36.936Z] daemon.go:325: [dcf57e1036da4] waiting for daemon to start [2019-11-16T00:41:36.936Z] daemon.go:353: [dcf57e1036da4] daemon started [2019-11-16T00:41:36.936Z] daemon.go:461: [dcf57e1036da4] Stopping daemon [2019-11-16T00:41:36.936Z] daemon.go:296: [dcf57e1036da4] exiting daemon [2019-11-16T00:41:36.936Z] daemon.go:448: [dcf57e1036da4] Daemon stopped [2019-11-16T00:41:36.936Z] PASS [2019-11-16T00:41:36.936Z] [2019-11-16T00:41:36.936Z] DONE 6 tests in 18.268s [2019-11-16T00:41:36.936Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-11-16T00:41:36.936Z] ++ 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-11-16T00:41:36.936Z] ++ set -e [2019-11-16T00:41:36.936Z] ++ '[' -n 0 ']' [2019-11-16T00:41:36.936Z] ++ set -x [2019-11-16T00:41:36.936Z] ++ 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-11-16T00:41:37.322Z] INFO: Testing against a local daemon [2019-11-16T00:41:37.322Z] === RUN TestServiceCreateInit [2019-11-16T00:41:37.322Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-11-16T00:41:37.735Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2019-11-16T00:41:42.086Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-11-16T00:41:42.565Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-11-16T00:41:43.017Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-11-16T00:41:44.404Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-11-16T00:41:45.342Z] --- PASS: TestImportExtremelyLargeImageWorks (203.06s) [2019-11-16T00:41:45.342Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-11-16T00:41:45.342Z] daemon.go:325: [d0763f8a8abe1] waiting for daemon to start [2019-11-16T00:41:45.342Z] daemon.go:325: [d0763f8a8abe1] waiting for daemon to start [2019-11-16T00:41:45.342Z] daemon.go:353: [d0763f8a8abe1] daemon started [2019-11-16T00:41:45.342Z] daemon.go:461: [d0763f8a8abe1] Stopping daemon [2019-11-16T00:41:45.342Z] daemon.go:296: [d0763f8a8abe1] exiting daemon [2019-11-16T00:41:45.342Z] daemon.go:448: [d0763f8a8abe1] Daemon stopped [2019-11-16T00:41:45.342Z] PASS [2019-11-16T00:41:45.342Z] [2019-11-16T00:41:45.342Z] DONE 11 tests in 204.702s [2019-11-16T00:41:45.342Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-11-16T00:41:45.342Z] ++ 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-11-16T00:41:45.342Z] ++ set -e [2019-11-16T00:41:45.342Z] ++ '[' -n 0 ']' [2019-11-16T00:41:45.342Z] ++ set -x [2019-11-16T00:41:45.342Z] ++ 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-11-16T00:41:45.342Z] INFO: Testing against a local daemon [2019-11-16T00:41:45.342Z] === RUN TestNetworkCreateDelete [2019-11-16T00:41:45.599Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-11-16T00:41:45.599Z] --- PASS: TestNetworkCreateDelete (0.20s) [2019-11-16T00:41:45.599Z] === RUN TestDockerNetworkDeletePreferID [2019-11-16T00:41:46.171Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2019-11-16T00:41:46.171Z] === RUN TestInspectNetwork [2019-11-16T00:41:47.858Z] --- PASS: TestServiceCreateInit (10.74s) [2019-11-16T00:41:47.858Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.30s) [2019-11-16T00:41:47.858Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-11-16T00:41:47.858Z] daemon.go:325: [d459dc728c644] waiting for daemon to start [2019-11-16T00:41:47.858Z] daemon.go:325: [d459dc728c644] waiting for daemon to start [2019-11-16T00:41:47.858Z] daemon.go:353: [d459dc728c644] daemon started [2019-11-16T00:41:47.858Z] daemon.go:461: [d459dc728c644] Stopping daemon [2019-11-16T00:41:47.858Z] daemon.go:296: [d459dc728c644] exiting daemon [2019-11-16T00:41:47.858Z] daemon.go:448: [d459dc728c644] Daemon stopped [2019-11-16T00:41:47.858Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.42s) [2019-11-16T00:41:47.858Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-11-16T00:41:47.858Z] daemon.go:325: [d7f4ab4ee21ad] waiting for daemon to start [2019-11-16T00:41:47.858Z] daemon.go:325: [d7f4ab4ee21ad] waiting for daemon to start [2019-11-16T00:41:47.858Z] daemon.go:353: [d7f4ab4ee21ad] daemon started [2019-11-16T00:41:47.858Z] daemon.go:461: [d7f4ab4ee21ad] Stopping daemon [2019-11-16T00:41:47.858Z] daemon.go:296: [d7f4ab4ee21ad] exiting daemon [2019-11-16T00:41:47.858Z] daemon.go:448: [d7f4ab4ee21ad] Daemon stopped [2019-11-16T00:41:47.858Z] === RUN TestCreateServiceMultipleTimes [2019-11-16T00:41:48.696Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-11-16T00:41:49.628Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-11-16T00:41:50.192Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-11-16T00:41:50.192Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-11-16T00:41:52.715Z] === RUN TestInspectNetwork/full_network_id [2019-11-16T00:41:52.715Z] === RUN TestInspectNetwork/partial_network_id [2019-11-16T00:41:52.715Z] === RUN TestInspectNetwork/network_name [2019-11-16T00:41:52.715Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-11-16T00:41:55.241Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-11-16T00:41:57.137Z] --- PASS: TestInspectNetwork (11.01s) [2019-11-16T00:41:57.137Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-11-16T00:41:57.137Z] daemon.go:325: [dc7f893fd7c34] waiting for daemon to start [2019-11-16T00:41:57.137Z] daemon.go:325: [dc7f893fd7c34] waiting for daemon to start [2019-11-16T00:41:57.137Z] daemon.go:353: [dc7f893fd7c34] daemon started [2019-11-16T00:41:57.137Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-11-16T00:41:57.137Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-11-16T00:41:57.137Z] --- PASS: TestInspectNetwork/network_name (0.01s) [2019-11-16T00:41:57.137Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-11-16T00:41:57.137Z] daemon.go:461: [dc7f893fd7c34] Stopping daemon [2019-11-16T00:41:57.137Z] daemon.go:296: [dc7f893fd7c34] exiting daemon [2019-11-16T00:41:57.137Z] daemon.go:448: [dc7f893fd7c34] Daemon stopped [2019-11-16T00:41:57.137Z] === RUN TestRunContainerWithBridgeNone [2019-11-16T00:41:57.394Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-11-16T00:41:57.651Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-11-16T00:42:00.929Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-11-16T00:42:00.929Z] --- PASS: TestRunContainerWithBridgeNone (3.53s) [2019-11-16T00:42:00.929Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-11-16T00:42:00.929Z] daemon.go:325: [deb007979160f] waiting for daemon to start [2019-11-16T00:42:00.929Z] daemon.go:325: [deb007979160f] waiting for daemon to start [2019-11-16T00:42:00.929Z] daemon.go:353: [deb007979160f] daemon started [2019-11-16T00:42:00.929Z] daemon.go:461: [deb007979160f] Stopping daemon [2019-11-16T00:42:00.929Z] daemon.go:296: [deb007979160f] exiting daemon [2019-11-16T00:42:00.929Z] daemon.go:448: [deb007979160f] Daemon stopped [2019-11-16T00:42:00.929Z] === RUN TestNetworkInvalidJSON [2019-11-16T00:42:00.929Z] === RUN TestNetworkInvalidJSON//networks/create [2019-11-16T00:42:00.929Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-11-16T00:42:00.929Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:42:00.929Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:42:00.929Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:42:00.929Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:42:00.929Z] === CONT TestNetworkInvalidJSON//networks/create [2019-11-16T00:42:00.929Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:42:00.929Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:42:00.929Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-11-16T00:42:00.929Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-11-16T00:42:00.929Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-11-16T00:42:00.929Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-11-16T00:42:00.929Z] === RUN TestDaemonRestartWithLiveRestore [2019-11-16T00:42:01.862Z] --- PASS: TestDaemonRestartWithLiveRestore (1.16s) [2019-11-16T00:42:01.862Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-11-16T00:42:01.862Z] daemon.go:325: [dc41be89a5fdf] waiting for daemon to start [2019-11-16T00:42:01.862Z] daemon.go:325: [dc41be89a5fdf] waiting for daemon to start [2019-11-16T00:42:01.862Z] daemon.go:353: [dc41be89a5fdf] daemon started [2019-11-16T00:42:01.862Z] daemon.go:461: [dc41be89a5fdf] Stopping daemon [2019-11-16T00:42:01.862Z] daemon.go:296: [dc41be89a5fdf] exiting daemon [2019-11-16T00:42:01.862Z] daemon.go:448: [dc41be89a5fdf] Daemon stopped [2019-11-16T00:42:01.862Z] daemon.go:325: [dc41be89a5fdf] waiting for daemon to start [2019-11-16T00:42:01.862Z] daemon.go:325: [dc41be89a5fdf] waiting for daemon to start [2019-11-16T00:42:01.862Z] daemon.go:353: [dc41be89a5fdf] daemon started [2019-11-16T00:42:01.862Z] daemon.go:461: [dc41be89a5fdf] Stopping daemon [2019-11-16T00:42:01.862Z] daemon.go:296: [dc41be89a5fdf] exiting daemon [2019-11-16T00:42:01.862Z] daemon.go:448: [dc41be89a5fdf] Daemon stopped [2019-11-16T00:42:01.862Z] === RUN TestDaemonDefaultNetworkPools [2019-11-16T00:42:02.426Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2019-11-16T00:42:02.426Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-11-16T00:42:02.426Z] daemon.go:325: [df9ff494a2960] waiting for daemon to start [2019-11-16T00:42:02.426Z] daemon.go:325: [df9ff494a2960] waiting for daemon to start [2019-11-16T00:42:02.426Z] daemon.go:353: [df9ff494a2960] daemon started [2019-11-16T00:42:02.426Z] daemon.go:461: [df9ff494a2960] Stopping daemon [2019-11-16T00:42:02.426Z] daemon.go:296: [df9ff494a2960] exiting daemon [2019-11-16T00:42:02.426Z] daemon.go:448: [df9ff494a2960] Daemon stopped [2019-11-16T00:42:02.426Z] === RUN TestDaemonRestartWithExistingNetwork [2019-11-16T00:42:03.798Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.38s) [2019-11-16T00:42:03.798Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-11-16T00:42:03.798Z] daemon.go:325: [d508e0e139896] waiting for daemon to start [2019-11-16T00:42:03.798Z] daemon.go:325: [d508e0e139896] waiting for daemon to start [2019-11-16T00:42:03.798Z] daemon.go:353: [d508e0e139896] daemon started [2019-11-16T00:42:03.798Z] daemon.go:461: [d508e0e139896] Stopping daemon [2019-11-16T00:42:03.798Z] daemon.go:296: [d508e0e139896] exiting daemon [2019-11-16T00:42:03.798Z] daemon.go:448: [d508e0e139896] Daemon stopped [2019-11-16T00:42:03.798Z] daemon.go:325: [d508e0e139896] waiting for daemon to start [2019-11-16T00:42:03.798Z] daemon.go:325: [d508e0e139896] waiting for daemon to start [2019-11-16T00:42:03.798Z] daemon.go:353: [d508e0e139896] daemon started [2019-11-16T00:42:03.798Z] daemon.go:461: [d508e0e139896] Stopping daemon [2019-11-16T00:42:03.798Z] daemon.go:296: [d508e0e139896] exiting daemon [2019-11-16T00:42:03.798Z] daemon.go:448: [d508e0e139896] Daemon stopped [2019-11-16T00:42:03.798Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-11-16T00:42:05.169Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2019-11-16T00:42:05.169Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-11-16T00:42:05.169Z] daemon.go:325: [d5d228d582b00] waiting for daemon to start [2019-11-16T00:42:05.169Z] daemon.go:325: [d5d228d582b00] waiting for daemon to start [2019-11-16T00:42:05.169Z] daemon.go:353: [d5d228d582b00] daemon started [2019-11-16T00:42:05.169Z] daemon.go:461: [d5d228d582b00] Stopping daemon [2019-11-16T00:42:05.169Z] daemon.go:296: [d5d228d582b00] exiting daemon [2019-11-16T00:42:05.169Z] daemon.go:448: [d5d228d582b00] Daemon stopped [2019-11-16T00:42:05.169Z] daemon.go:325: [d5d228d582b00] waiting for daemon to start [2019-11-16T00:42:05.169Z] daemon.go:325: [d5d228d582b00] waiting for daemon to start [2019-11-16T00:42:05.169Z] daemon.go:353: [d5d228d582b00] daemon started [2019-11-16T00:42:05.169Z] daemon.go:461: [d5d228d582b00] Stopping daemon [2019-11-16T00:42:05.169Z] daemon.go:296: [d5d228d582b00] exiting daemon [2019-11-16T00:42:05.169Z] daemon.go:448: [d5d228d582b00] Daemon stopped [2019-11-16T00:42:05.169Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-11-16T00:42:05.735Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2019-11-16T00:42:05.735Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-11-16T00:42:05.735Z] daemon.go:325: [d0496588f166a] waiting for daemon to start [2019-11-16T00:42:05.735Z] daemon.go:325: [d0496588f166a] waiting for daemon to start [2019-11-16T00:42:05.735Z] daemon.go:353: [d0496588f166a] daemon started [2019-11-16T00:42:05.735Z] daemon.go:461: [d0496588f166a] Stopping daemon [2019-11-16T00:42:05.735Z] daemon.go:296: [d0496588f166a] exiting daemon [2019-11-16T00:42:05.735Z] daemon.go:448: [d0496588f166a] Daemon stopped [2019-11-16T00:42:05.735Z] === RUN TestServiceWithPredefinedNetwork [2019-11-16T00:42:07.106Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-11-16T00:42:07.868Z] --- PASS: TestCreateServiceMultipleTimes (19.62s) [2019-11-16T00:42:07.868Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-11-16T00:42:07.868Z] daemon.go:325: [da78c13739293] waiting for daemon to start [2019-11-16T00:42:07.868Z] daemon.go:325: [da78c13739293] waiting for daemon to start [2019-11-16T00:42:07.868Z] daemon.go:353: [da78c13739293] daemon started [2019-11-16T00:42:07.868Z] daemon.go:461: [da78c13739293] Stopping daemon [2019-11-16T00:42:07.868Z] daemon.go:296: [da78c13739293] exiting daemon [2019-11-16T00:42:07.868Z] daemon.go:448: [da78c13739293] Daemon stopped [2019-11-16T00:42:07.868Z] === RUN TestCreateServiceConflict [2019-11-16T00:42:08.481Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-11-16T00:42:09.413Z] --- PASS: TestServiceWithPredefinedNetwork (3.73s) [2019-11-16T00:42:09.413Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-11-16T00:42:09.413Z] daemon.go:325: [dbf5b1d8dca73] waiting for daemon to start [2019-11-16T00:42:09.413Z] daemon.go:325: [dbf5b1d8dca73] waiting for daemon to start [2019-11-16T00:42:09.413Z] daemon.go:353: [dbf5b1d8dca73] daemon started [2019-11-16T00:42:09.413Z] daemon.go:461: [dbf5b1d8dca73] Stopping daemon [2019-11-16T00:42:09.413Z] daemon.go:296: [dbf5b1d8dca73] exiting daemon [2019-11-16T00:42:09.413Z] daemon.go:448: [dbf5b1d8dca73] Daemon stopped [2019-11-16T00:42:09.413Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-11-16T00:42:09.413Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-11-16T00:42:09.413Z] service_test.go:230: FLAKY_TEST [2019-11-16T00:42:09.413Z] === RUN TestServiceWithDataPathPortInit [2019-11-16T00:42:10.346Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-11-16T00:42:10.365Z] --- PASS: TestCreateServiceConflict (2.99s) [2019-11-16T00:42:10.365Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-11-16T00:42:10.365Z] daemon.go:325: [d5f5850a89efe] waiting for daemon to start [2019-11-16T00:42:10.365Z] daemon.go:325: [d5f5850a89efe] waiting for daemon to start [2019-11-16T00:42:10.365Z] daemon.go:353: [d5f5850a89efe] daemon started [2019-11-16T00:42:10.365Z] daemon.go:461: [d5f5850a89efe] Stopping daemon [2019-11-16T00:42:10.365Z] daemon.go:296: [d5f5850a89efe] exiting daemon [2019-11-16T00:42:10.365Z] daemon.go:448: [d5f5850a89efe] Daemon stopped [2019-11-16T00:42:10.365Z] === RUN TestCreateServiceMaxReplicas [2019-11-16T00:42:11.278Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-11-16T00:42:12.212Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-11-16T00:42:14.110Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-11-16T00:42:14.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-11-16T00:42:14.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-11-16T00:42:14.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-11-16T00:42:14.469Z] --- PASS: TestCreateServiceMaxReplicas (3.98s) [2019-11-16T00:42:14.469Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-11-16T00:42:14.469Z] daemon.go:325: [dd48c7df9c8f5] waiting for daemon to start [2019-11-16T00:42:14.469Z] daemon.go:325: [dd48c7df9c8f5] waiting for daemon to start [2019-11-16T00:42:14.469Z] daemon.go:353: [dd48c7df9c8f5] daemon started [2019-11-16T00:42:14.469Z] daemon.go:461: [dd48c7df9c8f5] Stopping daemon [2019-11-16T00:42:14.469Z] daemon.go:296: [dd48c7df9c8f5] exiting daemon [2019-11-16T00:42:14.469Z] daemon.go:448: [dd48c7df9c8f5] Daemon stopped [2019-11-16T00:42:14.469Z] === RUN TestCreateWithDuplicateNetworkNames [2019-11-16T00:42:15.043Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-11-16T00:42:15.301Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-11-16T00:42:16.700Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-11-16T00:42:19.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite (410.50s) [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.44s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-11-16T00:42:20.559Z] daemon.go:325: [dea40a9ff3d89] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [dea40a9ff3d89] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [dea40a9ff3d89] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [dea40a9ff3d89] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [dea40a9ff3d89] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [dea40a9ff3d89] Daemon stopped [2019-11-16T00:42:20.559Z] daemon.go:325: [dea40a9ff3d89] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [dea40a9ff3d89] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [dea40a9ff3d89] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [dea40a9ff3d89] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [dea40a9ff3d89] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [dea40a9ff3d89] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.85s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-11-16T00:42:20.559Z] daemon.go:325: [dc2073a54f4e7] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [dc2073a54f4e7] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [dc2073a54f4e7] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [dc2073a54f4e7] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [dc2073a54f4e7] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [dc2073a54f4e7] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.54s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-11-16T00:42:20.559Z] daemon.go:325: [dfa0ec062e68d] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [dfa0ec062e68d] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [dfa0ec062e68d] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [dfa0ec062e68d] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [dfa0ec062e68d] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [dfa0ec062e68d] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.62s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-11-16T00:42:20.559Z] daemon.go:325: [d13c0fbde7b0d] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d13c0fbde7b0d] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d13c0fbde7b0d] daemon started [2019-11-16T00:42:20.559Z] daemon.go:296: [d13c0fbde7b0d] exiting daemon [2019-11-16T00:42:20.559Z] docker_cli_daemon_test.go:1449: Daemon d13c0fbde7b0d is not started [2019-11-16T00:42:20.559Z] daemon.go:325: [d13c0fbde7b0d] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d13c0fbde7b0d] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d13c0fbde7b0d] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d13c0fbde7b0d] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d13c0fbde7b0d] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d13c0fbde7b0d] Daemon stopped [2019-11-16T00:42:20.559Z] check_test.go:309: Daemon d5902a99f1b15 is not started [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.24s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-11-16T00:42:20.559Z] daemon.go:325: [d54adc4eee00b] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d54adc4eee00b] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d54adc4eee00b] daemon started [2019-11-16T00:42:20.559Z] daemon.go:296: [d54adc4eee00b] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:325: [d54adc4eee00b] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d54adc4eee00b] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d54adc4eee00b] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d54adc4eee00b] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d54adc4eee00b] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d54adc4eee00b] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.63s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-11-16T00:42:20.559Z] daemon.go:325: [d3aee89aab72d] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d3aee89aab72d] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d3aee89aab72d] daemon started [2019-11-16T00:42:20.559Z] daemon.go:296: [d3aee89aab72d] exiting daemon [2019-11-16T00:42:20.559Z] check_test.go:309: Daemon dd925c1c55d18 is not started [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.25s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-11-16T00:42:20.559Z] daemon.go:325: [d229dfd1b160e] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d229dfd1b160e] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d229dfd1b160e] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d229dfd1b160e] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d229dfd1b160e] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d229dfd1b160e] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.94s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-11-16T00:42:20.559Z] daemon.go:325: [d9086bc235a5e] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:296: [d9086bc235a5e] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:325: [d9086bc235a5e] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d9086bc235a5e] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d9086bc235a5e] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d9086bc235a5e] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d9086bc235a5e] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d9086bc235a5e] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d9086bc235a5e] Daemon stopped [2019-11-16T00:42:20.559Z] daemon.go:325: [d9086bc235a5e] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d9086bc235a5e] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d9086bc235a5e] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d9086bc235a5e] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d9086bc235a5e] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d9086bc235a5e] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.49s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-11-16T00:42:20.559Z] daemon.go:325: [df48455f51a31] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [df48455f51a31] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [df48455f51a31] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [df48455f51a31] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [df48455f51a31] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [df48455f51a31] Daemon stopped [2019-11-16T00:42:20.559Z] daemon.go:325: [df48455f51a31] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [df48455f51a31] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [df48455f51a31] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [df48455f51a31] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [df48455f51a31] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [df48455f51a31] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.96s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-11-16T00:42:20.559Z] daemon.go:325: [dc52afaf682f0] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [dc52afaf682f0] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [dc52afaf682f0] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [dc52afaf682f0] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [dc52afaf682f0] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [dc52afaf682f0] Daemon stopped [2019-11-16T00:42:20.559Z] daemon.go:325: [dc52afaf682f0] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [dc52afaf682f0] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [dc52afaf682f0] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [dc52afaf682f0] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [dc52afaf682f0] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [dc52afaf682f0] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.48s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-11-16T00:42:20.559Z] daemon.go:325: [d91e3955677bd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d91e3955677bd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d91e3955677bd] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d91e3955677bd] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d91e3955677bd] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d91e3955677bd] Daemon stopped [2019-11-16T00:42:20.559Z] daemon.go:325: [d91e3955677bd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d91e3955677bd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d91e3955677bd] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d91e3955677bd] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d91e3955677bd] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d91e3955677bd] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.70s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP [2019-11-16T00:42:20.559Z] daemon.go:325: [d326684a86439] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d326684a86439] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d326684a86439] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d326684a86439] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d326684a86439] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d326684a86439] Daemon stopped [2019-11-16T00:42:20.559Z] daemon.go:325: [d326684a86439] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d326684a86439] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d326684a86439] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d326684a86439] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d326684a86439] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d326684a86439] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.51s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone [2019-11-16T00:42:20.559Z] daemon.go:325: [d555874bb76cd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d555874bb76cd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d555874bb76cd] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d555874bb76cd] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d555874bb76cd] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d555874bb76cd] Daemon stopped [2019-11-16T00:42:20.559Z] daemon.go:325: [d555874bb76cd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d555874bb76cd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d555874bb76cd] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d555874bb76cd] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d555874bb76cd] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d555874bb76cd] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.39s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent [2019-11-16T00:42:20.559Z] daemon.go:325: [d57e61a45cabd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d57e61a45cabd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d57e61a45cabd] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d57e61a45cabd] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d57e61a45cabd] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d57e61a45cabd] Daemon stopped [2019-11-16T00:42:20.559Z] daemon.go:325: [d57e61a45cabd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:325: [d57e61a45cabd] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:353: [d57e61a45cabd] daemon started [2019-11-16T00:42:20.559Z] daemon.go:461: [d57e61a45cabd] Stopping daemon [2019-11-16T00:42:20.559Z] daemon.go:296: [d57e61a45cabd] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:448: [d57e61a45cabd] Daemon stopped [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-11-16T00:42:20.559Z] daemon.go:325: [dbd8bb89afd5b] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:296: [dbd8bb89afd5b] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:325: [dbd8bb89afd5b] waiting for daemon to start [2019-11-16T00:42:20.559Z] check_test.go:309: Daemon d17ef7005818b is not started [2019-11-16T00:42:20.559Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-11-16T00:42:20.559Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-11-16T00:42:20.559Z] daemon.go:325: [d441514104ef1] waiting for daemon to start [2019-11-16T00:42:20.559Z] daemon.go:296: [d441514104ef1] exiting daemon [2019-11-16T00:42:20.559Z] daemon.go:325: [d441514104ef1] waiting for daemon to start [2019-11-16T00:42:20.559Z] check_test.go:309: Daemon d5c4095a768a3 is not started [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.46s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-11-16T00:42:20.560Z] daemon.go:325: [d1a0cc1afbe56] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d1a0cc1afbe56] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d1a0cc1afbe56] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d1a0cc1afbe56] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d1a0cc1afbe56] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d1a0cc1afbe56] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog [2019-11-16T00:42:20.560Z] daemon.go:325: [d2e4a1d10c67d] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d2e4a1d10c67d] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d2e4a1d10c67d] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d2e4a1d10c67d] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d2e4a1d10c67d] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d2e4a1d10c67d] Daemon stopped [2019-11-16T00:42:20.560Z] check_test.go:309: Daemon d2e4a1d10c67d is not started [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.04s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-11-16T00:42:20.560Z] daemon.go:325: [d1a2eb01b9680] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d1a2eb01b9680] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d1a2eb01b9680] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d1a2eb01b9680] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d1a2eb01b9680] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d1a2eb01b9680] Daemon stopped [2019-11-16T00:42:20.560Z] daemon.go:325: [d1a2eb01b9680] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d1a2eb01b9680] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d1a2eb01b9680] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d1a2eb01b9680] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d1a2eb01b9680] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d1a2eb01b9680] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.74s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-11-16T00:42:20.560Z] daemon.go:325: [db849d3bb5c1a] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [db849d3bb5c1a] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [db849d3bb5c1a] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [db849d3bb5c1a] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [db849d3bb5c1a] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [db849d3bb5c1a] Daemon stopped [2019-11-16T00:42:20.560Z] daemon.go:325: [db849d3bb5c1a] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [db849d3bb5c1a] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [db849d3bb5c1a] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [db849d3bb5c1a] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [db849d3bb5c1a] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [db849d3bb5c1a] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.73s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-11-16T00:42:20.560Z] daemon.go:325: [d14a847ab9379] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d14a847ab9379] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d14a847ab9379] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d14a847ab9379] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d14a847ab9379] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d14a847ab9379] Daemon stopped [2019-11-16T00:42:20.560Z] daemon.go:325: [d14a847ab9379] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d14a847ab9379] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d14a847ab9379] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d14a847ab9379] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d14a847ab9379] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d14a847ab9379] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.20s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-11-16T00:42:20.560Z] daemon.go:325: [de3247b774722] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [de3247b774722] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [de3247b774722] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [de3247b774722] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [de3247b774722] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [de3247b774722] Daemon stopped [2019-11-16T00:42:20.560Z] daemon.go:325: [de3247b774722] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [de3247b774722] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [de3247b774722] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [de3247b774722] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [de3247b774722] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [de3247b774722] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.58s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-11-16T00:42:20.560Z] daemon.go:325: [d76e118744fb9] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d76e118744fb9] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d76e118744fb9] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d76e118744fb9] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d76e118744fb9] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d76e118744fb9] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.62s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents [2019-11-16T00:42:20.560Z] daemon.go:325: [d1362b9d57341] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d1362b9d57341] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d1362b9d57341] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d1362b9d57341] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d1362b9d57341] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d1362b9d57341] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.61s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-11-16T00:42:20.560Z] daemon.go:325: [d9ad3102eccd8] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d9ad3102eccd8] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d9ad3102eccd8] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d9ad3102eccd8] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d9ad3102eccd8] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d9ad3102eccd8] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-11-16T00:42:20.560Z] daemon.go:325: [de966a47e65dd] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:296: [de966a47e65dd] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:325: [de966a47e65dd] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:461: [de966a47e65dd] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:450: [de966a47e65dd] Error when stopping daemon: daemon not started [2019-11-16T00:42:20.560Z] check_test.go:309: Daemon de966a47e65dd is not started [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD [2019-11-16T00:42:20.560Z] daemon.go:325: [d37f150da4c1e] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d37f150da4c1e] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d37f150da4c1e] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d37f150da4c1e] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d37f150da4c1e] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d37f150da4c1e] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug [2019-11-16T00:42:20.560Z] daemon.go:325: [dc492140bb96b] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [dc492140bb96b] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [dc492140bb96b] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [dc492140bb96b] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [dc492140bb96b] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [dc492140bb96b] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-11-16T00:42:20.560Z] daemon.go:325: [dde8ef033c97e] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [dde8ef033c97e] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [dde8ef033c97e] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [dde8ef033c97e] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [dde8ef033c97e] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [dde8ef033c97e] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.41s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-11-16T00:42:20.560Z] daemon.go:325: [d28c0608206e5] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d28c0608206e5] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d28c0608206e5] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d28c0608206e5] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d28c0608206e5] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d28c0608206e5] Daemon stopped [2019-11-16T00:42:20.560Z] daemon.go:325: [d28c0608206e5] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d28c0608206e5] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d28c0608206e5] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d28c0608206e5] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d28c0608206e5] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d28c0608206e5] Daemon stopped [2019-11-16T00:42:20.560Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing [2019-11-16T00:42:20.560Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-11-16T00:42:20.560Z] check_test.go:309: Daemon d53560778f6e9 is not started [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.93s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP [2019-11-16T00:42:20.560Z] daemon.go:325: [d3027488aa787] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d3027488aa787] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d3027488aa787] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d3027488aa787] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d3027488aa787] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d3027488aa787] Daemon stopped [2019-11-16T00:42:20.560Z] daemon.go:325: [d3027488aa787] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d3027488aa787] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d3027488aa787] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d3027488aa787] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d3027488aa787] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d3027488aa787] Daemon stopped [2019-11-16T00:42:20.560Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-11-16T00:42:20.560Z] requirement.go:26: unmatched requirement IPv6 [2019-11-16T00:42:20.560Z] check_test.go:309: Daemon d05b3e3347df2 is not started [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (12.44s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-11-16T00:42:20.560Z] daemon.go:325: [d7ce6c6328085] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d7ce6c6328085] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d7ce6c6328085] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d7ce6c6328085] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d7ce6c6328085] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d7ce6c6328085] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (12.24s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-11-16T00:42:20.560Z] daemon.go:325: [dab6fd059e013] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [dab6fd059e013] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [dab6fd059e013] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [dab6fd059e013] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [dab6fd059e013] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [dab6fd059e013] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (11.95s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-11-16T00:42:20.560Z] daemon.go:325: [d27833d36eb3e] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d27833d36eb3e] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d27833d36eb3e] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d27833d36eb3e] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d27833d36eb3e] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d27833d36eb3e] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.22s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean [2019-11-16T00:42:20.560Z] daemon.go:325: [d1fb72b653cbe] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d1fb72b653cbe] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d1fb72b653cbe] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d1fb72b653cbe] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d1fb72b653cbe] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d1fb72b653cbe] Daemon stopped [2019-11-16T00:42:20.560Z] check_test.go:309: Daemon d1fb72b653cbe is not started [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.45s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-11-16T00:42:20.560Z] daemon.go:325: [dfaa6e9720031] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [dfaa6e9720031] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [dfaa6e9720031] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [dfaa6e9720031] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [dfaa6e9720031] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [dfaa6e9720031] Daemon stopped [2019-11-16T00:42:20.560Z] daemon.go:325: [dfaa6e9720031] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [dfaa6e9720031] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [dfaa6e9720031] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [dfaa6e9720031] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [dfaa6e9720031] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [dfaa6e9720031] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-11-16T00:42:20.560Z] daemon.go:325: [d3d55f3f7071e] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d3d55f3f7071e] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d3d55f3f7071e] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d3d55f3f7071e] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d3d55f3f7071e] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d3d55f3f7071e] Daemon stopped [2019-11-16T00:42:20.560Z] check_test.go:309: Daemon d3d55f3f7071e is not started [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.22s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-11-16T00:42:20.560Z] daemon.go:325: [d79cac2e61427] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d79cac2e61427] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d79cac2e61427] daemon started [2019-11-16T00:42:20.560Z] daemon.go:296: [d79cac2e61427] exiting daemon [2019-11-16T00:42:20.560Z] docker_cli_daemon_plugins_test.go:80: Daemon d79cac2e61427 is not started [2019-11-16T00:42:20.560Z] daemon.go:325: [d79cac2e61427] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d79cac2e61427] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d79cac2e61427] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d79cac2e61427] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d79cac2e61427] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d79cac2e61427] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.73s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-11-16T00:42:20.560Z] daemon.go:325: [d203f54c185b0] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d203f54c185b0] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d203f54c185b0] daemon started [2019-11-16T00:42:20.560Z] daemon.go:296: [d203f54c185b0] exiting daemon [2019-11-16T00:42:20.560Z] docker_cli_daemon_plugins_test.go:170: Daemon d203f54c185b0 is not started [2019-11-16T00:42:20.560Z] daemon.go:325: [d203f54c185b0] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d203f54c185b0] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d203f54c185b0] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d203f54c185b0] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d203f54c185b0] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d203f54c185b0] Daemon stopped [2019-11-16T00:42:20.560Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.45s) [2019-11-16T00:42:20.560Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-11-16T00:42:20.560Z] daemon.go:325: [d16160d2c9c90] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:325: [d16160d2c9c90] waiting for daemon to start [2019-11-16T00:42:20.560Z] daemon.go:353: [d16160d2c9c90] daemon started [2019-11-16T00:42:20.560Z] daemon.go:461: [d16160d2c9c90] Stopping daemon [2019-11-16T00:42:20.560Z] daemon.go:296: [d16160d2c9c90] exiting daemon [2019-11-16T00:42:20.560Z] daemon.go:448: [d16160d2c9c90] Daemon stopped [2019-11-16T00:42:20.560Z] daemon.go:325: [d16160d2c9c90] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d16160d2c9c90] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d16160d2c9c90] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d16160d2c9c90] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d16160d2c9c90] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d16160d2c9c90] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-11-16T00:42:20.561Z] daemon.go:325: [d972dc2ba5759] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d972dc2ba5759] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d972dc2ba5759] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d972dc2ba5759] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d972dc2ba5759] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d972dc2ba5759] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-11-16T00:42:20.561Z] daemon.go:325: [d1500e2e85013] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d1500e2e85013] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d1500e2e85013] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d1500e2e85013] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d1500e2e85013] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d1500e2e85013] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-11-16T00:42:20.561Z] daemon.go:325: [de4b5ae55124f] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:296: [de4b5ae55124f] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:325: [de4b5ae55124f] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:461: [de4b5ae55124f] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:450: [de4b5ae55124f] Error when stopping daemon: daemon not started [2019-11-16T00:42:20.561Z] check_test.go:309: Daemon de4b5ae55124f is not started [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.17s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions [2019-11-16T00:42:20.561Z] daemon.go:325: [dd1709ec895b8] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [dd1709ec895b8] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [dd1709ec895b8] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [dd1709ec895b8] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [dd1709ec895b8] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [dd1709ec895b8] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.28s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-11-16T00:42:20.561Z] daemon.go:325: [d290b2f9d3e7c] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d290b2f9d3e7c] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d290b2f9d3e7c] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d290b2f9d3e7c] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d290b2f9d3e7c] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d290b2f9d3e7c] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.15s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-11-16T00:42:20.561Z] daemon.go:325: [da83f4160c999] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [da83f4160c999] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [da83f4160c999] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [da83f4160c999] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [da83f4160c999] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [da83f4160c999] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.96s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-11-16T00:42:20.561Z] daemon.go:325: [db624074754c6] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [db624074754c6] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [db624074754c6] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [db624074754c6] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [db624074754c6] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [db624074754c6] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.09s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-11-16T00:42:20.561Z] daemon.go:325: [d1d1d2d535f1a] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d1d1d2d535f1a] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d1d1d2d535f1a] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d1d1d2d535f1a] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d1d1d2d535f1a] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d1d1d2d535f1a] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.96s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-11-16T00:42:20.561Z] daemon.go:325: [dbc1f625b6eeb] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [dbc1f625b6eeb] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [dbc1f625b6eeb] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [dbc1f625b6eeb] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [dbc1f625b6eeb] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [dbc1f625b6eeb] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.09s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-11-16T00:42:20.561Z] daemon.go:325: [d0254c35ab091] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d0254c35ab091] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d0254c35ab091] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d0254c35ab091] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d0254c35ab091] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d0254c35ab091] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-11-16T00:42:20.561Z] daemon.go:325: [deb2121d9f937] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [deb2121d9f937] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [deb2121d9f937] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [deb2121d9f937] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [deb2121d9f937] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [deb2121d9f937] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-11-16T00:42:20.561Z] daemon.go:325: [df8d8956e45b2] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [df8d8956e45b2] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [df8d8956e45b2] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [df8d8956e45b2] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [df8d8956e45b2] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [df8d8956e45b2] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-11-16T00:42:20.561Z] daemon.go:325: [ddf1596d4f7fd] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [ddf1596d4f7fd] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [ddf1596d4f7fd] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [ddf1596d4f7fd] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [ddf1596d4f7fd] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [ddf1596d4f7fd] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.51s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-11-16T00:42:20.561Z] daemon.go:325: [d6ea04332029e] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d6ea04332029e] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d6ea04332029e] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d6ea04332029e] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d6ea04332029e] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d6ea04332029e] Daemon stopped [2019-11-16T00:42:20.561Z] check_test.go:309: Daemon d6ea04332029e is not started [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.29s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-11-16T00:42:20.561Z] daemon.go:325: [da66f9928eda6] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [da66f9928eda6] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [da66f9928eda6] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [da66f9928eda6] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [da66f9928eda6] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [da66f9928eda6] Daemon stopped [2019-11-16T00:42:20.561Z] daemon.go:325: [da66f9928eda6] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [da66f9928eda6] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [da66f9928eda6] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [da66f9928eda6] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [da66f9928eda6] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [da66f9928eda6] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.26s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-11-16T00:42:20.561Z] daemon.go:325: [d1ec0eecca6c1] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d1ec0eecca6c1] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d1ec0eecca6c1] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d1ec0eecca6c1] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d1ec0eecca6c1] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d1ec0eecca6c1] Daemon stopped [2019-11-16T00:42:20.561Z] daemon.go:325: [d1ec0eecca6c1] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d1ec0eecca6c1] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d1ec0eecca6c1] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d1ec0eecca6c1] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d1ec0eecca6c1] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d1ec0eecca6c1] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d1ec0eecca6c1] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d1ec0eecca6c1] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.52s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-11-16T00:42:20.561Z] daemon.go:325: [d4521a5daa7e1] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d4521a5daa7e1] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d4521a5daa7e1] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d4521a5daa7e1] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d4521a5daa7e1] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d4521a5daa7e1] Daemon stopped [2019-11-16T00:42:20.561Z] daemon.go:325: [d4521a5daa7e1] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d4521a5daa7e1] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d4521a5daa7e1] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d4521a5daa7e1] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d4521a5daa7e1] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d4521a5daa7e1] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-11-16T00:42:20.561Z] daemon.go:325: [d9a1e4c97b705] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d9a1e4c97b705] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d9a1e4c97b705] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d9a1e4c97b705] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d9a1e4c97b705] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d9a1e4c97b705] Daemon stopped [2019-11-16T00:42:20.561Z] daemon.go:325: [d9a1e4c97b705] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d9a1e4c97b705] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d9a1e4c97b705] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d9a1e4c97b705] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d9a1e4c97b705] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d9a1e4c97b705] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (6.12s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-11-16T00:42:20.561Z] daemon.go:325: [d40215bf1c554] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d40215bf1c554] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d40215bf1c554] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d40215bf1c554] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d40215bf1c554] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d40215bf1c554] Daemon stopped [2019-11-16T00:42:20.561Z] daemon.go:325: [d40215bf1c554] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d40215bf1c554] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d40215bf1c554] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d40215bf1c554] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d40215bf1c554] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d40215bf1c554] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.79s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-11-16T00:42:20.561Z] daemon.go:325: [d84bc5cd9a188] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d84bc5cd9a188] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d84bc5cd9a188] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d84bc5cd9a188] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d84bc5cd9a188] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d84bc5cd9a188] Daemon stopped [2019-11-16T00:42:20.561Z] daemon.go:325: [d84bc5cd9a188] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d84bc5cd9a188] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d84bc5cd9a188] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d84bc5cd9a188] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d84bc5cd9a188] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d84bc5cd9a188] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.74s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-11-16T00:42:20.561Z] daemon.go:325: [dbdcc777f80cd] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [dbdcc777f80cd] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [dbdcc777f80cd] daemon started [2019-11-16T00:42:20.561Z] daemon.go:296: [dbdcc777f80cd] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:325: [dbdcc777f80cd] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [dbdcc777f80cd] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [dbdcc777f80cd] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [dbdcc777f80cd] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [dbdcc777f80cd] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [dbdcc777f80cd] Daemon stopped [2019-11-16T00:42:20.561Z] check_test.go:309: Daemon dbdcc777f80cd is not started [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.76s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-11-16T00:42:20.561Z] daemon.go:325: [d8cf3b03c2c43] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d8cf3b03c2c43] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d8cf3b03c2c43] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d8cf3b03c2c43] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d8cf3b03c2c43] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d8cf3b03c2c43] Daemon stopped [2019-11-16T00:42:20.561Z] daemon.go:325: [d8cf3b03c2c43] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [d8cf3b03c2c43] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [d8cf3b03c2c43] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [d8cf3b03c2c43] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [d8cf3b03c2c43] exiting daemon [2019-11-16T00:42:20.561Z] daemon.go:448: [d8cf3b03c2c43] Daemon stopped [2019-11-16T00:42:20.561Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.01s) [2019-11-16T00:42:20.561Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-11-16T00:42:20.561Z] daemon.go:325: [db00828368cf2] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:325: [db00828368cf2] waiting for daemon to start [2019-11-16T00:42:20.561Z] daemon.go:353: [db00828368cf2] daemon started [2019-11-16T00:42:20.561Z] daemon.go:461: [db00828368cf2] Stopping daemon [2019-11-16T00:42:20.561Z] daemon.go:296: [db00828368cf2] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [db00828368cf2] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [db00828368cf2] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [db00828368cf2] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [db00828368cf2] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [db00828368cf2] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [db00828368cf2] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [db00828368cf2] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (12.62s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-11-16T00:42:20.562Z] daemon.go:325: [d9d59280cded1] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d9d59280cded1] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d9d59280cded1] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d9d59280cded1] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d9d59280cded1] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d9d59280cded1] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [d9d59280cded1] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d9d59280cded1] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d9d59280cded1] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d9d59280cded1] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d9d59280cded1] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d9d59280cded1] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [d9d59280cded1] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d9d59280cded1] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d9d59280cded1] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d9d59280cded1] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d9d59280cded1] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d9d59280cded1] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.11s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-11-16T00:42:20.562Z] daemon.go:325: [d51f54cadd66d] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d51f54cadd66d] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d51f54cadd66d] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d51f54cadd66d] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d51f54cadd66d] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d51f54cadd66d] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [d51f54cadd66d] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d51f54cadd66d] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d51f54cadd66d] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d51f54cadd66d] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d51f54cadd66d] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d51f54cadd66d] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.65s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-11-16T00:42:20.562Z] daemon.go:325: [dbd309a35625b] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [dbd309a35625b] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [dbd309a35625b] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [dbd309a35625b] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [dbd309a35625b] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [dbd309a35625b] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [dbd309a35625b] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [dbd309a35625b] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [dbd309a35625b] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [dbd309a35625b] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [dbd309a35625b] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [dbd309a35625b] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [dbd309a35625b] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [dbd309a35625b] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [dbd309a35625b] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [dbd309a35625b] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [dbd309a35625b] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [dbd309a35625b] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.79s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-11-16T00:42:20.562Z] daemon.go:325: [deb6aa81bda3e] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [deb6aa81bda3e] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [deb6aa81bda3e] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [deb6aa81bda3e] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [deb6aa81bda3e] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [deb6aa81bda3e] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [deb6aa81bda3e] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [deb6aa81bda3e] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [deb6aa81bda3e] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [deb6aa81bda3e] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [deb6aa81bda3e] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [deb6aa81bda3e] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.91s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-11-16T00:42:20.562Z] daemon.go:325: [d2f8aa77b6440] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d2f8aa77b6440] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d2f8aa77b6440] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d2f8aa77b6440] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d2f8aa77b6440] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d2f8aa77b6440] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [d2f8aa77b6440] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d2f8aa77b6440] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d2f8aa77b6440] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d2f8aa77b6440] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d2f8aa77b6440] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d2f8aa77b6440] Daemon stopped [2019-11-16T00:42:20.562Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-11-16T00:42:20.562Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T00:42:20.562Z] check_test.go:309: Daemon d9367895db14e is not started [2019-11-16T00:42:20.562Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.04s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-11-16T00:42:20.562Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T00:42:20.562Z] check_test.go:309: Daemon d288f4585d9a6 is not started [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.31s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-11-16T00:42:20.562Z] daemon.go:325: [db756fe25802f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [db756fe25802f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [db756fe25802f] daemon started [2019-11-16T00:42:20.562Z] daemon.go:296: [db756fe25802f] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:325: [db756fe25802f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [db756fe25802f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [db756fe25802f] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [db756fe25802f] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [db756fe25802f] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [db756fe25802f] Daemon stopped [2019-11-16T00:42:20.562Z] check_test.go:309: Daemon db756fe25802f is not started [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.40s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-11-16T00:42:20.562Z] daemon.go:325: [d536c855de7a9] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d536c855de7a9] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d536c855de7a9] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d536c855de7a9] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d536c855de7a9] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d536c855de7a9] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [d536c855de7a9] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d536c855de7a9] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d536c855de7a9] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d536c855de7a9] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d536c855de7a9] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d536c855de7a9] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.41s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-11-16T00:42:20.562Z] daemon.go:325: [df4d572f4fdd4] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [df4d572f4fdd4] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [df4d572f4fdd4] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [df4d572f4fdd4] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [df4d572f4fdd4] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [df4d572f4fdd4] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [df4d572f4fdd4] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [df4d572f4fdd4] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [df4d572f4fdd4] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [df4d572f4fdd4] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [df4d572f4fdd4] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [df4d572f4fdd4] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.87s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-11-16T00:42:20.562Z] daemon.go:325: [ddb4d5444060f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [ddb4d5444060f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [ddb4d5444060f] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [ddb4d5444060f] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [ddb4d5444060f] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [ddb4d5444060f] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [ddb4d5444060f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [ddb4d5444060f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [ddb4d5444060f] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [ddb4d5444060f] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [ddb4d5444060f] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [ddb4d5444060f] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.85s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-11-16T00:42:20.562Z] daemon.go:325: [d43e8c77ffa75] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d43e8c77ffa75] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d43e8c77ffa75] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d43e8c77ffa75] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d43e8c77ffa75] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d43e8c77ffa75] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [d43e8c77ffa75] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d43e8c77ffa75] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d43e8c77ffa75] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d43e8c77ffa75] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d43e8c77ffa75] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d43e8c77ffa75] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.73s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-11-16T00:42:20.562Z] daemon.go:325: [d9ffb209971f6] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d9ffb209971f6] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d9ffb209971f6] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d9ffb209971f6] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d9ffb209971f6] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d9ffb209971f6] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [d9ffb209971f6] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d9ffb209971f6] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d9ffb209971f6] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d9ffb209971f6] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d9ffb209971f6] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d9ffb209971f6] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.46s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-11-16T00:42:20.562Z] daemon.go:325: [ddb21dfe084bc] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [ddb21dfe084bc] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [ddb21dfe084bc] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [ddb21dfe084bc] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [ddb21dfe084bc] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [ddb21dfe084bc] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [ddb21dfe084bc] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [ddb21dfe084bc] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [ddb21dfe084bc] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [ddb21dfe084bc] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [ddb21dfe084bc] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [ddb21dfe084bc] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.82s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-11-16T00:42:20.562Z] daemon.go:325: [db8bbb7d23173] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [db8bbb7d23173] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [db8bbb7d23173] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [db8bbb7d23173] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [db8bbb7d23173] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [db8bbb7d23173] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [db8bbb7d23173] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [db8bbb7d23173] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [db8bbb7d23173] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [db8bbb7d23173] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [db8bbb7d23173] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [db8bbb7d23173] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.92s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-11-16T00:42:20.562Z] daemon.go:325: [dff4abe6dd76a] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [dff4abe6dd76a] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [dff4abe6dd76a] daemon started [2019-11-16T00:42:20.562Z] daemon.go:296: [dff4abe6dd76a] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:325: [dff4abe6dd76a] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [dff4abe6dd76a] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [dff4abe6dd76a] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [dff4abe6dd76a] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [dff4abe6dd76a] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [dff4abe6dd76a] Daemon stopped [2019-11-16T00:42:20.562Z] check_test.go:309: Daemon dff4abe6dd76a is not started [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (4.07s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-11-16T00:42:20.562Z] daemon.go:325: [de1d9288e2e02] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [de1d9288e2e02] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [de1d9288e2e02] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [de1d9288e2e02] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [de1d9288e2e02] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [de1d9288e2e02] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [de1d9288e2e02] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [de1d9288e2e02] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [de1d9288e2e02] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [de1d9288e2e02] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [de1d9288e2e02] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [de1d9288e2e02] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.06s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-11-16T00:42:20.562Z] daemon.go:325: [dbbd1309a649f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [dbbd1309a649f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [dbbd1309a649f] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [dbbd1309a649f] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [dbbd1309a649f] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [dbbd1309a649f] Daemon stopped [2019-11-16T00:42:20.562Z] daemon.go:325: [dbbd1309a649f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [dbbd1309a649f] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [dbbd1309a649f] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [dbbd1309a649f] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [dbbd1309a649f] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [dbbd1309a649f] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.12s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-11-16T00:42:20.562Z] daemon.go:325: [d546e1699bd71] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d546e1699bd71] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d546e1699bd71] daemon started [2019-11-16T00:42:20.562Z] daemon.go:296: [d546e1699bd71] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:461: [d546e1699bd71] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:450: [d546e1699bd71] Error when stopping daemon: daemon not started [2019-11-16T00:42:20.562Z] check_test.go:309: Daemon d546e1699bd71 is not started [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.60s) [2019-11-16T00:42:20.562Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-11-16T00:42:20.562Z] daemon.go:325: [d8e231fc52724] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:325: [d8e231fc52724] waiting for daemon to start [2019-11-16T00:42:20.562Z] daemon.go:353: [d8e231fc52724] daemon started [2019-11-16T00:42:20.562Z] daemon.go:461: [d8e231fc52724] Stopping daemon [2019-11-16T00:42:20.562Z] daemon.go:296: [d8e231fc52724] exiting daemon [2019-11-16T00:42:20.562Z] daemon.go:448: [d8e231fc52724] Daemon stopped [2019-11-16T00:42:20.562Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.93s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-11-16T00:42:20.563Z] daemon.go:325: [d53f97fe3cc1b] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d53f97fe3cc1b] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d53f97fe3cc1b] daemon started [2019-11-16T00:42:20.563Z] daemon.go:296: [d53f97fe3cc1b] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:325: [d53f97fe3cc1b] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d53f97fe3cc1b] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d53f97fe3cc1b] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d53f97fe3cc1b] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d53f97fe3cc1b] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d53f97fe3cc1b] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:325: [d53f97fe3cc1b] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d53f97fe3cc1b] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d53f97fe3cc1b] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d53f97fe3cc1b] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d53f97fe3cc1b] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d53f97fe3cc1b] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-11-16T00:42:20.563Z] daemon.go:325: [dd55eb880eb05] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [dd55eb880eb05] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [dd55eb880eb05] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [dd55eb880eb05] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [dd55eb880eb05] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [dd55eb880eb05] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:325: [dd55eb880eb05] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [dd55eb880eb05] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [dd55eb880eb05] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [dd55eb880eb05] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [dd55eb880eb05] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [dd55eb880eb05] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-11-16T00:42:20.563Z] daemon.go:325: [dbea8a7b87237] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [dbea8a7b87237] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [dbea8a7b87237] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [dbea8a7b87237] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [dbea8a7b87237] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [dbea8a7b87237] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.60s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-11-16T00:42:20.563Z] daemon.go:325: [dd7561e523ca6] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [dd7561e523ca6] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [dd7561e523ca6] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [dd7561e523ca6] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [dd7561e523ca6] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [dd7561e523ca6] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.38s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-11-16T00:42:20.563Z] daemon.go:325: [ddc7ea1cee013] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [ddc7ea1cee013] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [ddc7ea1cee013] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [ddc7ea1cee013] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [ddc7ea1cee013] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [ddc7ea1cee013] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-11-16T00:42:20.563Z] daemon.go:325: [dc6c396df48ba] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [dc6c396df48ba] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [dc6c396df48ba] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [dc6c396df48ba] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [dc6c396df48ba] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [dc6c396df48ba] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-11-16T00:42:20.563Z] daemon.go:325: [d9b6a8a0c4a74] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:296: [d9b6a8a0c4a74] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:325: [d9b6a8a0c4a74] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-11-16T00:42:20.563Z] daemon.go:325: [d6c4597d94997] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:296: [d6c4597d94997] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:325: [d6c4597d94997] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-11-16T00:42:20.563Z] daemon.go:325: [d73aa4139e342] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:296: [d73aa4139e342] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:325: [d73aa4139e342] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-11-16T00:42:20.563Z] daemon.go:325: [d21ec494a57eb] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d21ec494a57eb] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d21ec494a57eb] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d21ec494a57eb] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d21ec494a57eb] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d21ec494a57eb] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-11-16T00:42:20.563Z] daemon.go:325: [dd8787e813336] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [dd8787e813336] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [dd8787e813336] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [dd8787e813336] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [dd8787e813336] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [dd8787e813336] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-11-16T00:42:20.563Z] daemon.go:325: [d78cacdd51e6a] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:296: [d78cacdd51e6a] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:325: [d78cacdd51e6a] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-11-16T00:42:20.563Z] daemon.go:325: [d9daf09115e54] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:296: [d9daf09115e54] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:325: [d9daf09115e54] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-11-16T00:42:20.563Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-11-16T00:42:20.563Z] daemon.go:325: [ddcf8b35b7856] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:296: [ddcf8b35b7856] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:325: [ddcf8b35b7856] waiting for daemon to start [2019-11-16T00:42:20.563Z] check_test.go:309: Daemon d354874be426a is not started [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.13s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-11-16T00:42:20.563Z] daemon.go:325: [d86919ff8765a] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d86919ff8765a] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d86919ff8765a] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d86919ff8765a] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d86919ff8765a] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d86919ff8765a] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:325: [d86919ff8765a] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d86919ff8765a] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d86919ff8765a] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d86919ff8765a] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d86919ff8765a] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d86919ff8765a] Daemon stopped [2019-11-16T00:42:20.563Z] check_test.go:309: Daemon d86919ff8765a is not started [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-11-16T00:42:20.563Z] daemon.go:325: [dde4208b49682] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [dde4208b49682] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [dde4208b49682] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [dde4208b49682] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [dde4208b49682] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [dde4208b49682] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.55s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-11-16T00:42:20.563Z] daemon.go:325: [dafa66534993b] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [dafa66534993b] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [dafa66534993b] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [dafa66534993b] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [dafa66534993b] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [dafa66534993b] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.80s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-11-16T00:42:20.563Z] daemon.go:325: [db919f13be83f] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [db919f13be83f] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [db919f13be83f] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [db919f13be83f] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [db919f13be83f] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [db919f13be83f] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:325: [db919f13be83f] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [db919f13be83f] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [db919f13be83f] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [db919f13be83f] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [db919f13be83f] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [db919f13be83f] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-11-16T00:42:20.563Z] daemon.go:325: [d225a6955807f] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d225a6955807f] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d225a6955807f] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d225a6955807f] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d225a6955807f] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d225a6955807f] Daemon stopped [2019-11-16T00:42:20.563Z] check_test.go:309: Daemon d225a6955807f is not started [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (13.53s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-11-16T00:42:20.563Z] daemon.go:325: [d07bf83582195] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d07bf83582195] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d07bf83582195] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d07bf83582195] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d07bf83582195] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d07bf83582195] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.13s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-11-16T00:42:20.563Z] daemon.go:325: [dae5412f70bbe] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [dae5412f70bbe] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [dae5412f70bbe] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [dae5412f70bbe] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [dae5412f70bbe] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [dae5412f70bbe] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.61s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-11-16T00:42:20.563Z] daemon.go:325: [d49fde6350289] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d49fde6350289] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d49fde6350289] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d49fde6350289] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d49fde6350289] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d49fde6350289] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:325: [d49fde6350289] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d49fde6350289] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d49fde6350289] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d49fde6350289] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d49fde6350289] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d49fde6350289] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:325: [d49fde6350289] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d49fde6350289] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d49fde6350289] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d49fde6350289] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d49fde6350289] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d49fde6350289] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-11-16T00:42:20.563Z] daemon.go:325: [d2bc2e6565c50] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d2bc2e6565c50] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d2bc2e6565c50] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d2bc2e6565c50] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d2bc2e6565c50] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d2bc2e6565c50] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:325: [d2bc2e6565c50] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:296: [d2bc2e6565c50] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:325: [d2bc2e6565c50] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:461: [d2bc2e6565c50] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:450: [d2bc2e6565c50] Error when stopping daemon: daemon not started [2019-11-16T00:42:20.563Z] check_test.go:309: Daemon d2bc2e6565c50 is not started [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (6.20s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-11-16T00:42:20.563Z] daemon.go:325: [d3756124b4c1d] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d3756124b4c1d] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d3756124b4c1d] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d3756124b4c1d] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d3756124b4c1d] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d3756124b4c1d] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:325: [d3756124b4c1d] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d3756124b4c1d] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d3756124b4c1d] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d3756124b4c1d] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d3756124b4c1d] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d3756124b4c1d] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.26s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-11-16T00:42:20.563Z] daemon.go:325: [d68c594e1fe80] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d68c594e1fe80] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d68c594e1fe80] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d68c594e1fe80] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d68c594e1fe80] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d68c594e1fe80] Daemon stopped [2019-11-16T00:42:20.563Z] daemon.go:325: [d68c594e1fe80] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:325: [d68c594e1fe80] waiting for daemon to start [2019-11-16T00:42:20.563Z] daemon.go:353: [d68c594e1fe80] daemon started [2019-11-16T00:42:20.563Z] daemon.go:461: [d68c594e1fe80] Stopping daemon [2019-11-16T00:42:20.563Z] daemon.go:296: [d68c594e1fe80] exiting daemon [2019-11-16T00:42:20.563Z] daemon.go:448: [d68c594e1fe80] Daemon stopped [2019-11-16T00:42:20.563Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (13.64s) [2019-11-16T00:42:20.563Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-11-16T00:42:20.564Z] daemon.go:325: [d2e4fc84c13da] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d2e4fc84c13da] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d2e4fc84c13da] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d2e4fc84c13da] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d2e4fc84c13da] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d2e4fc84c13da] Daemon stopped [2019-11-16T00:42:20.564Z] daemon.go:325: [d2e4fc84c13da] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d2e4fc84c13da] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d2e4fc84c13da] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d2e4fc84c13da] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d2e4fc84c13da] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d2e4fc84c13da] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.34s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove [2019-11-16T00:42:20.564Z] daemon.go:325: [d3dee6e4633f4] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d3dee6e4633f4] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d3dee6e4633f4] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d3dee6e4633f4] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d3dee6e4633f4] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d3dee6e4633f4] Daemon stopped [2019-11-16T00:42:20.564Z] daemon.go:325: [d3dee6e4633f4] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d3dee6e4633f4] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d3dee6e4633f4] daemon started [2019-11-16T00:42:20.564Z] check_test.go:309: Daemon da177862de77e is not started [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo [2019-11-16T00:42:20.564Z] daemon.go:325: [da8aab71802ad] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [da8aab71802ad] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [da8aab71802ad] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [da8aab71802ad] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [da8aab71802ad] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [da8aab71802ad] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-11-16T00:42:20.564Z] daemon.go:325: [da11de5d19d9b] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [da11de5d19d9b] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [da11de5d19d9b] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [da11de5d19d9b] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [da11de5d19d9b] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [da11de5d19d9b] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-11-16T00:42:20.564Z] daemon.go:325: [d091b28489d8f] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d091b28489d8f] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d091b28489d8f] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d091b28489d8f] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d091b28489d8f] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d091b28489d8f] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.11s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun [2019-11-16T00:42:20.564Z] daemon.go:325: [dae24118c8ce4] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [dae24118c8ce4] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [dae24118c8ce4] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [dae24118c8ce4] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [dae24118c8ce4] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [dae24118c8ce4] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.02s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-11-16T00:42:20.564Z] check_test.go:309: Daemon df7033923456e is not started [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.97s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability [2019-11-16T00:42:20.564Z] daemon.go:325: [d4436e6172e91] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d4436e6172e91] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d4436e6172e91] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d4436e6172e91] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d4436e6172e91] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d4436e6172e91] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.86s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-11-16T00:42:20.564Z] daemon.go:325: [d96009daf67b3] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d96009daf67b3] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d96009daf67b3] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d96009daf67b3] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d96009daf67b3] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d96009daf67b3] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.42s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-11-16T00:42:20.564Z] daemon.go:325: [df62f75f2b32f] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [df62f75f2b32f] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [df62f75f2b32f] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [df62f75f2b32f] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [df62f75f2b32f] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [df62f75f2b32f] Daemon stopped [2019-11-16T00:42:20.564Z] daemon.go:325: [df62f75f2b32f] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [df62f75f2b32f] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [df62f75f2b32f] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [df62f75f2b32f] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [df62f75f2b32f] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [df62f75f2b32f] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.59s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling [2019-11-16T00:42:20.564Z] daemon.go:325: [d8d24027a95bd] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d8d24027a95bd] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d8d24027a95bd] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d8d24027a95bd] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d8d24027a95bd] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d8d24027a95bd] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.04s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel [2019-11-16T00:42:20.564Z] daemon.go:325: [d2f16222920cb] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d2f16222920cb] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d2f16222920cb] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d2f16222920cb] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d2f16222920cb] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d2f16222920cb] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.62s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors [2019-11-16T00:42:20.564Z] daemon.go:325: [d4ec54226960e] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d4ec54226960e] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d4ec54226960e] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d4ec54226960e] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d4ec54226960e] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d4ec54226960e] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.89s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-11-16T00:42:20.564Z] daemon.go:325: [d33849d33a39e] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d33849d33a39e] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d33849d33a39e] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d33849d33a39e] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d33849d33a39e] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d33849d33a39e] Daemon stopped [2019-11-16T00:42:20.564Z] daemon.go:325: [d33849d33a39e] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d33849d33a39e] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d33849d33a39e] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d33849d33a39e] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d33849d33a39e] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d33849d33a39e] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.94s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-11-16T00:42:20.564Z] daemon.go:325: [d7df80332933f] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d7df80332933f] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d7df80332933f] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d7df80332933f] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d7df80332933f] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d7df80332933f] Daemon stopped [2019-11-16T00:42:20.564Z] daemon.go:325: [d7df80332933f] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d7df80332933f] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d7df80332933f] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d7df80332933f] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d7df80332933f] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d7df80332933f] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.63s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged [2019-11-16T00:42:20.564Z] daemon.go:325: [da1bd8a471561] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [da1bd8a471561] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [da1bd8a471561] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [da1bd8a471561] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [da1bd8a471561] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [da1bd8a471561] Daemon stopped [2019-11-16T00:42:20.564Z] daemon.go:325: [da1bd8a471561] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [da1bd8a471561] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [da1bd8a471561] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [da1bd8a471561] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [da1bd8a471561] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [da1bd8a471561] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.01s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-11-16T00:42:20.564Z] daemon.go:325: [d995629c77ff5] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d995629c77ff5] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d995629c77ff5] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d995629c77ff5] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d995629c77ff5] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d995629c77ff5] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.28s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-11-16T00:42:20.564Z] daemon.go:325: [da72d948228e6] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [da72d948228e6] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [da72d948228e6] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [da72d948228e6] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [da72d948228e6] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [da72d948228e6] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.25s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-11-16T00:42:20.564Z] daemon.go:325: [d880dfae13dd5] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d880dfae13dd5] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d880dfae13dd5] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d880dfae13dd5] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d880dfae13dd5] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d880dfae13dd5] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.31s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-11-16T00:42:20.564Z] daemon.go:325: [dbcd1c60c975e] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [dbcd1c60c975e] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [dbcd1c60c975e] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [dbcd1c60c975e] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [dbcd1c60c975e] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [dbcd1c60c975e] Daemon stopped [2019-11-16T00:42:20.564Z] daemon.go:325: [dbcd1c60c975e] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [dbcd1c60c975e] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [dbcd1c60c975e] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [dbcd1c60c975e] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [dbcd1c60c975e] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [dbcd1c60c975e] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.62s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-11-16T00:42:20.564Z] daemon.go:325: [d4f7c7de45d18] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d4f7c7de45d18] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d4f7c7de45d18] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d4f7c7de45d18] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d4f7c7de45d18] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d4f7c7de45d18] Daemon stopped [2019-11-16T00:42:20.564Z] daemon.go:325: [d4f7c7de45d18] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d4f7c7de45d18] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d4f7c7de45d18] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d4f7c7de45d18] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d4f7c7de45d18] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d4f7c7de45d18] Daemon stopped [2019-11-16T00:42:20.564Z] daemon.go:325: [d4f7c7de45d18] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:296: [d4f7c7de45d18] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:325: [d4f7c7de45d18] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:461: [d4f7c7de45d18] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:450: [d4f7c7de45d18] Error when stopping daemon: daemon not started [2019-11-16T00:42:20.564Z] docker_cli_daemon_test.go:2542: Daemon d4f7c7de45d18 is not started [2019-11-16T00:42:20.564Z] daemon.go:325: [d4f7c7de45d18] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:325: [d4f7c7de45d18] waiting for daemon to start [2019-11-16T00:42:20.564Z] daemon.go:353: [d4f7c7de45d18] daemon started [2019-11-16T00:42:20.564Z] daemon.go:461: [d4f7c7de45d18] Stopping daemon [2019-11-16T00:42:20.564Z] daemon.go:296: [d4f7c7de45d18] exiting daemon [2019-11-16T00:42:20.564Z] daemon.go:448: [d4f7c7de45d18] Daemon stopped [2019-11-16T00:42:20.564Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.71s) [2019-11-16T00:42:20.564Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-11-16T00:42:20.564Z] daemon.go:325: [d2df14364ba11] waiting for daemon to start [2019-11-16T00:42:20.565Z] daemon.go:325: [d2df14364ba11] waiting for daemon to start [2019-11-16T00:42:20.565Z] daemon.go:353: [d2df14364ba11] daemon started [2019-11-16T00:42:20.565Z] daemon.go:461: [d2df14364ba11] Stopping daemon [2019-11-16T00:42:20.565Z] daemon.go:296: [d2df14364ba11] exiting daemon [2019-11-16T00:42:20.565Z] daemon.go:448: [d2df14364ba11] Daemon stopped [2019-11-16T00:42:20.565Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.04s) [2019-11-16T00:42:20.565Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-11-16T00:42:20.565Z] daemon.go:325: [dcd2e8e6e662c] waiting for daemon to start [2019-11-16T00:42:20.565Z] daemon.go:325: [dcd2e8e6e662c] waiting for daemon to start [2019-11-16T00:42:20.565Z] daemon.go:353: [dcd2e8e6e662c] daemon started [2019-11-16T00:42:20.565Z] daemon.go:461: [dcd2e8e6e662c] Stopping daemon [2019-11-16T00:42:20.565Z] daemon.go:296: [dcd2e8e6e662c] exiting daemon [2019-11-16T00:42:20.565Z] daemon.go:448: [dcd2e8e6e662c] Daemon stopped [2019-11-16T00:42:20.565Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.94s) [2019-11-16T00:42:20.565Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize [2019-11-16T00:42:20.565Z] daemon.go:325: [dacffa4036ac9] waiting for daemon to start [2019-11-16T00:42:20.565Z] daemon.go:325: [dacffa4036ac9] waiting for daemon to start [2019-11-16T00:42:20.565Z] daemon.go:353: [dacffa4036ac9] daemon started [2019-11-16T00:42:20.565Z] daemon.go:461: [dacffa4036ac9] Stopping daemon [2019-11-16T00:42:20.565Z] daemon.go:296: [dacffa4036ac9] exiting daemon [2019-11-16T00:42:20.565Z] daemon.go:448: [dacffa4036ac9] Daemon stopped [2019-11-16T00:42:20.565Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.99s) [2019-11-16T00:42:20.565Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload [2019-11-16T00:42:20.565Z] daemon.go:325: [d8f093b6afe21] waiting for daemon to start [2019-11-16T00:42:20.565Z] daemon.go:325: [d8f093b6afe21] waiting for daemon to start [2019-11-16T00:42:20.565Z] daemon.go:353: [d8f093b6afe21] daemon started [2019-11-16T00:42:20.565Z] daemon.go:461: [d8f093b6afe21] Stopping daemon [2019-11-16T00:42:20.565Z] daemon.go:296: [d8f093b6afe21] exiting daemon [2019-11-16T00:42:20.565Z] daemon.go:448: [d8f093b6afe21] Daemon stopped [2019-11-16T00:42:20.565Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.08s) [2019-11-16T00:42:20.565Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify [2019-11-16T00:42:20.565Z] check_test.go:309: Daemon dfe1edbc991f4 is not started [2019-11-16T00:42:20.565Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.62s) [2019-11-16T00:42:20.565Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin [2019-11-16T00:42:20.565Z] daemon.go:325: [dccd5fc1530e8] waiting for daemon to start [2019-11-16T00:42:20.565Z] daemon.go:325: [dccd5fc1530e8] waiting for daemon to start [2019-11-16T00:42:20.565Z] daemon.go:353: [dccd5fc1530e8] daemon started [2019-11-16T00:42:20.565Z] daemon.go:461: [dccd5fc1530e8] Stopping daemon [2019-11-16T00:42:20.565Z] daemon.go:296: [dccd5fc1530e8] exiting daemon [2019-11-16T00:42:20.565Z] daemon.go:448: [dccd5fc1530e8] Daemon stopped [2019-11-16T00:42:20.565Z] === RUN TestDockerSwarmSuite [2019-11-16T00:42:20.565Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-11-16T00:42:22.035Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-11-16T00:42:24.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-11-16T00:42:24.740Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-11-16T00:42:25.011Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-11-16T00:42:28.018Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-11-16T00:42:28.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-11-16T00:42:30.543Z] --- PASS: TestServiceWithDataPathPortInit (21.27s) [2019-11-16T00:42:30.543Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-11-16T00:42:30.543Z] daemon.go:325: [d07e004ab4b99] waiting for daemon to start [2019-11-16T00:42:30.543Z] daemon.go:325: [d07e004ab4b99] waiting for daemon to start [2019-11-16T00:42:30.543Z] daemon.go:353: [d07e004ab4b99] daemon started [2019-11-16T00:42:30.543Z] daemon.go:461: [d07e004ab4b99] Stopping daemon [2019-11-16T00:42:30.543Z] daemon.go:296: [d07e004ab4b99] exiting daemon [2019-11-16T00:42:30.543Z] daemon.go:448: [d07e004ab4b99] Daemon stopped [2019-11-16T00:42:30.543Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-11-16T00:42:30.543Z] daemon.go:325: [d049017ec111b] waiting for daemon to start [2019-11-16T00:42:30.543Z] daemon.go:325: [d049017ec111b] waiting for daemon to start [2019-11-16T00:42:30.543Z] daemon.go:353: [d049017ec111b] daemon started [2019-11-16T00:42:30.543Z] daemon.go:461: [d049017ec111b] Stopping daemon [2019-11-16T00:42:30.543Z] daemon.go:296: [d049017ec111b] exiting daemon [2019-11-16T00:42:30.543Z] daemon.go:448: [d049017ec111b] Daemon stopped [2019-11-16T00:42:30.543Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-11-16T00:42:31.020Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.43s) [2019-11-16T00:42:31.020Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-11-16T00:42:31.021Z] daemon.go:325: [d54c3300f3c35] waiting for daemon to start [2019-11-16T00:42:31.021Z] daemon.go:325: [d54c3300f3c35] waiting for daemon to start [2019-11-16T00:42:31.021Z] daemon.go:353: [d54c3300f3c35] daemon started [2019-11-16T00:42:31.021Z] daemon.go:461: [d54c3300f3c35] Stopping daemon [2019-11-16T00:42:31.021Z] daemon.go:296: [d54c3300f3c35] exiting daemon [2019-11-16T00:42:31.021Z] daemon.go:448: [d54c3300f3c35] Daemon stopped [2019-11-16T00:42:31.021Z] === RUN TestCreateServiceSecretFileMode [2019-11-16T00:42:31.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-11-16T00:42:32.299Z] --- PASS: TestCreateServiceSecretFileMode (3.41s) [2019-11-16T00:42:32.299Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-11-16T00:42:32.299Z] daemon.go:325: [d01e67e9e977c] waiting for daemon to start [2019-11-16T00:42:32.299Z] daemon.go:325: [d01e67e9e977c] waiting for daemon to start [2019-11-16T00:42:32.299Z] daemon.go:353: [d01e67e9e977c] daemon started [2019-11-16T00:42:32.299Z] daemon.go:461: [d01e67e9e977c] Stopping daemon [2019-11-16T00:42:32.299Z] daemon.go:296: [d01e67e9e977c] exiting daemon [2019-11-16T00:42:32.299Z] daemon.go:448: [d01e67e9e977c] Daemon stopped [2019-11-16T00:42:32.299Z] === RUN TestCreateServiceConfigFileMode [2019-11-16T00:42:32.580Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-11-16T00:42:32.580Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-11-16T00:42:32.839Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-11-16T00:42:35.626Z] --- PASS: TestCreateServiceConfigFileMode (3.43s) [2019-11-16T00:42:35.626Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-11-16T00:42:35.626Z] daemon.go:325: [defbaaf9737f1] waiting for daemon to start [2019-11-16T00:42:35.626Z] daemon.go:325: [defbaaf9737f1] waiting for daemon to start [2019-11-16T00:42:35.626Z] daemon.go:353: [defbaaf9737f1] daemon started [2019-11-16T00:42:35.626Z] daemon.go:461: [defbaaf9737f1] Stopping daemon [2019-11-16T00:42:35.626Z] daemon.go:296: [defbaaf9737f1] exiting daemon [2019-11-16T00:42:35.626Z] daemon.go:448: [defbaaf9737f1] Daemon stopped [2019-11-16T00:42:35.626Z] === RUN TestCreateServiceSysctls [2019-11-16T00:42:37.182Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-11-16T00:42:38.095Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-11-16T00:42:38.352Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-11-16T00:42:38.609Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-11-16T00:42:39.173Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-11-16T00:42:39.173Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-11-16T00:42:39.738Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-11-16T00:42:39.995Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-11-16T00:42:40.744Z] --- PASS: TestCreateServiceSysctls (4.38s) [2019-11-16T00:42:40.744Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-11-16T00:42:40.744Z] daemon.go:325: [de5865ce6901a] waiting for daemon to start [2019-11-16T00:42:40.744Z] daemon.go:325: [de5865ce6901a] waiting for daemon to start [2019-11-16T00:42:40.744Z] daemon.go:353: [de5865ce6901a] daemon started [2019-11-16T00:42:40.744Z] daemon.go:461: [de5865ce6901a] Stopping daemon [2019-11-16T00:42:40.744Z] daemon.go:296: [de5865ce6901a] exiting daemon [2019-11-16T00:42:40.744Z] daemon.go:448: [de5865ce6901a] Daemon stopped [2019-11-16T00:42:40.744Z] === RUN TestInspect [2019-11-16T00:42:40.925Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.35s) [2019-11-16T00:42:40.925Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-11-16T00:42:40.925Z] daemon.go:325: [de9a2122711e0] waiting for daemon to start [2019-11-16T00:42:40.925Z] daemon.go:325: [de9a2122711e0] waiting for daemon to start [2019-11-16T00:42:40.925Z] daemon.go:353: [de9a2122711e0] daemon started [2019-11-16T00:42:40.925Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:x11hlyaw68ccilqalbkww0l1j Created:2019-11-16 00:42:32.298811766 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[2245fc581e18240276c5f612d194d92534d996845df68d4d88fbdb84a1a17328:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yqcb5965o24yj7yv3hn2ka7hm EndpointID:00177b08328e6405678baacbfbfea1b5f4af943fad6b1c4cbdb560503a448027 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:edd3bae6b4a82ccc8e6eb1da05b06d17792189837a13a712d2cf5aa19f7543cc MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:d15c58c623f5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yqcb5965o24yj7yv3hn2ka7hm EndpointID:00177b08328e6405678baacbfbfea1b5f4af943fad6b1c4cbdb560503a448027 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-11-16T00:42:40.925Z] daemon.go:461: [de9a2122711e0] Stopping daemon [2019-11-16T00:42:40.925Z] daemon.go:296: [de9a2122711e0] exiting daemon [2019-11-16T00:42:40.925Z] daemon.go:448: [de9a2122711e0] Daemon stopped [2019-11-16T00:42:40.925Z] PASS [2019-11-16T00:42:40.925Z] [2019-11-16T00:42:40.925Z] === Skipped [2019-11-16T00:42:40.925Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-11-16T00:42:40.925Z] service_test.go:230: FLAKY_TEST [2019-11-16T00:42:40.925Z] [2019-11-16T00:42:40.925Z] [2019-11-16T00:42:40.925Z] DONE 21 tests, 1 skipped in 55.839s [2019-11-16T00:42:40.925Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-11-16T00:42:40.925Z] ++ 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-11-16T00:42:40.925Z] ++ set -e [2019-11-16T00:42:40.925Z] ++ '[' -n 0 ']' [2019-11-16T00:42:40.925Z] ++ set -x [2019-11-16T00:42:40.925Z] ++ 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-11-16T00:42:41.183Z] INFO: Testing against a local daemon [2019-11-16T00:42:41.183Z] === RUN TestDockerNetworkIpvlanPersistance [2019-11-16T00:42:41.183Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-11-16T00:42:41.183Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:42:41.183Z] === RUN TestDockerNetworkIpvlan [2019-11-16T00:42:41.183Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-11-16T00:42:41.183Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:42:41.183Z] PASS [2019-11-16T00:42:41.183Z] [2019-11-16T00:42:41.183Z] === Skipped [2019-11-16T00:42:41.183Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-11-16T00:42:41.183Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:42:41.183Z] [2019-11-16T00:42:41.183Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-11-16T00:42:41.183Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:42:41.183Z] [2019-11-16T00:42:41.183Z] [2019-11-16T00:42:41.183Z] DONE 2 tests, 2 skipped in 0.124s [2019-11-16T00:42:41.183Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-11-16T00:42:41.183Z] ++ 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-11-16T00:42:41.183Z] ++ set -e [2019-11-16T00:42:41.183Z] ++ '[' -n 0 ']' [2019-11-16T00:42:41.183Z] ++ set -x [2019-11-16T00:42:41.183Z] ++ 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-11-16T00:42:41.441Z] INFO: Testing against a local daemon [2019-11-16T00:42:41.441Z] === RUN TestDockerNetworkMacvlanPersistance [2019-11-16T00:42:42.372Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-11-16T00:42:42.936Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2019-11-16T00:42:42.936Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-11-16T00:42:42.936Z] daemon.go:325: [d4f2b473d4981] waiting for daemon to start [2019-11-16T00:42:42.936Z] daemon.go:325: [d4f2b473d4981] waiting for daemon to start [2019-11-16T00:42:42.936Z] daemon.go:353: [d4f2b473d4981] daemon started [2019-11-16T00:42:42.936Z] daemon.go:461: [d4f2b473d4981] Stopping daemon [2019-11-16T00:42:42.936Z] daemon.go:296: [d4f2b473d4981] exiting daemon [2019-11-16T00:42:42.936Z] daemon.go:448: [d4f2b473d4981] Daemon stopped [2019-11-16T00:42:42.936Z] daemon.go:325: [d4f2b473d4981] waiting for daemon to start [2019-11-16T00:42:42.936Z] daemon.go:325: [d4f2b473d4981] waiting for daemon to start [2019-11-16T00:42:42.936Z] daemon.go:353: [d4f2b473d4981] daemon started [2019-11-16T00:42:42.936Z] daemon.go:461: [d4f2b473d4981] Stopping daemon [2019-11-16T00:42:42.936Z] daemon.go:296: [d4f2b473d4981] exiting daemon [2019-11-16T00:42:42.936Z] daemon.go:448: [d4f2b473d4981] Daemon stopped [2019-11-16T00:42:42.936Z] === RUN TestDockerNetworkMacvlan [2019-11-16T00:42:43.500Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-11-16T00:42:44.065Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-11-16T00:42:44.134Z] --- PASS: TestInspect (3.89s) [2019-11-16T00:42:44.134Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-11-16T00:42:44.134Z] daemon.go:325: [d5f84e25121f8] waiting for daemon to start [2019-11-16T00:42:44.134Z] daemon.go:325: [d5f84e25121f8] waiting for daemon to start [2019-11-16T00:42:44.134Z] daemon.go:353: [d5f84e25121f8] daemon started [2019-11-16T00:42:44.134Z] daemon.go:461: [d5f84e25121f8] Stopping daemon [2019-11-16T00:42:44.134Z] daemon.go:296: [d5f84e25121f8] exiting daemon [2019-11-16T00:42:44.134Z] daemon.go:448: [d5f84e25121f8] Daemon stopped [2019-11-16T00:42:44.134Z] === RUN TestDockerNetworkConnectAlias [2019-11-16T00:42:44.323Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-11-16T00:42:45.344Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-11-16T00:42:45.344Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-11-16T00:42:45.344Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2019-11-16T00:42:45.344Z] ? github.com/docker/docker/api/server/router [no test files] [2019-11-16T00:42:45.344Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-11-16T00:42:45.344Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-11-16T00:42:45.600Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-11-16T00:42:45.600Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-11-16T00:42:45.600Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-11-16T00:42:45.693Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-11-16T00:42:45.694Z] === RUN TestDockerSuite/TestBuildEnv [2019-11-16T00:42:45.856Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-11-16T00:42:45.856Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-11-16T00:42:45.951Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-11-16T00:42:46.113Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-11-16T00:42:46.884Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-11-16T00:42:47.037Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-11-16T00:42:47.037Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-11-16T00:42:47.597Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 3.1% of statements [2019-11-16T00:42:47.597Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-11-16T00:42:47.597Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-11-16T00:42:47.597Z] ? github.com/docker/docker/api/types [no test files] [2019-11-16T00:42:47.597Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-11-16T00:42:47.597Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-11-16T00:42:47.597Z] ? github.com/docker/docker/api/types/container [no test files] [2019-11-16T00:42:47.597Z] ? github.com/docker/docker/api/types/events [no test files] [2019-11-16T00:42:48.157Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2019-11-16T00:42:48.157Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2019-11-16T00:42:48.157Z] ? github.com/docker/docker/api/types/image [no test files] [2019-11-16T00:42:48.157Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-11-16T00:42:48.157Z] ? github.com/docker/docker/api/types/network [no test files] [2019-11-16T00:42:48.157Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-11-16T00:42:48.157Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-11-16T00:42:48.157Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-11-16T00:42:48.157Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-11-16T00:42:48.257Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-11-16T00:42:48.718Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2019-11-16T00:42:48.718Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/builder [no test files] [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-11-16T00:42:48.718Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-11-16T00:42:49.014Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-11-16T00:42:49.646Z] ok github.com/docker/docker/builder/dockerignore 0.028s coverage: 96.8% of statements [2019-11-16T00:42:49.947Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-11-16T00:42:50.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-11-16T00:42:51.844Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-11-16T00:42:51.863Z] --- PASS: TestDockerNetworkConnectAlias (6.88s) [2019-11-16T00:42:51.863Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-11-16T00:42:51.863Z] daemon.go:325: [dc64f6650e230] waiting for daemon to start [2019-11-16T00:42:51.863Z] daemon.go:325: [dc64f6650e230] waiting for daemon to start [2019-11-16T00:42:51.863Z] daemon.go:353: [dc64f6650e230] daemon started [2019-11-16T00:42:51.863Z] daemon.go:461: [dc64f6650e230] Stopping daemon [2019-11-16T00:42:51.863Z] daemon.go:296: [dc64f6650e230] exiting daemon [2019-11-16T00:42:51.863Z] daemon.go:448: [dc64f6650e230] Daemon stopped [2019-11-16T00:42:51.863Z] === RUN TestDockerNetworkReConnect [2019-11-16T00:42:52.112Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-11-16T00:42:52.112Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-11-16T00:42:52.112Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-11-16T00:42:52.112Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-11-16T00:42:52.575Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-11-16T00:42:53.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-11-16T00:42:53.553Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-11-16T00:42:53.553Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-11-16T00:42:53.553Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-11-16T00:42:53.553Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-11-16T00:42:53.553Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-11-16T00:42:53.740Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-11-16T00:42:53.805Z] ok github.com/docker/docker/builder/fscache 0.118s coverage: 69.2% of statements [2019-11-16T00:42:53.805Z] ok github.com/docker/docker/builder/dockerfile 0.612s coverage: 45.1% of statements [2019-11-16T00:42:54.529Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-11-16T00:42:55.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-11-16T00:42:56.316Z] ok github.com/docker/docker/builder/remotecontext 0.169s coverage: 13.6% of statements [2019-11-16T00:42:56.316Z] ok github.com/docker/docker/builder/remotecontext/git 0.914s coverage: 85.1% of statements [2019-11-16T00:42:56.570Z] ? github.com/docker/docker/cli [no test files] [2019-11-16T00:42:56.570Z] ? github.com/docker/docker/cli/config [no test files] [2019-11-16T00:42:56.570Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2019-11-16T00:42:57.231Z] --- PASS: TestDockerNetworkReConnect (5.64s) [2019-11-16T00:42:57.231Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-11-16T00:42:57.231Z] daemon.go:325: [d4773e52f9e03] waiting for daemon to start [2019-11-16T00:42:57.231Z] daemon.go:325: [d4773e52f9e03] waiting for daemon to start [2019-11-16T00:42:57.231Z] daemon.go:353: [d4773e52f9e03] daemon started [2019-11-16T00:42:57.231Z] daemon.go:461: [d4773e52f9e03] Stopping daemon [2019-11-16T00:42:57.231Z] daemon.go:296: [d4773e52f9e03] exiting daemon [2019-11-16T00:42:57.231Z] daemon.go:448: [d4773e52f9e03] Daemon stopped [2019-11-16T00:42:57.231Z] === RUN TestServicePlugin [2019-11-16T00:42:57.231Z] --- SKIP: TestServicePlugin (0.01s) [2019-11-16T00:42:57.231Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:42:57.231Z] === RUN TestServiceUpdateLabel [2019-11-16T00:42:57.455Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-11-16T00:42:58.431Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-11-16T00:42:58.431Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-11-16T00:42:58.431Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-11-16T00:42:58.431Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-11-16T00:42:58.996Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-11-16T00:42:59.733Z] --- PASS: TestServiceUpdateLabel (3.06s) [2019-11-16T00:42:59.733Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-11-16T00:42:59.733Z] daemon.go:325: [d59bd121d7bd9] waiting for daemon to start [2019-11-16T00:42:59.733Z] daemon.go:325: [d59bd121d7bd9] waiting for daemon to start [2019-11-16T00:42:59.733Z] daemon.go:353: [d59bd121d7bd9] daemon started [2019-11-16T00:42:59.733Z] daemon.go:461: [d59bd121d7bd9] Stopping daemon [2019-11-16T00:42:59.733Z] daemon.go:296: [d59bd121d7bd9] exiting daemon [2019-11-16T00:42:59.733Z] daemon.go:448: [d59bd121d7bd9] Daemon stopped [2019-11-16T00:42:59.733Z] === RUN TestServiceUpdateSecrets [2019-11-16T00:43:00.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-11-16T00:43:01.375Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-11-16T00:43:01.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-11-16T00:43:03.101Z] ok github.com/docker/docker/client 0.246s coverage: 75.7% of statements [2019-11-16T00:43:04.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-11-16T00:43:06.400Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-11-16T00:43:06.400Z] Using test binary docker [2019-11-16T00:43:06.400Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-11-16T00:43:06.400Z] +++ /etc/init.d/apparmor start [2019-11-16T00:43:06.400Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-11-16T00:43:06.400Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-11-16T00:43:06.400Z] Warning failed to create cache: (null) [2019-11-16T00:43:06.400Z] . [2019-11-16T00:43:06.400Z] INFO: Waiting for daemon to start... [2019-11-16T00:43:06.400Z] Starting dockerd [2019-11-16T00:43:06.400Z] +++ 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-11-16T00:43:08.729Z] . [2019-11-16T00:43:08.729Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-11-16T00:43:08.729Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-11-16T00:43:08.729Z] Error: No such image: emptyfs [2019-11-16T00:43:08.729Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-11-16T00:43:08.729Z] ++++ docker load [2019-11-16T00:43:08.729Z] Running integration-test (iteration 1) [2019-11-16T00:43:08.729Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-11-16T00:43:08.729Z] ++ 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-11-16T00:43:08.729Z] ++ set -e [2019-11-16T00:43:08.729Z] ++ '[' -n 0 ']' [2019-11-16T00:43:08.729Z] ++ set -x [2019-11-16T00:43:08.729Z] ++ 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-11-16T00:43:11.184Z] --- PASS: TestDockerNetworkMacvlan (28.08s) [2019-11-16T00:43:11.184Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:43:11.184Z] daemon.go:325: [d020e29f8e64d] waiting for daemon to start [2019-11-16T00:43:11.184Z] daemon.go:325: [d020e29f8e64d] waiting for daemon to start [2019-11-16T00:43:11.184Z] daemon.go:353: [d020e29f8e64d] daemon started [2019-11-16T00:43:11.184Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2019-11-16T00:43:11.184Z] daemon.go:461: [d020e29f8e64d] Stopping daemon [2019-11-16T00:43:11.184Z] daemon.go:296: [d020e29f8e64d] exiting daemon [2019-11-16T00:43:11.184Z] daemon.go:448: [d020e29f8e64d] Daemon stopped [2019-11-16T00:43:11.184Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:43:11.184Z] daemon.go:325: [d0e091524e0fb] waiting for daemon to start [2019-11-16T00:43:11.184Z] daemon.go:325: [d0e091524e0fb] waiting for daemon to start [2019-11-16T00:43:11.184Z] daemon.go:353: [d0e091524e0fb] daemon started [2019-11-16T00:43:11.184Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2019-11-16T00:43:11.184Z] daemon.go:461: [d0e091524e0fb] Stopping daemon [2019-11-16T00:43:11.184Z] daemon.go:296: [d0e091524e0fb] exiting daemon [2019-11-16T00:43:11.184Z] daemon.go:448: [d0e091524e0fb] Daemon stopped [2019-11-16T00:43:11.184Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:43:11.184Z] daemon.go:325: [d99185af2c7f6] waiting for daemon to start [2019-11-16T00:43:11.184Z] daemon.go:325: [d99185af2c7f6] waiting for daemon to start [2019-11-16T00:43:11.184Z] daemon.go:353: [d99185af2c7f6] daemon started [2019-11-16T00:43:11.184Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.15s) [2019-11-16T00:43:11.184Z] daemon.go:461: [d99185af2c7f6] Stopping daemon [2019-11-16T00:43:11.184Z] daemon.go:296: [d99185af2c7f6] exiting daemon [2019-11-16T00:43:11.184Z] daemon.go:448: [d99185af2c7f6] Daemon stopped [2019-11-16T00:43:11.184Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:43:11.184Z] daemon.go:325: [d93ee401de9a7] waiting for daemon to start [2019-11-16T00:43:11.184Z] daemon.go:325: [d93ee401de9a7] waiting for daemon to start [2019-11-16T00:43:11.184Z] daemon.go:353: [d93ee401de9a7] daemon started [2019-11-16T00:43:11.184Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.46s) [2019-11-16T00:43:11.184Z] daemon.go:461: [d93ee401de9a7] Stopping daemon [2019-11-16T00:43:11.184Z] daemon.go:296: [d93ee401de9a7] exiting daemon [2019-11-16T00:43:11.184Z] daemon.go:448: [d93ee401de9a7] Daemon stopped [2019-11-16T00:43:11.184Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:43:11.184Z] daemon.go:325: [df3e15470b5aa] waiting for daemon to start [2019-11-16T00:43:11.184Z] daemon.go:325: [df3e15470b5aa] waiting for daemon to start [2019-11-16T00:43:11.184Z] daemon.go:353: [df3e15470b5aa] daemon started [2019-11-16T00:43:11.185Z] --- PASS: TestDockerNetworkMacvlan/Addressing (16.47s) [2019-11-16T00:43:11.185Z] daemon.go:461: [df3e15470b5aa] Stopping daemon [2019-11-16T00:43:11.185Z] daemon.go:296: [df3e15470b5aa] exiting daemon [2019-11-16T00:43:11.185Z] daemon.go:448: [df3e15470b5aa] Daemon stopped [2019-11-16T00:43:11.185Z] PASS [2019-11-16T00:43:11.185Z] [2019-11-16T00:43:11.185Z] DONE 7 tests in 29.669s [2019-11-16T00:43:11.185Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-11-16T00:43:11.185Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-11-16T00:43:11.185Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-11-16T00:43:11.185Z] ++ 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-11-16T00:43:11.185Z] ++ set -e [2019-11-16T00:43:11.185Z] ++ '[' -n 0 ']' [2019-11-16T00:43:11.185Z] ++ set -x [2019-11-16T00:43:11.185Z] ++ 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-11-16T00:43:11.185Z] testing: warning: no tests to run [2019-11-16T00:43:11.185Z] PASS [2019-11-16T00:43:11.185Z] [2019-11-16T00:43:11.185Z] DONE 0 tests in 0.040s [2019-11-16T00:43:11.185Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-11-16T00:43:11.185Z] ++ 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-11-16T00:43:11.185Z] ++ set -e [2019-11-16T00:43:11.185Z] ++ '[' -n 0 ']' [2019-11-16T00:43:11.185Z] ++ set -x [2019-11-16T00:43:11.185Z] ++ 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-11-16T00:43:11.185Z] INFO: Testing against a local daemon [2019-11-16T00:43:11.185Z] === RUN TestAuthZPluginAllowRequest [2019-11-16T00:43:13.083Z] --- PASS: TestAuthZPluginAllowRequest (1.82s) [2019-11-16T00:43:13.083Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-11-16T00:43:13.083Z] daemon.go:325: [d0d6990970e7e] waiting for daemon to start [2019-11-16T00:43:13.083Z] daemon.go:325: [d0d6990970e7e] waiting for daemon to start [2019-11-16T00:43:13.083Z] daemon.go:353: [d0d6990970e7e] daemon started [2019-11-16T00:43:13.083Z] daemon.go:461: [d0d6990970e7e] Stopping daemon [2019-11-16T00:43:13.083Z] daemon.go:296: [d0d6990970e7e] exiting daemon [2019-11-16T00:43:13.083Z] daemon.go:448: [d0d6990970e7e] Daemon stopped [2019-11-16T00:43:13.083Z] === RUN TestAuthZPluginTLS [2019-11-16T00:43:13.647Z] --- PASS: TestAuthZPluginTLS (0.70s) [2019-11-16T00:43:13.647Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-11-16T00:43:13.647Z] daemon.go:325: [dd229c8028ae0] waiting for daemon to start [2019-11-16T00:43:13.647Z] daemon.go:325: [dd229c8028ae0] waiting for daemon to start [2019-11-16T00:43:13.647Z] daemon.go:353: [dd229c8028ae0] daemon started [2019-11-16T00:43:13.647Z] daemon.go:461: [dd229c8028ae0] Stopping daemon [2019-11-16T00:43:13.647Z] daemon.go:296: [dd229c8028ae0] exiting daemon [2019-11-16T00:43:13.647Z] daemon.go:448: [dd229c8028ae0] Daemon stopped [2019-11-16T00:43:13.647Z] === RUN TestAuthZPluginDenyRequest [2019-11-16T00:43:13.817Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-11-16T00:43:14.212Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-11-16T00:43:14.212Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-11-16T00:43:14.212Z] daemon.go:325: [d87c4febc0845] waiting for daemon to start [2019-11-16T00:43:14.212Z] daemon.go:325: [d87c4febc0845] waiting for daemon to start [2019-11-16T00:43:14.212Z] daemon.go:353: [d87c4febc0845] daemon started [2019-11-16T00:43:14.212Z] daemon.go:461: [d87c4febc0845] Stopping daemon [2019-11-16T00:43:14.212Z] daemon.go:296: [d87c4febc0845] exiting daemon [2019-11-16T00:43:14.212Z] daemon.go:448: [d87c4febc0845] Daemon stopped [2019-11-16T00:43:14.212Z] === RUN TestAuthZPluginAPIDenyResponse [2019-11-16T00:43:14.777Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2019-11-16T00:43:14.777Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-11-16T00:43:14.777Z] daemon.go:325: [dea9070abb3de] waiting for daemon to start [2019-11-16T00:43:14.777Z] daemon.go:325: [dea9070abb3de] waiting for daemon to start [2019-11-16T00:43:14.777Z] daemon.go:353: [dea9070abb3de] daemon started [2019-11-16T00:43:14.777Z] daemon.go:461: [dea9070abb3de] Stopping daemon [2019-11-16T00:43:14.777Z] daemon.go:296: [dea9070abb3de] exiting daemon [2019-11-16T00:43:14.777Z] daemon.go:448: [dea9070abb3de] Daemon stopped [2019-11-16T00:43:14.777Z] === RUN TestAuthZPluginDenyResponse [2019-11-16T00:43:15.340Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2019-11-16T00:43:15.340Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-11-16T00:43:15.340Z] daemon.go:325: [dc72f5acac1d2] waiting for daemon to start [2019-11-16T00:43:15.340Z] daemon.go:325: [dc72f5acac1d2] waiting for daemon to start [2019-11-16T00:43:15.340Z] daemon.go:353: [dc72f5acac1d2] daemon started [2019-11-16T00:43:15.340Z] daemon.go:461: [dc72f5acac1d2] Stopping daemon [2019-11-16T00:43:15.340Z] daemon.go:296: [dc72f5acac1d2] exiting daemon [2019-11-16T00:43:15.340Z] daemon.go:448: [dc72f5acac1d2] Daemon stopped [2019-11-16T00:43:15.341Z] === RUN TestAuthZPluginAllowEventStream [2019-11-16T00:43:16.206Z] --- PASS: TestServiceUpdateSecrets (15.48s) [2019-11-16T00:43:16.206Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-11-16T00:43:16.206Z] daemon.go:325: [ded079df8ef89] waiting for daemon to start [2019-11-16T00:43:16.206Z] daemon.go:325: [ded079df8ef89] waiting for daemon to start [2019-11-16T00:43:16.206Z] daemon.go:353: [ded079df8ef89] daemon started [2019-11-16T00:43:16.206Z] daemon.go:461: [ded079df8ef89] Stopping daemon [2019-11-16T00:43:16.206Z] daemon.go:296: [ded079df8ef89] exiting daemon [2019-11-16T00:43:16.206Z] daemon.go:448: [ded079df8ef89] Daemon stopped [2019-11-16T00:43:16.206Z] === RUN TestServiceUpdateConfigs [2019-11-16T00:43:17.239Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2019-11-16T00:43:17.239Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-11-16T00:43:17.239Z] daemon.go:325: [d23c6ac918b0a] waiting for daemon to start [2019-11-16T00:43:17.239Z] daemon.go:325: [d23c6ac918b0a] waiting for daemon to start [2019-11-16T00:43:17.239Z] daemon.go:353: [d23c6ac918b0a] daemon started [2019-11-16T00:43:17.239Z] daemon.go:461: [d23c6ac918b0a] Stopping daemon [2019-11-16T00:43:17.239Z] daemon.go:296: [d23c6ac918b0a] exiting daemon [2019-11-16T00:43:17.239Z] daemon.go:448: [d23c6ac918b0a] Daemon stopped [2019-11-16T00:43:17.239Z] === RUN TestAuthZPluginErrorResponse [2019-11-16T00:43:17.497Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-11-16T00:43:17.497Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-11-16T00:43:17.497Z] daemon.go:325: [d914bbc443d92] waiting for daemon to start [2019-11-16T00:43:17.497Z] daemon.go:325: [d914bbc443d92] waiting for daemon to start [2019-11-16T00:43:17.497Z] daemon.go:353: [d914bbc443d92] daemon started [2019-11-16T00:43:17.497Z] daemon.go:461: [d914bbc443d92] Stopping daemon [2019-11-16T00:43:17.497Z] daemon.go:296: [d914bbc443d92] exiting daemon [2019-11-16T00:43:17.497Z] daemon.go:448: [d914bbc443d92] Daemon stopped [2019-11-16T00:43:17.497Z] === RUN TestAuthZPluginErrorRequest [2019-11-16T00:43:18.061Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-11-16T00:43:18.061Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-11-16T00:43:18.061Z] daemon.go:325: [d93f957c054ff] waiting for daemon to start [2019-11-16T00:43:18.061Z] daemon.go:325: [d93f957c054ff] waiting for daemon to start [2019-11-16T00:43:18.061Z] daemon.go:353: [d93f957c054ff] daemon started [2019-11-16T00:43:18.061Z] daemon.go:461: [d93f957c054ff] Stopping daemon [2019-11-16T00:43:18.061Z] daemon.go:296: [d93f957c054ff] exiting daemon [2019-11-16T00:43:18.061Z] daemon.go:448: [d93f957c054ff] Daemon stopped [2019-11-16T00:43:18.061Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-11-16T00:43:18.626Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-11-16T00:43:18.626Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-11-16T00:43:18.626Z] daemon.go:325: [d31d06374e7dc] waiting for daemon to start [2019-11-16T00:43:18.626Z] daemon.go:325: [d31d06374e7dc] waiting for daemon to start [2019-11-16T00:43:18.626Z] daemon.go:353: [d31d06374e7dc] daemon started [2019-11-16T00:43:18.626Z] daemon.go:461: [d31d06374e7dc] Stopping daemon [2019-11-16T00:43:18.626Z] daemon.go:296: [d31d06374e7dc] exiting daemon [2019-11-16T00:43:18.626Z] daemon.go:448: [d31d06374e7dc] Daemon stopped [2019-11-16T00:43:18.626Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-11-16T00:43:21.150Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.01s) [2019-11-16T00:43:21.150Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-11-16T00:43:21.150Z] daemon.go:325: [d179d1e69b0c9] waiting for daemon to start [2019-11-16T00:43:21.150Z] daemon.go:325: [d179d1e69b0c9] waiting for daemon to start [2019-11-16T00:43:21.150Z] daemon.go:353: [d179d1e69b0c9] daemon started [2019-11-16T00:43:21.150Z] daemon.go:461: [d179d1e69b0c9] Stopping daemon [2019-11-16T00:43:21.150Z] daemon.go:296: [d179d1e69b0c9] exiting daemon [2019-11-16T00:43:21.150Z] daemon.go:448: [d179d1e69b0c9] Daemon stopped [2019-11-16T00:43:21.150Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-11-16T00:43:22.426Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-11-16T00:43:22.890Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-11-16T00:43:22.890Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-11-16T00:43:23.046Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.17s) [2019-11-16T00:43:23.046Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-11-16T00:43:23.046Z] daemon.go:325: [d1549a02f9c47] waiting for daemon to start [2019-11-16T00:43:23.046Z] daemon.go:325: [d1549a02f9c47] waiting for daemon to start [2019-11-16T00:43:23.046Z] daemon.go:353: [d1549a02f9c47] daemon started [2019-11-16T00:43:23.046Z] daemon.go:461: [d1549a02f9c47] Stopping daemon [2019-11-16T00:43:23.046Z] daemon.go:296: [d1549a02f9c47] exiting daemon [2019-11-16T00:43:23.046Z] daemon.go:448: [d1549a02f9c47] Daemon stopped [2019-11-16T00:43:23.046Z] === RUN TestAuthZPluginHeader [2019-11-16T00:43:23.981Z] --- PASS: TestAuthZPluginHeader (1.00s) [2019-11-16T00:43:23.981Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-11-16T00:43:23.981Z] daemon.go:325: [da2ae014d937f] waiting for daemon to start [2019-11-16T00:43:23.981Z] daemon.go:325: [da2ae014d937f] waiting for daemon to start [2019-11-16T00:43:23.981Z] daemon.go:353: [da2ae014d937f] daemon started [2019-11-16T00:43:23.981Z] daemon.go:461: [da2ae014d937f] Stopping daemon [2019-11-16T00:43:23.981Z] daemon.go:296: [da2ae014d937f] exiting daemon [2019-11-16T00:43:23.981Z] daemon.go:448: [da2ae014d937f] Daemon stopped [2019-11-16T00:43:23.981Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-11-16T00:43:24.545Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-11-16T00:43:24.778Z] Loaded image: buildpack-deps:jessie [2019-11-16T00:43:24.778Z] Loaded image: busybox:latest [2019-11-16T00:43:24.778Z] Loaded image: busybox:glibc [2019-11-16T00:43:24.778Z] Loaded image: debian:jessie [2019-11-16T00:43:24.778Z] Loaded image: hello-world:latest [2019-11-16T00:43:24.778Z] INFO: Testing against a local daemon [2019-11-16T00:43:24.778Z] === RUN TestBuildWithSession [2019-11-16T00:43:25.116Z] --- PASS: TestBuildWithSession (2.11s) [2019-11-16T00:43:25.116Z] === RUN TestBuildSquashParent [2019-11-16T00:43:26.650Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-11-16T00:43:27.069Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-11-16T00:43:27.627Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-11-16T00:43:28.964Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.16s) [2019-11-16T00:43:28.964Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest [2019-11-16T00:43:28.964Z] daemon.go:325: [d07b638bbe011] waiting for daemon to start [2019-11-16T00:43:28.964Z] daemon.go:325: [d07b638bbe011] waiting for daemon to start [2019-11-16T00:43:28.964Z] daemon.go:353: [d07b638bbe011] daemon started [2019-11-16T00:43:28.964Z] daemon.go:461: [d07b638bbe011] Stopping daemon [2019-11-16T00:43:28.964Z] daemon.go:296: [d07b638bbe011] exiting daemon [2019-11-16T00:43:28.964Z] daemon.go:448: [d07b638bbe011] Daemon stopped [2019-11-16T00:43:28.964Z] daemon.go:325: [d07b638bbe011] waiting for daemon to start [2019-11-16T00:43:28.964Z] daemon.go:325: [d07b638bbe011] waiting for daemon to start [2019-11-16T00:43:28.964Z] daemon.go:353: [d07b638bbe011] daemon started [2019-11-16T00:43:28.964Z] daemon.go:461: [d07b638bbe011] Stopping daemon [2019-11-16T00:43:28.964Z] daemon.go:296: [d07b638bbe011] exiting daemon [2019-11-16T00:43:28.964Z] daemon.go:448: [d07b638bbe011] Daemon stopped [2019-11-16T00:43:28.964Z] === RUN TestAuthZPluginV2Disable [2019-11-16T00:43:31.233Z] --- PASS: TestBuildSquashParent (5.52s) [2019-11-16T00:43:31.233Z] === RUN TestBuildWithRemoveAndForceRemove [2019-11-16T00:43:31.233Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-11-16T00:43:31.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-11-16T00:43:31.233Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-11-16T00:43:31.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-11-16T00:43:31.233Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-11-16T00:43:31.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-11-16T00:43:31.233Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-11-16T00:43:31.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-11-16T00:43:31.233Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-11-16T00:43:31.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-11-16T00:43:31.233Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-11-16T00:43:31.233Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-11-16T00:43:31.233Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-11-16T00:43:31.233Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-11-16T00:43:31.233Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-11-16T00:43:31.233Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-11-16T00:43:32.241Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-11-16T00:43:32.676Z] --- PASS: TestServiceUpdateConfigs (15.73s) [2019-11-16T00:43:32.676Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-11-16T00:43:32.676Z] daemon.go:325: [d75baaf4e272d] waiting for daemon to start [2019-11-16T00:43:32.676Z] daemon.go:325: [d75baaf4e272d] waiting for daemon to start [2019-11-16T00:43:32.676Z] daemon.go:353: [d75baaf4e272d] daemon started [2019-11-16T00:43:32.676Z] daemon.go:461: [d75baaf4e272d] Stopping daemon [2019-11-16T00:43:32.676Z] daemon.go:296: [d75baaf4e272d] exiting daemon [2019-11-16T00:43:32.676Z] daemon.go:448: [d75baaf4e272d] Daemon stopped [2019-11-16T00:43:32.676Z] === RUN TestServiceUpdateNetwork [2019-11-16T00:43:32.805Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-11-16T00:43:32.805Z] --- PASS: TestAuthZPluginV2Disable (3.73s) [2019-11-16T00:43:32.805Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable [2019-11-16T00:43:32.805Z] daemon.go:325: [d643601c69c06] waiting for daemon to start [2019-11-16T00:43:32.805Z] daemon.go:325: [d643601c69c06] waiting for daemon to start [2019-11-16T00:43:32.805Z] daemon.go:353: [d643601c69c06] daemon started [2019-11-16T00:43:32.805Z] daemon.go:461: [d643601c69c06] Stopping daemon [2019-11-16T00:43:32.805Z] daemon.go:296: [d643601c69c06] exiting daemon [2019-11-16T00:43:32.805Z] daemon.go:448: [d643601c69c06] Daemon stopped [2019-11-16T00:43:32.805Z] daemon.go:325: [d643601c69c06] waiting for daemon to start [2019-11-16T00:43:32.805Z] daemon.go:325: [d643601c69c06] waiting for daemon to start [2019-11-16T00:43:32.805Z] daemon.go:353: [d643601c69c06] daemon started [2019-11-16T00:43:32.805Z] daemon.go:461: [d643601c69c06] Stopping daemon [2019-11-16T00:43:32.805Z] daemon.go:296: [d643601c69c06] exiting daemon [2019-11-16T00:43:32.805Z] daemon.go:448: [d643601c69c06] Daemon stopped [2019-11-16T00:43:32.805Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-11-16T00:43:34.253Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-11-16T00:43:34.253Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-11-16T00:43:36.561Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-11-16T00:43:36.561Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.26s) [2019-11-16T00:43:36.561Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.34s) [2019-11-16T00:43:36.561Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.41s) [2019-11-16T00:43:36.561Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.82s) [2019-11-16T00:43:36.561Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.18s) [2019-11-16T00:43:36.561Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.16s) [2019-11-16T00:43:36.561Z] === RUN TestBuildMultiStageCopy [2019-11-16T00:43:36.561Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-11-16T00:43:36.983Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.50s) [2019-11-16T00:43:36.983Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests [2019-11-16T00:43:36.983Z] daemon.go:325: [d95175213ea81] waiting for daemon to start [2019-11-16T00:43:36.983Z] daemon.go:325: [d95175213ea81] waiting for daemon to start [2019-11-16T00:43:36.983Z] daemon.go:353: [d95175213ea81] daemon started [2019-11-16T00:43:36.983Z] daemon.go:461: [d95175213ea81] Stopping daemon [2019-11-16T00:43:36.983Z] daemon.go:296: [d95175213ea81] exiting daemon [2019-11-16T00:43:36.983Z] daemon.go:448: [d95175213ea81] Daemon stopped [2019-11-16T00:43:36.983Z] daemon.go:325: [d95175213ea81] waiting for daemon to start [2019-11-16T00:43:36.983Z] daemon.go:325: [d95175213ea81] waiting for daemon to start [2019-11-16T00:43:36.983Z] daemon.go:353: [d95175213ea81] daemon started [2019-11-16T00:43:36.983Z] daemon.go:461: [d95175213ea81] Stopping daemon [2019-11-16T00:43:36.983Z] daemon.go:296: [d95175213ea81] exiting daemon [2019-11-16T00:43:36.983Z] daemon.go:448: [d95175213ea81] Daemon stopped [2019-11-16T00:43:36.983Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-11-16T00:43:37.241Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-11-16T00:43:37.993Z] === RUN TestDockerSuite/TestBuildAddScript [2019-11-16T00:43:37.993Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-11-16T00:43:37.993Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-11-16T00:43:37.993Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-11-16T00:43:37.993Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-11-16T00:43:37.993Z] === RUN TestDockerSuite/TestBuildAddTar [2019-11-16T00:43:38.259Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-11-16T00:43:38.612Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-11-16T00:43:38.652Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-11-16T00:43:38.992Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-11-16T00:43:39.176Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-11-16T00:43:39.348Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-11-16T00:43:39.694Z] --- PASS: TestBuildMultiStageCopy (3.54s) [2019-11-16T00:43:39.694Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.97s) [2019-11-16T00:43:39.694Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.40s) [2019-11-16T00:43:39.694Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.40s) [2019-11-16T00:43:39.694Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.39s) [2019-11-16T00:43:39.694Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.39s) [2019-11-16T00:43:39.694Z] === RUN TestBuildMultiStageParentConfig [2019-11-16T00:43:40.108Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-11-16T00:43:40.873Z] --- PASS: TestBuildMultiStageParentConfig (0.94s) [2019-11-16T00:43:40.873Z] === RUN TestBuildLabelWithTargets [2019-11-16T00:43:41.749Z] ok github.com/docker/docker/cmd/dockerd/hack 0.003s coverage: 72.9% of statements [2019-11-16T00:43:41.749Z] ok github.com/docker/docker/cmd/dockerd 0.082s coverage: 29.8% of statements [2019-11-16T00:43:41.749Z] ok github.com/docker/docker/container 0.142s coverage: 35.3% of statements [2019-11-16T00:43:41.749Z] ? github.com/docker/docker/container/stream [no test files] [2019-11-16T00:43:41.749Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-11-16T00:43:41.749Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-11-16T00:43:41.749Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-11-16T00:43:42.050Z] --- PASS: TestBuildLabelWithTargets (1.54s) [2019-11-16T00:43:42.050Z] === RUN TestBuildWithEmptyLayers [2019-11-16T00:43:43.228Z] --- PASS: TestBuildWithEmptyLayers (0.80s) [2019-11-16T00:43:43.228Z] === RUN TestBuildMultiStageOnBuild [2019-11-16T00:43:43.384Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-11-16T00:43:43.384Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-11-16T00:43:43.384Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-11-16T00:43:45.534Z] --- PASS: TestBuildMultiStageOnBuild (2.25s) [2019-11-16T00:43:45.534Z] === RUN TestBuildUncleanTarFilenames [2019-11-16T00:43:46.262Z] --- PASS: TestBuildUncleanTarFilenames (1.19s) [2019-11-16T00:43:46.262Z] === RUN TestBuildMultiStageLayerLeak [2019-11-16T00:43:46.281Z] --- PASS: TestServiceUpdateNetwork (14.13s) [2019-11-16T00:43:46.281Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-11-16T00:43:46.281Z] daemon.go:325: [d80095956996e] waiting for daemon to start [2019-11-16T00:43:46.281Z] daemon.go:325: [d80095956996e] waiting for daemon to start [2019-11-16T00:43:46.281Z] daemon.go:353: [d80095956996e] daemon started [2019-11-16T00:43:46.281Z] daemon.go:461: [d80095956996e] Stopping daemon [2019-11-16T00:43:46.281Z] daemon.go:296: [d80095956996e] exiting daemon [2019-11-16T00:43:46.281Z] daemon.go:448: [d80095956996e] Daemon stopped [2019-11-16T00:43:46.281Z] PASS [2019-11-16T00:43:46.281Z] [2019-11-16T00:43:46.281Z] === Skipped [2019-11-16T00:43:46.281Z] === SKIP: s390x.integration.service TestServicePlugin (0.01s) [2019-11-16T00:43:46.281Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:43:46.281Z] [2019-11-16T00:43:46.281Z] [2019-11-16T00:43:46.281Z] DONE 18 tests, 1 skipped in 128.023s [2019-11-16T00:43:46.281Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-11-16T00:43:46.281Z] ++ 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-11-16T00:43:46.281Z] ++ set -e [2019-11-16T00:43:46.281Z] ++ '[' -n 0 ']' [2019-11-16T00:43:46.281Z] ++ set -x [2019-11-16T00:43:46.281Z] ++ 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-11-16T00:43:46.281Z] INFO: Testing against a local daemon [2019-11-16T00:43:46.281Z] === RUN TestSessionCreate [2019-11-16T00:43:46.281Z] --- PASS: TestSessionCreate (0.04s) [2019-11-16T00:43:46.281Z] === RUN TestSessionCreateWithBadUpgrade [2019-11-16T00:43:46.281Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2019-11-16T00:43:46.281Z] PASS [2019-11-16T00:43:46.281Z] [2019-11-16T00:43:46.281Z] DONE 2 tests in 0.264s [2019-11-16T00:43:46.281Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-11-16T00:43:46.281Z] ++ 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-11-16T00:43:46.281Z] ++ set -e [2019-11-16T00:43:46.281Z] ++ '[' -n 0 ']' [2019-11-16T00:43:46.281Z] ++ set -x [2019-11-16T00:43:46.281Z] ++ 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-11-16T00:43:46.281Z] INFO: Testing against a local daemon [2019-11-16T00:43:46.281Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-11-16T00:43:46.281Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-11-16T00:43:46.281Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-11-16T00:43:46.281Z] === RUN TestEventsExecDie [2019-11-16T00:43:46.693Z] --- PASS: TestEventsExecDie (1.07s) [2019-11-16T00:43:46.693Z] === RUN TestEventsBackwardsCompatible [2019-11-16T00:43:46.693Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-11-16T00:43:46.693Z] === RUN TestInfoBinaryCommits [2019-11-16T00:43:46.693Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-11-16T00:43:46.693Z] === RUN TestInfoAPIVersioned [2019-11-16T00:43:46.693Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-11-16T00:43:46.693Z] === RUN TestInfoAPI [2019-11-16T00:43:46.693Z] --- PASS: TestInfoAPI (0.03s) [2019-11-16T00:43:46.693Z] === RUN TestInfoAPIWarnings [2019-11-16T00:43:47.557Z] --- PASS: TestInfoAPIWarnings (0.85s) [2019-11-16T00:43:47.557Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-11-16T00:43:47.557Z] daemon.go:325: [d4d118222f60e] waiting for daemon to start [2019-11-16T00:43:47.557Z] daemon.go:325: [d4d118222f60e] waiting for daemon to start [2019-11-16T00:43:47.557Z] daemon.go:353: [d4d118222f60e] daemon started [2019-11-16T00:43:47.557Z] daemon.go:461: [d4d118222f60e] Stopping daemon [2019-11-16T00:43:47.557Z] daemon.go:296: [d4d118222f60e] exiting daemon [2019-11-16T00:43:47.557Z] daemon.go:448: [d4d118222f60e] Daemon stopped [2019-11-16T00:43:47.557Z] === RUN TestLoginFailsWithBadCredentials [2019-11-16T00:43:47.954Z] --- PASS: TestLoginFailsWithBadCredentials (0.42s) [2019-11-16T00:43:47.954Z] === RUN TestPingCacheHeaders [2019-11-16T00:43:47.954Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-11-16T00:43:47.954Z] === RUN TestPingGet [2019-11-16T00:43:47.954Z] --- PASS: TestPingGet (0.02s) [2019-11-16T00:43:47.954Z] === RUN TestPingHead [2019-11-16T00:43:47.954Z] --- PASS: TestPingHead (0.02s) [2019-11-16T00:43:47.954Z] === RUN TestVersion [2019-11-16T00:43:47.954Z] --- PASS: TestVersion (0.04s) [2019-11-16T00:43:47.954Z] PASS [2019-11-16T00:43:47.954Z] [2019-11-16T00:43:47.954Z] === Skipped [2019-11-16T00:43:47.954Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-11-16T00:43:47.954Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-11-16T00:43:47.954Z] [2019-11-16T00:43:47.954Z] [2019-11-16T00:43:47.954Z] DONE 12 tests, 1 skipped in 2.797s [2019-11-16T00:43:48.342Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-11-16T00:43:48.342Z] ++ 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-11-16T00:43:48.342Z] ++ set -e [2019-11-16T00:43:48.342Z] ++ '[' -n 0 ']' [2019-11-16T00:43:48.342Z] ++ set -x [2019-11-16T00:43:48.342Z] ++ 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-11-16T00:43:48.342Z] INFO: Testing against a local daemon [2019-11-16T00:43:48.342Z] === RUN TestVolumesCreateAndList [2019-11-16T00:43:48.342Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-11-16T00:43:48.342Z] === RUN TestVolumesRemove [2019-11-16T00:43:48.342Z] --- PASS: TestVolumesRemove (0.09s) [2019-11-16T00:43:48.342Z] === RUN TestVolumesInspect [2019-11-16T00:43:48.342Z] --- PASS: TestVolumesInspect (0.03s) [2019-11-16T00:43:48.342Z] === RUN TestVolumesInvalidJSON [2019-11-16T00:43:48.342Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-11-16T00:43:48.342Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-11-16T00:43:48.342Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-11-16T00:43:48.342Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-11-16T00:43:48.342Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-11-16T00:43:48.342Z] PASS [2019-11-16T00:43:48.342Z] [2019-11-16T00:43:48.342Z] DONE 5 tests in 0.308s [2019-11-16T00:43:48.342Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-11-16T00:43:48.563Z] --- PASS: TestBuildMultiStageLayerLeak (2.32s) [2019-11-16T00:43:48.563Z] === RUN TestBuildWithHugeFile [2019-11-16T00:43:48.639Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.98s) [2019-11-16T00:43:48.639Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart [2019-11-16T00:43:48.639Z] daemon.go:325: [d37577d0607f3] waiting for daemon to start [2019-11-16T00:43:48.639Z] daemon.go:325: [d37577d0607f3] waiting for daemon to start [2019-11-16T00:43:48.639Z] daemon.go:353: [d37577d0607f3] daemon started [2019-11-16T00:43:48.639Z] daemon.go:461: [d37577d0607f3] Stopping daemon [2019-11-16T00:43:48.639Z] daemon.go:296: [d37577d0607f3] exiting daemon [2019-11-16T00:43:48.639Z] daemon.go:448: [d37577d0607f3] Daemon stopped [2019-11-16T00:43:48.639Z] daemon.go:325: [d37577d0607f3] waiting for daemon to start [2019-11-16T00:43:48.639Z] daemon.go:325: [d37577d0607f3] waiting for daemon to start [2019-11-16T00:43:48.639Z] daemon.go:296: [d37577d0607f3] exiting daemon [2019-11-16T00:43:48.639Z] daemon.go:325: [d37577d0607f3] waiting for daemon to start [2019-11-16T00:43:48.639Z] daemon.go:325: [d37577d0607f3] waiting for daemon to start [2019-11-16T00:43:48.639Z] daemon.go:325: [d37577d0607f3] waiting for daemon to start [2019-11-16T00:43:48.639Z] daemon.go:353: [d37577d0607f3] daemon started [2019-11-16T00:43:48.639Z] daemon.go:461: [d37577d0607f3] Stopping daemon [2019-11-16T00:43:48.639Z] daemon.go:296: [d37577d0607f3] exiting daemon [2019-11-16T00:43:48.639Z] daemon.go:448: [d37577d0607f3] Daemon stopped [2019-11-16T00:43:48.639Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-11-16T00:43:48.718Z] ++++ cat bundles/test-integration/docker.pid [2019-11-16T00:43:48.718Z] +++ kill 9250 [2019-11-16T00:43:49.977Z] umount: bundles/test-integration/root: mountpoint not found [2019-11-16T00:43:49.977Z] +++ /etc/init.d/apparmor stop [2019-11-16T00:43:49.977Z] Clearing AppArmor profiles cache:. [2019-11-16T00:43:49.977Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-11-16T00:43:49.977Z] Unloading profiles will leave already running processes permanently [2019-11-16T00:43:49.977Z] unconfined, which can lead to unexpected situations. [2019-11-16T00:43:49.977Z] [2019-11-16T00:43:49.977Z] To set a process to complain mode, use the command line tool [2019-11-16T00:43:49.977Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-11-16T00:43:49.977Z] with the 'teardown' option." [2019-11-16T00:43:49.977Z] [2019-11-16T00:43:51.681Z] ok github.com/docker/docker/daemon/cluster 0.031s coverage: 0.5% of statements [2019-11-16T00:43:52.605Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements Post stage [Pipeline] junit [2019-11-16T00:43:53.451Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-11-16T00:43:54.490Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.8% of statements [2019-11-16T00:43:55.017Z] + echo Ensuring container killed. [2019-11-16T00:43:55.017Z] Ensuring container killed. [2019-11-16T00:43:55.017Z] + docker rm -vf docker-pr1 [2019-11-16T00:43:55.017Z] Error: No such container: docker-pr1 [2019-11-16T00:43:55.017Z] + true [Pipeline] sh [2019-11-16T00:43:55.838Z] + echo Chowning /workspace to jenkins user [2019-11-16T00:43:55.838Z] Chowning /workspace to jenkins user [2019-11-16T00:43:55.838Z] + id -u [2019-11-16T00:43:55.838Z] + id -g [2019-11-16T00:43:55.839Z] + docker run --rm -v /home/jenkins/workspace/engine_PR-425:/workspace busybox chown -R 1001:1001 /workspace [2019-11-16T00:43:55.839Z] Unable to find image 'busybox:latest' locally [2019-11-16T00:43:56.214Z] latest: Pulling from library/busybox [2019-11-16T00:43:56.214Z] dd8c951d5d23: Pulling fs layer [2019-11-16T00:43:56.214Z] dd8c951d5d23: Verifying Checksum [2019-11-16T00:43:56.214Z] dd8c951d5d23: Download complete [2019-11-16T00:43:56.741Z] === RUN TestDockerSuite/TestBuildExpose [2019-11-16T00:43:56.741Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-11-16T00:43:56.741Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-11-16T00:43:56.741Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-11-16T00:43:56.998Z] === RUN TestDockerSuite/TestBuildFails [2019-11-16T00:43:57.008Z] dd8c951d5d23: Pull complete [2019-11-16T00:43:57.008Z] Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0 [2019-11-16T00:43:57.008Z] Status: Downloaded newer image for busybox:latest [2019-11-16T00:43:57.930Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-11-16T00:43:57.930Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-11-16T00:43:59.668Z] + bundleName=s390x-integration [2019-11-16T00:43:59.668Z] + echo Creating s390x-integration-bundles.tar.gz [2019-11-16T00:43:59.668Z] Creating s390x-integration-bundles.tar.gz [2019-11-16T00:43:59.668Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-11-16T00:43:59.668Z] + 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-11-16T00:43:59.811Z] Archiving artifacts [2019-11-16T00:44:00.453Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-11-16T00:44:01.243Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-425/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-11-16T00:44:02.008Z] + make clean [2019-11-16T00:44:02.370Z] docker volume rm -f docker-dev-cache [2019-11-16T00:44:02.370Z] docker-dev-cache [Pipeline] deleteDir [2019-11-16T00:44:02.567Z] ok github.com/docker/docker/daemon 12.181s coverage: 17.5% of statements [2019-11-16T00:44:02.567Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-11-16T00:44:02.822Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.433s coverage: 13.7% of statements [2019-11-16T00:44:02.822Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-11-16T00:44:02.975Z] === RUN TestDockerSuite/TestBuildForceRm [2019-11-16T00:44:04.348Z] === RUN TestDockerSuite/TestBuildFromGit [2019-11-16T00:44:04.709Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.4% of statements [2019-11-16T00:44:04.914Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2019-11-16T00:44:04.914Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:353: [dabda8571fe72] daemon started [2019-11-16T00:44:04.914Z] daemon.go:461: [dabda8571fe72] Stopping daemon [2019-11-16T00:44:04.914Z] daemon.go:296: [dabda8571fe72] exiting daemon [2019-11-16T00:44:04.914Z] daemon.go:448: [dabda8571fe72] Daemon stopped [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:339: [dabda8571fe72] error pinging daemon on start: Get http://dabda8571fe72.sock/_ping: context deadline exceeded [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:339: [dabda8571fe72] error pinging daemon on start: Get http://dabda8571fe72.sock/_ping: context deadline exceeded [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:339: [dabda8571fe72] error pinging daemon on start: Get http://dabda8571fe72.sock/_ping: context deadline exceeded [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:339: [dabda8571fe72] error pinging daemon on start: Get http://dabda8571fe72.sock/_ping: context deadline exceeded [2019-11-16T00:44:04.914Z] daemon.go:296: [dabda8571fe72] exiting daemon [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:325: [dabda8571fe72] waiting for daemon to start [2019-11-16T00:44:04.914Z] daemon.go:353: [dabda8571fe72] daemon started [2019-11-16T00:44:04.914Z] daemon.go:461: [dabda8571fe72] Stopping daemon [2019-11-16T00:44:04.914Z] daemon.go:296: [dabda8571fe72] exiting daemon [2019-11-16T00:44:04.914Z] daemon.go:448: [dabda8571fe72] Daemon stopped [2019-11-16T00:44:04.914Z] PASS [2019-11-16T00:44:04.914Z] [2019-11-16T00:44:04.914Z] DONE 17 tests in 53.856s [2019-11-16T00:44:04.914Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-11-16T00:44:04.914Z] ++ 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-11-16T00:44:04.914Z] ++ set -e [2019-11-16T00:44:04.914Z] ++ '[' -n 0 ']' [2019-11-16T00:44:04.914Z] ++ set -x [2019-11-16T00:44:04.914Z] ++ 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-11-16T00:44:04.914Z] INFO: Testing against a local daemon [2019-11-16T00:44:04.914Z] === RUN TestPluginInvalidJSON [2019-11-16T00:44:04.914Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:44:04.914Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:44:04.914Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:44:04.914Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-11-16T00:44:04.914Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-11-16T00:44:04.914Z] PASS [2019-11-16T00:44:04.914Z] [2019-11-16T00:44:04.914Z] DONE 2 tests in 0.138s [2019-11-16T00:44:05.172Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-11-16T00:44:05.172Z] ++ 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-11-16T00:44:05.172Z] ++ set -e [2019-11-16T00:44:05.172Z] ++ '[' -n 0 ']' [2019-11-16T00:44:05.172Z] ++ set -x [2019-11-16T00:44:05.172Z] ++ 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-11-16T00:44:05.172Z] INFO: Testing against a local daemon [2019-11-16T00:44:05.172Z] === RUN TestExternalGraphDriver [2019-11-16T00:44:05.430Z] === RUN TestExternalGraphDriver/json [2019-11-16T00:44:05.714Z] ok github.com/docker/docker/daemon/config 0.056s coverage: 82.2% of statements [2019-11-16T00:44:05.974Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2019-11-16T00:44:05.974Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-11-16T00:44:05.974Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-11-16T00:44:06.361Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-11-16T00:44:06.619Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-11-16T00:44:07.550Z] === RUN TestExternalGraphDriver/spec [2019-11-16T00:44:07.550Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-11-16T00:44:07.881Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-11-16T00:44:09.460Z] === RUN TestExternalGraphDriver/pull [2019-11-16T00:44:10.037Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-11-16T00:44:10.392Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-11-16T00:44:10.979Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-11-16T00:44:11.237Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-11-16T00:44:11.317Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.228s coverage: 56.9% of statements [2019-11-16T00:44:11.496Z] --- PASS: TestExternalGraphDriver (6.34s) [2019-11-16T00:44:11.496Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-11-16T00:44:11.496Z] daemon.go:325: [d735f1c253f00] waiting for daemon to start [2019-11-16T00:44:11.496Z] daemon.go:325: [d735f1c253f00] waiting for daemon to start [2019-11-16T00:44:11.496Z] daemon.go:353: [d735f1c253f00] daemon started [2019-11-16T00:44:11.496Z] daemon.go:461: [d735f1c253f00] Stopping daemon [2019-11-16T00:44:11.496Z] daemon.go:296: [d735f1c253f00] exiting daemon [2019-11-16T00:44:11.496Z] daemon.go:448: [d735f1c253f00] Daemon stopped [2019-11-16T00:44:11.496Z] daemon.go:325: [d735f1c253f00] waiting for daemon to start [2019-11-16T00:44:11.496Z] daemon.go:325: [d735f1c253f00] waiting for daemon to start [2019-11-16T00:44:11.496Z] daemon.go:353: [d735f1c253f00] daemon started [2019-11-16T00:44:11.496Z] daemon.go:461: [d735f1c253f00] Stopping daemon [2019-11-16T00:44:11.496Z] daemon.go:296: [d735f1c253f00] exiting daemon [2019-11-16T00:44:11.496Z] daemon.go:448: [d735f1c253f00] Daemon stopped [2019-11-16T00:44:11.496Z] --- PASS: TestExternalGraphDriver/json (2.18s) [2019-11-16T00:44:11.496Z] daemon.go:325: [d735f1c253f00] waiting for daemon to start [2019-11-16T00:44:11.496Z] daemon.go:325: [d735f1c253f00] waiting for daemon to start [2019-11-16T00:44:11.496Z] daemon.go:353: [d735f1c253f00] daemon started [2019-11-16T00:44:11.496Z] daemon.go:461: [d735f1c253f00] Stopping daemon [2019-11-16T00:44:11.496Z] daemon.go:296: [d735f1c253f00] exiting daemon [2019-11-16T00:44:11.496Z] daemon.go:448: [d735f1c253f00] Daemon stopped [2019-11-16T00:44:11.496Z] daemon.go:325: [d735f1c253f00] waiting for daemon to start [2019-11-16T00:44:11.496Z] daemon.go:325: [d735f1c253f00] waiting for daemon to start [2019-11-16T00:44:11.496Z] daemon.go:353: [d735f1c253f00] daemon started [2019-11-16T00:44:11.496Z] daemon.go:461: [d735f1c253f00] Stopping daemon [2019-11-16T00:44:11.496Z] daemon.go:296: [d735f1c253f00] exiting daemon [2019-11-16T00:44:11.496Z] daemon.go:448: [d735f1c253f00] Daemon stopped [2019-11-16T00:44:11.496Z] --- PASS: TestExternalGraphDriver/spec (1.99s) [2019-11-16T00:44:11.496Z] daemon.go:325: [d735f1c253f00] waiting for daemon to start [2019-11-16T00:44:11.496Z] daemon.go:325: [d735f1c253f00] waiting for daemon to start [2019-11-16T00:44:11.496Z] daemon.go:353: [d735f1c253f00] daemon started [2019-11-16T00:44:11.496Z] daemon.go:461: [d735f1c253f00] Stopping daemon [2019-11-16T00:44:11.496Z] daemon.go:296: [d735f1c253f00] exiting daemon [2019-11-16T00:44:11.496Z] daemon.go:448: [d735f1c253f00] Daemon stopped [2019-11-16T00:44:11.496Z] --- PASS: TestExternalGraphDriver/pull (2.01s) [2019-11-16T00:44:11.496Z] === RUN TestGraphdriverPluginV2 [2019-11-16T00:44:13.765Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-11-16T00:44:13.765Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-11-16T00:44:14.021Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-11-16T00:44:14.228Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-11-16T00:44:14.593Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.603s coverage: 72.3% of statements [2019-11-16T00:44:14.848Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.840s coverage: 45.9% of statements [2019-11-16T00:44:14.848Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-11-16T00:44:15.918Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-11-16T00:44:16.482Z] --- PASS: TestGraphdriverPluginV2 (4.87s) [2019-11-16T00:44:16.482Z] external_test.go:413: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2 [2019-11-16T00:44:16.482Z] daemon.go:325: [d87e04fc6e033] waiting for daemon to start [2019-11-16T00:44:16.482Z] daemon.go:325: [d87e04fc6e033] waiting for daemon to start [2019-11-16T00:44:16.482Z] daemon.go:353: [d87e04fc6e033] daemon started [2019-11-16T00:44:16.482Z] daemon.go:461: [d87e04fc6e033] Stopping daemon [2019-11-16T00:44:16.482Z] daemon.go:296: [d87e04fc6e033] exiting daemon [2019-11-16T00:44:16.482Z] daemon.go:448: [d87e04fc6e033] Daemon stopped [2019-11-16T00:44:16.482Z] daemon.go:325: [d87e04fc6e033] waiting for daemon to start [2019-11-16T00:44:16.482Z] daemon.go:325: [d87e04fc6e033] waiting for daemon to start [2019-11-16T00:44:16.482Z] daemon.go:353: [d87e04fc6e033] daemon started [2019-11-16T00:44:16.482Z] daemon.go:461: [d87e04fc6e033] Stopping daemon [2019-11-16T00:44:16.482Z] daemon.go:296: [d87e04fc6e033] exiting daemon [2019-11-16T00:44:16.482Z] daemon.go:448: [d87e04fc6e033] Daemon stopped [2019-11-16T00:44:16.482Z] PASS [2019-11-16T00:44:16.482Z] [2019-11-16T00:44:16.482Z] DONE 5 tests in 11.373s [2019-11-16T00:44:16.482Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-11-16T00:44:16.482Z] ++ 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-11-16T00:44:16.482Z] ++ set -e [2019-11-16T00:44:16.482Z] ++ '[' -n 0 ']' [2019-11-16T00:44:16.482Z] ++ set -x [2019-11-16T00:44:16.482Z] ++ 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-11-16T00:44:16.740Z] INFO: Testing against a local daemon [2019-11-16T00:44:16.740Z] === RUN TestContinueAfterPluginCrash [2019-11-16T00:44:16.740Z] === PAUSE TestContinueAfterPluginCrash [2019-11-16T00:44:16.740Z] === RUN TestDaemonStartWithLogOpt [2019-11-16T00:44:16.740Z] === PAUSE TestDaemonStartWithLogOpt [2019-11-16T00:44:16.740Z] === CONT TestContinueAfterPluginCrash [2019-11-16T00:44:16.740Z] === CONT TestDaemonStartWithLogOpt [2019-11-16T00:44:17.362Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.072s coverage: 50.8% of statements [2019-11-16T00:44:17.675Z] === RUN TestDockerSuite/TestBuildHistory [2019-11-16T00:44:18.288Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.334s coverage: 76.1% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2019-11-16T00:44:19.651Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-11-16T00:44:19.906Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.065s coverage: 57.2% of statements [2019-11-16T00:44:19.906Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-11-16T00:44:19.906Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-11-16T00:44:21.267Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2019-11-16T00:44:21.929Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-11-16T00:44:22.191Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2019-11-16T00:44:23.553Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 4.9% of statements [2019-11-16T00:44:23.553Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-11-16T00:44:23.553Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-11-16T00:44:24.453Z] === RUN TestDockerSuite/TestBuildIidFile [2019-11-16T00:44:24.476Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 43.7% of statements [2019-11-16T00:44:25.386Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-11-16T00:44:25.838Z] ok github.com/docker/docker/daemon/logger/awslogs 0.179s coverage: 78.6% of statements [2019-11-16T00:44:25.838Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-11-16T00:44:25.838Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-11-16T00:44:25.838Z] ok github.com/docker/docker/daemon/logger/gelf 0.016s coverage: 68.2% of statements [2019-11-16T00:44:26.760Z] === RUN TestDockerSuite/TestBuildInheritance [2019-11-16T00:44:27.201Z] ok github.com/docker/docker/daemon/logger/journald 0.013s coverage: 26.2% of statements [2019-11-16T00:44:27.456Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.006s coverage: 62.1% of statements [2019-11-16T00:44:28.017Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.020s coverage: 88.3% of statements [2019-11-16T00:44:28.133Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-11-16T00:44:28.944Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 74.7% of statements [2019-11-16T00:44:28.944Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-11-16T00:44:29.067Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-11-16T00:44:29.067Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-11-16T00:44:29.871Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.033s coverage: 20.0% of statements [2019-11-16T00:44:30.439Z] === RUN TestDockerSuite/TestBuildLabel [2019-11-16T00:44:31.234Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-11-16T00:44:31.369Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-11-16T00:44:31.794Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-11-16T00:44:31.980Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-11-16T00:44:31.980Z] === RUN TestDockerSuite/TestBuildBlankName [2019-11-16T00:44:31.980Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-11-16T00:44:32.300Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-11-16T00:44:32.354Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-11-16T00:44:32.609Z] ok github.com/docker/docker/daemon/logger/splunk 1.661s coverage: 84.5% of statements [2019-11-16T00:44:32.609Z] ? github.com/docker/docker/daemon/names [no test files] [2019-11-16T00:44:32.609Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-11-16T00:44:32.865Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-11-16T00:44:33.122Z] === RUN TestDockerSuite/TestBuildLabels [2019-11-16T00:44:34.146Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-11-16T00:44:35.078Z] --- PASS: TestDaemonStartWithLogOpt (18.40s) [2019-11-16T00:44:35.078Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-11-16T00:44:35.078Z] daemon.go:325: [da184f7e34c04] waiting for daemon to start [2019-11-16T00:44:35.078Z] daemon.go:325: [da184f7e34c04] waiting for daemon to start [2019-11-16T00:44:35.078Z] daemon.go:353: [da184f7e34c04] daemon started [2019-11-16T00:44:35.078Z] daemon.go:461: [da184f7e34c04] Stopping daemon [2019-11-16T00:44:35.078Z] daemon.go:296: [da184f7e34c04] exiting daemon [2019-11-16T00:44:35.078Z] daemon.go:448: [da184f7e34c04] Daemon stopped [2019-11-16T00:44:35.078Z] daemon.go:325: [da184f7e34c04] waiting for daemon to start [2019-11-16T00:44:35.078Z] daemon.go:325: [da184f7e34c04] waiting for daemon to start [2019-11-16T00:44:35.078Z] daemon.go:353: [da184f7e34c04] daemon started [2019-11-16T00:44:35.078Z] daemon.go:461: [da184f7e34c04] Stopping daemon [2019-11-16T00:44:35.078Z] daemon.go:296: [da184f7e34c04] exiting daemon [2019-11-16T00:44:35.078Z] daemon.go:448: [da184f7e34c04] Daemon stopped [2019-11-16T00:44:35.120Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2019-11-16T00:44:35.120Z] ok github.com/docker/docker/distribution 0.244s coverage: 22.3% of statements [2019-11-16T00:44:35.120Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-11-16T00:44:35.336Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-11-16T00:44:37.007Z] ok github.com/docker/docker/errdefs 0.004s coverage: 48.2% of statements [2019-11-16T00:44:37.933Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-11-16T00:44:37.933Z] ok github.com/docker/docker/distribution/xfer 1.449s coverage: 83.9% of statements [2019-11-16T00:44:37.933Z] ? github.com/docker/docker/dockerversion [no test files] [2019-11-16T00:44:38.610Z] === RUN TestDockerSuite/TestBuildLastModified [2019-11-16T00:44:39.097Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-11-16T00:44:39.294Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2019-11-16T00:44:39.294Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-11-16T00:44:39.541Z] --- PASS: TestContinueAfterPluginCrash (22.95s) [2019-11-16T00:44:39.541Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-11-16T00:44:39.541Z] daemon.go:325: [db1994d5a8d79] waiting for daemon to start [2019-11-16T00:44:39.541Z] daemon.go:325: [db1994d5a8d79] waiting for daemon to start [2019-11-16T00:44:39.541Z] daemon.go:353: [db1994d5a8d79] daemon started [2019-11-16T00:44:39.541Z] daemon.go:461: [db1994d5a8d79] Stopping daemon [2019-11-16T00:44:39.541Z] daemon.go:296: [db1994d5a8d79] exiting daemon [2019-11-16T00:44:39.541Z] daemon.go:448: [db1994d5a8d79] Daemon stopped [2019-11-16T00:44:39.541Z] PASS [2019-11-16T00:44:39.541Z] [2019-11-16T00:44:39.541Z] DONE 2 tests in 23.125s [2019-11-16T00:44:39.541Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-11-16T00:44:39.541Z] ++ 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-11-16T00:44:39.541Z] ++ set -e [2019-11-16T00:44:39.541Z] ++ '[' -n 0 ']' [2019-11-16T00:44:39.541Z] ++ set -x [2019-11-16T00:44:39.541Z] ++ 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-11-16T00:44:39.560Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-11-16T00:44:39.798Z] INFO: Testing against a local daemon [2019-11-16T00:44:39.798Z] === RUN TestPluginWithDevMounts [2019-11-16T00:44:39.798Z] === PAUSE TestPluginWithDevMounts [2019-11-16T00:44:39.798Z] === CONT TestPluginWithDevMounts [2019-11-16T00:44:39.853Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2019-11-16T00:44:39.853Z] ? github.com/docker/docker/internal/test [no test files] [2019-11-16T00:44:41.215Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-11-16T00:44:41.215Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-11-16T00:44:41.215Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-11-16T00:44:41.215Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-11-16T00:44:41.215Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-11-16T00:44:41.215Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-11-16T00:44:41.215Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-11-16T00:44:41.215Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-11-16T00:44:41.470Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-11-16T00:44:41.470Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-11-16T00:44:41.470Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-11-16T00:44:41.694Z] --- PASS: TestPluginWithDevMounts (1.92s) [2019-11-16T00:44:41.694Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-11-16T00:44:41.694Z] daemon.go:325: [dc6d7a0deb882] waiting for daemon to start [2019-11-16T00:44:41.694Z] daemon.go:325: [dc6d7a0deb882] waiting for daemon to start [2019-11-16T00:44:41.694Z] daemon.go:353: [dc6d7a0deb882] daemon started [2019-11-16T00:44:41.694Z] daemon.go:461: [dc6d7a0deb882] Stopping daemon [2019-11-16T00:44:41.694Z] daemon.go:296: [dc6d7a0deb882] exiting daemon [2019-11-16T00:44:41.694Z] daemon.go:448: [dc6d7a0deb882] Daemon stopped [2019-11-16T00:44:41.694Z] PASS [2019-11-16T00:44:41.694Z] [2019-11-16T00:44:41.694Z] DONE 1 tests in 2.111s [2019-11-16T00:44:41.694Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-11-16T00:44:41.694Z] ++ 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-11-16T00:44:41.694Z] ++ set -e [2019-11-16T00:44:41.694Z] ++ '[' -n 0 ']' [2019-11-16T00:44:41.694Z] ++ set -x [2019-11-16T00:44:41.694Z] ++ 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-11-16T00:44:41.951Z] INFO: Testing against a local daemon [2019-11-16T00:44:41.951Z] === RUN TestSecretInspect [2019-11-16T00:44:42.029Z] ok github.com/docker/docker/internal/testutil 0.003s coverage: 62.5% of statements [2019-11-16T00:44:42.590Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-11-16T00:44:43.848Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-11-16T00:44:44.476Z] ok github.com/docker/docker/opts 0.020s coverage: 66.9% of statements [2019-11-16T00:44:44.476Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-11-16T00:44:44.780Z] --- PASS: TestSecretInspect (2.75s) [2019-11-16T00:44:44.780Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-11-16T00:44:44.780Z] daemon.go:325: [d9af8d7668078] waiting for daemon to start [2019-11-16T00:44:44.780Z] daemon.go:325: [d9af8d7668078] waiting for daemon to start [2019-11-16T00:44:44.780Z] daemon.go:353: [d9af8d7668078] daemon started [2019-11-16T00:44:44.780Z] daemon.go:461: [d9af8d7668078] Stopping daemon [2019-11-16T00:44:44.780Z] daemon.go:296: [d9af8d7668078] exiting daemon [2019-11-16T00:44:44.780Z] daemon.go:448: [d9af8d7668078] Daemon stopped [2019-11-16T00:44:44.780Z] === RUN TestSecretList [2019-11-16T00:44:45.388Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-11-16T00:44:46.361Z] ok github.com/docker/docker/pkg/archive 0.396s coverage: 77.1% of statements [2019-11-16T00:44:47.287Z] ok github.com/docker/docker/pkg/authorization 0.195s coverage: 66.7% of statements [2019-11-16T00:44:47.542Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-11-16T00:44:47.797Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-11-16T00:44:48.056Z] --- PASS: TestSecretList (3.22s) [2019-11-16T00:44:48.056Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-11-16T00:44:48.056Z] daemon.go:325: [df1ae8efa780d] waiting for daemon to start [2019-11-16T00:44:48.056Z] daemon.go:325: [df1ae8efa780d] waiting for daemon to start [2019-11-16T00:44:48.056Z] daemon.go:353: [df1ae8efa780d] daemon started [2019-11-16T00:44:48.056Z] daemon.go:461: [df1ae8efa780d] Stopping daemon [2019-11-16T00:44:48.056Z] daemon.go:296: [df1ae8efa780d] exiting daemon [2019-11-16T00:44:48.056Z] daemon.go:448: [df1ae8efa780d] Daemon stopped [2019-11-16T00:44:48.056Z] === RUN TestSecretsCreateAndDelete [2019-11-16T00:44:48.056Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-11-16T00:44:48.314Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-11-16T00:44:48.314Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-11-16T00:44:48.573Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-11-16T00:44:48.573Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-11-16T00:44:49.138Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-11-16T00:44:51.034Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-11-16T00:44:51.070Z] ok github.com/docker/docker/layer 7.414s coverage: 72.0% of statements [2019-11-16T00:44:51.070Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-11-16T00:44:51.070Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-11-16T00:44:51.070Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-11-16T00:44:51.070Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-11-16T00:44:51.070Z] ? github.com/docker/docker/oci [no test files] [2019-11-16T00:44:51.070Z] ? github.com/docker/docker/oci/caps [no test files] [2019-11-16T00:44:51.325Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2019-11-16T00:44:51.598Z] --- PASS: TestSecretsCreateAndDelete (3.60s) [2019-11-16T00:44:51.598Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-11-16T00:44:51.598Z] daemon.go:325: [d5c971653c346] waiting for daemon to start [2019-11-16T00:44:51.598Z] daemon.go:325: [d5c971653c346] waiting for daemon to start [2019-11-16T00:44:51.598Z] daemon.go:353: [d5c971653c346] daemon started [2019-11-16T00:44:51.598Z] daemon.go:461: [d5c971653c346] Stopping daemon [2019-11-16T00:44:51.598Z] daemon.go:296: [d5c971653c346] exiting daemon [2019-11-16T00:44:51.598Z] daemon.go:448: [d5c971653c346] Daemon stopped [2019-11-16T00:44:51.598Z] === RUN TestSecretsUpdate [2019-11-16T00:44:51.884Z] ok github.com/docker/docker/pkg/chrootarchive 3.098s coverage: 43.2% of statements [2019-11-16T00:44:51.884Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-11-16T00:44:51.884Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-11-16T00:44:52.139Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2019-11-16T00:44:52.531Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-11-16T00:44:52.698Z] ok github.com/docker/docker/pkg/discovery/file 0.009s coverage: 92.9% of statements [2019-11-16T00:44:53.258Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2019-11-16T00:44:53.818Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2019-11-16T00:44:54.002Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-11-16T00:44:54.377Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2019-11-16T00:44:55.053Z] --- PASS: TestSecretsUpdate (3.42s) [2019-11-16T00:44:55.054Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-11-16T00:44:55.054Z] daemon.go:325: [d36476f2e83c6] waiting for daemon to start [2019-11-16T00:44:55.054Z] daemon.go:325: [d36476f2e83c6] waiting for daemon to start [2019-11-16T00:44:55.054Z] daemon.go:353: [d36476f2e83c6] daemon started [2019-11-16T00:44:55.054Z] daemon.go:461: [d36476f2e83c6] Stopping daemon [2019-11-16T00:44:55.054Z] daemon.go:296: [d36476f2e83c6] exiting daemon [2019-11-16T00:44:55.054Z] daemon.go:448: [d36476f2e83c6] Daemon stopped [2019-11-16T00:44:55.054Z] === RUN TestTemplatedSecret [2019-11-16T00:44:55.737Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 66.3% of statements [2019-11-16T00:44:56.662Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 89.5% of statements [2019-11-16T00:44:56.917Z] ok github.com/docker/docker/pkg/discovery/kv 3.093s coverage: 84.1% of statements [2019-11-16T00:44:57.477Z] ok github.com/docker/docker/pkg/fsutils 0.334s coverage: 85.1% of statements [2019-11-16T00:44:57.477Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 10.2% of statements [2019-11-16T00:44:57.579Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-11-16T00:44:57.839Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-11-16T00:44:58.099Z] --- PASS: TestTemplatedSecret (3.16s) [2019-11-16T00:44:58.099Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-11-16T00:44:58.099Z] daemon.go:325: [dcdef1460b173] waiting for daemon to start [2019-11-16T00:44:58.099Z] daemon.go:325: [dcdef1460b173] waiting for daemon to start [2019-11-16T00:44:58.099Z] daemon.go:353: [dcdef1460b173] daemon started [2019-11-16T00:44:58.099Z] daemon.go:461: [dcdef1460b173] Stopping daemon [2019-11-16T00:44:58.099Z] daemon.go:296: [dcdef1460b173] exiting daemon [2019-11-16T00:44:58.099Z] daemon.go:448: [dcdef1460b173] Daemon stopped [2019-11-16T00:44:58.099Z] === RUN TestSecretCreateResolve [2019-11-16T00:44:58.358Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-11-16T00:44:59.362Z] ok github.com/docker/docker/pkg/idtools 0.505s coverage: 70.1% of statements [2019-11-16T00:44:59.362Z] ok github.com/docker/docker/pkg/ioutils 0.388s coverage: 68.7% of statements [2019-11-16T00:44:59.617Z] ok github.com/docker/docker/pkg/locker 0.016s coverage: 88.9% of statements [2019-11-16T00:44:59.872Z] ok github.com/docker/docker/pkg/jsonmessage 0.016s coverage: 91.7% of statements [2019-11-16T00:44:59.872Z] ok github.com/docker/docker/pkg/longpath 0.013s coverage: 100.0% of statements [2019-11-16T00:44:59.872Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-11-16T00:45:00.797Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2019-11-16T00:45:01.052Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-11-16T00:45:01.307Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-11-16T00:45:01.307Z] ok github.com/docker/docker/pkg/mount 0.601s coverage: 69.6% of statements [2019-11-16T00:45:01.307Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-11-16T00:45:01.562Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 90.0% of statements [2019-11-16T00:45:01.636Z] --- PASS: TestSecretCreateResolve (3.24s) [2019-11-16T00:45:01.636Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-11-16T00:45:01.636Z] daemon.go:325: [d27e85e1f0da7] waiting for daemon to start [2019-11-16T00:45:01.636Z] daemon.go:325: [d27e85e1f0da7] waiting for daemon to start [2019-11-16T00:45:01.636Z] daemon.go:353: [d27e85e1f0da7] daemon started [2019-11-16T00:45:01.636Z] daemon.go:461: [d27e85e1f0da7] Stopping daemon [2019-11-16T00:45:01.636Z] daemon.go:296: [d27e85e1f0da7] exiting daemon [2019-11-16T00:45:01.636Z] daemon.go:448: [d27e85e1f0da7] Daemon stopped [2019-11-16T00:45:01.636Z] PASS [2019-11-16T00:45:01.636Z] [2019-11-16T00:45:01.636Z] DONE 6 tests in 19.537s [2019-11-16T00:45:01.636Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-11-16T00:45:01.636Z] ++ 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-11-16T00:45:01.636Z] ++ set -e [2019-11-16T00:45:01.636Z] ++ '[' -n 0 ']' [2019-11-16T00:45:01.636Z] ++ set -x [2019-11-16T00:45:01.636Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-16T00:45:01.636Z] INFO: Testing against a local daemon [2019-11-16T00:45:01.636Z] === RUN TestServiceCreateInit [2019-11-16T00:45:01.636Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-11-16T00:45:01.818Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2019-11-16T00:45:01.818Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-11-16T00:45:01.818Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-11-16T00:45:02.616Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-11-16T00:45:02.616Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-11-16T00:45:03.183Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2019-11-16T00:45:03.744Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-11-16T00:45:04.000Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-11-16T00:45:04.163Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-11-16T00:45:04.255Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-11-16T00:45:05.615Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 72.7% of statements [2019-11-16T00:45:05.871Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-11-16T00:45:07.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-11-16T00:45:07.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-11-16T00:45:07.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-11-16T00:45:07.441Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-11-16T00:45:10.028Z] ok github.com/docker/docker/pkg/signal 2.872s coverage: 61.0% of statements [2019-11-16T00:45:10.028Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-11-16T00:45:10.028Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-11-16T00:45:10.283Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-11-16T00:45:10.845Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-11-16T00:45:11.100Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 81.4% of statements [2019-11-16T00:45:11.618Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-11-16T00:45:11.659Z] ok github.com/docker/docker/pkg/system 0.020s coverage: 35.8% of statements [2019-11-16T00:45:11.873Z] --- PASS: TestBuildWithHugeFile (81.45s) [2019-11-16T00:45:11.873Z] === RUN TestBuildWithEmptyDockerfile [2019-11-16T00:45:11.873Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:45:11.873Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:45:11.873Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:45:11.873Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:45:11.873Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:45:11.873Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:45:11.873Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-11-16T00:45:11.873Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-11-16T00:45:11.873Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-11-16T00:45:11.873Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2019-11-16T00:45:11.873Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.30s) [2019-11-16T00:45:11.873Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2019-11-16T00:45:11.873Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s) [2019-11-16T00:45:11.873Z] === RUN TestBuildPreserveOwnership [2019-11-16T00:45:11.873Z] === RUN TestBuildPreserveOwnership/copy_from [2019-11-16T00:45:12.218Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2019-11-16T00:45:12.779Z] ok github.com/docker/docker/pkg/tarsum 0.045s coverage: 89.3% of statements [2019-11-16T00:45:12.988Z] --- PASS: TestServiceCreateInit (11.45s) [2019-11-16T00:45:12.988Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.93s) [2019-11-16T00:45:12.988Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-11-16T00:45:12.988Z] daemon.go:325: [d0c3eea517a6c] waiting for daemon to start [2019-11-16T00:45:12.988Z] daemon.go:325: [d0c3eea517a6c] waiting for daemon to start [2019-11-16T00:45:12.988Z] daemon.go:353: [d0c3eea517a6c] daemon started [2019-11-16T00:45:12.988Z] daemon.go:461: [d0c3eea517a6c] Stopping daemon [2019-11-16T00:45:12.988Z] daemon.go:296: [d0c3eea517a6c] exiting daemon [2019-11-16T00:45:12.988Z] daemon.go:448: [d0c3eea517a6c] Daemon stopped [2019-11-16T00:45:12.988Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.48s) [2019-11-16T00:45:12.988Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-11-16T00:45:12.988Z] daemon.go:325: [da965e3de1013] waiting for daemon to start [2019-11-16T00:45:12.988Z] daemon.go:325: [da965e3de1013] waiting for daemon to start [2019-11-16T00:45:12.988Z] daemon.go:353: [da965e3de1013] daemon started [2019-11-16T00:45:12.988Z] daemon.go:461: [da965e3de1013] Stopping daemon [2019-11-16T00:45:12.988Z] daemon.go:296: [da965e3de1013] exiting daemon [2019-11-16T00:45:12.988Z] daemon.go:448: [da965e3de1013] Daemon stopped [2019-11-16T00:45:12.988Z] === RUN TestCreateServiceMultipleTimes [2019-11-16T00:45:13.315Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-11-16T00:45:13.316Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-11-16T00:45:13.316Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-11-16T00:45:13.317Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-11-16T00:45:13.317Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-11-16T00:45:13.351Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 85.9% of statements [2019-11-16T00:45:13.919Z] testing: warning: no tests to run [2019-11-16T00:45:13.919Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: 0.0% of statements [no tests to run] [2019-11-16T00:45:14.173Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-11-16T00:45:14.182Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-11-16T00:45:14.428Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-11-16T00:45:14.683Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-11-16T00:45:15.359Z] --- PASS: TestBuildPreserveOwnership (4.91s) [2019-11-16T00:45:15.359Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.24s) [2019-11-16T00:45:15.359Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.66s) [2019-11-16T00:45:15.359Z] === RUN TestBuildPlatformInvalid [2019-11-16T00:45:15.701Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-11-16T00:45:15.701Z] PASS [2019-11-16T00:45:15.701Z] [2019-11-16T00:45:15.701Z] DONE 30 tests in 126.846s [2019-11-16T00:45:15.701Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-11-16T00:45:15.701Z] ++ 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-11-16T00:45:15.701Z] ++ set -e [2019-11-16T00:45:15.701Z] ++ '[' -n 0 ']' [2019-11-16T00:45:15.701Z] ++ set -x [2019-11-16T00:45:15.701Z] ++ 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-11-16T00:45:15.701Z] INFO: Testing against a local daemon [2019-11-16T00:45:15.701Z] === RUN TestConfigList [2019-11-16T00:45:16.337Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-11-16T00:45:17.193Z] ok github.com/docker/docker/plugin 0.535s coverage: 27.3% of statements [2019-11-16T00:45:17.280Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-11-16T00:45:17.753Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-11-16T00:45:18.007Z] --- PASS: TestConfigList (2.28s) [2019-11-16T00:45:18.007Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-11-16T00:45:18.007Z] daemon.go:325: [d6d385e8abf29] waiting for daemon to start [2019-11-16T00:45:18.007Z] daemon.go:325: [d6d385e8abf29] waiting for daemon to start [2019-11-16T00:45:18.007Z] daemon.go:353: [d6d385e8abf29] daemon started [2019-11-16T00:45:18.007Z] daemon.go:461: [d6d385e8abf29] Stopping daemon [2019-11-16T00:45:18.007Z] daemon.go:296: [d6d385e8abf29] exiting daemon [2019-11-16T00:45:18.007Z] daemon.go:448: [d6d385e8abf29] Daemon stopped [2019-11-16T00:45:18.007Z] === RUN TestConfigsCreateAndDelete [2019-11-16T00:45:18.680Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 74.1% of statements [2019-11-16T00:45:18.936Z] ok github.com/docker/docker/reference 0.005s coverage: 83.7% of statements [2019-11-16T00:45:20.312Z] --- PASS: TestConfigsCreateAndDelete (2.23s) [2019-11-16T00:45:20.312Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-11-16T00:45:20.312Z] daemon.go:325: [dbb1636b1913b] waiting for daemon to start [2019-11-16T00:45:20.312Z] daemon.go:325: [dbb1636b1913b] waiting for daemon to start [2019-11-16T00:45:20.312Z] daemon.go:353: [dbb1636b1913b] daemon started [2019-11-16T00:45:20.312Z] daemon.go:461: [dbb1636b1913b] Stopping daemon [2019-11-16T00:45:20.312Z] daemon.go:296: [dbb1636b1913b] exiting daemon [2019-11-16T00:45:20.312Z] daemon.go:448: [dbb1636b1913b] Daemon stopped [2019-11-16T00:45:20.312Z] === RUN TestConfigsUpdate [2019-11-16T00:45:20.556Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-11-16T00:45:20.556Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-11-16T00:45:20.822Z] ok github.com/docker/docker/registry 0.122s coverage: 56.4% of statements [2019-11-16T00:45:21.076Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-11-16T00:45:21.331Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 49.0% of statements [2019-11-16T00:45:22.255Z] ok github.com/docker/docker/runconfig 0.009s coverage: 68.2% of statements [2019-11-16T00:45:22.616Z] --- PASS: TestConfigsUpdate (2.21s) [2019-11-16T00:45:22.616Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-11-16T00:45:22.616Z] daemon.go:325: [d143a10d815a9] waiting for daemon to start [2019-11-16T00:45:22.616Z] daemon.go:325: [d143a10d815a9] waiting for daemon to start [2019-11-16T00:45:22.616Z] daemon.go:353: [d143a10d815a9] daemon started [2019-11-16T00:45:22.616Z] daemon.go:461: [d143a10d815a9] Stopping daemon [2019-11-16T00:45:22.616Z] daemon.go:296: [d143a10d815a9] exiting daemon [2019-11-16T00:45:22.616Z] daemon.go:448: [d143a10d815a9] Daemon stopped [2019-11-16T00:45:22.616Z] === RUN TestTemplatedConfig [2019-11-16T00:45:23.180Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-11-16T00:45:23.741Z] ok github.com/docker/docker/volume/local 0.019s coverage: 73.0% of statements [2019-11-16T00:45:24.665Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2019-11-16T00:45:25.590Z] ok github.com/docker/docker/volume/service 0.016s coverage: 73.0% of statements [2019-11-16T00:45:25.638Z] --- PASS: TestTemplatedConfig (2.88s) [2019-11-16T00:45:25.638Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-11-16T00:45:25.638Z] daemon.go:325: [d3b21ffa01110] waiting for daemon to start [2019-11-16T00:45:25.638Z] daemon.go:325: [d3b21ffa01110] waiting for daemon to start [2019-11-16T00:45:25.638Z] daemon.go:353: [d3b21ffa01110] daemon started [2019-11-16T00:45:25.638Z] daemon.go:461: [d3b21ffa01110] Stopping daemon [2019-11-16T00:45:25.638Z] daemon.go:296: [d3b21ffa01110] exiting daemon [2019-11-16T00:45:25.638Z] daemon.go:448: [d3b21ffa01110] Daemon stopped [2019-11-16T00:45:25.638Z] === RUN TestConfigInspect [2019-11-16T00:45:27.103Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-11-16T00:45:27.103Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-11-16T00:45:27.985Z] --- PASS: TestConfigInspect (2.24s) [2019-11-16T00:45:27.985Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-11-16T00:45:27.985Z] daemon.go:325: [d2a4c4e04b4a7] waiting for daemon to start [2019-11-16T00:45:27.985Z] daemon.go:325: [d2a4c4e04b4a7] waiting for daemon to start [2019-11-16T00:45:27.985Z] daemon.go:353: [d2a4c4e04b4a7] daemon started [2019-11-16T00:45:27.985Z] daemon.go:461: [d2a4c4e04b4a7] Stopping daemon [2019-11-16T00:45:27.985Z] daemon.go:296: [d2a4c4e04b4a7] exiting daemon [2019-11-16T00:45:27.985Z] daemon.go:448: [d2a4c4e04b4a7] Daemon stopped [2019-11-16T00:45:27.985Z] === RUN TestConfigCreateWithLabels [2019-11-16T00:45:28.997Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-11-16T00:45:28.997Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-11-16T00:45:28.997Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-11-16T00:45:30.315Z] --- PASS: TestConfigCreateWithLabels (2.24s) [2019-11-16T00:45:30.315Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-11-16T00:45:30.315Z] daemon.go:325: [d0ddd4d590381] waiting for daemon to start [2019-11-16T00:45:30.315Z] daemon.go:325: [d0ddd4d590381] waiting for daemon to start [2019-11-16T00:45:30.315Z] daemon.go:353: [d0ddd4d590381] daemon started [2019-11-16T00:45:30.315Z] daemon.go:461: [d0ddd4d590381] Stopping daemon [2019-11-16T00:45:30.315Z] daemon.go:296: [d0ddd4d590381] exiting daemon [2019-11-16T00:45:30.315Z] daemon.go:448: [d0ddd4d590381] Daemon stopped [2019-11-16T00:45:30.315Z] === RUN TestConfigCreateResolve [2019-11-16T00:45:32.024Z] --- PASS: TestConfigCreateResolve (2.20s) [2019-11-16T00:45:32.024Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-11-16T00:45:32.024Z] daemon.go:325: [dd6026efd11bc] waiting for daemon to start [2019-11-16T00:45:32.024Z] daemon.go:325: [dd6026efd11bc] waiting for daemon to start [2019-11-16T00:45:32.024Z] daemon.go:353: [dd6026efd11bc] daemon started [2019-11-16T00:45:32.024Z] daemon.go:461: [dd6026efd11bc] Stopping daemon [2019-11-16T00:45:32.024Z] daemon.go:296: [dd6026efd11bc] exiting daemon [2019-11-16T00:45:32.024Z] daemon.go:448: [dd6026efd11bc] Daemon stopped [2019-11-16T00:45:32.024Z] === RUN TestConfigDaemonLibtrustID [2019-11-16T00:45:32.273Z] === RUN TestDockerSuite/TestBuildNetNone [2019-11-16T00:45:32.530Z] === RUN TestDockerSuite/TestBuildNoContext [2019-11-16T00:45:32.752Z] --- PASS: TestConfigDaemonLibtrustID (0.58s) [2019-11-16T00:45:32.752Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-11-16T00:45:32.752Z] daemon.go:325: [d4ac106c3c3ea] waiting for daemon to start [2019-11-16T00:45:32.752Z] daemon.go:325: [d4ac106c3c3ea] waiting for daemon to start [2019-11-16T00:45:32.752Z] daemon.go:353: [d4ac106c3c3ea] daemon started [2019-11-16T00:45:32.752Z] daemon.go:461: [d4ac106c3c3ea] Stopping daemon [2019-11-16T00:45:32.752Z] daemon.go:296: [d4ac106c3c3ea] exiting daemon [2019-11-16T00:45:32.752Z] daemon.go:448: [d4ac106c3c3ea] Daemon stopped [2019-11-16T00:45:32.752Z] PASS [2019-11-16T00:45:32.752Z] [2019-11-16T00:45:32.752Z] DONE 8 tests in 16.980s [2019-11-16T00:45:32.752Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-11-16T00:45:32.752Z] ++ 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-11-16T00:45:32.752Z] ++ set -e [2019-11-16T00:45:32.752Z] ++ '[' -n 0 ']' [2019-11-16T00:45:32.752Z] ++ set -x [2019-11-16T00:45:32.752Z] ++ 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-11-16T00:45:32.752Z] INFO: Testing against a local daemon [2019-11-16T00:45:32.752Z] === RUN TestCheckpoint [2019-11-16T00:45:32.752Z] --- SKIP: TestCheckpoint (0.00s) [2019-11-16T00:45:32.752Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-11-16T00:45:32.752Z] === RUN TestContainerInvalidJSON [2019-11-16T00:45:32.752Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:45:32.752Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:45:32.752Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:45:32.752Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:45:32.752Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:45:32.752Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:45:32.752Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-11-16T00:45:32.752Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-11-16T00:45:32.752Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-11-16T00:45:32.752Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-11-16T00:45:32.752Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-11-16T00:45:32.752Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-11-16T00:45:32.752Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-11-16T00:45:32.752Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-11-16T00:45:33.095Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-11-16T00:45:33.095Z] === RUN TestCopyFromContainerPathIsNotDir [2019-11-16T00:45:33.095Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-11-16T00:45:33.095Z] === RUN TestCopyToContainerPathDoesNotExist [2019-11-16T00:45:33.095Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2019-11-16T00:45:33.095Z] === RUN TestCopyToContainerPathIsNotDir [2019-11-16T00:45:33.095Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-11-16T00:45:33.095Z] === RUN TestCopyFromContainer [2019-11-16T00:45:33.899Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-11-16T00:45:33.899Z] --- PASS: TestCreateServiceMultipleTimes (20.99s) [2019-11-16T00:45:33.899Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-11-16T00:45:33.899Z] daemon.go:325: [d0550004bb642] waiting for daemon to start [2019-11-16T00:45:33.899Z] daemon.go:325: [d0550004bb642] waiting for daemon to start [2019-11-16T00:45:33.899Z] daemon.go:353: [d0550004bb642] daemon started [2019-11-16T00:45:33.899Z] daemon.go:461: [d0550004bb642] Stopping daemon [2019-11-16T00:45:33.899Z] daemon.go:296: [d0550004bb642] exiting daemon [2019-11-16T00:45:33.899Z] daemon.go:448: [d0550004bb642] Daemon stopped [2019-11-16T00:45:33.899Z] === RUN TestCreateServiceConflict [2019-11-16T00:45:34.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-11-16T00:45:34.796Z] === RUN TestCopyFromContainer// [2019-11-16T00:45:34.796Z] === RUN TestCopyFromContainer//bar/root [2019-11-16T00:45:34.796Z] === RUN TestCopyFromContainer//bar/root/ [2019-11-16T00:45:34.831Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-11-16T00:45:35.136Z] === RUN TestCopyFromContainer/bar/quux [2019-11-16T00:45:35.136Z] === RUN TestCopyFromContainer/bar/quux/ [2019-11-16T00:45:35.136Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-11-16T00:45:35.136Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-11-16T00:45:35.475Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-11-16T00:45:35.475Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-11-16T00:45:35.475Z] === RUN TestCopyFromContainer/bar/notarget [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer (2.48s) [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-11-16T00:45:35.814Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-11-16T00:45:35.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-11-16T00:45:35.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:45:35.814Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:45:35.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:45:35.814Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:45:35.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:45:35.814Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:45:35.814Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-11-16T00:45:35.814Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-11-16T00:45:35.814Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-11-16T00:45:35.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-11-16T00:45:35.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-11-16T00:45:35.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-11-16T00:45:35.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-11-16T00:45:35.814Z] === RUN TestCreateLinkToNonExistingContainer [2019-11-16T00:45:35.814Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-11-16T00:45:35.814Z] === RUN TestCreateWithInvalidEnv [2019-11-16T00:45:35.814Z] === RUN TestCreateWithInvalidEnv/0 [2019-11-16T00:45:35.814Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-11-16T00:45:35.814Z] === RUN TestCreateWithInvalidEnv/1 [2019-11-16T00:45:35.814Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-11-16T00:45:35.814Z] === RUN TestCreateWithInvalidEnv/2 [2019-11-16T00:45:35.814Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-11-16T00:45:35.814Z] === CONT TestCreateWithInvalidEnv/0 [2019-11-16T00:45:35.814Z] === CONT TestCreateWithInvalidEnv/2 [2019-11-16T00:45:35.814Z] === CONT TestCreateWithInvalidEnv/1 [2019-11-16T00:45:35.814Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-11-16T00:45:35.814Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-11-16T00:45:35.814Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-11-16T00:45:35.814Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-11-16T00:45:35.814Z] === RUN TestCreateTmpfsMountsTarget [2019-11-16T00:45:35.814Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-11-16T00:45:35.814Z] === RUN TestCreateWithCustomMaskedPaths [2019-11-16T00:45:36.727Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-11-16T00:45:37.291Z] --- PASS: TestCreateServiceConflict (3.24s) [2019-11-16T00:45:37.291Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-11-16T00:45:37.291Z] daemon.go:325: [dce1850efd580] waiting for daemon to start [2019-11-16T00:45:37.291Z] daemon.go:325: [dce1850efd580] waiting for daemon to start [2019-11-16T00:45:37.291Z] daemon.go:353: [dce1850efd580] daemon started [2019-11-16T00:45:37.291Z] daemon.go:461: [dce1850efd580] Stopping daemon [2019-11-16T00:45:37.291Z] daemon.go:296: [dce1850efd580] exiting daemon [2019-11-16T00:45:37.291Z] daemon.go:448: [dce1850efd580] Daemon stopped [2019-11-16T00:45:37.291Z] === RUN TestCreateServiceMaxReplicas [2019-11-16T00:45:37.291Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-11-16T00:45:37.291Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-11-16T00:45:37.549Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-11-16T00:45:37.740Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.8% of statements [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/rootless [no test files] [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/volume [no test files] [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-11-16T00:45:37.740Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === Skipped [2019-11-16T00:45:37.740Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-11-16T00:45:37.740Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-11-16T00:45:37.740Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:45:37.740Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:45:37.740Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:45:37.740Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:45:37.740Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:45:37.740Z] graphtest_unix.go:46: Driver btrfs not supported [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:73: No driver to put! [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-11-16T00:45:37.740Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-11-16T00:45:37.740Z] overlay_test.go:49: Fails to compute changes intermittently [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-11-16T00:45:37.740Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:45:37.740Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:45:37.740Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:45:37.740Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:45:37.740Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-11-16T00:45:37.740Z] graphtest_unix.go:46: Driver zfs not supported [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-11-16T00:45:37.740Z] graphtest_unix.go:73: No driver to put! [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-11-16T00:45:37.740Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] [2019-11-16T00:45:37.740Z] DONE 2065 tests, 19 skipped in 254.833s Post stage [Pipeline] junit [2019-11-16T00:45:37.750Z] Recording test results [Pipeline] } [2019-11-16T00:45:38.114Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [2019-11-16T00:45:38.135Z] --- PASS: TestCreateWithCustomMaskedPaths (1.98s) [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-11-16T00:45:38.135Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-11-16T00:45:38.135Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-11-16T00:45:38.135Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-11-16T00:45:38.135Z] --- PASS: TestCreateWithCapabilities (0.05s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-11-16T00:45:38.136Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-11-16T00:45:38.136Z] === RUN TestCreateWithCustomReadonlyPaths [Pipeline] sh [2019-11-16T00:45:38.502Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-425/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=19.03 docker:d699e3de12df8d3b8e497b89c9fea143dd84b596 hack/validate/vendor [2019-11-16T00:45:39.047Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-11-16T00:45:39.199Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-11-16T00:45:39.426Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-11-16T00:45:40.176Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-11-16T00:45:40.458Z] + echo Building e2e image [2019-11-16T00:45:40.458Z] Building e2e image [2019-11-16T00:45:40.458Z] + docker build --build-arg DOCKER_GITCOMMIT=d699e3de12df8d3b8e497b89c9fea143dd84b596 -t moby-e2e-test -f Dockerfile.e2e . [2019-11-16T00:45:40.458Z] #2 [internal] load build definition from Dockerfile.e2e [2019-11-16T00:45:40.458Z] #2 transferring dockerfile: 3.19kB done [2019-11-16T00:45:40.458Z] #2 DONE 0.0s [2019-11-16T00:45:40.458Z] [2019-11-16T00:45:40.458Z] #1 [internal] load .dockerignore [2019-11-16T00:45:40.458Z] #1 transferring context: 34B done [2019-11-16T00:45:40.458Z] #1 DONE 0.0s [2019-11-16T00:45:40.458Z] [2019-11-16T00:45:40.458Z] #4 [internal] load metadata for docker.io/library/golang:1.12.12-alpine [2019-11-16T00:45:40.470Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.03s) [2019-11-16T00:45:40.470Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-11-16T00:45:40.471Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:45:40.471Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:45:40.471Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:45:40.471Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:45:40.471Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:45:40.471Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:45:40.471Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:45:40.471Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:45:40.471Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:45:40.471Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:45:40.471Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-11-16T00:45:40.471Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-11-16T00:45:40.471Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-11-16T00:45:40.471Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-11-16T00:45:40.471Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-11-16T00:45:40.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2019-11-16T00:45:40.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-11-16T00:45:40.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2019-11-16T00:45:40.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-11-16T00:45:40.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-11-16T00:45:40.471Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-11-16T00:45:40.471Z] === RUN TestContainerStartOnDaemonRestart [2019-11-16T00:45:40.471Z] === PAUSE TestContainerStartOnDaemonRestart [2019-11-16T00:45:40.471Z] === RUN TestDaemonRestartIpcMode [2019-11-16T00:45:40.471Z] === PAUSE TestDaemonRestartIpcMode [2019-11-16T00:45:40.471Z] === RUN TestDiff [2019-11-16T00:45:40.640Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-11-16T00:45:40.714Z] #4 ... [2019-11-16T00:45:40.714Z] [2019-11-16T00:45:40.714Z] #3 [internal] load metadata for docker.io/library/alpine:3.9 [2019-11-16T00:45:40.714Z] #3 DONE 0.2s [2019-11-16T00:45:40.714Z] [2019-11-16T00:45:40.714Z] #4 [internal] load metadata for docker.io/library/golang:1.12.12-alpine [2019-11-16T00:45:40.714Z] #4 DONE 0.3s [2019-11-16T00:45:40.714Z] [2019-11-16T00:45:40.714Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.12-alpine@sha256:201824d07... [2019-11-16T00:45:40.714Z] #14 resolve docker.io/library/golang:1.12.12-alpine@sha256:201824d07421eea597457672cdf4ff4d152e7f65801e1ab67c9a63b7625d79b2 done [2019-11-16T00:45:40.811Z] --- PASS: TestDiff (0.70s) [2019-11-16T00:45:40.812Z] === RUN TestExecWithCloseStdin [2019-11-16T00:45:40.942Z] --- PASS: TestCreateServiceMaxReplicas (3.88s) [2019-11-16T00:45:40.943Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-11-16T00:45:40.943Z] daemon.go:325: [d42c809bed7dc] waiting for daemon to start [2019-11-16T00:45:40.943Z] daemon.go:325: [d42c809bed7dc] waiting for daemon to start [2019-11-16T00:45:40.943Z] daemon.go:353: [d42c809bed7dc] daemon started [2019-11-16T00:45:40.943Z] daemon.go:461: [d42c809bed7dc] Stopping daemon [2019-11-16T00:45:40.943Z] daemon.go:296: [d42c809bed7dc] exiting daemon [2019-11-16T00:45:40.943Z] daemon.go:448: [d42c809bed7dc] Daemon stopped [2019-11-16T00:45:40.943Z] === RUN TestCreateWithDuplicateNetworkNames [2019-11-16T00:45:40.969Z] #14 sha256:201824d07421eea597457672cdf4ff4d152e7f65801e1ab67c9a63b7625d79b2 1.65kB / 1.65kB done [2019-11-16T00:45:40.969Z] #14 sha256:58c1050731bedf2e4c637dff1cc76ef32d4789547bd80f54568feeed39034cdd 1.36kB / 1.36kB done [2019-11-16T00:45:40.969Z] #14 sha256:841429c8613b2150b2054fff5336554c127d585a36f696d5b73db5140cea871b 3.80kB / 3.80kB done [2019-11-16T00:45:40.969Z] #14 sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 0B / 301.72kB 0.0s [2019-11-16T00:45:40.969Z] #14 sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd 0B / 155B 0.0s [2019-11-16T00:45:40.969Z] #14 sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 301.72kB / 301.72kB 0.1s done [2019-11-16T00:45:40.969Z] #14 sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd 155B / 155B 0.1s done [2019-11-16T00:45:40.969Z] #14 extracting sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 0.1s [2019-11-16T00:45:40.969Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 0B / 125.34MB 0.1s [2019-11-16T00:45:40.969Z] #14 sha256:e25a1edfa479aed305d52a3b16439fb76aef0b7348a9d97374d9c6e83e3a5d4f 0B / 126B 0.1s [2019-11-16T00:45:41.225Z] #14 extracting sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 0.2s done [2019-11-16T00:45:41.225Z] #14 sha256:e25a1edfa479aed305d52a3b16439fb76aef0b7348a9d97374d9c6e83e3a5d4f 126B / 126B 0.2s done [2019-11-16T00:45:41.225Z] #14 extracting sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd done [2019-11-16T00:45:41.225Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 10.36MB / 125.34MB 0.5s [2019-11-16T00:45:41.480Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 31.05MB / 125.34MB 0.6s [2019-11-16T00:45:41.480Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 42.71MB / 125.34MB 0.8s [2019-11-16T00:45:41.507Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-11-16T00:45:41.735Z] #14 ... [2019-11-16T00:45:41.735Z] [2019-11-16T00:45:41.735Z] #8 [internal] load build context [2019-11-16T00:45:41.735Z] #8 transferring context: 797.11kB 0.8s done [2019-11-16T00:45:41.735Z] #8 DONE 0.9s [2019-11-16T00:45:41.735Z] [2019-11-16T00:45:41.735Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.12-alpine@sha256:201824d07... [2019-11-16T00:45:41.735Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 51.34MB / 125.34MB 0.9s [2019-11-16T00:45:41.735Z] #14 ... [2019-11-16T00:45:41.735Z] [2019-11-16T00:45:41.735Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.9@sha256:7746df395af22f042... [2019-11-16T00:45:41.735Z] #5 resolve docker.io/library/alpine:3.9@sha256:7746df395af22f04212cd25a92c1d6dbc5a06a0ca9579a229ef43008d4d1302a done [2019-11-16T00:45:41.735Z] #5 sha256:7746df395af22f04212cd25a92c1d6dbc5a06a0ca9579a229ef43008d4d1302a 1.64kB / 1.64kB done [2019-11-16T00:45:41.735Z] #5 sha256:bf1684a6e3676389ec861c602e97f27b03f14178e5bc3f70dce198f9f160cce9 528B / 528B done [2019-11-16T00:45:41.735Z] #5 sha256:055936d3920576da37aa9bc460d70c5f212028bda1c08c0879aedf03d7a66ea1 1.51kB / 1.51kB done [2019-11-16T00:45:41.735Z] #5 sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 2.76MB / 2.76MB 0.1s done [2019-11-16T00:45:41.735Z] #5 extracting sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 0.7s done [2019-11-16T00:45:41.735Z] #5 DONE 1.0s [2019-11-16T00:45:41.735Z] [2019-11-16T00:45:41.735Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.12-alpine@sha256:201824d07... [2019-11-16T00:45:41.992Z] --- PASS: TestExecWithCloseStdin (0.97s) [2019-11-16T00:45:41.992Z] === RUN TestExec [2019-11-16T00:45:41.994Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 62.49MB / 125.34MB 1.1s [2019-11-16T00:45:42.190Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-11-16T00:45:42.191Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-11-16T00:45:42.250Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 78.74MB / 125.34MB 1.4s [2019-11-16T00:45:42.438Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-11-16T00:45:42.507Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 91.64MB / 125.34MB 1.6s [2019-11-16T00:45:42.507Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 102.02MB / 125.34MB 1.8s [2019-11-16T00:45:42.730Z] --- PASS: TestExec (0.92s) [2019-11-16T00:45:42.730Z] === RUN TestExecUser [2019-11-16T00:45:42.762Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 111.38MB / 125.34MB 1.9s [2019-11-16T00:45:43.017Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 122.49MB / 125.34MB 2.1s [2019-11-16T00:45:43.272Z] #14 ... [2019-11-16T00:45:43.272Z] [2019-11-16T00:45:43.272Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-11-16T00:45:43.272Z] #6 DONE 1.6s [2019-11-16T00:45:43.272Z] [2019-11-16T00:45:43.272Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.12-alpine@sha256:201824d07... [2019-11-16T00:45:43.272Z] #14 sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 125.34MB / 125.34MB 2.5s done [2019-11-16T00:45:43.527Z] #14 extracting sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d [2019-11-16T00:45:43.933Z] --- PASS: TestExecUser (0.94s) [2019-11-16T00:45:43.933Z] === RUN TestExportContainerAndImportImage [2019-11-16T00:45:44.667Z] --- PASS: TestExportContainerAndImportImage (1.00s) [2019-11-16T00:45:44.667Z] === RUN TestExportContainerAfterDaemonRestart [2019-11-16T00:45:45.712Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-11-16T00:45:46.383Z] --- PASS: TestExportContainerAfterDaemonRestart (1.59s) [2019-11-16T00:45:46.383Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-11-16T00:45:46.383Z] daemon.go:325: [db3ca2ee052e3] waiting for daemon to start [2019-11-16T00:45:46.383Z] daemon.go:325: [db3ca2ee052e3] waiting for daemon to start [2019-11-16T00:45:46.383Z] daemon.go:353: [db3ca2ee052e3] daemon started [2019-11-16T00:45:46.383Z] daemon.go:461: [db3ca2ee052e3] Stopping daemon [2019-11-16T00:45:46.383Z] daemon.go:296: [db3ca2ee052e3] exiting daemon [2019-11-16T00:45:46.383Z] daemon.go:448: [db3ca2ee052e3] Daemon stopped [2019-11-16T00:45:46.383Z] daemon.go:325: [db3ca2ee052e3] waiting for daemon to start [2019-11-16T00:45:46.383Z] daemon.go:325: [db3ca2ee052e3] waiting for daemon to start [2019-11-16T00:45:46.383Z] daemon.go:353: [db3ca2ee052e3] daemon started [2019-11-16T00:45:46.383Z] daemon.go:461: [db3ca2ee052e3] Stopping daemon [2019-11-16T00:45:46.383Z] daemon.go:296: [db3ca2ee052e3] exiting daemon [2019-11-16T00:45:46.383Z] daemon.go:448: [db3ca2ee052e3] Daemon stopped [2019-11-16T00:45:46.383Z] === RUN TestHealthCheckWorkdir [2019-11-16T00:45:46.911Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-11-16T00:45:47.083Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-11-16T00:45:47.375Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-11-16T00:45:47.375Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-11-16T00:45:47.567Z] --- PASS: TestHealthCheckWorkdir (1.12s) [2019-11-16T00:45:47.567Z] === RUN TestHealthKillContainer [2019-11-16T00:45:47.838Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-11-16T00:45:48.762Z] #14 extracting sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 5.0s [2019-11-16T00:45:48.815Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-11-16T00:45:49.687Z] #14 extracting sha256:f6599ad6f6fd23be332506a690af8575428ef066b5e2ae30a84869ee36ab8c6d 6.3s done [2019-11-16T00:45:49.796Z] === RUN TestDockerSuite/TestBuildCmd [2019-11-16T00:45:50.251Z] #14 extracting sha256:e25a1edfa479aed305d52a3b16439fb76aef0b7348a9d97374d9c6e83e3a5d4f done [2019-11-16T00:45:50.260Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-11-16T00:45:50.357Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-11-16T00:45:50.507Z] #14 DONE 9.6s [2019-11-16T00:45:50.507Z] [2019-11-16T00:45:50.507Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-11-16T00:45:50.507Z] #15 ... [2019-11-16T00:45:50.507Z] [2019-11-16T00:45:50.507Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-11-16T00:45:50.507Z] #7 1.234 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz [2019-11-16T00:45:50.507Z] #7 2.338 fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz [2019-11-16T00:45:50.507Z] #7 2.439 (1/35) Upgrading musl (1.1.20-r4 -> 1.1.20-r5) [2019-11-16T00:45:50.507Z] #7 2.454 (2/35) Installing ncurses-terminfo-base (6.1_p20190105-r0) [2019-11-16T00:45:50.507Z] #7 2.457 (3/35) Installing ncurses-terminfo (6.1_p20190105-r0) [2019-11-16T00:45:50.507Z] #7 2.676 (4/35) Installing ncurses-libs (6.1_p20190105-r0) [2019-11-16T00:45:50.507Z] #7 2.687 (5/35) Installing readline (7.0.003-r1) [2019-11-16T00:45:50.507Z] #7 2.693 (6/35) Installing bash (4.4.19-r1) [2019-11-16T00:45:50.507Z] #7 2.713 Executing bash-4.4.19-r1.post-install [2019-11-16T00:45:50.507Z] #7 2.722 (7/35) Installing ca-certificates (20190108-r0) [2019-11-16T00:45:50.507Z] #7 2.740 (8/35) Installing libgcc (8.3.0-r0) [2019-11-16T00:45:50.507Z] #7 2.747 (9/35) Installing libstdc++ (8.3.0-r0) [2019-11-16T00:45:50.507Z] #7 2.763 (10/35) Installing binutils (2.31.1-r2) [2019-11-16T00:45:50.507Z] #7 2.874 (11/35) Installing gmp (6.1.2-r1) [2019-11-16T00:45:50.507Z] #7 2.880 (12/35) Installing isl (0.18-r0) [2019-11-16T00:45:50.507Z] #7 2.904 (13/35) Installing libgomp (8.3.0-r0) [2019-11-16T00:45:50.507Z] #7 2.909 (14/35) Installing libatomic (8.3.0-r0) [2019-11-16T00:45:50.507Z] #7 2.912 (15/35) Installing mpfr3 (3.1.5-r1) [2019-11-16T00:45:50.507Z] #7 2.921 (16/35) Installing mpc1 (1.0.3-r1) [2019-11-16T00:45:50.507Z] #7 2.925 (17/35) Installing gcc (8.3.0-r0) [2019-11-16T00:45:50.507Z] #7 3.904 (18/35) Installing musl-dev (1.1.20-r5) [2019-11-16T00:45:50.507Z] #7 4.021 (19/35) Installing libc-dev (0.7.1-r0) [2019-11-16T00:45:50.507Z] #7 4.021 (20/35) Installing g++ (8.3.0-r0) [2019-11-16T00:45:50.507Z] #7 4.651 (21/35) Installing nghttp2-libs (1.35.1-r1) [2019-11-16T00:45:50.507Z] #7 4.656 (22/35) Installing libssh2 (1.9.0-r1) [2019-11-16T00:45:50.507Z] #7 4.660 (23/35) Installing libcurl (7.64.0-r3) [2019-11-16T00:45:50.507Z] #7 4.669 (24/35) Installing expat (2.2.8-r0) [2019-11-16T00:45:50.507Z] #7 4.674 (25/35) Installing pcre2 (10.32-r1) [2019-11-16T00:45:50.507Z] #7 4.685 (26/35) Installing git (2.20.1-r0) [2019-11-16T00:45:50.507Z] #7 4.900 (27/35) Installing libmnl (1.0.4-r0) [2019-11-16T00:45:50.507Z] #7 4.903 (28/35) Installing jansson (2.11-r0) [2019-11-16T00:45:50.507Z] #7 4.906 (29/35) Installing libnftnl-libs (1.1.1-r0) [2019-11-16T00:45:50.507Z] #7 4.911 (30/35) Installing iptables (1.6.2-r1) [2019-11-16T00:45:50.507Z] #7 4.938 (31/35) Upgrading musl-utils (1.1.20-r4 -> 1.1.20-r5) [2019-11-16T00:45:50.507Z] #7 4.943 (32/35) Installing pigz (2.4-r0) [2019-11-16T00:45:50.507Z] #7 4.952 (33/35) Installing tar (1.32-r0) [2019-11-16T00:45:50.507Z] #7 4.961 (34/35) Installing xz-libs (5.2.4-r0) [2019-11-16T00:45:50.507Z] #7 4.966 (35/35) Installing xz (5.2.4-r0) [2019-11-16T00:45:50.507Z] #7 4.972 Executing busybox-1.29.3-r10.trigger [2019-11-16T00:45:50.507Z] #7 4.978 Executing ca-certificates-20190108-r0.trigger [2019-11-16T00:45:50.507Z] #7 5.036 OK: 185 MiB in 47 packages [2019-11-16T00:45:50.507Z] #7 DONE 7.2s [2019-11-16T00:45:50.589Z] --- PASS: TestHealthKillContainer (2.94s) [2019-11-16T00:45:50.589Z] === RUN TestInspectCpusetInConfigPre120 [2019-11-16T00:45:50.723Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-11-16T00:45:50.761Z] [2019-11-16T00:45:50.761Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-11-16T00:45:50.761Z] #9 DONE 0.1s [2019-11-16T00:45:50.761Z] [2019-11-16T00:45:50.761Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-11-16T00:45:50.761Z] #10 DONE 0.1s [2019-11-16T00:45:50.761Z] [2019-11-16T00:45:50.761Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-11-16T00:45:50.761Z] #11 DONE 0.1s [2019-11-16T00:45:50.761Z] [2019-11-16T00:45:50.761Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-11-16T00:45:50.761Z] #15 ... [2019-11-16T00:45:50.761Z] [2019-11-16T00:45:50.761Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-11-16T00:45:50.761Z] #12 DONE 0.1s [2019-11-16T00:45:50.761Z] [2019-11-16T00:45:50.761Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-11-16T00:45:50.761Z] #13 DONE 0.0s [2019-11-16T00:45:50.942Z] --- PASS: TestInspectCpusetInConfigPre120 (0.68s) [2019-11-16T00:45:50.942Z] === RUN TestIpcModeNone [2019-11-16T00:45:51.016Z] [2019-11-16T00:45:51.016Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-11-16T00:45:51.187Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-11-16T00:45:51.271Z] #15 0.860 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-11-16T00:45:51.287Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-11-16T00:45:52.118Z] --- PASS: TestIpcModeNone (0.92s) [2019-11-16T00:45:52.118Z] === RUN TestIpcModePrivate [2019-11-16T00:45:52.631Z] #15 1.933 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-11-16T00:45:52.631Z] #15 2.005 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-11-16T00:45:52.631Z] #15 2.007 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-11-16T00:45:52.631Z] #15 2.141 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-11-16T00:45:52.631Z] #15 2.149 (4/43) Installing readline (8.0.0-r0) [2019-11-16T00:45:52.631Z] #15 2.153 (5/43) Installing bash (5.0.0-r0) [2019-11-16T00:45:52.631Z] #15 2.166 Executing bash-5.0.0-r0.post-install [2019-11-16T00:45:52.631Z] #15 2.168 (6/43) Installing linux-headers (4.19.36-r0) [2019-11-16T00:45:52.631Z] #15 2.241 (7/43) Installing libuuid (2.33.2-r0) [2019-11-16T00:45:52.631Z] #15 2.243 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-11-16T00:45:52.631Z] #15 2.246 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-11-16T00:45:52.631Z] #15 2.250 (10/43) Installing binutils (2.32-r0) [2019-11-16T00:45:52.851Z] --- PASS: TestIpcModePrivate (0.86s) [2019-11-16T00:45:52.851Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false [2019-11-16T00:45:52.851Z] === RUN TestIpcModeShareable [2019-11-16T00:45:52.886Z] #15 2.322 (11/43) Installing libmagic (5.37-r1) [2019-11-16T00:45:52.886Z] #15 2.346 (12/43) Installing file (5.37-r1) [2019-11-16T00:45:52.886Z] #15 2.348 (13/43) Installing gmp (6.1.2-r1) [2019-11-16T00:45:52.886Z] #15 2.354 (14/43) Installing isl (0.18-r0) [2019-11-16T00:45:52.886Z] #15 2.369 (15/43) Installing libgomp (8.3.0-r0) [2019-11-16T00:45:52.886Z] #15 2.372 (16/43) Installing libatomic (8.3.0-r0) [2019-11-16T00:45:52.886Z] #15 2.374 (17/43) Installing libgcc (8.3.0-r0) [2019-11-16T00:45:52.886Z] #15 2.381 (18/43) Installing mpfr3 (3.1.5-r1) [2019-11-16T00:45:52.886Z] #15 2.386 (19/43) Installing mpc1 (1.1.0-r0) [2019-11-16T00:45:52.886Z] #15 2.389 (20/43) Installing libstdc++ (8.3.0-r0) [2019-11-16T00:45:52.886Z] #15 2.399 (21/43) Installing gcc (8.3.0-r0) [2019-11-16T00:45:53.182Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-11-16T00:45:53.182Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-11-16T00:45:53.439Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-11-16T00:45:53.447Z] #15 3.071 (22/43) Installing musl-dev (1.1.22-r3) [2019-11-16T00:45:53.447Z] #15 3.150 (23/43) Installing libc-dev (0.7.1-r0) [2019-11-16T00:45:53.447Z] #15 3.152 (24/43) Installing g++ (8.3.0-r0) [2019-11-16T00:45:53.579Z] --- PASS: TestIpcModeShareable (0.90s) [2019-11-16T00:45:53.579Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true [2019-11-16T00:45:53.579Z] === RUN TestAPIIpcModeShareableAndContainer [2019-11-16T00:45:54.007Z] #15 3.593 (25/43) Installing make (4.2.1-r2) [2019-11-16T00:45:54.007Z] #15 3.597 (26/43) Installing fortify-headers (1.1-r0) [2019-11-16T00:45:54.007Z] #15 3.600 (27/43) Installing build-base (0.5-r1) [2019-11-16T00:45:54.007Z] #15 3.602 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-11-16T00:45:54.007Z] #15 3.605 (29/43) Installing libcurl (7.66.0-r0) [2019-11-16T00:45:54.007Z] #15 3.611 (30/43) Installing curl (7.66.0-r0) [2019-11-16T00:45:54.007Z] #15 3.615 (31/43) Installing oniguruma (6.9.3-r0) [2019-11-16T00:45:54.007Z] #15 3.622 (32/43) Installing jq (1.6-r0) [2019-11-16T00:45:54.007Z] #15 3.629 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-11-16T00:45:54.007Z] #15 3.635 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-11-16T00:45:54.007Z] #15 3.637 (35/43) Installing libaio (0.3.111-r0) [2019-11-16T00:45:54.007Z] #15 3.639 (36/43) Installing libblkid (2.33.2-r0) [2019-11-16T00:45:54.007Z] #15 3.644 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-11-16T00:45:54.007Z] #15 3.674 (38/43) Installing libfdisk (2.33.2-r0) [2019-11-16T00:45:54.007Z] #15 3.680 (39/43) Installing libmount (2.33.2-r0) [2019-11-16T00:45:54.007Z] #15 3.685 (40/43) Installing libsmartcols (2.33.2-r0) [2019-11-16T00:45:54.007Z] #15 3.689 (41/43) Installing pkgconf (1.6.1-r1) [2019-11-16T00:45:54.007Z] #15 3.692 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-11-16T00:45:54.007Z] #15 3.713 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-11-16T00:45:54.007Z] #15 3.719 Executing busybox-1.30.1-r2.trigger [2019-11-16T00:45:54.007Z] #15 3.728 OK: 189 MiB in 58 packages [2019-11-16T00:45:54.930Z] #15 DONE 4.4s [2019-11-16T00:45:54.930Z] [2019-11-16T00:45:54.930Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-11-16T00:45:55.490Z] #16 DONE 0.8s [2019-11-16T00:45:55.490Z] [2019-11-16T00:45:55.490Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-11-16T00:45:55.906Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-11-16T00:45:56.418Z] #17 DONE 0.7s [2019-11-16T00:45:56.419Z] [2019-11-16T00:45:56.419Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-11-16T00:45:56.419Z] #18 DONE 0.0s [2019-11-16T00:45:56.419Z] [2019-11-16T00:45:56.419Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-11-16T00:45:56.608Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.57s) [2019-11-16T00:45:56.608Z] === RUN TestAPIIpcModeHost [2019-11-16T00:45:56.673Z] #19 DONE 0.2s [2019-11-16T00:45:56.673Z] [2019-11-16T00:45:56.673Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:45:56.948Z] --- PASS: TestAPIIpcModeHost (0.72s) [2019-11-16T00:45:56.948Z] === RUN TestDaemonIpcModeShareable [2019-11-16T00:45:57.620Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.92s) [2019-11-16T00:45:57.620Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-11-16T00:45:57.620Z] daemon.go:325: [d5b916644d7c5] waiting for daemon to start [2019-11-16T00:45:57.620Z] daemon.go:325: [d5b916644d7c5] waiting for daemon to start [2019-11-16T00:45:57.620Z] daemon.go:353: [d5b916644d7c5] daemon started [2019-11-16T00:45:57.620Z] daemon.go:461: [d5b916644d7c5] Stopping daemon [2019-11-16T00:45:57.620Z] daemon.go:296: [d5b916644d7c5] exiting daemon [2019-11-16T00:45:57.620Z] daemon.go:448: [d5b916644d7c5] Daemon stopped [2019-11-16T00:45:57.620Z] === RUN TestCreateServiceSecretFileMode [2019-11-16T00:45:57.620Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-11-16T00:45:58.037Z] #20 1.397 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-11-16T00:45:58.037Z] #20 1.581 [2019-11-16T00:45:58.103Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-11-16T00:45:58.103Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-11-16T00:45:58.184Z] === RUN TestDockerSuite/TestBuildPATH [2019-11-16T00:45:58.650Z] --- PASS: TestDaemonIpcModeShareable (1.81s) [2019-11-16T00:45:58.650Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-11-16T00:45:58.650Z] daemon.go:325: [d05191781bafd] waiting for daemon to start [2019-11-16T00:45:58.650Z] daemon.go:325: [d05191781bafd] waiting for daemon to start [2019-11-16T00:45:58.650Z] daemon.go:353: [d05191781bafd] daemon started [2019-11-16T00:45:58.650Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-11-16T00:45:58.650Z] daemon.go:461: [d05191781bafd] Stopping daemon [2019-11-16T00:45:58.650Z] daemon.go:296: [d05191781bafd] exiting daemon [2019-11-16T00:45:58.650Z] daemon.go:448: [d05191781bafd] Daemon stopped [2019-11-16T00:45:58.650Z] === RUN TestDaemonIpcModePrivate [2019-11-16T00:45:58.814Z] #20 1.688 ####### 9.8% ######################## 34.4% ###################################### 53.5% #################################################### 72.5% ################################################################# 91.5% ######################################################################## 100.0% [2019-11-16T00:45:58.815Z] #20 2.329 [2019-11-16T00:45:59.072Z] #20 2.437 ################# 24.4% #################################################################### 94.9% ######################################################################## 100.0% [2019-11-16T00:45:59.082Z] === RUN TestDockerSuite/TestBuildContChar [2019-11-16T00:45:59.327Z] #20 2.724 [2019-11-16T00:45:59.836Z] #20 2.836 ############# 18.8% ############################## 42.0% ############################################## 65.2% ############################################################### 88.4% ######################################################################## 100.0% [2019-11-16T00:45:59.836Z] #20 3.391 [2019-11-16T00:46:00.708Z] --- PASS: TestCreateServiceSecretFileMode (3.41s) [2019-11-16T00:46:00.708Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-11-16T00:46:00.708Z] daemon.go:325: [d352fb508a71d] waiting for daemon to start [2019-11-16T00:46:00.708Z] daemon.go:325: [d352fb508a71d] waiting for daemon to start [2019-11-16T00:46:00.708Z] daemon.go:353: [d352fb508a71d] daemon started [2019-11-16T00:46:00.708Z] daemon.go:461: [d352fb508a71d] Stopping daemon [2019-11-16T00:46:00.708Z] daemon.go:296: [d352fb508a71d] exiting daemon [2019-11-16T00:46:00.708Z] daemon.go:448: [d352fb508a71d] Daemon stopped [2019-11-16T00:46:00.708Z] === RUN TestCreateServiceConfigFileMode [2019-11-16T00:46:01.022Z] --- PASS: TestDaemonIpcModePrivate (1.78s) [2019-11-16T00:46:01.022Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-11-16T00:46:01.022Z] daemon.go:325: [d6f6f90f7ca20] waiting for daemon to start [2019-11-16T00:46:01.022Z] daemon.go:325: [d6f6f90f7ca20] waiting for daemon to start [2019-11-16T00:46:01.022Z] daemon.go:353: [d6f6f90f7ca20] daemon started [2019-11-16T00:46:01.022Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-11-16T00:46:01.023Z] daemon.go:461: [d6f6f90f7ca20] Stopping daemon [2019-11-16T00:46:01.023Z] daemon.go:296: [d6f6f90f7ca20] exiting daemon [2019-11-16T00:46:01.023Z] daemon.go:448: [d6f6f90f7ca20] Daemon stopped [2019-11-16T00:46:01.023Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-11-16T00:46:01.114Z] #20 3.503 ## 3.8% ######## 11.7% ############### 21.2% #################### 28.7% ######################### 36.1% ############################## 43.0% ##################################### 52.1% ########################################## 59.5% ################################################ 67.0% ##################################################### 74.4% [2019-11-16T00:46:01.114Z] #20 ... [2019-11-16T00:46:01.114Z] [2019-11-16T00:46:01.114Z] #31 [builder 1/4] COPY . . [2019-11-16T00:46:01.114Z] #31 DONE 4.9s [2019-11-16T00:46:01.114Z] [2019-11-16T00:46:01.114Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:46:01.369Z] #20 3.503 ## 3.8% ######## 11.7% ############### 21.2% #################### 28.7% ######################### 36.1% ############################## 43.0% ##################################### 52.1% ########################################## 59.5% ################################################ 67.0% ##################################################### 74.4% ######################################################### 80.3% ################################################################# 90.3% ################################################################### 94.3% ######################################################################## 100.0% [2019-11-16T00:46:01.625Z] #20 4.995 [2019-11-16T00:46:02.077Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-11-16T00:46:02.185Z] #20 5.718 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-11-16T00:46:02.205Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2019-11-16T00:46:02.205Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-11-16T00:46:02.205Z] daemon.go:325: [dbf4e03b082e9] waiting for daemon to start [2019-11-16T00:46:02.205Z] daemon.go:325: [dbf4e03b082e9] waiting for daemon to start [2019-11-16T00:46:02.205Z] daemon.go:353: [dbf4e03b082e9] daemon started [2019-11-16T00:46:02.205Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-11-16T00:46:02.205Z] daemon.go:461: [dbf4e03b082e9] Stopping daemon [2019-11-16T00:46:02.205Z] daemon.go:296: [dbf4e03b082e9] exiting daemon [2019-11-16T00:46:02.205Z] daemon.go:448: [dbf4e03b082e9] Daemon stopped [2019-11-16T00:46:02.205Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-11-16T00:46:02.441Z] #20 5.930 [2019-11-16T00:46:02.696Z] #20 ... [2019-11-16T00:46:02.696Z] [2019-11-16T00:46:02.696Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-11-16T00:46:02.696Z] #32 DONE 1.3s [2019-11-16T00:46:02.696Z] [2019-11-16T00:46:02.696Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-11-16T00:46:02.696Z] #20 6.047 # 2.3% ######################################################################## 100.0% [2019-11-16T00:46:02.696Z] #20 6.296 [2019-11-16T00:46:03.010Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-11-16T00:46:03.621Z] #20 6.931 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-11-16T00:46:03.877Z] #20 7.194 [2019-11-16T00:46:03.877Z] #20 7.338 0.7% ######################################################################## 100.0% [2019-11-16T00:46:03.941Z] --- PASS: TestCreateServiceConfigFileMode (3.71s) [2019-11-16T00:46:03.941Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-11-16T00:46:03.941Z] daemon.go:325: [d3700cd468125] waiting for daemon to start [2019-11-16T00:46:03.941Z] daemon.go:325: [d3700cd468125] waiting for daemon to start [2019-11-16T00:46:03.941Z] daemon.go:353: [d3700cd468125] daemon started [2019-11-16T00:46:03.941Z] daemon.go:461: [d3700cd468125] Stopping daemon [2019-11-16T00:46:03.941Z] daemon.go:296: [d3700cd468125] exiting daemon [2019-11-16T00:46:03.941Z] daemon.go:448: [d3700cd468125] Daemon stopped [2019-11-16T00:46:03.941Z] === RUN TestCreateServiceSysctls [2019-11-16T00:46:04.132Z] #20 7.567 [2019-11-16T00:46:04.199Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-11-16T00:46:04.524Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.77s) [2019-11-16T00:46:04.524Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-11-16T00:46:04.524Z] daemon.go:325: [d5aea6a53dc1b] waiting for daemon to start [2019-11-16T00:46:04.524Z] daemon.go:325: [d5aea6a53dc1b] waiting for daemon to start [2019-11-16T00:46:04.524Z] daemon.go:353: [d5aea6a53dc1b] daemon started [2019-11-16T00:46:04.524Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-11-16T00:46:04.524Z] daemon.go:461: [d5aea6a53dc1b] Stopping daemon [2019-11-16T00:46:04.524Z] daemon.go:296: [d5aea6a53dc1b] exiting daemon [2019-11-16T00:46:04.524Z] daemon.go:448: [d5aea6a53dc1b] Daemon stopped [2019-11-16T00:46:04.524Z] === RUN TestIpcModeOlderClient [2019-11-16T00:46:04.524Z] === PAUSE TestIpcModeOlderClient [2019-11-16T00:46:04.524Z] === RUN TestKillContainerInvalidSignal [2019-11-16T00:46:04.863Z] --- PASS: TestKillContainerInvalidSignal (0.73s) [2019-11-16T00:46:04.863Z] === RUN TestKillContainer [2019-11-16T00:46:04.863Z] === RUN TestKillContainer/no_signal [2019-11-16T00:46:05.058Z] #20 8.319 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-11-16T00:46:05.058Z] #20 8.418 skipping existing 1849cc453dee [2019-11-16T00:46:05.058Z] #20 8.605 [2019-11-16T00:46:05.595Z] === RUN TestKillContainer/non_killing_signal [2019-11-16T00:46:05.961Z] === RUN TestKillContainer/killing_signal [2019-11-16T00:46:06.432Z] #20 9.706 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-11-16T00:46:06.874Z] #20 10.02 [2019-11-16T00:46:06.874Z] #20 10.13 ######################################################################## 100.0% [2019-11-16T00:46:07.130Z] #20 10.46 [2019-11-16T00:46:07.131Z] #20 10.53 Download of images into '/build' complete. [2019-11-16T00:46:07.131Z] #20 10.53 Use something like the following to load the result into a Docker daemon: [2019-11-16T00:46:07.131Z] #20 10.53 tar -cC '/build' . | docker load [2019-11-16T00:46:07.322Z] --- PASS: TestKillContainer (2.16s) [2019-11-16T00:46:07.322Z] --- PASS: TestKillContainer/no_signal (0.68s) [2019-11-16T00:46:07.322Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2019-11-16T00:46:07.322Z] --- PASS: TestKillContainer/killing_signal (0.68s) [2019-11-16T00:46:07.322Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-11-16T00:46:07.322Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-11-16T00:46:07.386Z] #20 DONE 10.8s [2019-11-16T00:46:07.386Z] [2019-11-16T00:46:07.386Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:46:07.386Z] #22 ... [2019-11-16T00:46:07.386Z] [2019-11-16T00:46:07.386Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-11-16T00:46:07.386Z] #26 DONE 0.1s [2019-11-16T00:46:07.650Z] [2019-11-16T00:46:07.650Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-11-16T00:46:07.650Z] #22 DONE 0.2s [2019-11-16T00:46:07.650Z] [2019-11-16T00:46:07.650Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-11-16T00:46:07.650Z] #27 DONE 0.2s [2019-11-16T00:46:07.650Z] [2019-11-16T00:46:07.650Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-11-16T00:46:07.650Z] #23 DONE 0.2s [2019-11-16T00:46:07.650Z] [2019-11-16T00:46:07.650Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-11-16T00:46:07.650Z] #28 DONE 0.1s [2019-11-16T00:46:07.650Z] [2019-11-16T00:46:07.650Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-11-16T00:46:07.660Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-11-16T00:46:08.391Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.44s) [2019-11-16T00:46:08.391Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.68s) [2019-11-16T00:46:08.391Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2019-11-16T00:46:08.391Z] === RUN TestKillStoppedContainer [2019-11-16T00:46:08.534Z] --- PASS: TestCreateServiceSysctls (4.33s) [2019-11-16T00:46:08.535Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-11-16T00:46:08.535Z] daemon.go:325: [dfc2f74a8e621] waiting for daemon to start [2019-11-16T00:46:08.535Z] daemon.go:325: [dfc2f74a8e621] waiting for daemon to start [2019-11-16T00:46:08.535Z] daemon.go:353: [dfc2f74a8e621] daemon started [2019-11-16T00:46:08.535Z] daemon.go:461: [dfc2f74a8e621] Stopping daemon [2019-11-16T00:46:08.535Z] daemon.go:296: [dfc2f74a8e621] exiting daemon [2019-11-16T00:46:08.535Z] daemon.go:448: [dfc2f74a8e621] Daemon stopped [2019-11-16T00:46:08.535Z] === RUN TestInspect [2019-11-16T00:46:08.733Z] --- PASS: TestKillStoppedContainer (0.10s) [2019-11-16T00:46:08.733Z] === RUN TestKillStoppedContainerAPIPre120 [2019-11-16T00:46:08.733Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-11-16T00:46:08.733Z] === RUN TestKillDifferentUserContainer [2019-11-16T00:46:09.460Z] --- PASS: TestKillDifferentUserContainer (0.72s) [2019-11-16T00:46:09.460Z] === RUN TestInspectOomKilledTrue [2019-11-16T00:46:10.161Z] #24 2.492 + RM_GOPATH=0 [2019-11-16T00:46:10.161Z] #24 2.492 + TMP_GOPATH= [2019-11-16T00:46:10.161Z] #24 2.492 + : /build [2019-11-16T00:46:10.161Z] #24 2.492 + '[' -z '' ']' [2019-11-16T00:46:10.161Z] #24 2.492 ++ mktemp -d [2019-11-16T00:46:10.161Z] #24 2.492 + export GOPATH=/tmp/tmp.EPkclA [2019-11-16T00:46:10.161Z] #24 2.492 + GOPATH=/tmp/tmp.EPkclA [2019-11-16T00:46:10.161Z] #24 2.492 + RM_GOPATH=1 [2019-11-16T00:46:10.161Z] #24 2.492 ++ dirname ./install.sh [2019-11-16T00:46:10.161Z] #24 2.492 + dir=. [2019-11-16T00:46:10.161Z] #24 2.492 + bin=dockercli [2019-11-16T00:46:10.161Z] #24 2.492 + shift [2019-11-16T00:46:10.161Z] #24 2.492 + '[' '!' -f ./dockercli.installer ']' [2019-11-16T00:46:10.161Z] #24 2.492 + . ./dockercli.installer [2019-11-16T00:46:10.161Z] #24 2.502 Install docker/cli version 17.06.2-ce from stable [2019-11-16T00:46:10.161Z] #24 2.502 ++ DOCKERCLI_CHANNEL=stable [2019-11-16T00:46:10.161Z] #24 2.502 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-11-16T00:46:10.161Z] #24 2.502 + install_dockercli [2019-11-16T00:46:10.161Z] #24 2.502 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-11-16T00:46:10.161Z] #24 2.502 ++ uname -m [2019-11-16T00:46:10.161Z] #24 2.502 + arch=x86_64 [2019-11-16T00:46:10.161Z] #24 2.502 + '[' x86_64 '!=' x86_64 ']' [2019-11-16T00:46:10.161Z] #24 2.502 + url=https://download.docker.com/linux/static [2019-11-16T00:46:10.161Z] #24 2.502 + tar -xz docker/docker [2019-11-16T00:46:10.161Z] #24 2.502 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-11-16T00:46:10.636Z] --- PASS: TestInspectOomKilledTrue (1.23s) [2019-11-16T00:46:10.636Z] === RUN TestInspectOomKilledFalse [2019-11-16T00:46:11.363Z] --- PASS: TestInspectOomKilledFalse (0.73s) [2019-11-16T00:46:11.364Z] === RUN TestLinksEtcHostsContentMatch [2019-11-16T00:46:11.519Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-11-16T00:46:11.519Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-11-16T00:46:11.983Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-11-16T00:46:12.091Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s) [2019-11-16T00:46:12.092Z] === RUN TestLinksContainerNames [2019-11-16T00:46:12.673Z] #24 ... [2019-11-16T00:46:12.673Z] [2019-11-16T00:46:12.673Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-11-16T00:46:12.673Z] #21 DONE 0.9s [2019-11-16T00:46:12.673Z] [2019-11-16T00:46:12.673Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-11-16T00:46:12.673Z] #33 0.986 [2019-11-16T00:46:12.673Z] #33 1.070 Removing bundles/ [2019-11-16T00:46:12.673Z] #33 1.070 [2019-11-16T00:46:12.673Z] #33 1.080 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-11-16T00:46:12.673Z] #33 1.569 Building test suite binary ./integration-cli/test.main [2019-11-16T00:46:12.717Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-11-16T00:46:13.233Z] #33 ... [2019-11-16T00:46:13.233Z] [2019-11-16T00:46:13.233Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-11-16T00:46:13.233Z] #24 5.333 + mkdir -p /build [2019-11-16T00:46:13.233Z] #24 5.338 + mv docker/docker /build/ [2019-11-16T00:46:13.233Z] #24 5.339 + rmdir docker [2019-11-16T00:46:13.233Z] #24 DONE 5.4s [2019-11-16T00:46:13.233Z] [2019-11-16T00:46:13.233Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-11-16T00:46:13.537Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-11-16T00:46:13.788Z] --- PASS: TestLinksContainerNames (1.42s) [2019-11-16T00:46:13.788Z] === RUN TestLogsFollowTailEmpty [2019-11-16T00:46:14.126Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2019-11-16T00:46:14.126Z] === RUN TestContainerNetworkMountsNoChown [2019-11-16T00:46:14.158Z] #29 ... [2019-11-16T00:46:14.158Z] [2019-11-16T00:46:14.158Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-11-16T00:46:14.158Z] #25 DONE 0.1s [2019-11-16T00:46:14.158Z] [2019-11-16T00:46:14.158Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-11-16T00:46:14.514Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-11-16T00:46:14.617Z] --- PASS: TestInspect (6.29s) [2019-11-16T00:46:14.617Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-11-16T00:46:14.617Z] daemon.go:325: [d71803a1b6283] waiting for daemon to start [2019-11-16T00:46:14.617Z] daemon.go:325: [d71803a1b6283] waiting for daemon to start [2019-11-16T00:46:14.617Z] daemon.go:353: [d71803a1b6283] daemon started [2019-11-16T00:46:14.617Z] daemon.go:461: [d71803a1b6283] Stopping daemon [2019-11-16T00:46:14.617Z] daemon.go:296: [d71803a1b6283] exiting daemon [2019-11-16T00:46:14.617Z] daemon.go:448: [d71803a1b6283] Daemon stopped [2019-11-16T00:46:14.617Z] === RUN TestDockerNetworkConnectAlias [2019-11-16T00:46:14.856Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s) [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/default [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/default [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/private [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/private [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rprivate [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rprivate [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/slave [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/slave [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rslave [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rslave [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/shared [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/shared [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rshared [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rshared [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/default [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/shared [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/rslave [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/rshared [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/default/bind_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/default/mount_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/slave [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/private [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/private/bind_root [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/rprivate [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/private/mount_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-11-16T00:46:14.856Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-11-16T00:46:14.856Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/default/bind_root [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/default/mount_root [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-11-16T00:46:14.856Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-11-16T00:46:14.977Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-11-16T00:46:14.977Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/private/bind_root [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/private/mount_root [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-11-16T00:46:15.193Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2019-11-16T00:46:15.193Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-11-16T00:46:15.194Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-11-16T00:46:15.194Z] === RUN TestContainerBindMountNonRecursive [2019-11-16T00:46:15.548Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-11-16T00:46:15.955Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-11-16T00:46:16.419Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-11-16T00:46:16.419Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-11-16T00:46:16.419Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-11-16T00:46:16.948Z] --- PASS: TestContainerBindMountNonRecursive (1.78s) [2019-11-16T00:46:16.948Z] === RUN TestNetworkNat [2019-11-16T00:46:17.675Z] --- PASS: TestNetworkNat (0.77s) [2019-11-16T00:46:17.675Z] === RUN TestNetworkLocalhostTCPNat [2019-11-16T00:46:18.849Z] --- PASS: TestNetworkLocalhostTCPNat (0.77s) [2019-11-16T00:46:18.849Z] === RUN TestNetworkLoopbackNat [2019-11-16T00:46:19.582Z] --- PASS: TestNetworkLoopbackNat (1.00s) [2019-11-16T00:46:19.582Z] === RUN TestPause [2019-11-16T00:46:20.314Z] --- PASS: TestPause (0.80s) [2019-11-16T00:46:20.314Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-11-16T00:46:20.314Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-11-16T00:46:20.314Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-11-16T00:46:20.314Z] === RUN TestPauseStopPausedContainer [2019-11-16T00:46:20.809Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-11-16T00:46:21.122Z] --- PASS: TestPauseStopPausedContainer (0.80s) [2019-11-16T00:46:21.122Z] === RUN TestPsFilter [2019-11-16T00:46:21.142Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-11-16T00:46:21.480Z] --- PASS: TestPsFilter (0.23s) [2019-11-16T00:46:21.481Z] === RUN TestRemoveContainerWithRemovedVolume [2019-11-16T00:46:21.740Z] --- PASS: TestDockerNetworkConnectAlias (6.96s) [2019-11-16T00:46:21.740Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-11-16T00:46:21.740Z] daemon.go:325: [dc32a6aafb6d8] waiting for daemon to start [2019-11-16T00:46:21.740Z] daemon.go:325: [dc32a6aafb6d8] waiting for daemon to start [2019-11-16T00:46:21.740Z] daemon.go:353: [dc32a6aafb6d8] daemon started [2019-11-16T00:46:21.740Z] daemon.go:461: [dc32a6aafb6d8] Stopping daemon [2019-11-16T00:46:21.740Z] daemon.go:296: [dc32a6aafb6d8] exiting daemon [2019-11-16T00:46:21.740Z] daemon.go:448: [dc32a6aafb6d8] Daemon stopped [2019-11-16T00:46:21.740Z] === RUN TestDockerNetworkReConnect [2019-11-16T00:46:22.257Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.67s) [2019-11-16T00:46:22.257Z] === RUN TestRemoveContainerWithVolume [2019-11-16T00:46:22.630Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2019-11-16T00:46:22.630Z] === RUN TestRemoveContainerRunning [2019-11-16T00:46:22.671Z] === RUN TestDockerSuite/TestBuildRm [2019-11-16T00:46:23.398Z] --- PASS: TestRemoveContainerRunning (0.71s) [2019-11-16T00:46:23.398Z] === RUN TestRemoveContainerForceRemoveRunning [2019-11-16T00:46:24.127Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.74s) [2019-11-16T00:46:24.127Z] === RUN TestRemoveInvalidContainer [2019-11-16T00:46:24.127Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2019-11-16T00:46:24.127Z] === RUN TestRenameLinkedContainer [2019-11-16T00:46:26.852Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-11-16T00:46:27.141Z] --- PASS: TestRenameLinkedContainer (2.76s) [2019-11-16T00:46:27.141Z] === RUN TestRenameStoppedContainer [2019-11-16T00:46:27.416Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-11-16T00:46:27.874Z] --- PASS: TestRenameStoppedContainer (0.68s) [2019-11-16T00:46:27.874Z] === RUN TestRenameRunningContainerAndReuse [2019-11-16T00:46:27.980Z] --- PASS: TestDockerNetworkReConnect (6.22s) [2019-11-16T00:46:27.981Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-11-16T00:46:27.981Z] daemon.go:325: [d5d93dd3f3637] waiting for daemon to start [2019-11-16T00:46:27.981Z] daemon.go:325: [d5d93dd3f3637] waiting for daemon to start [2019-11-16T00:46:27.981Z] daemon.go:353: [d5d93dd3f3637] daemon started [2019-11-16T00:46:27.981Z] daemon.go:461: [d5d93dd3f3637] Stopping daemon [2019-11-16T00:46:27.981Z] daemon.go:296: [d5d93dd3f3637] exiting daemon [2019-11-16T00:46:27.981Z] daemon.go:448: [d5d93dd3f3637] Daemon stopped [2019-11-16T00:46:27.981Z] === RUN TestServicePlugin [2019-11-16T00:46:28.914Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-11-16T00:46:29.061Z] --- PASS: TestRenameRunningContainerAndReuse (1.40s) [2019-11-16T00:46:29.061Z] === RUN TestRenameInvalidName [2019-11-16T00:46:29.795Z] --- PASS: TestRenameInvalidName (0.71s) [2019-11-16T00:46:29.795Z] === RUN TestRenameAnonymousContainer [2019-11-16T00:46:29.847Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-11-16T00:46:30.815Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-11-16T00:46:32.717Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-11-16T00:46:32.880Z] --- PASS: TestRenameAnonymousContainer (2.62s) [2019-11-16T00:46:32.880Z] === RUN TestRenameContainerWithSameName [2019-11-16T00:46:33.220Z] --- PASS: TestRenameContainerWithSameName (0.69s) [2019-11-16T00:46:33.220Z] === RUN TestRenameContainerWithLinkedContainer [2019-11-16T00:46:34.088Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-11-16T00:46:34.417Z] --- PASS: TestRenameContainerWithLinkedContainer (1.38s) [2019-11-16T00:46:34.417Z] === RUN TestResize [2019-11-16T00:46:35.161Z] --- PASS: TestResize (0.77s) [2019-11-16T00:46:35.161Z] === RUN TestResizeWithInvalidSize [2019-11-16T00:46:35.458Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-11-16T00:46:35.903Z] --- PASS: TestResizeWithInvalidSize (0.74s) [2019-11-16T00:46:35.903Z] === RUN TestResizeWhenContainerNotStarted [2019-11-16T00:46:36.649Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s) [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:46:36.649Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:46:36.649Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:46:36.649Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-11-16T00:46:36.649Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-11-16T00:46:36.649Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:46:36.649Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:46:38.973Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-11-16T00:46:39.722Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-11-16T00:46:40.646Z] #29 28.42 # github.com/docker/docker/contrib/httpserver [2019-11-16T00:46:40.646Z] #29 28.42 loadinternal: cannot find runtime/cgo [2019-11-16T00:46:40.646Z] #29 DONE 28.9s [2019-11-16T00:46:40.646Z] [2019-11-16T00:46:40.646Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-11-16T00:46:40.646Z] #33 ... [2019-11-16T00:46:40.646Z] [2019-11-16T00:46:40.646Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-11-16T00:46:40.646Z] #30 DONE 0.1s [2019-11-16T00:46:40.646Z] [2019-11-16T00:46:40.646Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-11-16T00:46:40.978Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-11-16T00:46:41.344Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-11-16T00:46:42.008Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-11-16T00:46:42.008Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-11-16T00:46:42.008Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-11-16T00:46:42.008Z] === RUN TestDockerSuite/TestBuildSpaces [2019-11-16T00:46:42.265Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-11-16T00:46:43.197Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-11-16T00:46:43.454Z] === RUN TestDockerSuite/TestBuildStderr [2019-11-16T00:46:44.386Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-11-16T00:46:44.472Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-11-16T00:46:44.472Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-11-16T00:46:44.472Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-11-16T00:46:44.832Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-11-16T00:46:48.136Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-11-16T00:46:48.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.45s) [2019-11-16T00:46:48.136Z] 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-11-16T00:46:48.136Z] daemon.go:325: [dd5644af6612c] waiting for daemon to start [2019-11-16T00:46:48.136Z] daemon.go:325: [dd5644af6612c] waiting for daemon to start [2019-11-16T00:46:48.136Z] daemon.go:353: [dd5644af6612c] daemon started [2019-11-16T00:46:48.136Z] daemon.go:325: [dd5644af6612c] waiting for daemon to start [2019-11-16T00:46:48.136Z] daemon.go:296: [dd5644af6612c] exiting daemon [2019-11-16T00:46:48.136Z] daemon.go:325: [dd5644af6612c] waiting for daemon to start [2019-11-16T00:46:48.136Z] daemon.go:353: [dd5644af6612c] daemon started [2019-11-16T00:46:48.136Z] daemon.go:461: [dd5644af6612c] Stopping daemon [2019-11-16T00:46:48.136Z] daemon.go:296: [dd5644af6612c] exiting daemon [2019-11-16T00:46:48.136Z] daemon.go:448: [dd5644af6612c] Daemon stopped [2019-11-16T00:46:48.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.84s) [2019-11-16T00:46:48.136Z] 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-11-16T00:46:48.136Z] daemon.go:325: [dea1c4187e906] waiting for daemon to start [2019-11-16T00:46:48.136Z] daemon.go:325: [dea1c4187e906] waiting for daemon to start [2019-11-16T00:46:48.136Z] daemon.go:353: [dea1c4187e906] daemon started [2019-11-16T00:46:48.136Z] daemon.go:325: [dea1c4187e906] waiting for daemon to start [2019-11-16T00:46:48.136Z] daemon.go:296: [dea1c4187e906] exiting daemon [2019-11-16T00:46:48.136Z] daemon.go:325: [dea1c4187e906] waiting for daemon to start [2019-11-16T00:46:48.136Z] daemon.go:353: [dea1c4187e906] daemon started [2019-11-16T00:46:48.136Z] daemon.go:461: [dea1c4187e906] Stopping daemon [2019-11-16T00:46:48.136Z] daemon.go:296: [dea1c4187e906] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [dea1c4187e906] Daemon stopped [2019-11-16T00:46:48.137Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.04s) [2019-11-16T00:46:48.137Z] 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-11-16T00:46:48.137Z] daemon.go:325: [dc2bb0d2056ee] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [dc2bb0d2056ee] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [dc2bb0d2056ee] daemon started [2019-11-16T00:46:48.137Z] daemon.go:325: [dc2bb0d2056ee] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:296: [dc2bb0d2056ee] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:325: [dc2bb0d2056ee] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [dc2bb0d2056ee] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [dc2bb0d2056ee] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [dc2bb0d2056ee] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [dc2bb0d2056ee] Daemon stopped [2019-11-16T00:46:48.137Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (4.78s) [2019-11-16T00:46:48.137Z] 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-11-16T00:46:48.137Z] daemon.go:325: [df0e55ce00a5a] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [df0e55ce00a5a] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [df0e55ce00a5a] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [df0e55ce00a5a] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [df0e55ce00a5a] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [df0e55ce00a5a] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [df0e55ce00a5a] Daemon stopped [2019-11-16T00:46:48.137Z] daemon.go:325: [df0e55ce00a5a] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [df0e55ce00a5a] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [df0e55ce00a5a] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [df0e55ce00a5a] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [df0e55ce00a5a] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [df0e55ce00a5a] Daemon stopped [2019-11-16T00:46:48.137Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.88s) [2019-11-16T00:46:48.137Z] 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-11-16T00:46:48.137Z] daemon.go:325: [ddbf46226ebaf] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [ddbf46226ebaf] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [ddbf46226ebaf] daemon started [2019-11-16T00:46:48.137Z] daemon.go:296: [ddbf46226ebaf] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:325: [ddbf46226ebaf] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [ddbf46226ebaf] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [ddbf46226ebaf] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [ddbf46226ebaf] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [ddbf46226ebaf] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [ddbf46226ebaf] Daemon stopped [2019-11-16T00:46:48.137Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.33s) [2019-11-16T00:46:48.137Z] 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-11-16T00:46:48.137Z] daemon.go:325: [da1189bf84900] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [da1189bf84900] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [da1189bf84900] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [da1189bf84900] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [da1189bf84900] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [da1189bf84900] Daemon stopped [2019-11-16T00:46:48.137Z] daemon.go:325: [da1189bf84900] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [da1189bf84900] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [da1189bf84900] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [da1189bf84900] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [da1189bf84900] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [da1189bf84900] Daemon stopped [2019-11-16T00:46:48.137Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.93s) [2019-11-16T00:46:48.137Z] 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-11-16T00:46:48.137Z] daemon.go:325: [da42f94dc287e] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [da42f94dc287e] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [da42f94dc287e] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [da42f94dc287e] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [da42f94dc287e] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [da42f94dc287e] Daemon stopped [2019-11-16T00:46:48.137Z] daemon.go:325: [da42f94dc287e] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [da42f94dc287e] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [da42f94dc287e] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [da42f94dc287e] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [da42f94dc287e] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [da42f94dc287e] Daemon stopped [2019-11-16T00:46:48.137Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.21s) [2019-11-16T00:46:48.137Z] 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-11-16T00:46:48.137Z] daemon.go:325: [d9c3a6d738b0c] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [d9c3a6d738b0c] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [d9c3a6d738b0c] daemon started [2019-11-16T00:46:48.137Z] daemon.go:296: [d9c3a6d738b0c] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:325: [d9c3a6d738b0c] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [d9c3a6d738b0c] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [d9c3a6d738b0c] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [d9c3a6d738b0c] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [d9c3a6d738b0c] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [d9c3a6d738b0c] Daemon stopped [2019-11-16T00:46:48.137Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.05s) [2019-11-16T00:46:48.137Z] 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-11-16T00:46:48.137Z] daemon.go:325: [d14024b33c5fa] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [d14024b33c5fa] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [d14024b33c5fa] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [d14024b33c5fa] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [d14024b33c5fa] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [d14024b33c5fa] Daemon stopped [2019-11-16T00:46:48.137Z] daemon.go:325: [d14024b33c5fa] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [d14024b33c5fa] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [d14024b33c5fa] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [d14024b33c5fa] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [d14024b33c5fa] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [d14024b33c5fa] Daemon stopped [2019-11-16T00:46:48.137Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.97s) [2019-11-16T00:46:48.137Z] 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-11-16T00:46:48.137Z] daemon.go:325: [de2ad151a4202] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [de2ad151a4202] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [de2ad151a4202] daemon started [2019-11-16T00:46:48.137Z] daemon.go:325: [de2ad151a4202] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:296: [de2ad151a4202] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:325: [de2ad151a4202] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [de2ad151a4202] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [de2ad151a4202] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [de2ad151a4202] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [de2ad151a4202] Daemon stopped [2019-11-16T00:46:48.137Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.02s) [2019-11-16T00:46:48.137Z] 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-11-16T00:46:48.137Z] daemon.go:325: [d8827a1f0fd06] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [d8827a1f0fd06] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [d8827a1f0fd06] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [d8827a1f0fd06] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [d8827a1f0fd06] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [d8827a1f0fd06] Daemon stopped [2019-11-16T00:46:48.137Z] daemon.go:325: [d8827a1f0fd06] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [d8827a1f0fd06] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [d8827a1f0fd06] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [d8827a1f0fd06] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [d8827a1f0fd06] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [d8827a1f0fd06] Daemon stopped [2019-11-16T00:46:48.137Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.92s) [2019-11-16T00:46:48.137Z] 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-11-16T00:46:48.137Z] daemon.go:325: [dde5a67929e6e] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [dde5a67929e6e] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [dde5a67929e6e] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [dde5a67929e6e] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [dde5a67929e6e] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [dde5a67929e6e] Daemon stopped [2019-11-16T00:46:48.137Z] daemon.go:325: [dde5a67929e6e] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:325: [dde5a67929e6e] waiting for daemon to start [2019-11-16T00:46:48.137Z] daemon.go:353: [dde5a67929e6e] daemon started [2019-11-16T00:46:48.137Z] daemon.go:461: [dde5a67929e6e] Stopping daemon [2019-11-16T00:46:48.137Z] daemon.go:296: [dde5a67929e6e] exiting daemon [2019-11-16T00:46:48.137Z] daemon.go:448: [dde5a67929e6e] Daemon stopped [2019-11-16T00:46:48.137Z] === RUN TestKernelTCPMemory [2019-11-16T00:46:48.982Z] --- PASS: TestKernelTCPMemory (0.94s) [2019-11-16T00:46:48.982Z] === RUN TestNISDomainname [2019-11-16T00:46:49.814Z] --- PASS: TestNISDomainname (1.12s) [2019-11-16T00:46:49.814Z] === RUN TestStats [2019-11-16T00:46:50.935Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-11-16T00:46:51.498Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-11-16T00:46:52.299Z] --- PASS: TestStats (1.89s) [2019-11-16T00:46:52.299Z] === RUN TestStopContainerWithTimeout [2019-11-16T00:46:52.299Z] === RUN TestStopContainerWithTimeout/0 [2019-11-16T00:46:52.299Z] === PAUSE TestStopContainerWithTimeout/0 [2019-11-16T00:46:52.299Z] === RUN TestStopContainerWithTimeout/1 [2019-11-16T00:46:52.299Z] === PAUSE TestStopContainerWithTimeout/1 [2019-11-16T00:46:52.299Z] === RUN TestStopContainerWithTimeout/3 [2019-11-16T00:46:52.299Z] === PAUSE TestStopContainerWithTimeout/3 [2019-11-16T00:46:52.299Z] === RUN TestStopContainerWithTimeout/-1 [2019-11-16T00:46:52.299Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-11-16T00:46:52.299Z] === CONT TestStopContainerWithTimeout/0 [2019-11-16T00:46:52.299Z] === CONT TestStopContainerWithTimeout/1 [2019-11-16T00:46:52.299Z] === CONT TestStopContainerWithTimeout/3 [2019-11-16T00:46:52.299Z] === CONT TestStopContainerWithTimeout/-1 [2019-11-16T00:46:52.869Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-11-16T00:46:53.126Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-11-16T00:46:54.498Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-11-16T00:46:55.385Z] --- PASS: TestStopContainerWithTimeout (0.05s) [2019-11-16T00:46:55.385Z] --- PASS: TestStopContainerWithTimeout/0 (1.16s) [2019-11-16T00:46:55.385Z] --- PASS: TestStopContainerWithTimeout/1 (2.34s) [2019-11-16T00:46:55.385Z] --- PASS: TestStopContainerWithTimeout/3 (3.10s) [2019-11-16T00:46:55.385Z] --- PASS: TestStopContainerWithTimeout/-1 (3.23s) [2019-11-16T00:46:55.385Z] === RUN TestDeleteDevicemapper [2019-11-16T00:46:55.385Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-11-16T00:46:55.385Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-11-16T00:46:55.385Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-11-16T00:46:56.393Z] === RUN TestDockerSuite/TestBuildUser [2019-11-16T00:46:56.906Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-11-16T00:46:56.906Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-11-16T00:46:56.906Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-11-16T00:46:57.137Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.08s) [2019-11-16T00:46:57.137Z] === RUN TestUpdateMemory [2019-11-16T00:46:58.288Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-11-16T00:46:58.372Z] --- PASS: TestUpdateMemory (1.13s) [2019-11-16T00:46:58.372Z] === RUN TestUpdateCPUQuota [2019-11-16T00:47:00.129Z] --- PASS: TestUpdateCPUQuota (1.83s) [2019-11-16T00:47:00.129Z] === RUN TestUpdatePidsLimit [2019-11-16T00:47:00.129Z] === RUN TestUpdatePidsLimit/update_from_none [2019-11-16T00:47:00.468Z] === RUN TestUpdatePidsLimit/no_change [2019-11-16T00:47:01.196Z] === RUN TestUpdatePidsLimit/update_lower [2019-11-16T00:47:01.535Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-11-16T00:47:01.874Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-11-16T00:47:02.212Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-11-16T00:47:02.550Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-11-16T00:47:02.550Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-11-16T00:47:02.550Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-11-16T00:47:02.732Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-11-16T00:47:03.196Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-11-16T00:47:03.659Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-11-16T00:47:03.659Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-11-16T00:47:04.122Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-11-16T00:47:04.122Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-11-16T00:47:04.250Z] --- PASS: TestUpdatePidsLimit (4.08s) [2019-11-16T00:47:04.250Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2019-11-16T00:47:04.250Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2019-11-16T00:47:04.250Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2019-11-16T00:47:04.250Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2019-11-16T00:47:04.250Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2019-11-16T00:47:04.250Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2019-11-16T00:47:04.250Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2019-11-16T00:47:04.250Z] === RUN TestUpdateRestartPolicy [2019-11-16T00:47:05.073Z] --- PASS: TestServicePlugin (37.08s) [2019-11-16T00:47:05.074Z] plugin_test.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-11-16T00:47:05.074Z] daemon.go:325: [dd7e4a930de5d] waiting for daemon to start [2019-11-16T00:47:05.074Z] daemon.go:325: [dd7e4a930de5d] waiting for daemon to start [2019-11-16T00:47:05.074Z] daemon.go:353: [dd7e4a930de5d] daemon started [2019-11-16T00:47:05.074Z] daemon.go:461: [dd7e4a930de5d] Stopping daemon [2019-11-16T00:47:05.074Z] daemon.go:296: [dd7e4a930de5d] exiting daemon [2019-11-16T00:47:05.074Z] daemon.go:448: [dd7e4a930de5d] Daemon stopped [2019-11-16T00:47:05.074Z] plugin_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-11-16T00:47:05.074Z] daemon.go:325: [d8ab8fceceddd] waiting for daemon to start [2019-11-16T00:47:05.074Z] daemon.go:325: [d8ab8fceceddd] waiting for daemon to start [2019-11-16T00:47:05.074Z] daemon.go:353: [d8ab8fceceddd] daemon started [2019-11-16T00:47:05.074Z] plugin_test.go:59: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-11-16T00:47:05.074Z] daemon.go:325: [d5c59f3b379d6] waiting for daemon to start [2019-11-16T00:47:05.074Z] daemon.go:325: [d5c59f3b379d6] waiting for daemon to start [2019-11-16T00:47:05.074Z] daemon.go:353: [d5c59f3b379d6] daemon started [2019-11-16T00:47:05.074Z] plugin_test.go:60: [d5c59f3b379d6] joining swarm manager [d8ab8fceceddd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T00:47:05.074Z] plugin_test.go:62: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-11-16T00:47:05.074Z] daemon.go:325: [dd94cbf4a40ca] waiting for daemon to start [2019-11-16T00:47:05.074Z] daemon.go:325: [dd94cbf4a40ca] waiting for daemon to start [2019-11-16T00:47:05.074Z] daemon.go:353: [dd94cbf4a40ca] daemon started [2019-11-16T00:47:05.074Z] plugin_test.go:63: [dd94cbf4a40ca] joining swarm manager [d8ab8fceceddd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T00:47:05.074Z] daemon.go:461: [dd94cbf4a40ca] Stopping daemon [2019-11-16T00:47:05.074Z] daemon.go:296: [dd94cbf4a40ca] exiting daemon [2019-11-16T00:47:05.074Z] daemon.go:448: [dd94cbf4a40ca] Daemon stopped [2019-11-16T00:47:05.074Z] daemon.go:461: [d5c59f3b379d6] Stopping daemon [2019-11-16T00:47:05.074Z] daemon.go:296: [d5c59f3b379d6] exiting daemon [2019-11-16T00:47:05.074Z] daemon.go:448: [d5c59f3b379d6] Daemon stopped [2019-11-16T00:47:05.074Z] daemon.go:461: [d8ab8fceceddd] Stopping daemon [2019-11-16T00:47:05.074Z] daemon.go:296: [d8ab8fceceddd] exiting daemon [2019-11-16T00:47:05.074Z] daemon.go:448: [d8ab8fceceddd] Daemon stopped [2019-11-16T00:47:05.074Z] === RUN TestServiceUpdateLabel [2019-11-16T00:47:08.349Z] --- PASS: TestServiceUpdateLabel (3.45s) [2019-11-16T00:47:08.349Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-11-16T00:47:08.349Z] daemon.go:325: [d78780e3f3732] waiting for daemon to start [2019-11-16T00:47:08.349Z] daemon.go:325: [d78780e3f3732] waiting for daemon to start [2019-11-16T00:47:08.349Z] daemon.go:353: [d78780e3f3732] daemon started [2019-11-16T00:47:08.349Z] daemon.go:461: [d78780e3f3732] Stopping daemon [2019-11-16T00:47:08.349Z] daemon.go:296: [d78780e3f3732] exiting daemon [2019-11-16T00:47:08.349Z] daemon.go:448: [d78780e3f3732] Daemon stopped [2019-11-16T00:47:08.349Z] === RUN TestServiceUpdateSecrets [2019-11-16T00:47:17.710Z] --- PASS: TestUpdateRestartPolicy (12.26s) [2019-11-16T00:47:17.710Z] === RUN TestUpdateRestartWithAutoRemove [2019-11-16T00:47:17.710Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s) [2019-11-16T00:47:17.710Z] === RUN TestWaitNonBlocked [2019-11-16T00:47:17.710Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:47:17.710Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:47:17.710Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:47:17.710Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:47:17.710Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-11-16T00:47:17.710Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-11-16T00:47:18.507Z] --- PASS: TestWaitNonBlocked (0.04s) [2019-11-16T00:47:18.507Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.98s) [2019-11-16T00:47:18.507Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s) [2019-11-16T00:47:18.507Z] === RUN TestWaitBlocked [2019-11-16T00:47:18.507Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-11-16T00:47:18.507Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-11-16T00:47:18.507Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-11-16T00:47:18.507Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-11-16T00:47:18.507Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-11-16T00:47:18.507Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-11-16T00:47:19.801Z] --- PASS: TestWaitBlocked (0.04s) [2019-11-16T00:47:19.801Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2019-11-16T00:47:19.801Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s) [2019-11-16T00:47:19.801Z] === CONT TestContainerStartOnDaemonRestart [2019-11-16T00:47:19.801Z] === CONT TestDaemonRestartIpcMode [2019-11-16T00:47:19.801Z] === CONT TestIpcModeOlderClient [2019-11-16T00:47:19.801Z] --- PASS: TestIpcModeOlderClient (0.15s) [2019-11-16T00:47:20.538Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-11-16T00:47:21.909Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-11-16T00:47:22.844Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-11-16T00:47:23.665Z] --- PASS: TestDaemonRestartIpcMode (4.05s) [2019-11-16T00:47:23.665Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-11-16T00:47:23.665Z] daemon.go:325: [dd778246b1fd3] waiting for daemon to start [2019-11-16T00:47:23.665Z] daemon.go:325: [dd778246b1fd3] waiting for daemon to start [2019-11-16T00:47:23.665Z] daemon.go:353: [dd778246b1fd3] daemon started [2019-11-16T00:47:23.665Z] daemon.go:461: [dd778246b1fd3] Stopping daemon [2019-11-16T00:47:23.665Z] daemon.go:296: [dd778246b1fd3] exiting daemon [2019-11-16T00:47:23.665Z] daemon.go:448: [dd778246b1fd3] Daemon stopped [2019-11-16T00:47:23.665Z] daemon.go:325: [dd778246b1fd3] waiting for daemon to start [2019-11-16T00:47:23.665Z] daemon.go:325: [dd778246b1fd3] waiting for daemon to start [2019-11-16T00:47:23.665Z] daemon.go:353: [dd778246b1fd3] daemon started [2019-11-16T00:47:23.665Z] daemon.go:461: [dd778246b1fd3] Stopping daemon [2019-11-16T00:47:23.665Z] daemon.go:296: [dd778246b1fd3] exiting daemon [2019-11-16T00:47:23.666Z] daemon.go:448: [dd778246b1fd3] Daemon stopped [2019-11-16T00:47:23.666Z] --- PASS: TestContainerStartOnDaemonRestart (4.12s) [2019-11-16T00:47:23.666Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-11-16T00:47:23.666Z] daemon.go:325: [d834859caa08c] waiting for daemon to start [2019-11-16T00:47:23.666Z] daemon.go:325: [d834859caa08c] waiting for daemon to start [2019-11-16T00:47:23.666Z] daemon.go:353: [d834859caa08c] daemon started [2019-11-16T00:47:23.666Z] daemon.go:325: [d834859caa08c] waiting for daemon to start [2019-11-16T00:47:23.666Z] daemon.go:296: [d834859caa08c] exiting daemon [2019-11-16T00:47:23.666Z] daemon.go:325: [d834859caa08c] waiting for daemon to start [2019-11-16T00:47:23.666Z] daemon.go:353: [d834859caa08c] daemon started [2019-11-16T00:47:23.666Z] daemon.go:461: [d834859caa08c] Stopping daemon [2019-11-16T00:47:23.666Z] daemon.go:296: [d834859caa08c] exiting daemon [2019-11-16T00:47:23.666Z] daemon.go:448: [d834859caa08c] Daemon stopped [2019-11-16T00:47:23.666Z] PASS [2019-11-16T00:47:23.666Z] [2019-11-16T00:47:23.666Z] === Skipped [2019-11-16T00:47:23.666Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-11-16T00:47:23.666Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-11-16T00:47:23.666Z] [2019-11-16T00:47:23.666Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-11-16T00:47:23.666Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-11-16T00:47:23.666Z] [2019-11-16T00:47:23.666Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-11-16T00:47:23.666Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-11-16T00:47:23.666Z] [2019-11-16T00:47:23.666Z] [2019-11-16T00:47:23.666Z] DONE 188 tests, 3 skipped in 110.880s [2019-11-16T00:47:23.666Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-11-16T00:47:23.666Z] ++ 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-11-16T00:47:23.666Z] ++ set -e [2019-11-16T00:47:23.666Z] ++ '[' -n 0 ']' [2019-11-16T00:47:23.666Z] ++ set -x [2019-11-16T00:47:23.666Z] ++ 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-11-16T00:47:23.666Z] INFO: Testing against a local daemon [2019-11-16T00:47:23.666Z] === RUN TestCommitInheritsEnv [2019-11-16T00:47:23.776Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-11-16T00:47:24.398Z] --- PASS: TestCommitInheritsEnv (0.45s) [2019-11-16T00:47:24.398Z] === RUN TestImportExtremelyLargeImageWorks [2019-11-16T00:47:24.398Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-11-16T00:47:24.398Z] === RUN TestImagesFilterMultiReference [2019-11-16T00:47:24.398Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-11-16T00:47:24.398Z] === RUN TestImagePullPlatformInvalid [2019-11-16T00:47:24.398Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-11-16T00:47:24.398Z] === RUN TestRemoveImageOrphaning [2019-11-16T00:47:24.707Z] --- PASS: TestServiceUpdateSecrets (16.27s) [2019-11-16T00:47:24.707Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-11-16T00:47:24.707Z] daemon.go:325: [d43ccdf8e30a0] waiting for daemon to start [2019-11-16T00:47:24.707Z] daemon.go:325: [d43ccdf8e30a0] waiting for daemon to start [2019-11-16T00:47:24.707Z] daemon.go:353: [d43ccdf8e30a0] daemon started [2019-11-16T00:47:24.707Z] daemon.go:461: [d43ccdf8e30a0] Stopping daemon [2019-11-16T00:47:24.707Z] daemon.go:296: [d43ccdf8e30a0] exiting daemon [2019-11-16T00:47:24.707Z] daemon.go:448: [d43ccdf8e30a0] Daemon stopped [2019-11-16T00:47:24.707Z] === RUN TestServiceUpdateConfigs [2019-11-16T00:47:24.707Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-11-16T00:47:24.740Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2019-11-16T00:47:24.740Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-11-16T00:47:24.740Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-11-16T00:47:24.740Z] === RUN TestTagInvalidReference [2019-11-16T00:47:24.740Z] --- PASS: TestTagInvalidReference (0.04s) [2019-11-16T00:47:24.740Z] === RUN TestTagValidPrefixedRepo [2019-11-16T00:47:24.740Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-11-16T00:47:24.740Z] === RUN TestTagExistedNameWithoutForce [2019-11-16T00:47:25.079Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-11-16T00:47:25.079Z] === RUN TestTagOfficialNames [2019-11-16T00:47:25.079Z] --- PASS: TestTagOfficialNames (0.07s) [2019-11-16T00:47:25.079Z] === RUN TestTagMatchesDigest [2019-11-16T00:47:25.079Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-11-16T00:47:25.079Z] === CONT TestImportExtremelyLargeImageWorks [2019-11-16T00:47:26.079Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-11-16T00:47:27.977Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-11-16T00:47:27.977Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-11-16T00:47:27.977Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-11-16T00:47:27.977Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-11-16T00:47:27.977Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-11-16T00:47:29.872Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-11-16T00:47:29.872Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-11-16T00:47:30.804Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-11-16T00:47:31.369Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-11-16T00:47:32.741Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-11-16T00:47:32.741Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-11-16T00:47:36.016Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-11-16T00:47:37.912Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-11-16T00:47:38.855Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-11-16T00:47:39.423Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-11-16T00:47:39.895Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-11-16T00:47:39.895Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-11-16T00:47:39.895Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-11-16T00:47:39.987Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-11-16T00:47:40.244Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-11-16T00:47:40.501Z] --- PASS: TestServiceUpdateConfigs (15.89s) [2019-11-16T00:47:40.501Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-11-16T00:47:40.501Z] daemon.go:325: [d1f16c859d821] waiting for daemon to start [2019-11-16T00:47:40.501Z] daemon.go:325: [d1f16c859d821] waiting for daemon to start [2019-11-16T00:47:40.501Z] daemon.go:353: [d1f16c859d821] daemon started [2019-11-16T00:47:40.501Z] daemon.go:461: [d1f16c859d821] Stopping daemon [2019-11-16T00:47:40.501Z] daemon.go:296: [d1f16c859d821] exiting daemon [2019-11-16T00:47:40.501Z] daemon.go:448: [d1f16c859d821] Daemon stopped [2019-11-16T00:47:40.501Z] === RUN TestServiceUpdateNetwork [2019-11-16T00:47:41.064Z] === RUN TestDockerSuite/TestBuildXZHost [2019-11-16T00:47:43.586Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-11-16T00:47:43.586Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-11-16T00:47:43.586Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-11-16T00:47:44.520Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-11-16T00:47:45.451Z] === RUN TestDockerSuite/TestCommitChange [2019-11-16T00:47:46.821Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-11-16T00:47:47.752Z] === RUN TestDockerSuite/TestCommitHardlink [2019-11-16T00:47:49.649Z] === RUN TestDockerSuite/TestCommitNewFile [2019-11-16T00:47:52.171Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-11-16T00:47:52.735Z] === RUN TestDockerSuite/TestCommitTTY [2019-11-16T00:47:54.628Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-11-16T00:47:54.760Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-11-16T00:47:55.223Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-11-16T00:47:55.560Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-11-16T00:47:55.817Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-11-16T00:47:56.203Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-11-16T00:47:56.748Z] --- PASS: TestServiceUpdateNetwork (16.18s) [2019-11-16T00:47:56.748Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-11-16T00:47:56.748Z] daemon.go:325: [db49eca78b4b0] waiting for daemon to start [2019-11-16T00:47:56.748Z] daemon.go:325: [db49eca78b4b0] waiting for daemon to start [2019-11-16T00:47:56.748Z] daemon.go:353: [db49eca78b4b0] daemon started [2019-11-16T00:47:56.748Z] daemon.go:461: [db49eca78b4b0] Stopping daemon [2019-11-16T00:47:56.748Z] daemon.go:296: [db49eca78b4b0] exiting daemon [2019-11-16T00:47:56.748Z] daemon.go:448: [db49eca78b4b0] Daemon stopped [2019-11-16T00:47:56.748Z] PASS [2019-11-16T00:47:56.748Z] [2019-11-16T00:47:56.748Z] DONE 18 tests in 175.415s [2019-11-16T00:47:56.748Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-11-16T00:47:56.748Z] ++ 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-11-16T00:47:56.748Z] ++ set -e [2019-11-16T00:47:56.748Z] ++ '[' -n 0 ']' [2019-11-16T00:47:56.748Z] ++ set -x [2019-11-16T00:47:56.748Z] ++ 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-11-16T00:47:57.005Z] INFO: Testing against a local daemon [2019-11-16T00:47:57.005Z] === RUN TestSessionCreate [2019-11-16T00:47:57.005Z] --- PASS: TestSessionCreate (0.03s) [2019-11-16T00:47:57.005Z] === RUN TestSessionCreateWithBadUpgrade [2019-11-16T00:47:57.005Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2019-11-16T00:47:57.005Z] PASS [2019-11-16T00:47:57.005Z] [2019-11-16T00:47:57.005Z] DONE 2 tests in 0.220s [2019-11-16T00:47:57.005Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-11-16T00:47:57.005Z] ++ 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-11-16T00:47:57.005Z] ++ set -e [2019-11-16T00:47:57.005Z] ++ '[' -n 0 ']' [2019-11-16T00:47:57.005Z] ++ set -x [2019-11-16T00:47:57.005Z] ++ 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-11-16T00:47:57.263Z] INFO: Testing against a local daemon [2019-11-16T00:47:57.263Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-11-16T00:47:57.263Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-11-16T00:47:57.263Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-11-16T00:47:57.263Z] === RUN TestEventsExecDie [2019-11-16T00:47:57.829Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-11-16T00:47:58.395Z] --- PASS: TestEventsExecDie (1.30s) [2019-11-16T00:47:58.395Z] === RUN TestEventsBackwardsCompatible [2019-11-16T00:47:58.652Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-11-16T00:47:58.652Z] === RUN TestInfoBinaryCommits [2019-11-16T00:47:58.652Z] --- PASS: TestInfoBinaryCommits (0.04s) [2019-11-16T00:47:58.652Z] === RUN TestInfoAPIVersioned [2019-11-16T00:47:58.652Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-11-16T00:47:58.652Z] === RUN TestInfoAPI [2019-11-16T00:47:58.652Z] --- PASS: TestInfoAPI (0.03s) [2019-11-16T00:47:58.652Z] === RUN TestInfoAPIWarnings [2019-11-16T00:47:58.910Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-11-16T00:47:58.910Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-11-16T00:47:58.910Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-11-16T00:47:59.167Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-11-16T00:47:59.167Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-11-16T00:47:59.167Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-11-16T00:47:59.167Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-11-16T00:47:59.425Z] --- PASS: TestInfoAPIWarnings (0.80s) [2019-11-16T00:47:59.425Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-11-16T00:47:59.425Z] daemon.go:325: [dba0863b51be5] waiting for daemon to start [2019-11-16T00:47:59.425Z] daemon.go:325: [dba0863b51be5] waiting for daemon to start [2019-11-16T00:47:59.425Z] daemon.go:353: [dba0863b51be5] daemon started [2019-11-16T00:47:59.425Z] daemon.go:461: [dba0863b51be5] Stopping daemon [2019-11-16T00:47:59.425Z] daemon.go:296: [dba0863b51be5] exiting daemon [2019-11-16T00:47:59.425Z] daemon.go:448: [dba0863b51be5] Daemon stopped [2019-11-16T00:47:59.425Z] === RUN TestLoginFailsWithBadCredentials [2019-11-16T00:47:59.683Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s) [2019-11-16T00:47:59.683Z] === RUN TestPingCacheHeaders [2019-11-16T00:47:59.683Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-11-16T00:47:59.683Z] === RUN TestPingGet [2019-11-16T00:47:59.683Z] --- PASS: TestPingGet (0.02s) [2019-11-16T00:47:59.683Z] === RUN TestPingHead [2019-11-16T00:47:59.940Z] --- PASS: TestPingHead (0.02s) [2019-11-16T00:47:59.940Z] === RUN TestVersion [2019-11-16T00:47:59.940Z] --- PASS: TestVersion (0.02s) [2019-11-16T00:47:59.940Z] PASS [2019-11-16T00:47:59.940Z] [2019-11-16T00:47:59.940Z] === Skipped [2019-11-16T00:47:59.940Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-11-16T00:47:59.940Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-11-16T00:47:59.940Z] [2019-11-16T00:47:59.940Z] [2019-11-16T00:47:59.940Z] DONE 12 tests, 1 skipped in 2.825s [2019-11-16T00:47:59.940Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-11-16T00:47:59.940Z] ++ 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-11-16T00:47:59.940Z] ++ set -e [2019-11-16T00:47:59.940Z] ++ '[' -n 0 ']' [2019-11-16T00:47:59.940Z] ++ set -x [2019-11-16T00:47:59.940Z] ++ 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-11-16T00:47:59.940Z] INFO: Testing against a local daemon [2019-11-16T00:47:59.940Z] === RUN TestVolumesCreateAndList [2019-11-16T00:47:59.972Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-11-16T00:48:00.197Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-11-16T00:48:00.197Z] === RUN TestVolumesRemove [2019-11-16T00:48:00.197Z] --- PASS: TestVolumesRemove (0.24s) [2019-11-16T00:48:00.197Z] === RUN TestVolumesInspect [2019-11-16T00:48:00.455Z] --- PASS: TestVolumesInspect (0.02s) [2019-11-16T00:48:00.455Z] === RUN TestVolumesInvalidJSON [2019-11-16T00:48:00.455Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-11-16T00:48:00.455Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-11-16T00:48:00.455Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-11-16T00:48:00.455Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-11-16T00:48:00.455Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-11-16T00:48:00.455Z] PASS [2019-11-16T00:48:00.455Z] [2019-11-16T00:48:00.455Z] DONE 5 tests in 0.466s [2019-11-16T00:48:00.455Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-11-16T00:48:00.774Z] ++++ cat bundles/test-integration/docker.pid [2019-11-16T00:48:00.774Z] +++ kill 4480 [2019-11-16T00:48:01.338Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-11-16T00:48:01.901Z] umount: bundles/test-integration/root: mountpoint not found [2019-11-16T00:48:01.901Z] +++ /etc/init.d/apparmor stop [2019-11-16T00:48:01.901Z] Clearing AppArmor profiles cache:. [2019-11-16T00:48:01.901Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-11-16T00:48:01.901Z] Unloading profiles will leave already running processes permanently [2019-11-16T00:48:01.901Z] unconfined, which can lead to unexpected situations. [2019-11-16T00:48:01.901Z] [2019-11-16T00:48:01.901Z] To set a process to complain mode, use the command line tool [2019-11-16T00:48:01.901Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-11-16T00:48:01.901Z] with the 'teardown' option." [2019-11-16T00:48:01.901Z] [2019-11-16T00:48:02.161Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-11-16T00:48:02.170Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-11-16T00:48:03.530Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-11-16T00:48:03.530Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-11-16T00:48:04.375Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-11-16T00:48:04.462Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-11-16T00:48:05.394Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-11-16T00:48:06.326Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-11-16T00:48:07.257Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-11-16T00:48:08.188Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-11-16T00:48:08.188Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-11-16T00:48:08.188Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-11-16T00:48:09.120Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-11-16T00:48:09.120Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-11-16T00:48:09.120Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-11-16T00:48:09.376Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-11-16T00:48:09.377Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-11-16T00:48:10.309Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-11-16T00:48:11.240Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-11-16T00:48:12.171Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-11-16T00:48:12.171Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-11-16T00:48:14.066Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-11-16T00:48:14.631Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-11-16T00:48:14.631Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-11-16T00:48:15.561Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-11-16T00:48:16.492Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-11-16T00:48:17.012Z] #33 132.9 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-11-16T00:48:17.267Z] #33 134.8 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-11-16T00:48:17.423Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-11-16T00:48:18.354Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-11-16T00:48:18.354Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-11-16T00:48:18.629Z] #33 136.1 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-11-16T00:48:18.918Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-11-16T00:48:20.289Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-11-16T00:48:20.522Z] #33 138.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-11-16T00:48:20.854Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-11-16T00:48:21.111Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-11-16T00:48:21.886Z] #33 139.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-11-16T00:48:22.041Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-11-16T00:48:23.254Z] #33 140.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-11-16T00:48:23.411Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-11-16T00:48:24.179Z] #33 141.8 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-11-16T00:48:25.306Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-11-16T00:48:25.306Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-11-16T00:48:25.306Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-11-16T00:48:25.306Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-11-16T00:48:25.306Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-11-16T00:48:25.543Z] #33 142.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-11-16T00:48:25.799Z] #33 143.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-11-16T00:48:26.237Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-11-16T00:48:27.163Z] #33 144.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-11-16T00:48:27.179Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-11-16T00:48:28.525Z] #33 145.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-11-16T00:48:29.889Z] #33 147.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-11-16T00:48:31.352Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-11-16T00:48:31.610Z] === RUN TestDockerSuite/TestContainerAPITop [2019-11-16T00:48:31.870Z] #33 149.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-11-16T00:48:32.588Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-11-16T00:48:32.588Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-11-16T00:48:32.588Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-11-16T00:48:33.234Z] #33 150.6 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-11-16T00:48:34.598Z] #33 151.8 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-11-16T00:48:35.862Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-11-16T00:48:36.427Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-11-16T00:48:36.482Z] #33 153.7 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-11-16T00:48:37.406Z] #33 154.7 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-11-16T00:48:37.796Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-11-16T00:48:38.330Z] #33 155.9 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-11-16T00:48:39.692Z] #33 157.1 [2019-11-16T00:48:40.252Z] #33 DONE 157.8s [2019-11-16T00:48:40.252Z] [2019-11-16T00:48:40.252Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-11-16T00:48:42.760Z] #34 DONE 2.0s [2019-11-16T00:48:43.051Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-11-16T00:48:43.051Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-11-16T00:48:44.121Z] [2019-11-16T00:48:44.121Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-11-16T00:48:44.680Z] #35 DONE 0.9s [2019-11-16T00:48:44.680Z] [2019-11-16T00:48:44.680Z] #36 exporting to image [2019-11-16T00:48:44.680Z] #36 exporting layers [2019-11-16T00:48:44.948Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-11-16T00:48:46.318Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-11-16T00:48:47.939Z] #36 exporting layers 3.3s done [2019-11-16T00:48:47.939Z] #36 writing image sha256:3201a7e94566d5ff9a2fba8a18f7b241ee4ad1ac1019fc17f557d3cd98dd1976 done [2019-11-16T00:48:47.939Z] #36 naming to docker.io/library/moby-e2e-test done [2019-11-16T00:48:47.939Z] #36 DONE 3.3s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-11-16T00:48:48.251Z] + echo Ensuring container killed. [2019-11-16T00:48:48.251Z] Ensuring container killed. [2019-11-16T00:48:48.251Z] + docker rm -vf docker-pr1 [2019-11-16T00:48:48.251Z] Error: No such container: docker-pr1 [2019-11-16T00:48:48.251Z] + true [Pipeline] sh [2019-11-16T00:48:48.670Z] + echo Chowning /workspace to jenkins user [2019-11-16T00:48:48.670Z] Chowning /workspace to jenkins user [2019-11-16T00:48:48.670Z] + id -u [2019-11-16T00:48:48.670Z] + id -g [2019-11-16T00:48:48.670Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-425:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-11-16T00:48:50.400Z] + bundleName=unit [2019-11-16T00:48:50.400Z] + echo Creating unit-bundles.tar.gz [2019-11-16T00:48:50.400Z] Creating unit-bundles.tar.gz [2019-11-16T00:48:50.400Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-11-16T00:48:50.400Z] bundles/junit-report.xml [2019-11-16T00:48:50.400Z] bundles/go-test-report.json [2019-11-16T00:48:50.400Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-11-16T00:48:50.409Z] Archiving artifacts [2019-11-16T00:48:50.695Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-425/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-11-16T00:48:51.082Z] + make clean [2019-11-16T00:48:51.337Z] docker volume rm -f docker-dev-cache [2019-11-16T00:48:51.337Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-11-16T00:49:04.915Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-11-16T00:49:04.915Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-11-16T00:49:04.915Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-11-16T00:49:12.831Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-11-16T00:49:12.831Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-11-16T00:49:12.831Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-11-16T00:49:15.353Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-11-16T00:49:17.874Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-11-16T00:49:21.176Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-11-16T00:49:22.547Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-11-16T00:49:22.547Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-11-16T00:49:23.479Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-11-16T00:49:24.851Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-11-16T00:49:25.782Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-11-16T00:49:26.712Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-11-16T00:49:27.642Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-11-16T00:49:28.573Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-11-16T00:49:29.503Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-11-16T00:49:30.880Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-11-16T00:49:31.814Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-11-16T00:49:33.185Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-11-16T00:49:34.122Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-11-16T00:49:34.379Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-11-16T00:49:35.310Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-11-16T00:49:36.682Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-11-16T00:49:38.578Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-11-16T00:49:39.509Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-11-16T00:49:40.440Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-11-16T00:49:40.440Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-11-16T00:49:41.999Z] === RUN TestDockerSuite/TestCpRelativePath [2019-11-16T00:49:42.563Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-11-16T00:49:43.933Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-11-16T00:49:44.867Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-11-16T00:49:46.245Z] === RUN TestDockerSuite/TestCpToCaseA [2019-11-16T00:49:48.139Z] === RUN TestDockerSuite/TestCpToCaseB [2019-11-16T00:49:49.070Z] === RUN TestDockerSuite/TestCpToCaseC [2019-11-16T00:49:52.344Z] === RUN TestDockerSuite/TestCpToCaseD [2019-11-16T00:49:55.713Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-11-16T00:49:57.263Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-11-16T00:49:57.600Z] === RUN TestDockerSuite/TestCpToCaseE [2019-11-16T00:49:58.240Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-11-16T00:50:00.877Z] === RUN TestDockerSuite/TestCpToCaseF [2019-11-16T00:50:01.807Z] === RUN TestDockerSuite/TestCpToCaseG [2019-11-16T00:50:07.064Z] === RUN TestDockerSuite/TestCpToCaseH [2019-11-16T00:50:11.243Z] === RUN TestDockerSuite/TestCpToCaseI [2019-11-16T00:50:11.808Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-11-16T00:50:17.064Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-11-16T00:50:17.997Z] === RUN TestDockerSuite/TestCpToDot [2019-11-16T00:50:18.929Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-11-16T00:50:20.847Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-11-16T00:50:22.742Z] === RUN TestDockerSuite/TestCpToStdout [2019-11-16T00:50:23.306Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-11-16T00:50:23.453Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-11-16T00:50:27.480Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-11-16T00:50:27.480Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-11-16T00:50:28.043Z] === RUN TestDockerSuite/TestCpVolumePath [2019-11-16T00:50:29.938Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-11-16T00:50:29.938Z] === RUN TestDockerSuite/TestCreateArgs [2019-11-16T00:50:29.938Z] === RUN TestDockerSuite/TestCreateByImageID [2019-11-16T00:50:30.501Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-11-16T00:50:31.433Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-11-16T00:50:31.433Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-11-16T00:50:31.433Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-11-16T00:50:31.997Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-11-16T00:50:32.070Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-11-16T00:50:32.563Z] === RUN TestDockerSuite/TestCreateLabels [2019-11-16T00:50:32.563Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-11-16T00:50:32.820Z] === RUN TestDockerSuite/TestCreateRM [2019-11-16T00:50:33.077Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-11-16T00:50:33.077Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-11-16T00:50:33.077Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-11-16T00:50:33.334Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-11-16T00:50:35.858Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-11-16T00:50:35.858Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-11-16T00:50:35.858Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-11-16T00:50:39.135Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-11-16T00:50:40.068Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-11-16T00:50:40.068Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-11-16T00:50:40.068Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-11-16T00:50:40.325Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-11-16T00:50:40.325Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-11-16T00:50:40.325Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-11-16T00:50:41.258Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-11-16T00:50:43.154Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-11-16T00:50:44.085Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-11-16T00:50:44.530Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-11-16T00:50:45.979Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-11-16T00:50:47.350Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-11-16T00:50:48.284Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-11-16T00:50:49.221Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-11-16T00:50:49.221Z] === RUN TestDockerSuite/TestDevicePermissions [2019-11-16T00:50:50.152Z] === RUN TestDockerSuite/TestDockerFails [2019-11-16T00:50:50.152Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-11-16T00:50:50.152Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-11-16T00:50:50.152Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-11-16T00:50:51.522Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-11-16T00:50:52.086Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-11-16T00:50:54.109Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-11-16T00:50:54.109Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-11-16T00:50:54.109Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-11-16T00:50:54.109Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-11-16T00:51:00.654Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-11-16T00:51:00.654Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-11-16T00:51:03.934Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-11-16T00:51:05.304Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-11-16T00:51:07.830Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-11-16T00:51:09.724Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-11-16T00:51:11.097Z] === RUN TestDockerSuite/TestEventsAttach [2019-11-16T00:51:12.029Z] === RUN TestDockerSuite/TestEventsCommit [2019-11-16T00:51:13.402Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-11-16T00:51:14.336Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-11-16T00:51:15.268Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-11-16T00:51:16.198Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-11-16T00:51:18.092Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-11-16T00:51:19.989Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-11-16T00:51:24.166Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-11-16T00:51:25.537Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-11-16T00:51:26.101Z] === RUN TestDockerSuite/TestEventsCopy [2019-11-16T00:51:27.144Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-11-16T00:51:27.997Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-11-16T00:51:29.899Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-11-16T00:51:30.832Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-11-16T00:51:31.398Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-11-16T00:51:33.924Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-11-16T00:51:34.182Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-11-16T00:51:34.182Z] === RUN TestDockerSuite/TestEventsFilterType [2019-11-16T00:51:34.747Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-11-16T00:51:34.747Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-11-16T00:51:34.747Z] === RUN TestDockerSuite/TestEventsFilters [2019-11-16T00:51:36.642Z] === RUN TestDockerSuite/TestEventsFormat [2019-11-16T00:51:38.536Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-11-16T00:51:38.536Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-11-16T00:51:38.536Z] === RUN TestDockerSuite/TestEventsImageImport [2019-11-16T00:51:39.102Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-11-16T00:51:39.359Z] === RUN TestDockerSuite/TestEventsImagePull [2019-11-16T00:51:39.572Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-11-16T00:51:39.922Z] === RUN TestDockerSuite/TestEventsImageTag [2019-11-16T00:51:40.853Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-11-16T00:51:41.110Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-11-16T00:51:41.110Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-11-16T00:51:41.110Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-11-16T00:51:43.006Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-11-16T00:51:43.570Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-11-16T00:51:43.570Z] === RUN TestDockerSuite/TestEventsRename [2019-11-16T00:51:44.503Z] === RUN TestDockerSuite/TestEventsResize [2019-11-16T00:51:45.874Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-11-16T00:51:46.821Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-11-16T00:51:48.200Z] === RUN TestDockerSuite/TestEventsStreaming [2019-11-16T00:51:48.764Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-11-16T00:51:49.941Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-11-16T00:51:52.065Z] === RUN TestDockerSuite/TestEventsTop [2019-11-16T00:51:52.995Z] === RUN TestDockerSuite/TestEventsUntag [2019-11-16T00:51:55.517Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-11-16T00:51:56.887Z] === RUN TestDockerSuite/TestExec [2019-11-16T00:51:58.256Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-11-16T00:51:59.187Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-11-16T00:51:59.751Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-11-16T00:52:00.008Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-11-16T00:52:00.944Z] === RUN TestDockerSuite/TestExecAPIStart [2019-11-16T00:52:03.473Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-11-16T00:52:04.407Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-11-16T00:52:05.779Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-11-16T00:52:06.038Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-11-16T00:52:06.603Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-11-16T00:52:07.534Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-11-16T00:52:08.906Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-11-16T00:52:09.470Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-11-16T00:52:12.000Z] === RUN TestDockerSuite/TestExecCgroup [2019-11-16T00:52:13.915Z] === RUN TestDockerSuite/TestExecEnv [2019-11-16T00:52:15.288Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-11-16T00:52:16.658Z] === RUN TestDockerSuite/TestExecExitStatus [2019-11-16T00:52:17.590Z] === RUN TestDockerSuite/TestExecInspectID [2019-11-16T00:52:20.864Z] === RUN TestDockerSuite/TestExecInteractive [2019-11-16T00:52:21.795Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-11-16T00:52:22.726Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-11-16T00:52:23.660Z] === RUN TestDockerSuite/TestExecParseError [2019-11-16T00:52:24.591Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-11-16T00:52:25.522Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-11-16T00:52:26.453Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-11-16T00:52:28.979Z] === RUN TestDockerSuite/TestExecSetEnv [2019-11-16T00:52:29.909Z] === RUN TestDockerSuite/TestExecStartFails [2019-11-16T00:52:30.840Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-11-16T00:52:37.383Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-11-16T00:52:38.752Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-11-16T00:52:42.028Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-11-16T00:52:43.150Z] === RUN TestDockerSuite/TestExecTTY [2019-11-16T00:52:44.520Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-11-16T00:52:45.473Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-11-16T00:52:46.403Z] === RUN TestDockerSuite/TestExecUlimits [2019-11-16T00:52:47.334Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-11-16T00:52:47.334Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-11-16T00:52:49.841Z] --- PASS: TestImportExtremelyLargeImageWorks (312.66s) [2019-11-16T00:52:49.841Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-11-16T00:52:49.841Z] daemon.go:325: [df3af76475891] waiting for daemon to start [2019-11-16T00:52:49.841Z] daemon.go:325: [df3af76475891] waiting for daemon to start [2019-11-16T00:52:49.841Z] daemon.go:353: [df3af76475891] daemon started [2019-11-16T00:52:49.841Z] daemon.go:461: [df3af76475891] Stopping daemon [2019-11-16T00:52:49.841Z] daemon.go:296: [df3af76475891] exiting daemon [2019-11-16T00:52:49.841Z] daemon.go:448: [df3af76475891] Daemon stopped [2019-11-16T00:52:49.841Z] PASS [2019-11-16T00:52:49.841Z] [2019-11-16T00:52:49.841Z] DONE 11 tests in 314.077s [2019-11-16T00:52:49.841Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-11-16T00:52:49.841Z] ++ 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-11-16T00:52:49.841Z] ++ set -e [2019-11-16T00:52:49.841Z] ++ '[' -n 0 ']' [2019-11-16T00:52:49.841Z] ++ set -x [2019-11-16T00:52:49.842Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-11-16T00:52:49.842Z] INFO: Testing against a local daemon [2019-11-16T00:52:49.842Z] === RUN TestNetworkCreateDelete [2019-11-16T00:52:49.842Z] --- PASS: TestNetworkCreateDelete (0.23s) [2019-11-16T00:52:49.842Z] === RUN TestDockerNetworkDeletePreferID [2019-11-16T00:52:49.842Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s) [2019-11-16T00:52:49.842Z] === RUN TestInspectNetwork [2019-11-16T00:52:49.842Z] === RUN TestInspectNetwork/full_network_id [2019-11-16T00:52:49.842Z] === RUN TestInspectNetwork/partial_network_id [2019-11-16T00:52:49.842Z] === RUN TestInspectNetwork/network_name [2019-11-16T00:52:49.842Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-11-16T00:52:49.842Z] --- PASS: TestInspectNetwork (8.52s) [2019-11-16T00:52:49.842Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-11-16T00:52:49.842Z] daemon.go:325: [d1fb3935ceba9] waiting for daemon to start [2019-11-16T00:52:49.842Z] daemon.go:325: [d1fb3935ceba9] waiting for daemon to start [2019-11-16T00:52:49.842Z] daemon.go:353: [d1fb3935ceba9] daemon started [2019-11-16T00:52:49.842Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-11-16T00:52:49.842Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-11-16T00:52:49.842Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-11-16T00:52:49.842Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-11-16T00:52:49.842Z] daemon.go:461: [d1fb3935ceba9] Stopping daemon [2019-11-16T00:52:49.842Z] daemon.go:296: [d1fb3935ceba9] exiting daemon [2019-11-16T00:52:49.842Z] daemon.go:448: [d1fb3935ceba9] Daemon stopped [2019-11-16T00:52:49.842Z] === RUN TestRunContainerWithBridgeNone [2019-11-16T00:52:49.842Z] --- PASS: TestRunContainerWithBridgeNone (2.66s) [2019-11-16T00:52:49.842Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-11-16T00:52:49.842Z] daemon.go:325: [d7ad48a595120] waiting for daemon to start [2019-11-16T00:52:49.842Z] daemon.go:325: [d7ad48a595120] waiting for daemon to start [2019-11-16T00:52:49.842Z] daemon.go:353: [d7ad48a595120] daemon started [2019-11-16T00:52:49.842Z] daemon.go:461: [d7ad48a595120] Stopping daemon [2019-11-16T00:52:49.842Z] daemon.go:296: [d7ad48a595120] exiting daemon [2019-11-16T00:52:49.842Z] daemon.go:448: [d7ad48a595120] Daemon stopped [2019-11-16T00:52:49.842Z] === RUN TestNetworkInvalidJSON [2019-11-16T00:52:49.842Z] === RUN TestNetworkInvalidJSON//networks/create [2019-11-16T00:52:49.842Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-11-16T00:52:49.842Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:52:49.842Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:52:49.842Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:52:49.842Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:52:49.842Z] === CONT TestNetworkInvalidJSON//networks/create [2019-11-16T00:52:49.842Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-11-16T00:52:49.842Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-11-16T00:52:49.842Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2019-11-16T00:52:49.842Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-11-16T00:52:49.842Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-11-16T00:52:49.842Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-11-16T00:52:49.842Z] === RUN TestDaemonRestartWithLiveRestore [2019-11-16T00:52:49.857Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-11-16T00:52:50.791Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-11-16T00:52:51.023Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-11-16T00:52:51.023Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-11-16T00:52:51.023Z] daemon.go:325: [d7fc3585f0ef0] waiting for daemon to start [2019-11-16T00:52:51.023Z] daemon.go:325: [d7fc3585f0ef0] waiting for daemon to start [2019-11-16T00:52:51.023Z] daemon.go:353: [d7fc3585f0ef0] daemon started [2019-11-16T00:52:51.023Z] daemon.go:461: [d7fc3585f0ef0] Stopping daemon [2019-11-16T00:52:51.023Z] daemon.go:296: [d7fc3585f0ef0] exiting daemon [2019-11-16T00:52:51.023Z] daemon.go:448: [d7fc3585f0ef0] Daemon stopped [2019-11-16T00:52:51.023Z] daemon.go:325: [d7fc3585f0ef0] waiting for daemon to start [2019-11-16T00:52:51.023Z] daemon.go:325: [d7fc3585f0ef0] waiting for daemon to start [2019-11-16T00:52:51.023Z] daemon.go:353: [d7fc3585f0ef0] daemon started [2019-11-16T00:52:51.023Z] daemon.go:461: [d7fc3585f0ef0] Stopping daemon [2019-11-16T00:52:51.023Z] daemon.go:296: [d7fc3585f0ef0] exiting daemon [2019-11-16T00:52:51.023Z] daemon.go:448: [d7fc3585f0ef0] Daemon stopped [2019-11-16T00:52:51.023Z] === RUN TestDaemonDefaultNetworkPools [2019-11-16T00:52:51.760Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2019-11-16T00:52:51.760Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-11-16T00:52:51.760Z] daemon.go:325: [d7d648d33233f] waiting for daemon to start [2019-11-16T00:52:51.760Z] daemon.go:325: [d7d648d33233f] waiting for daemon to start [2019-11-16T00:52:51.760Z] daemon.go:353: [d7d648d33233f] daemon started [2019-11-16T00:52:51.760Z] daemon.go:461: [d7d648d33233f] Stopping daemon [2019-11-16T00:52:51.760Z] daemon.go:296: [d7d648d33233f] exiting daemon [2019-11-16T00:52:51.760Z] daemon.go:448: [d7d648d33233f] Daemon stopped [2019-11-16T00:52:51.760Z] === RUN TestDaemonRestartWithExistingNetwork [2019-11-16T00:52:52.162Z] === RUN TestDockerSuite/TestExecWithTERM [2019-11-16T00:52:52.952Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.23s) [2019-11-16T00:52:52.952Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-11-16T00:52:52.952Z] daemon.go:325: [d944ac9bbea65] waiting for daemon to start [2019-11-16T00:52:52.952Z] daemon.go:325: [d944ac9bbea65] waiting for daemon to start [2019-11-16T00:52:52.952Z] daemon.go:353: [d944ac9bbea65] daemon started [2019-11-16T00:52:52.952Z] daemon.go:461: [d944ac9bbea65] Stopping daemon [2019-11-16T00:52:52.952Z] daemon.go:296: [d944ac9bbea65] exiting daemon [2019-11-16T00:52:52.952Z] daemon.go:448: [d944ac9bbea65] Daemon stopped [2019-11-16T00:52:52.952Z] daemon.go:325: [d944ac9bbea65] waiting for daemon to start [2019-11-16T00:52:52.952Z] daemon.go:325: [d944ac9bbea65] waiting for daemon to start [2019-11-16T00:52:52.952Z] daemon.go:353: [d944ac9bbea65] daemon started [2019-11-16T00:52:52.952Z] daemon.go:461: [d944ac9bbea65] Stopping daemon [2019-11-16T00:52:52.952Z] daemon.go:296: [d944ac9bbea65] exiting daemon [2019-11-16T00:52:52.952Z] daemon.go:448: [d944ac9bbea65] Daemon stopped [2019-11-16T00:52:52.952Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-11-16T00:52:53.094Z] === RUN TestDockerSuite/TestExecWithUser [2019-11-16T00:52:54.465Z] === RUN TestDockerSuite/TestGetContainerStats [2019-11-16T00:52:54.683Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.47s) [2019-11-16T00:52:54.683Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-11-16T00:52:54.683Z] daemon.go:325: [dc5d45b831f58] waiting for daemon to start [2019-11-16T00:52:54.683Z] daemon.go:325: [dc5d45b831f58] waiting for daemon to start [2019-11-16T00:52:54.683Z] daemon.go:353: [dc5d45b831f58] daemon started [2019-11-16T00:52:54.683Z] daemon.go:461: [dc5d45b831f58] Stopping daemon [2019-11-16T00:52:54.683Z] daemon.go:296: [dc5d45b831f58] exiting daemon [2019-11-16T00:52:54.683Z] daemon.go:448: [dc5d45b831f58] Daemon stopped [2019-11-16T00:52:54.683Z] daemon.go:325: [dc5d45b831f58] waiting for daemon to start [2019-11-16T00:52:54.683Z] daemon.go:325: [dc5d45b831f58] waiting for daemon to start [2019-11-16T00:52:54.683Z] daemon.go:353: [dc5d45b831f58] daemon started [2019-11-16T00:52:54.683Z] daemon.go:461: [dc5d45b831f58] Stopping daemon [2019-11-16T00:52:54.683Z] daemon.go:296: [dc5d45b831f58] exiting daemon [2019-11-16T00:52:54.683Z] daemon.go:448: [dc5d45b831f58] Daemon stopped [2019-11-16T00:52:54.683Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-11-16T00:52:55.034Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2019-11-16T00:52:55.034Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-11-16T00:52:55.034Z] daemon.go:325: [df9d4d206f27e] waiting for daemon to start [2019-11-16T00:52:55.034Z] daemon.go:325: [df9d4d206f27e] waiting for daemon to start [2019-11-16T00:52:55.034Z] daemon.go:353: [df9d4d206f27e] daemon started [2019-11-16T00:52:55.034Z] daemon.go:461: [df9d4d206f27e] Stopping daemon [2019-11-16T00:52:55.034Z] daemon.go:296: [df9d4d206f27e] exiting daemon [2019-11-16T00:52:55.034Z] daemon.go:448: [df9d4d206f27e] Daemon stopped [2019-11-16T00:52:55.034Z] === RUN TestServiceWithPredefinedNetwork [2019-11-16T00:52:57.460Z] --- PASS: TestServiceWithPredefinedNetwork (2.47s) [2019-11-16T00:52:57.460Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-11-16T00:52:57.460Z] daemon.go:325: [d5483c9490d06] waiting for daemon to start [2019-11-16T00:52:57.460Z] daemon.go:325: [d5483c9490d06] waiting for daemon to start [2019-11-16T00:52:57.460Z] daemon.go:353: [d5483c9490d06] daemon started [2019-11-16T00:52:57.460Z] daemon.go:461: [d5483c9490d06] Stopping daemon [2019-11-16T00:52:57.460Z] daemon.go:296: [d5483c9490d06] exiting daemon [2019-11-16T00:52:57.460Z] daemon.go:448: [d5483c9490d06] Daemon stopped [2019-11-16T00:52:57.460Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-11-16T00:52:57.460Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-11-16T00:52:57.460Z] service_test.go:230: FLAKY_TEST [2019-11-16T00:52:57.460Z] === RUN TestServiceWithDataPathPortInit [2019-11-16T00:52:59.716Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-11-16T00:53:02.988Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-11-16T00:53:03.918Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-11-16T00:53:06.445Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-11-16T00:53:11.702Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-11-16T00:53:12.265Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-11-16T00:53:12.265Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-11-16T00:53:12.265Z] === RUN TestDockerSuite/TestHealth [2019-11-16T00:53:13.552Z] --- PASS: TestServiceWithDataPathPortInit (15.60s) [2019-11-16T00:53:13.552Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-11-16T00:53:13.552Z] daemon.go:325: [dc712fd9da9e5] waiting for daemon to start [2019-11-16T00:53:13.552Z] daemon.go:325: [dc712fd9da9e5] waiting for daemon to start [2019-11-16T00:53:13.552Z] daemon.go:353: [dc712fd9da9e5] daemon started [2019-11-16T00:53:13.552Z] daemon.go:461: [dc712fd9da9e5] Stopping daemon [2019-11-16T00:53:13.552Z] daemon.go:296: [dc712fd9da9e5] exiting daemon [2019-11-16T00:53:13.552Z] daemon.go:448: [dc712fd9da9e5] Daemon stopped [2019-11-16T00:53:13.552Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-11-16T00:53:13.552Z] daemon.go:325: [dc7cf4d8a0a7f] waiting for daemon to start [2019-11-16T00:53:13.552Z] daemon.go:325: [dc7cf4d8a0a7f] waiting for daemon to start [2019-11-16T00:53:13.552Z] daemon.go:353: [dc7cf4d8a0a7f] daemon started [2019-11-16T00:53:13.552Z] daemon.go:461: [dc7cf4d8a0a7f] Stopping daemon [2019-11-16T00:53:13.552Z] daemon.go:296: [dc7cf4d8a0a7f] exiting daemon [2019-11-16T00:53:13.552Z] daemon.go:448: [dc7cf4d8a0a7f] Daemon stopped [2019-11-16T00:53:13.552Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-11-16T00:53:16.166Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-11-16T00:53:16.166Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-11-16T00:53:16.166Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-11-16T00:53:16.166Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-11-16T00:53:16.166Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-11-16T00:53:16.166Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-11-16T00:53:16.166Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-11-16T00:53:16.166Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-11-16T00:53:16.166Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-11-16T00:53:16.166Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-11-16T00:53:17.717Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-11-16T00:53:20.930Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.44s) [2019-11-16T00:53:20.930Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-11-16T00:53:20.930Z] daemon.go:325: [d1d8ce14498ea] waiting for daemon to start [2019-11-16T00:53:20.930Z] daemon.go:325: [d1d8ce14498ea] waiting for daemon to start [2019-11-16T00:53:20.930Z] daemon.go:353: [d1d8ce14498ea] daemon started [2019-11-16T00:53:20.930Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:z3g8usdeu7iqeh1rlzdv3o489 Created:2019-11-16 00:53:14.217229144 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[d0fc1b4743ea098f899c4fdbfecb09e792ffe3cbfecaa42f4c285d59c6b31502:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.prk8he23nrk36h5eapejcmvs3 EndpointID:2f23368d3a8f05c04a989787c923051d279c6995e6ace0ab886aa0708f863a30 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:82a1d1a667e8ac3b103ec180526403f3c99f6f43454df1170c4fdf6caafd0dc0 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:18a06cb7c6b9 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.prk8he23nrk36h5eapejcmvs3 EndpointID:2f23368d3a8f05c04a989787c923051d279c6995e6ace0ab886aa0708f863a30 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-11-16T00:53:20.930Z] daemon.go:461: [d1d8ce14498ea] Stopping daemon [2019-11-16T00:53:20.930Z] daemon.go:296: [d1d8ce14498ea] exiting daemon [2019-11-16T00:53:20.930Z] daemon.go:448: [d1d8ce14498ea] Daemon stopped [2019-11-16T00:53:20.930Z] PASS [2019-11-16T00:53:20.930Z] [2019-11-16T00:53:20.930Z] === Skipped [2019-11-16T00:53:20.930Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-11-16T00:53:20.930Z] service_test.go:230: FLAKY_TEST [2019-11-16T00:53:20.930Z] [2019-11-16T00:53:20.930Z] [2019-11-16T00:53:20.930Z] DONE 21 tests, 1 skipped in 42.819s [2019-11-16T00:53:20.930Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-11-16T00:53:20.930Z] ++ 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-11-16T00:53:20.930Z] ++ set -e [2019-11-16T00:53:20.930Z] ++ '[' -n 0 ']' [2019-11-16T00:53:20.930Z] ++ set -x [2019-11-16T00:53:20.930Z] ++ 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-11-16T00:53:20.930Z] INFO: Testing against a local daemon [2019-11-16T00:53:20.930Z] === RUN TestDockerNetworkIpvlanPersistance [2019-11-16T00:53:20.930Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-11-16T00:53:20.930Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:53:20.930Z] === RUN TestDockerNetworkIpvlan [2019-11-16T00:53:20.930Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-11-16T00:53:20.930Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:53:20.930Z] PASS [2019-11-16T00:53:20.930Z] [2019-11-16T00:53:20.930Z] === Skipped [2019-11-16T00:53:20.930Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-11-16T00:53:20.930Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:53:20.930Z] [2019-11-16T00:53:20.930Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-11-16T00:53:20.930Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-11-16T00:53:20.930Z] [2019-11-16T00:53:20.930Z] [2019-11-16T00:53:20.930Z] DONE 2 tests, 2 skipped in 0.116s [2019-11-16T00:53:20.930Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-11-16T00:53:20.930Z] ++ 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-11-16T00:53:20.930Z] ++ set -e [2019-11-16T00:53:20.930Z] ++ '[' -n 0 ']' [2019-11-16T00:53:20.930Z] ++ set -x [2019-11-16T00:53:20.930Z] ++ 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-11-16T00:53:20.930Z] INFO: Testing against a local daemon [2019-11-16T00:53:20.930Z] === RUN TestDockerNetworkMacvlanPersistance [2019-11-16T00:53:22.438Z] === RUN TestDockerSuite/TestBuildEnv [2019-11-16T00:53:22.438Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-11-16T00:53:22.625Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2019-11-16T00:53:22.625Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-11-16T00:53:22.625Z] daemon.go:325: [dd94cb3c3df24] waiting for daemon to start [2019-11-16T00:53:22.625Z] daemon.go:325: [dd94cb3c3df24] waiting for daemon to start [2019-11-16T00:53:22.625Z] daemon.go:353: [dd94cb3c3df24] daemon started [2019-11-16T00:53:22.625Z] daemon.go:461: [dd94cb3c3df24] Stopping daemon [2019-11-16T00:53:22.625Z] daemon.go:296: [dd94cb3c3df24] exiting daemon [2019-11-16T00:53:22.625Z] daemon.go:448: [dd94cb3c3df24] Daemon stopped [2019-11-16T00:53:22.625Z] daemon.go:325: [dd94cb3c3df24] waiting for daemon to start [2019-11-16T00:53:22.625Z] daemon.go:325: [dd94cb3c3df24] waiting for daemon to start [2019-11-16T00:53:22.625Z] daemon.go:353: [dd94cb3c3df24] daemon started [2019-11-16T00:53:22.625Z] daemon.go:461: [dd94cb3c3df24] Stopping daemon [2019-11-16T00:53:22.625Z] daemon.go:296: [dd94cb3c3df24] exiting daemon [2019-11-16T00:53:22.625Z] daemon.go:448: [dd94cb3c3df24] Daemon stopped [2019-11-16T00:53:22.625Z] === RUN TestDockerNetworkMacvlan [2019-11-16T00:53:22.902Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-11-16T00:53:22.902Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-11-16T00:53:22.902Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-11-16T00:53:22.902Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-11-16T00:53:23.354Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-11-16T00:53:24.086Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-11-16T00:53:25.267Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-11-16T00:53:25.830Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-11-16T00:53:25.830Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-11-16T00:53:25.830Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-11-16T00:53:25.830Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-11-16T00:53:26.806Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-11-16T00:53:27.580Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-11-16T00:53:30.337Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-11-16T00:53:31.427Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-11-16T00:53:31.532Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-11-16T00:53:34.511Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-11-16T00:53:34.511Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-11-16T00:53:34.511Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-11-16T00:53:34.511Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-11-16T00:53:35.885Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-11-16T00:53:35.885Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-11-16T00:53:37.257Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-11-16T00:53:37.257Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-11-16T00:53:37.257Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-11-16T00:53:37.514Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-11-16T00:53:37.772Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-11-16T00:53:38.337Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-11-16T00:53:38.594Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-11-16T00:53:38.852Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-11-16T00:53:39.783Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-11-16T00:53:39.783Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-11-16T00:53:41.156Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-11-16T00:53:42.087Z] === RUN TestDockerSuite/TestImagesFormat [2019-11-16T00:53:42.087Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-11-16T00:53:43.017Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-11-16T00:53:46.290Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-11-16T00:53:46.290Z] === RUN TestDockerSuite/TestImportBadURL [2019-11-16T00:53:46.290Z] === RUN TestDockerSuite/TestImportDisplay [2019-11-16T00:53:48.186Z] === RUN TestDockerSuite/TestImportFile [2019-11-16T00:53:49.275Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-11-16T00:53:49.275Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-11-16T00:53:49.275Z] === RUN TestDockerSuite/TestBuildExpose [2019-11-16T00:53:49.275Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-11-16T00:53:49.275Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-11-16T00:53:49.275Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-11-16T00:53:49.275Z] === RUN TestDockerSuite/TestBuildFails [2019-11-16T00:53:49.558Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-11-16T00:53:49.558Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-11-16T00:53:50.697Z] --- PASS: TestDockerNetworkMacvlan (25.38s) [2019-11-16T00:53:50.697Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:53:50.697Z] daemon.go:325: [d7db175759150] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:325: [d7db175759150] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:353: [d7db175759150] daemon started [2019-11-16T00:53:50.697Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2019-11-16T00:53:50.697Z] daemon.go:461: [d7db175759150] Stopping daemon [2019-11-16T00:53:50.697Z] daemon.go:296: [d7db175759150] exiting daemon [2019-11-16T00:53:50.697Z] daemon.go:448: [d7db175759150] Daemon stopped [2019-11-16T00:53:50.697Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:53:50.697Z] daemon.go:325: [d5254f379e993] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:325: [d5254f379e993] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:353: [d5254f379e993] daemon started [2019-11-16T00:53:50.697Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2019-11-16T00:53:50.697Z] daemon.go:461: [d5254f379e993] Stopping daemon [2019-11-16T00:53:50.697Z] daemon.go:296: [d5254f379e993] exiting daemon [2019-11-16T00:53:50.697Z] daemon.go:448: [d5254f379e993] Daemon stopped [2019-11-16T00:53:50.697Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:53:50.697Z] daemon.go:325: [db01c0ef3fa9a] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:325: [db01c0ef3fa9a] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:353: [db01c0ef3fa9a] daemon started [2019-11-16T00:53:50.697Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.22s) [2019-11-16T00:53:50.697Z] daemon.go:461: [db01c0ef3fa9a] Stopping daemon [2019-11-16T00:53:50.697Z] daemon.go:296: [db01c0ef3fa9a] exiting daemon [2019-11-16T00:53:50.697Z] daemon.go:448: [db01c0ef3fa9a] Daemon stopped [2019-11-16T00:53:50.697Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:53:50.697Z] daemon.go:325: [d92b753b17896] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:325: [d92b753b17896] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:353: [d92b753b17896] daemon started [2019-11-16T00:53:50.697Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.18s) [2019-11-16T00:53:50.697Z] daemon.go:461: [d92b753b17896] Stopping daemon [2019-11-16T00:53:50.697Z] daemon.go:296: [d92b753b17896] exiting daemon [2019-11-16T00:53:50.697Z] daemon.go:448: [d92b753b17896] Daemon stopped [2019-11-16T00:53:50.697Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-11-16T00:53:50.697Z] daemon.go:325: [d9775126e578c] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:325: [d9775126e578c] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:353: [d9775126e578c] daemon started [2019-11-16T00:53:50.697Z] --- PASS: TestDockerNetworkMacvlan/Addressing (16.05s) [2019-11-16T00:53:50.697Z] daemon.go:461: [d9775126e578c] Stopping daemon [2019-11-16T00:53:50.697Z] daemon.go:296: [d9775126e578c] exiting daemon [2019-11-16T00:53:50.697Z] daemon.go:448: [d9775126e578c] Daemon stopped [2019-11-16T00:53:50.697Z] PASS [2019-11-16T00:53:50.697Z] [2019-11-16T00:53:50.697Z] DONE 7 tests in 26.957s [2019-11-16T00:53:50.697Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-11-16T00:53:50.697Z] ++ 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-11-16T00:53:50.697Z] ++ set -e [2019-11-16T00:53:50.697Z] ++ '[' -n 0 ']' [2019-11-16T00:53:50.697Z] ++ set -x [2019-11-16T00:53:50.697Z] ++ 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-11-16T00:53:50.697Z] testing: warning: no tests to run [2019-11-16T00:53:50.697Z] PASS [2019-11-16T00:53:50.697Z] [2019-11-16T00:53:50.697Z] DONE 0 tests in 0.032s [2019-11-16T00:53:50.697Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-11-16T00:53:50.697Z] ++ 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-11-16T00:53:50.697Z] ++ set -e [2019-11-16T00:53:50.697Z] ++ '[' -n 0 ']' [2019-11-16T00:53:50.697Z] ++ set -x [2019-11-16T00:53:50.697Z] ++ 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-11-16T00:53:50.697Z] INFO: Testing against a local daemon [2019-11-16T00:53:50.697Z] === RUN TestAuthZPluginAllowRequest [2019-11-16T00:53:50.697Z] --- PASS: TestAuthZPluginAllowRequest (1.67s) [2019-11-16T00:53:50.697Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-11-16T00:53:50.697Z] daemon.go:325: [d2b2987db7fda] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:325: [d2b2987db7fda] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:353: [d2b2987db7fda] daemon started [2019-11-16T00:53:50.697Z] daemon.go:461: [d2b2987db7fda] Stopping daemon [2019-11-16T00:53:50.697Z] daemon.go:296: [d2b2987db7fda] exiting daemon [2019-11-16T00:53:50.697Z] daemon.go:448: [d2b2987db7fda] Daemon stopped [2019-11-16T00:53:50.697Z] === RUN TestAuthZPluginTLS [2019-11-16T00:53:50.697Z] --- PASS: TestAuthZPluginTLS (0.59s) [2019-11-16T00:53:50.697Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-11-16T00:53:50.697Z] daemon.go:325: [d0f1a371cb4be] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:325: [d0f1a371cb4be] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:353: [d0f1a371cb4be] daemon started [2019-11-16T00:53:50.697Z] daemon.go:461: [d0f1a371cb4be] Stopping daemon [2019-11-16T00:53:50.697Z] daemon.go:296: [d0f1a371cb4be] exiting daemon [2019-11-16T00:53:50.697Z] daemon.go:448: [d0f1a371cb4be] Daemon stopped [2019-11-16T00:53:50.697Z] === RUN TestAuthZPluginDenyRequest [2019-11-16T00:53:50.697Z] --- PASS: TestAuthZPluginDenyRequest (0.59s) [2019-11-16T00:53:50.697Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-11-16T00:53:50.697Z] daemon.go:325: [d10cb879ac4fd] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:325: [d10cb879ac4fd] waiting for daemon to start [2019-11-16T00:53:50.697Z] daemon.go:353: [d10cb879ac4fd] daemon started [2019-11-16T00:53:50.697Z] daemon.go:461: [d10cb879ac4fd] Stopping daemon [2019-11-16T00:53:50.697Z] daemon.go:296: [d10cb879ac4fd] exiting daemon [2019-11-16T00:53:50.697Z] daemon.go:448: [d10cb879ac4fd] Daemon stopped [2019-11-16T00:53:50.697Z] === RUN TestAuthZPluginAPIDenyResponse [2019-11-16T00:53:50.824Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-11-16T00:53:50.824Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-11-16T00:53:51.449Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-11-16T00:53:51.449Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-11-16T00:53:51.449Z] daemon.go:325: [dd70f6d38f020] waiting for daemon to start [2019-11-16T00:53:51.449Z] daemon.go:325: [dd70f6d38f020] waiting for daemon to start [2019-11-16T00:53:51.449Z] daemon.go:353: [dd70f6d38f020] daemon started [2019-11-16T00:53:51.449Z] daemon.go:461: [dd70f6d38f020] Stopping daemon [2019-11-16T00:53:51.449Z] daemon.go:296: [dd70f6d38f020] exiting daemon [2019-11-16T00:53:51.449Z] daemon.go:448: [dd70f6d38f020] Daemon stopped [2019-11-16T00:53:51.449Z] === RUN TestAuthZPluginDenyResponse [2019-11-16T00:53:51.786Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-11-16T00:53:51.786Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-11-16T00:53:51.786Z] daemon.go:325: [d65f0ae7c45d7] waiting for daemon to start [2019-11-16T00:53:51.786Z] daemon.go:325: [d65f0ae7c45d7] waiting for daemon to start [2019-11-16T00:53:51.786Z] daemon.go:353: [d65f0ae7c45d7] daemon started [2019-11-16T00:53:51.786Z] daemon.go:461: [d65f0ae7c45d7] Stopping daemon [2019-11-16T00:53:51.786Z] daemon.go:296: [d65f0ae7c45d7] exiting daemon [2019-11-16T00:53:51.786Z] daemon.go:448: [d65f0ae7c45d7] Daemon stopped [2019-11-16T00:53:51.786Z] === RUN TestAuthZPluginAllowEventStream [2019-11-16T00:53:52.078Z] === RUN TestDockerSuite/TestImportGzipped [2019-11-16T00:53:53.479Z] --- PASS: TestAuthZPluginAllowEventStream (1.65s) [2019-11-16T00:53:53.479Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-11-16T00:53:53.479Z] daemon.go:325: [da37fd26e7a57] waiting for daemon to start [2019-11-16T00:53:53.479Z] daemon.go:325: [da37fd26e7a57] waiting for daemon to start [2019-11-16T00:53:53.479Z] daemon.go:353: [da37fd26e7a57] daemon started [2019-11-16T00:53:53.479Z] daemon.go:461: [da37fd26e7a57] Stopping daemon [2019-11-16T00:53:53.479Z] daemon.go:296: [da37fd26e7a57] exiting daemon [2019-11-16T00:53:53.479Z] daemon.go:448: [da37fd26e7a57] Daemon stopped [2019-11-16T00:53:53.479Z] === RUN TestAuthZPluginErrorResponse [2019-11-16T00:53:53.973Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-11-16T00:53:54.205Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-11-16T00:53:54.205Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-11-16T00:53:54.205Z] daemon.go:325: [d2f1b7fa12d45] waiting for daemon to start [2019-11-16T00:53:54.205Z] daemon.go:325: [d2f1b7fa12d45] waiting for daemon to start [2019-11-16T00:53:54.205Z] daemon.go:353: [d2f1b7fa12d45] daemon started [2019-11-16T00:53:54.205Z] daemon.go:461: [d2f1b7fa12d45] Stopping daemon [2019-11-16T00:53:54.205Z] daemon.go:296: [d2f1b7fa12d45] exiting daemon [2019-11-16T00:53:54.205Z] daemon.go:448: [d2f1b7fa12d45] Daemon stopped [2019-11-16T00:53:54.205Z] === RUN TestAuthZPluginErrorRequest [2019-11-16T00:53:54.933Z] --- PASS: TestAuthZPluginErrorRequest (0.58s) [2019-11-16T00:53:54.933Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-11-16T00:53:54.933Z] daemon.go:325: [d34c9ff3c9d5b] waiting for daemon to start [2019-11-16T00:53:54.933Z] daemon.go:325: [d34c9ff3c9d5b] waiting for daemon to start [2019-11-16T00:53:54.933Z] daemon.go:353: [d34c9ff3c9d5b] daemon started [2019-11-16T00:53:54.933Z] daemon.go:461: [d34c9ff3c9d5b] Stopping daemon [2019-11-16T00:53:54.933Z] daemon.go:296: [d34c9ff3c9d5b] exiting daemon [2019-11-16T00:53:54.933Z] daemon.go:448: [d34c9ff3c9d5b] Daemon stopped [2019-11-16T00:53:54.933Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-11-16T00:53:55.276Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-11-16T00:53:55.276Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-11-16T00:53:55.276Z] daemon.go:325: [d63af0fb65643] waiting for daemon to start [2019-11-16T00:53:55.276Z] daemon.go:325: [d63af0fb65643] waiting for daemon to start [2019-11-16T00:53:55.276Z] daemon.go:353: [d63af0fb65643] daemon started [2019-11-16T00:53:55.276Z] daemon.go:461: [d63af0fb65643] Stopping daemon [2019-11-16T00:53:55.276Z] daemon.go:296: [d63af0fb65643] exiting daemon [2019-11-16T00:53:55.276Z] daemon.go:448: [d63af0fb65643] Daemon stopped [2019-11-16T00:53:55.276Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-11-16T00:53:55.548Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-11-16T00:53:55.869Z] === RUN TestDockerSuite/TestInfoDebug [2019-11-16T00:53:56.432Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-11-16T00:53:56.995Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-11-16T00:53:57.569Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-11-16T00:53:57.639Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.22s) [2019-11-16T00:53:57.639Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-11-16T00:53:57.639Z] daemon.go:325: [de9a14787de08] waiting for daemon to start [2019-11-16T00:53:57.639Z] daemon.go:325: [de9a14787de08] waiting for daemon to start [2019-11-16T00:53:57.639Z] daemon.go:353: [de9a14787de08] daemon started [2019-11-16T00:53:57.639Z] daemon.go:461: [de9a14787de08] Stopping daemon [2019-11-16T00:53:57.639Z] daemon.go:296: [de9a14787de08] exiting daemon [2019-11-16T00:53:57.639Z] daemon.go:448: [de9a14787de08] Daemon stopped [2019-11-16T00:53:57.639Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-11-16T00:53:58.132Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-11-16T00:53:58.696Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-11-16T00:53:59.627Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-11-16T00:53:59.946Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.15s) [2019-11-16T00:53:59.946Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-11-16T00:53:59.946Z] daemon.go:325: [d6e2c7f69ecf9] waiting for daemon to start [2019-11-16T00:53:59.946Z] daemon.go:325: [d6e2c7f69ecf9] waiting for daemon to start [2019-11-16T00:53:59.946Z] daemon.go:353: [d6e2c7f69ecf9] daemon started [2019-11-16T00:53:59.946Z] daemon.go:461: [d6e2c7f69ecf9] Stopping daemon [2019-11-16T00:53:59.946Z] daemon.go:296: [d6e2c7f69ecf9] exiting daemon [2019-11-16T00:53:59.946Z] daemon.go:448: [d6e2c7f69ecf9] Daemon stopped [2019-11-16T00:53:59.946Z] === RUN TestAuthZPluginHeader [2019-11-16T00:54:00.560Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-11-16T00:54:00.672Z] --- PASS: TestAuthZPluginHeader (0.94s) [2019-11-16T00:54:00.673Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-11-16T00:54:00.673Z] daemon.go:325: [d921c53c72648] waiting for daemon to start [2019-11-16T00:54:00.673Z] daemon.go:325: [d921c53c72648] waiting for daemon to start [2019-11-16T00:54:00.673Z] daemon.go:353: [d921c53c72648] daemon started [2019-11-16T00:54:00.673Z] daemon.go:461: [d921c53c72648] Stopping daemon [2019-11-16T00:54:00.673Z] daemon.go:296: [d921c53c72648] exiting daemon [2019-11-16T00:54:00.673Z] daemon.go:448: [d921c53c72648] Daemon stopped [2019-11-16T00:54:00.673Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-11-16T00:54:00.673Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-11-16T00:54:00.673Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:54:00.673Z] === RUN TestAuthZPluginV2Disable [2019-11-16T00:54:00.673Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-11-16T00:54:00.673Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:54:00.673Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-11-16T00:54:00.673Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-11-16T00:54:00.673Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:54:00.673Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-11-16T00:54:00.673Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-11-16T00:54:00.673Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:54:00.673Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-11-16T00:54:01.371Z] === RUN TestDockerSuite/TestBuildForceRm [2019-11-16T00:54:01.492Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-11-16T00:54:01.492Z] === RUN TestDockerSuite/TestInfoFormat [2019-11-16T00:54:01.492Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-11-16T00:54:01.492Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-11-16T00:54:02.424Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-11-16T00:54:04.321Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-11-16T00:54:04.886Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-11-16T00:54:05.819Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-11-16T00:54:07.191Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-11-16T00:54:07.756Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-11-16T00:54:08.689Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-11-16T00:54:08.689Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-11-16T00:54:10.585Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-11-16T00:54:11.149Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-11-16T00:54:11.738Z] === RUN TestDockerSuite/TestBuildFromGit [2019-11-16T00:54:12.081Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-11-16T00:54:12.081Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-11-16T00:54:13.013Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-11-16T00:54:13.013Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-11-16T00:54:14.382Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-11-16T00:54:15.314Z] === RUN TestDockerSuite/TestInspectDefault [2019-11-16T00:54:16.246Z] === RUN TestDockerSuite/TestInspectHistory [2019-11-16T00:54:17.176Z] === RUN TestDockerSuite/TestInspectImage [2019-11-16T00:54:17.176Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-11-16T00:54:17.176Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-11-16T00:54:17.176Z] === RUN TestDockerSuite/TestInspectInt64 [2019-11-16T00:54:17.567Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-11-16T00:54:18.107Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-11-16T00:54:18.544Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-11-16T00:54:19.037Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-11-16T00:54:19.037Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-11-16T00:54:19.968Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-11-16T00:54:20.005Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) [2019-11-16T00:54:20.005Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:353: [d13183eea1067] daemon started [2019-11-16T00:54:20.005Z] daemon.go:461: [d13183eea1067] Stopping daemon [2019-11-16T00:54:20.005Z] daemon.go:296: [d13183eea1067] exiting daemon [2019-11-16T00:54:20.005Z] daemon.go:448: [d13183eea1067] Daemon stopped [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:339: [d13183eea1067] error pinging daemon on start: Get http://d13183eea1067.sock/_ping: context deadline exceeded [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:339: [d13183eea1067] error pinging daemon on start: Get http://d13183eea1067.sock/_ping: context deadline exceeded [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:339: [d13183eea1067] error pinging daemon on start: Get http://d13183eea1067.sock/_ping: context deadline exceeded [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:339: [d13183eea1067] error pinging daemon on start: Get http://d13183eea1067.sock/_ping: context deadline exceeded [2019-11-16T00:54:20.005Z] daemon.go:296: [d13183eea1067] exiting daemon [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:325: [d13183eea1067] waiting for daemon to start [2019-11-16T00:54:20.005Z] daemon.go:353: [d13183eea1067] daemon started [2019-11-16T00:54:20.005Z] daemon.go:461: [d13183eea1067] Stopping daemon [2019-11-16T00:54:20.005Z] daemon.go:296: [d13183eea1067] exiting daemon [2019-11-16T00:54:20.005Z] daemon.go:448: [d13183eea1067] Daemon stopped [2019-11-16T00:54:20.005Z] PASS [2019-11-16T00:54:20.005Z] [2019-11-16T00:54:20.005Z] === Skipped [2019-11-16T00:54:20.005Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-11-16T00:54:20.005Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:54:20.005Z] [2019-11-16T00:54:20.005Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-11-16T00:54:20.005Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:54:20.005Z] [2019-11-16T00:54:20.005Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-11-16T00:54:20.005Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:54:20.005Z] [2019-11-16T00:54:20.005Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-11-16T00:54:20.005Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:54:20.005Z] [2019-11-16T00:54:20.005Z] [2019-11-16T00:54:20.005Z] DONE 17 tests, 4 skipped in 29.694s [2019-11-16T00:54:20.005Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-11-16T00:54:20.005Z] ++ 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-11-16T00:54:20.005Z] ++ set -e [2019-11-16T00:54:20.005Z] ++ '[' -n 0 ']' [2019-11-16T00:54:20.005Z] ++ set -x [2019-11-16T00:54:20.005Z] ++ 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-11-16T00:54:20.005Z] INFO: Testing against a local daemon [2019-11-16T00:54:20.005Z] === RUN TestPluginInvalidJSON [2019-11-16T00:54:20.005Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:54:20.005Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:54:20.005Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-11-16T00:54:20.005Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-11-16T00:54:20.005Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-11-16T00:54:20.005Z] PASS [2019-11-16T00:54:20.005Z] [2019-11-16T00:54:20.005Z] DONE 2 tests in 0.140s [2019-11-16T00:54:20.005Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-11-16T00:54:20.005Z] ++ 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-11-16T00:54:20.005Z] ++ set -e [2019-11-16T00:54:20.005Z] ++ '[' -n 0 ']' [2019-11-16T00:54:20.005Z] ++ set -x [2019-11-16T00:54:20.005Z] ++ 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-11-16T00:54:20.005Z] INFO: Testing against a local daemon [2019-11-16T00:54:20.005Z] === RUN TestExternalGraphDriver [2019-11-16T00:54:20.005Z] === RUN TestExternalGraphDriver/json [2019-11-16T00:54:20.005Z] === RUN TestExternalGraphDriver/spec [2019-11-16T00:54:20.901Z] === RUN TestDockerSuite/TestInspectPlugin [2019-11-16T00:54:22.308Z] === RUN TestExternalGraphDriver/pull [2019-11-16T00:54:22.831Z] === RUN TestDockerSuite/TestInspectRootFS [2019-11-16T00:54:22.831Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-11-16T00:54:23.763Z] === RUN TestDockerSuite/TestInspectStatus [2019-11-16T00:54:24.374Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-11-16T00:54:24.374Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-11-16T00:54:24.374Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-11-16T00:54:24.667Z] --- PASS: TestExternalGraphDriver (6.87s) [2019-11-16T00:54:24.668Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-11-16T00:54:24.668Z] daemon.go:325: [d73d0c3122293] waiting for daemon to start [2019-11-16T00:54:24.668Z] daemon.go:325: [d73d0c3122293] waiting for daemon to start [2019-11-16T00:54:24.668Z] daemon.go:353: [d73d0c3122293] daemon started [2019-11-16T00:54:24.668Z] daemon.go:461: [d73d0c3122293] Stopping daemon [2019-11-16T00:54:24.668Z] daemon.go:296: [d73d0c3122293] exiting daemon [2019-11-16T00:54:24.668Z] daemon.go:448: [d73d0c3122293] Daemon stopped [2019-11-16T00:54:24.668Z] daemon.go:325: [d73d0c3122293] waiting for daemon to start [2019-11-16T00:54:24.668Z] daemon.go:325: [d73d0c3122293] waiting for daemon to start [2019-11-16T00:54:24.668Z] daemon.go:353: [d73d0c3122293] daemon started [2019-11-16T00:54:24.668Z] daemon.go:461: [d73d0c3122293] Stopping daemon [2019-11-16T00:54:24.668Z] daemon.go:296: [d73d0c3122293] exiting daemon [2019-11-16T00:54:24.668Z] daemon.go:448: [d73d0c3122293] Daemon stopped [2019-11-16T00:54:24.668Z] --- PASS: TestExternalGraphDriver/json (2.11s) [2019-11-16T00:54:24.668Z] daemon.go:325: [d73d0c3122293] waiting for daemon to start [2019-11-16T00:54:24.668Z] daemon.go:325: [d73d0c3122293] waiting for daemon to start [2019-11-16T00:54:24.668Z] daemon.go:353: [d73d0c3122293] daemon started [2019-11-16T00:54:24.668Z] daemon.go:461: [d73d0c3122293] Stopping daemon [2019-11-16T00:54:24.668Z] daemon.go:296: [d73d0c3122293] exiting daemon [2019-11-16T00:54:24.668Z] daemon.go:448: [d73d0c3122293] Daemon stopped [2019-11-16T00:54:24.668Z] daemon.go:325: [d73d0c3122293] waiting for daemon to start [2019-11-16T00:54:24.668Z] daemon.go:325: [d73d0c3122293] waiting for daemon to start [2019-11-16T00:54:24.668Z] daemon.go:353: [d73d0c3122293] daemon started [2019-11-16T00:54:24.668Z] daemon.go:461: [d73d0c3122293] Stopping daemon [2019-11-16T00:54:24.668Z] daemon.go:296: [d73d0c3122293] exiting daemon [2019-11-16T00:54:24.668Z] daemon.go:448: [d73d0c3122293] Daemon stopped [2019-11-16T00:54:24.668Z] --- PASS: TestExternalGraphDriver/spec (2.11s) [2019-11-16T00:54:24.668Z] daemon.go:325: [d73d0c3122293] waiting for daemon to start [2019-11-16T00:54:24.668Z] daemon.go:325: [d73d0c3122293] waiting for daemon to start [2019-11-16T00:54:24.668Z] daemon.go:353: [d73d0c3122293] daemon started [2019-11-16T00:54:24.668Z] daemon.go:461: [d73d0c3122293] Stopping daemon [2019-11-16T00:54:24.668Z] daemon.go:296: [d73d0c3122293] exiting daemon [2019-11-16T00:54:24.668Z] daemon.go:448: [d73d0c3122293] Daemon stopped [2019-11-16T00:54:24.668Z] --- PASS: TestExternalGraphDriver/pull (2.42s) [2019-11-16T00:54:24.668Z] === RUN TestGraphdriverPluginV2 [2019-11-16T00:54:24.668Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-11-16T00:54:24.668Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:54:24.668Z] PASS [2019-11-16T00:54:24.668Z] [2019-11-16T00:54:24.668Z] === Skipped [2019-11-16T00:54:24.668Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-11-16T00:54:24.668Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:54:24.668Z] [2019-11-16T00:54:24.668Z] [2019-11-16T00:54:24.668Z] DONE 5 tests, 1 skipped in 7.040s [2019-11-16T00:54:24.668Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-11-16T00:54:24.668Z] ++ 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-11-16T00:54:24.668Z] ++ set -e [2019-11-16T00:54:24.668Z] ++ '[' -n 0 ']' [2019-11-16T00:54:24.668Z] ++ set -x [2019-11-16T00:54:24.668Z] ++ 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-11-16T00:54:24.693Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-11-16T00:54:24.840Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-11-16T00:54:24.840Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-11-16T00:54:25.005Z] INFO: Testing against a local daemon [2019-11-16T00:54:25.005Z] === RUN TestContinueAfterPluginCrash [2019-11-16T00:54:25.005Z] === PAUSE TestContinueAfterPluginCrash [2019-11-16T00:54:25.005Z] === RUN TestDaemonStartWithLogOpt [2019-11-16T00:54:25.005Z] === PAUSE TestDaemonStartWithLogOpt [2019-11-16T00:54:25.005Z] === CONT TestContinueAfterPluginCrash [2019-11-16T00:54:25.005Z] === CONT TestDaemonStartWithLogOpt [2019-11-16T00:54:26.587Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-11-16T00:54:27.520Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-11-16T00:54:28.452Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-11-16T00:54:29.384Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-11-16T00:54:30.315Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-11-16T00:54:31.246Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-11-16T00:54:31.810Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-11-16T00:54:31.810Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-11-16T00:54:33.452Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-11-16T00:54:33.452Z] === RUN TestDockerSuite/TestBuildHistory [2019-11-16T00:54:34.335Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-11-16T00:54:36.230Z] === RUN TestDockerSuite/TestLinksEnvs [2019-11-16T00:54:38.125Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-11-16T00:54:38.382Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-11-16T00:54:39.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-11-16T00:54:40.684Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-11-16T00:54:43.821Z] === RUN TestDockerSuite/TestBuildIidFile [2019-11-16T00:54:43.996Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-11-16T00:54:44.353Z] --- PASS: TestDaemonStartWithLogOpt (16.54s) [2019-11-16T00:54:44.353Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-11-16T00:54:44.353Z] daemon.go:325: [d3e17a8af26d5] waiting for daemon to start [2019-11-16T00:54:44.353Z] daemon.go:325: [d3e17a8af26d5] waiting for daemon to start [2019-11-16T00:54:44.353Z] daemon.go:353: [d3e17a8af26d5] daemon started [2019-11-16T00:54:44.353Z] daemon.go:461: [d3e17a8af26d5] Stopping daemon [2019-11-16T00:54:44.353Z] daemon.go:296: [d3e17a8af26d5] exiting daemon [2019-11-16T00:54:44.353Z] daemon.go:448: [d3e17a8af26d5] Daemon stopped [2019-11-16T00:54:44.353Z] daemon.go:325: [d3e17a8af26d5] waiting for daemon to start [2019-11-16T00:54:44.353Z] daemon.go:325: [d3e17a8af26d5] waiting for daemon to start [2019-11-16T00:54:44.353Z] daemon.go:353: [d3e17a8af26d5] daemon started [2019-11-16T00:54:44.353Z] daemon.go:461: [d3e17a8af26d5] Stopping daemon [2019-11-16T00:54:44.353Z] daemon.go:296: [d3e17a8af26d5] exiting daemon [2019-11-16T00:54:44.353Z] daemon.go:448: [d3e17a8af26d5] Daemon stopped [2019-11-16T00:54:44.798Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-11-16T00:54:46.519Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-11-16T00:54:46.519Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-11-16T00:54:46.646Z] --- PASS: TestContinueAfterPluginCrash (21.34s) [2019-11-16T00:54:46.646Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-11-16T00:54:46.646Z] daemon.go:325: [dfe4a3ace6b4a] waiting for daemon to start [2019-11-16T00:54:46.646Z] daemon.go:325: [dfe4a3ace6b4a] waiting for daemon to start [2019-11-16T00:54:46.646Z] daemon.go:353: [dfe4a3ace6b4a] daemon started [2019-11-16T00:54:46.646Z] daemon.go:461: [dfe4a3ace6b4a] Stopping daemon [2019-11-16T00:54:46.646Z] daemon.go:296: [dfe4a3ace6b4a] exiting daemon [2019-11-16T00:54:46.646Z] daemon.go:448: [dfe4a3ace6b4a] Daemon stopped [2019-11-16T00:54:46.646Z] PASS [2019-11-16T00:54:46.646Z] [2019-11-16T00:54:46.646Z] DONE 2 tests in 21.443s [2019-11-16T00:54:46.646Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-11-16T00:54:46.646Z] ++ 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-11-16T00:54:46.646Z] ++ set -e [2019-11-16T00:54:46.646Z] ++ '[' -n 0 ']' [2019-11-16T00:54:46.646Z] ++ set -x [2019-11-16T00:54:46.646Z] ++ 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-11-16T00:54:46.646Z] INFO: Testing against a local daemon [2019-11-16T00:54:46.646Z] === RUN TestPluginWithDevMounts [2019-11-16T00:54:46.646Z] === PAUSE TestPluginWithDevMounts [2019-11-16T00:54:46.646Z] === CONT TestPluginWithDevMounts [2019-11-16T00:54:46.997Z] === RUN TestDockerSuite/TestBuildInheritance [2019-11-16T00:54:46.997Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-11-16T00:54:47.461Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-11-16T00:54:47.461Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-11-16T00:54:49.032Z] --- PASS: TestPluginWithDevMounts (2.33s) [2019-11-16T00:54:49.032Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-11-16T00:54:49.032Z] daemon.go:325: [d62f73d3410b5] waiting for daemon to start [2019-11-16T00:54:49.032Z] daemon.go:325: [d62f73d3410b5] waiting for daemon to start [2019-11-16T00:54:49.032Z] daemon.go:353: [d62f73d3410b5] daemon started [2019-11-16T00:54:49.032Z] daemon.go:461: [d62f73d3410b5] Stopping daemon [2019-11-16T00:54:49.032Z] daemon.go:296: [d62f73d3410b5] exiting daemon [2019-11-16T00:54:49.032Z] daemon.go:448: [d62f73d3410b5] Daemon stopped [2019-11-16T00:54:49.032Z] PASS [2019-11-16T00:54:49.032Z] [2019-11-16T00:54:49.032Z] DONE 1 tests in 2.432s [2019-11-16T00:54:49.032Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-11-16T00:54:49.032Z] ++ 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-11-16T00:54:49.032Z] ++ set -e [2019-11-16T00:54:49.032Z] ++ '[' -n 0 ']' [2019-11-16T00:54:49.032Z] ++ set -x [2019-11-16T00:54:49.032Z] ++ 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-11-16T00:54:49.032Z] INFO: Testing against a local daemon [2019-11-16T00:54:49.032Z] === RUN TestSecretInspect [2019-11-16T00:54:49.042Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-11-16T00:54:49.606Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-11-16T00:54:50.980Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-11-16T00:54:51.335Z] --- PASS: TestSecretInspect (2.24s) [2019-11-16T00:54:51.335Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-11-16T00:54:51.335Z] daemon.go:325: [d2b82fe0a30b0] waiting for daemon to start [2019-11-16T00:54:51.335Z] daemon.go:325: [d2b82fe0a30b0] waiting for daemon to start [2019-11-16T00:54:51.335Z] daemon.go:353: [d2b82fe0a30b0] daemon started [2019-11-16T00:54:51.335Z] daemon.go:461: [d2b82fe0a30b0] Stopping daemon [2019-11-16T00:54:51.335Z] daemon.go:296: [d2b82fe0a30b0] exiting daemon [2019-11-16T00:54:51.335Z] daemon.go:448: [d2b82fe0a30b0] Daemon stopped [2019-11-16T00:54:51.335Z] === RUN TestSecretList [2019-11-16T00:54:52.184Z] === RUN TestDockerSuite/TestBuildLabel [2019-11-16T00:54:52.647Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-11-16T00:54:53.111Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-11-16T00:54:53.637Z] --- PASS: TestSecretList (2.28s) [2019-11-16T00:54:53.637Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-11-16T00:54:53.637Z] daemon.go:325: [d99d76f39fade] waiting for daemon to start [2019-11-16T00:54:53.637Z] daemon.go:325: [d99d76f39fade] waiting for daemon to start [2019-11-16T00:54:53.637Z] daemon.go:353: [d99d76f39fade] daemon started [2019-11-16T00:54:53.637Z] daemon.go:461: [d99d76f39fade] Stopping daemon [2019-11-16T00:54:53.637Z] daemon.go:296: [d99d76f39fade] exiting daemon [2019-11-16T00:54:53.637Z] daemon.go:448: [d99d76f39fade] Daemon stopped [2019-11-16T00:54:53.637Z] === RUN TestSecretsCreateAndDelete [2019-11-16T00:54:54.087Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-11-16T00:54:54.550Z] === RUN TestDockerSuite/TestBuildLabels [2019-11-16T00:54:55.528Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-11-16T00:54:55.934Z] --- PASS: TestSecretsCreateAndDelete (2.26s) [2019-11-16T00:54:55.934Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-11-16T00:54:55.934Z] daemon.go:325: [d11e9e489bc45] waiting for daemon to start [2019-11-16T00:54:55.934Z] daemon.go:325: [d11e9e489bc45] waiting for daemon to start [2019-11-16T00:54:55.934Z] daemon.go:353: [d11e9e489bc45] daemon started [2019-11-16T00:54:55.934Z] daemon.go:461: [d11e9e489bc45] Stopping daemon [2019-11-16T00:54:55.934Z] daemon.go:296: [d11e9e489bc45] exiting daemon [2019-11-16T00:54:55.934Z] daemon.go:448: [d11e9e489bc45] Daemon stopped [2019-11-16T00:54:55.934Z] === RUN TestSecretsUpdate [2019-11-16T00:54:57.079Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-11-16T00:54:58.241Z] --- PASS: TestSecretsUpdate (2.36s) [2019-11-16T00:54:58.241Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-11-16T00:54:58.241Z] daemon.go:325: [d500cf0cfd2cb] waiting for daemon to start [2019-11-16T00:54:58.241Z] daemon.go:325: [d500cf0cfd2cb] waiting for daemon to start [2019-11-16T00:54:58.241Z] daemon.go:353: [d500cf0cfd2cb] daemon started [2019-11-16T00:54:58.241Z] daemon.go:461: [d500cf0cfd2cb] Stopping daemon [2019-11-16T00:54:58.241Z] daemon.go:296: [d500cf0cfd2cb] exiting daemon [2019-11-16T00:54:58.241Z] daemon.go:448: [d500cf0cfd2cb] Daemon stopped [2019-11-16T00:54:58.241Z] === RUN TestTemplatedSecret [2019-11-16T00:55:01.285Z] --- PASS: TestTemplatedSecret (2.95s) [2019-11-16T00:55:01.285Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-11-16T00:55:01.285Z] daemon.go:325: [d245fcd3a95f9] waiting for daemon to start [2019-11-16T00:55:01.285Z] daemon.go:325: [d245fcd3a95f9] waiting for daemon to start [2019-11-16T00:55:01.285Z] daemon.go:353: [d245fcd3a95f9] daemon started [2019-11-16T00:55:01.285Z] daemon.go:461: [d245fcd3a95f9] Stopping daemon [2019-11-16T00:55:01.285Z] daemon.go:296: [d245fcd3a95f9] exiting daemon [2019-11-16T00:55:01.285Z] daemon.go:448: [d245fcd3a95f9] Daemon stopped [2019-11-16T00:55:01.285Z] === RUN TestSecretCreateResolve [2019-11-16T00:55:01.802Z] === RUN TestDockerSuite/TestBuildLastModified [2019-11-16T00:55:01.802Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-11-16T00:55:01.802Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-11-16T00:55:01.802Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-11-16T00:55:01.802Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-11-16T00:55:02.266Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-11-16T00:55:02.266Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-11-16T00:55:02.729Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-11-16T00:55:03.193Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-11-16T00:55:03.586Z] --- PASS: TestSecretCreateResolve (2.27s) [2019-11-16T00:55:03.586Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-11-16T00:55:03.586Z] daemon.go:325: [df20f949bfeef] waiting for daemon to start [2019-11-16T00:55:03.586Z] daemon.go:325: [df20f949bfeef] waiting for daemon to start [2019-11-16T00:55:03.586Z] daemon.go:353: [df20f949bfeef] daemon started [2019-11-16T00:55:03.586Z] daemon.go:461: [df20f949bfeef] Stopping daemon [2019-11-16T00:55:03.586Z] daemon.go:296: [df20f949bfeef] exiting daemon [2019-11-16T00:55:03.586Z] daemon.go:448: [df20f949bfeef] Daemon stopped [2019-11-16T00:55:03.586Z] PASS [2019-11-16T00:55:03.586Z] [2019-11-16T00:55:03.586Z] DONE 6 tests in 14.470s [2019-11-16T00:55:03.586Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-11-16T00:55:03.586Z] ++ 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-11-16T00:55:03.586Z] ++ set -e [2019-11-16T00:55:03.586Z] ++ '[' -n 0 ']' [2019-11-16T00:55:03.586Z] ++ set -x [2019-11-16T00:55:03.586Z] ++ 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-11-16T00:55:03.586Z] INFO: Testing against a local daemon [2019-11-16T00:55:03.586Z] === RUN TestServiceCreateInit [2019-11-16T00:55:03.586Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-11-16T00:55:05.841Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-11-16T00:55:07.737Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-11-16T00:55:07.916Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-11-16T00:55:08.301Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-11-16T00:55:08.422Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-11-16T00:55:10.826Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-11-16T00:55:11.758Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-11-16T00:55:12.275Z] --- PASS: TestServiceCreateInit (8.79s) [2019-11-16T00:55:12.275Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.42s) [2019-11-16T00:55:12.275Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-11-16T00:55:12.275Z] daemon.go:325: [d469865a36457] waiting for daemon to start [2019-11-16T00:55:12.275Z] daemon.go:325: [d469865a36457] waiting for daemon to start [2019-11-16T00:55:12.275Z] daemon.go:353: [d469865a36457] daemon started [2019-11-16T00:55:12.275Z] daemon.go:461: [d469865a36457] Stopping daemon [2019-11-16T00:55:12.275Z] daemon.go:296: [d469865a36457] exiting daemon [2019-11-16T00:55:12.275Z] daemon.go:448: [d469865a36457] Daemon stopped [2019-11-16T00:55:12.275Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.32s) [2019-11-16T00:55:12.275Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-11-16T00:55:12.275Z] daemon.go:325: [d27cedbf1b4fa] waiting for daemon to start [2019-11-16T00:55:12.275Z] daemon.go:325: [d27cedbf1b4fa] waiting for daemon to start [2019-11-16T00:55:12.275Z] daemon.go:353: [d27cedbf1b4fa] daemon started [2019-11-16T00:55:12.275Z] daemon.go:461: [d27cedbf1b4fa] Stopping daemon [2019-11-16T00:55:12.275Z] daemon.go:296: [d27cedbf1b4fa] exiting daemon [2019-11-16T00:55:12.275Z] daemon.go:448: [d27cedbf1b4fa] Daemon stopped [2019-11-16T00:55:12.275Z] === RUN TestCreateServiceMultipleTimes [2019-11-16T00:55:13.656Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-11-16T00:55:15.027Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-11-16T00:55:15.027Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-11-16T00:55:15.284Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-11-16T00:55:15.284Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-11-16T00:55:15.284Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-11-16T00:55:16.216Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-11-16T00:55:16.473Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-11-16T00:55:17.037Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-11-16T00:55:20.313Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-11-16T00:55:20.877Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-11-16T00:55:21.808Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-11-16T00:55:23.180Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-11-16T00:55:26.458Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-11-16T00:55:26.458Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-11-16T00:55:27.830Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-11-16T00:55:27.830Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-11-16T00:55:29.213Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-11-16T00:55:29.778Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-11-16T00:55:30.343Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-11-16T00:55:31.569Z] --- PASS: TestCreateServiceMultipleTimes (17.64s) [2019-11-16T00:55:31.569Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-11-16T00:55:31.569Z] daemon.go:325: [dd5fc4cf20ccc] waiting for daemon to start [2019-11-16T00:55:31.569Z] daemon.go:325: [dd5fc4cf20ccc] waiting for daemon to start [2019-11-16T00:55:31.569Z] daemon.go:353: [dd5fc4cf20ccc] daemon started [2019-11-16T00:55:31.569Z] daemon.go:461: [dd5fc4cf20ccc] Stopping daemon [2019-11-16T00:55:31.569Z] daemon.go:296: [dd5fc4cf20ccc] exiting daemon [2019-11-16T00:55:31.569Z] daemon.go:448: [dd5fc4cf20ccc] Daemon stopped [2019-11-16T00:55:31.569Z] === RUN TestCreateServiceConflict [2019-11-16T00:55:31.714Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-11-16T00:55:32.294Z] --- PASS: TestCreateServiceConflict (2.31s) [2019-11-16T00:55:32.294Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-11-16T00:55:32.294Z] daemon.go:325: [d343c29fdd4c6] waiting for daemon to start [2019-11-16T00:55:32.294Z] daemon.go:325: [d343c29fdd4c6] waiting for daemon to start [2019-11-16T00:55:32.294Z] daemon.go:353: [d343c29fdd4c6] daemon started [2019-11-16T00:55:32.294Z] daemon.go:461: [d343c29fdd4c6] Stopping daemon [2019-11-16T00:55:32.294Z] daemon.go:296: [d343c29fdd4c6] exiting daemon [2019-11-16T00:55:32.294Z] daemon.go:448: [d343c29fdd4c6] Daemon stopped [2019-11-16T00:55:32.294Z] === RUN TestCreateServiceMaxReplicas [2019-11-16T00:55:33.086Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-11-16T00:55:33.126Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-11-16T00:55:33.126Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-11-16T00:55:34.102Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-11-16T00:55:34.455Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-11-16T00:55:35.825Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-11-16T00:55:36.138Z] --- PASS: TestCreateServiceMaxReplicas (3.75s) [2019-11-16T00:55:36.138Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-11-16T00:55:36.138Z] daemon.go:325: [d84a4724f4d5e] waiting for daemon to start [2019-11-16T00:55:36.138Z] daemon.go:325: [d84a4724f4d5e] waiting for daemon to start [2019-11-16T00:55:36.138Z] daemon.go:353: [d84a4724f4d5e] daemon started [2019-11-16T00:55:36.138Z] daemon.go:461: [d84a4724f4d5e] Stopping daemon [2019-11-16T00:55:36.138Z] daemon.go:296: [d84a4724f4d5e] exiting daemon [2019-11-16T00:55:36.138Z] daemon.go:448: [d84a4724f4d5e] Daemon stopped [2019-11-16T00:55:36.138Z] === RUN TestCreateWithDuplicateNetworkNames [2019-11-16T00:55:37.197Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-11-16T00:55:37.761Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-11-16T00:55:39.132Z] === RUN TestDockerSuite/TestLogsSince [2019-11-16T00:55:42.408Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-11-16T00:55:45.685Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-11-16T00:55:52.157Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.43s) [2019-11-16T00:55:52.157Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-11-16T00:55:52.157Z] daemon.go:325: [d62c3a020a817] waiting for daemon to start [2019-11-16T00:55:52.157Z] daemon.go:325: [d62c3a020a817] waiting for daemon to start [2019-11-16T00:55:52.157Z] daemon.go:353: [d62c3a020a817] daemon started [2019-11-16T00:55:52.157Z] daemon.go:461: [d62c3a020a817] Stopping daemon [2019-11-16T00:55:52.157Z] daemon.go:296: [d62c3a020a817] exiting daemon [2019-11-16T00:55:52.157Z] daemon.go:448: [d62c3a020a817] Daemon stopped [2019-11-16T00:55:52.157Z] === RUN TestCreateServiceSecretFileMode [2019-11-16T00:55:52.231Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-11-16T00:55:52.488Z] === RUN TestDockerSuite/TestLogsTail [2019-11-16T00:55:52.883Z] --- PASS: TestCreateServiceSecretFileMode (2.59s) [2019-11-16T00:55:52.883Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-11-16T00:55:52.883Z] daemon.go:325: [d67db554afde1] waiting for daemon to start [2019-11-16T00:55:52.883Z] daemon.go:325: [d67db554afde1] waiting for daemon to start [2019-11-16T00:55:52.883Z] daemon.go:353: [d67db554afde1] daemon started [2019-11-16T00:55:52.883Z] daemon.go:461: [d67db554afde1] Stopping daemon [2019-11-16T00:55:52.883Z] daemon.go:296: [d67db554afde1] exiting daemon [2019-11-16T00:55:52.883Z] daemon.go:448: [d67db554afde1] Daemon stopped [2019-11-16T00:55:52.883Z] === RUN TestCreateServiceConfigFileMode [2019-11-16T00:55:53.419Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-11-16T00:55:54.077Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-11-16T00:55:55.009Z] === RUN TestDockerSuite/TestMountIntoProc [2019-11-16T00:55:55.573Z] === RUN TestDockerSuite/TestMountIntoSys [2019-11-16T00:55:56.065Z] --- PASS: TestCreateServiceConfigFileMode (2.69s) [2019-11-16T00:55:56.065Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-11-16T00:55:56.065Z] daemon.go:325: [de0f21754531c] waiting for daemon to start [2019-11-16T00:55:56.065Z] daemon.go:325: [de0f21754531c] waiting for daemon to start [2019-11-16T00:55:56.065Z] daemon.go:353: [de0f21754531c] daemon started [2019-11-16T00:55:56.065Z] daemon.go:461: [de0f21754531c] Stopping daemon [2019-11-16T00:55:56.065Z] daemon.go:296: [de0f21754531c] exiting daemon [2019-11-16T00:55:56.065Z] daemon.go:448: [de0f21754531c] Daemon stopped [2019-11-16T00:55:56.065Z] === RUN TestCreateServiceSysctls [2019-11-16T00:55:56.137Z] === RUN TestDockerSuite/TestNetHostname [2019-11-16T00:55:58.673Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-11-16T00:55:59.079Z] --- PASS: TestCreateServiceSysctls (3.62s) [2019-11-16T00:55:59.079Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-11-16T00:55:59.079Z] daemon.go:325: [d8a77ff591adb] waiting for daemon to start [2019-11-16T00:55:59.079Z] daemon.go:325: [d8a77ff591adb] waiting for daemon to start [2019-11-16T00:55:59.079Z] daemon.go:353: [d8a77ff591adb] daemon started [2019-11-16T00:55:59.079Z] daemon.go:461: [d8a77ff591adb] Stopping daemon [2019-11-16T00:55:59.079Z] daemon.go:296: [d8a77ff591adb] exiting daemon [2019-11-16T00:55:59.079Z] daemon.go:448: [d8a77ff591adb] Daemon stopped [2019-11-16T00:55:59.079Z] === RUN TestInspect [2019-11-16T00:55:59.237Z] === RUN TestDockerSuite/TestNetworkEvents [2019-11-16T00:56:00.606Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-11-16T00:56:02.100Z] --- PASS: TestInspect (2.90s) [2019-11-16T00:56:02.100Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-11-16T00:56:02.100Z] daemon.go:325: [deca13f3c4cce] waiting for daemon to start [2019-11-16T00:56:02.100Z] daemon.go:325: [deca13f3c4cce] waiting for daemon to start [2019-11-16T00:56:02.100Z] daemon.go:353: [deca13f3c4cce] daemon started [2019-11-16T00:56:02.100Z] daemon.go:461: [deca13f3c4cce] Stopping daemon [2019-11-16T00:56:02.100Z] daemon.go:296: [deca13f3c4cce] exiting daemon [2019-11-16T00:56:02.100Z] daemon.go:448: [deca13f3c4cce] Daemon stopped [2019-11-16T00:56:02.100Z] === RUN TestDockerNetworkConnectAlias [2019-11-16T00:56:03.129Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-11-16T00:56:03.693Z] === RUN TestDockerSuite/TestPluginActive [2019-11-16T00:56:04.136Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-11-16T00:56:05.588Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-11-16T00:56:06.937Z] --- PASS: TestDockerNetworkConnectAlias (4.72s) [2019-11-16T00:56:06.938Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-11-16T00:56:06.938Z] daemon.go:325: [d8834aafae2ec] waiting for daemon to start [2019-11-16T00:56:06.938Z] daemon.go:325: [d8834aafae2ec] waiting for daemon to start [2019-11-16T00:56:06.938Z] daemon.go:353: [d8834aafae2ec] daemon started [2019-11-16T00:56:06.938Z] daemon.go:461: [d8834aafae2ec] Stopping daemon [2019-11-16T00:56:06.938Z] daemon.go:296: [d8834aafae2ec] exiting daemon [2019-11-16T00:56:06.938Z] daemon.go:448: [d8834aafae2ec] Daemon stopped [2019-11-16T00:56:06.938Z] === RUN TestDockerNetworkReConnect [2019-11-16T00:56:09.765Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-11-16T00:56:10.818Z] --- PASS: TestDockerNetworkReConnect (3.71s) [2019-11-16T00:56:10.818Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-11-16T00:56:10.818Z] daemon.go:325: [de35feacf5b07] waiting for daemon to start [2019-11-16T00:56:10.818Z] daemon.go:325: [de35feacf5b07] waiting for daemon to start [2019-11-16T00:56:10.818Z] daemon.go:353: [de35feacf5b07] daemon started [2019-11-16T00:56:10.818Z] daemon.go:461: [de35feacf5b07] Stopping daemon [2019-11-16T00:56:10.818Z] daemon.go:296: [de35feacf5b07] exiting daemon [2019-11-16T00:56:10.818Z] daemon.go:448: [de35feacf5b07] Daemon stopped [2019-11-16T00:56:10.818Z] === RUN TestServicePlugin [2019-11-16T00:56:10.818Z] --- SKIP: TestServicePlugin (0.00s) [2019-11-16T00:56:10.818Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:56:10.818Z] === RUN TestServiceUpdateLabel [2019-11-16T00:56:12.288Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-11-16T00:56:12.288Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-11-16T00:56:12.852Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-11-16T00:56:13.127Z] --- PASS: TestServiceUpdateLabel (2.24s) [2019-11-16T00:56:13.127Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-11-16T00:56:13.127Z] daemon.go:325: [d63645dfa1131] waiting for daemon to start [2019-11-16T00:56:13.127Z] daemon.go:325: [d63645dfa1131] waiting for daemon to start [2019-11-16T00:56:13.127Z] daemon.go:353: [d63645dfa1131] daemon started [2019-11-16T00:56:13.127Z] daemon.go:461: [d63645dfa1131] Stopping daemon [2019-11-16T00:56:13.127Z] daemon.go:296: [d63645dfa1131] exiting daemon [2019-11-16T00:56:13.127Z] daemon.go:448: [d63645dfa1131] Daemon stopped [2019-11-16T00:56:13.127Z] === RUN TestServiceUpdateSecrets [2019-11-16T00:56:16.573Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-11-16T00:56:17.025Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-11-16T00:56:18.920Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-11-16T00:56:20.815Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-11-16T00:56:21.294Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-11-16T00:56:21.380Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-11-16T00:56:25.555Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-11-16T00:56:26.486Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-11-16T00:56:27.120Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-11-16T00:56:29.016Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-11-16T00:56:29.129Z] --- PASS: TestServiceUpdateSecrets (14.81s) [2019-11-16T00:56:29.129Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-11-16T00:56:29.129Z] daemon.go:325: [db69ef852ed25] waiting for daemon to start [2019-11-16T00:56:29.129Z] daemon.go:325: [db69ef852ed25] waiting for daemon to start [2019-11-16T00:56:29.129Z] daemon.go:353: [db69ef852ed25] daemon started [2019-11-16T00:56:29.129Z] daemon.go:461: [db69ef852ed25] Stopping daemon [2019-11-16T00:56:29.129Z] daemon.go:296: [db69ef852ed25] exiting daemon [2019-11-16T00:56:29.129Z] daemon.go:448: [db69ef852ed25] Daemon stopped [2019-11-16T00:56:29.129Z] === RUN TestServiceUpdateConfigs [2019-11-16T00:56:30.394Z] === RUN TestDockerSuite/TestPortHostBinding [2019-11-16T00:56:32.290Z] === RUN TestDockerSuite/TestPortList [2019-11-16T00:56:32.950Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-11-16T00:56:40.386Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-11-16T00:56:42.414Z] --- PASS: TestServiceUpdateConfigs (14.79s) [2019-11-16T00:56:42.414Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-11-16T00:56:42.414Z] daemon.go:325: [d20a3d2f7ab17] waiting for daemon to start [2019-11-16T00:56:42.414Z] daemon.go:325: [d20a3d2f7ab17] waiting for daemon to start [2019-11-16T00:56:42.414Z] daemon.go:353: [d20a3d2f7ab17] daemon started [2019-11-16T00:56:42.414Z] daemon.go:461: [d20a3d2f7ab17] Stopping daemon [2019-11-16T00:56:42.414Z] daemon.go:296: [d20a3d2f7ab17] exiting daemon [2019-11-16T00:56:42.414Z] daemon.go:448: [d20a3d2f7ab17] Daemon stopped [2019-11-16T00:56:42.414Z] === RUN TestServiceUpdateNetwork [2019-11-16T00:56:42.912Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-11-16T00:56:42.912Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-11-16T00:56:44.808Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-11-16T00:56:45.741Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-11-16T00:56:49.016Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-11-16T00:56:50.696Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-11-16T00:56:50.697Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-11-16T00:56:52.291Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-11-16T00:56:52.857Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-11-16T00:56:52.857Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-11-16T00:56:52.857Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-11-16T00:56:53.790Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-11-16T00:56:53.790Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-11-16T00:56:54.722Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-11-16T00:56:54.722Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-11-16T00:56:55.287Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-11-16T00:56:55.543Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-11-16T00:56:55.900Z] --- PASS: TestServiceUpdateNetwork (13.15s) [2019-11-16T00:56:55.900Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-11-16T00:56:55.900Z] daemon.go:325: [de202f8e97102] waiting for daemon to start [2019-11-16T00:56:55.900Z] daemon.go:325: [de202f8e97102] waiting for daemon to start [2019-11-16T00:56:55.900Z] daemon.go:353: [de202f8e97102] daemon started [2019-11-16T00:56:55.900Z] daemon.go:461: [de202f8e97102] Stopping daemon [2019-11-16T00:56:55.900Z] daemon.go:296: [de202f8e97102] exiting daemon [2019-11-16T00:56:55.900Z] daemon.go:448: [de202f8e97102] Daemon stopped [2019-11-16T00:56:55.900Z] PASS [2019-11-16T00:56:55.900Z] [2019-11-16T00:56:55.900Z] === Skipped [2019-11-16T00:56:55.900Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-11-16T00:56:55.900Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-11-16T00:56:55.900Z] [2019-11-16T00:56:55.900Z] [2019-11-16T00:56:55.900Z] DONE 18 tests, 1 skipped in 112.229s [2019-11-16T00:56:55.900Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-11-16T00:56:55.900Z] ++ 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-11-16T00:56:55.900Z] ++ set -e [2019-11-16T00:56:55.900Z] ++ '[' -n 0 ']' [2019-11-16T00:56:55.900Z] ++ set -x [2019-11-16T00:56:55.900Z] ++ 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-11-16T00:56:55.900Z] INFO: Testing against a local daemon [2019-11-16T00:56:55.900Z] === RUN TestSessionCreate [2019-11-16T00:56:55.900Z] --- PASS: TestSessionCreate (0.06s) [2019-11-16T00:56:55.900Z] === RUN TestSessionCreateWithBadUpgrade [2019-11-16T00:56:55.900Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-11-16T00:56:55.900Z] PASS [2019-11-16T00:56:55.900Z] [2019-11-16T00:56:55.900Z] DONE 2 tests in 0.224s [2019-11-16T00:56:55.900Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-11-16T00:56:55.900Z] ++ 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-11-16T00:56:55.900Z] ++ set -e [2019-11-16T00:56:55.900Z] ++ '[' -n 0 ']' [2019-11-16T00:56:55.900Z] ++ set -x [2019-11-16T00:56:55.900Z] ++ 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-11-16T00:56:55.900Z] INFO: Testing against a local daemon [2019-11-16T00:56:55.900Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-11-16T00:56:55.900Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-11-16T00:56:55.900Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-11-16T00:56:55.900Z] === RUN TestEventsExecDie [2019-11-16T00:56:56.528Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-11-16T00:56:56.528Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-11-16T00:56:56.528Z] === RUN TestDockerSuite/TestBuildNetNone [2019-11-16T00:56:56.528Z] === RUN TestDockerSuite/TestBuildNoContext [2019-11-16T00:56:56.639Z] --- PASS: TestEventsExecDie (0.94s) [2019-11-16T00:56:56.639Z] === RUN TestEventsBackwardsCompatible [2019-11-16T00:56:56.914Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-11-16T00:56:56.914Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-11-16T00:56:56.986Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-11-16T00:56:56.986Z] === RUN TestInfoBinaryCommits [2019-11-16T00:56:56.986Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-11-16T00:56:56.986Z] === RUN TestInfoAPIVersioned [2019-11-16T00:56:56.986Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-11-16T00:56:56.986Z] === RUN TestInfoAPI [2019-11-16T00:56:56.986Z] --- PASS: TestInfoAPI (0.06s) [2019-11-16T00:56:56.986Z] === RUN TestInfoAPIWarnings [2019-11-16T00:56:58.186Z] --- PASS: TestInfoAPIWarnings (0.94s) [2019-11-16T00:56:58.186Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-11-16T00:56:58.186Z] daemon.go:325: [d15dac9897577] waiting for daemon to start [2019-11-16T00:56:58.186Z] daemon.go:325: [d15dac9897577] waiting for daemon to start [2019-11-16T00:56:58.186Z] daemon.go:353: [d15dac9897577] daemon started [2019-11-16T00:56:58.186Z] daemon.go:461: [d15dac9897577] Stopping daemon [2019-11-16T00:56:58.186Z] daemon.go:296: [d15dac9897577] exiting daemon [2019-11-16T00:56:58.186Z] daemon.go:448: [d15dac9897577] Daemon stopped [2019-11-16T00:56:58.186Z] === RUN TestLoginFailsWithBadCredentials [2019-11-16T00:56:58.538Z] --- PASS: TestLoginFailsWithBadCredentials (0.61s) [2019-11-16T00:56:58.538Z] === RUN TestPingCacheHeaders [2019-11-16T00:56:58.538Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-11-16T00:56:58.538Z] === RUN TestPingGet [2019-11-16T00:56:58.538Z] --- PASS: TestPingGet (0.05s) [2019-11-16T00:56:58.538Z] === RUN TestPingHead [2019-11-16T00:56:58.731Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-11-16T00:56:58.887Z] --- PASS: TestPingHead (0.05s) [2019-11-16T00:56:58.888Z] === RUN TestVersion [2019-11-16T00:56:58.888Z] --- PASS: TestVersion (0.05s) [2019-11-16T00:56:58.888Z] PASS [2019-11-16T00:56:58.888Z] [2019-11-16T00:56:58.888Z] === Skipped [2019-11-16T00:56:58.888Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-11-16T00:56:58.888Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-11-16T00:56:58.888Z] [2019-11-16T00:56:58.888Z] [2019-11-16T00:56:58.888Z] DONE 12 tests, 1 skipped in 3.046s [2019-11-16T00:56:58.888Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-11-16T00:56:58.888Z] ++ 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-11-16T00:56:58.888Z] ++ set -e [2019-11-16T00:56:58.888Z] ++ '[' -n 0 ']' [2019-11-16T00:56:58.888Z] ++ set -x [2019-11-16T00:56:58.888Z] ++ 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-11-16T00:56:58.888Z] INFO: Testing against a local daemon [2019-11-16T00:56:58.888Z] === RUN TestVolumesCreateAndList [2019-11-16T00:56:58.888Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-11-16T00:56:58.888Z] === RUN TestVolumesRemove [2019-11-16T00:56:59.239Z] --- PASS: TestVolumesRemove (0.12s) [2019-11-16T00:56:59.239Z] === RUN TestVolumesInspect [2019-11-16T00:56:59.239Z] --- PASS: TestVolumesInspect (0.04s) [2019-11-16T00:56:59.239Z] === RUN TestVolumesInvalidJSON [2019-11-16T00:56:59.239Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-11-16T00:56:59.239Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-11-16T00:56:59.239Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-11-16T00:56:59.239Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2019-11-16T00:56:59.239Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-11-16T00:56:59.239Z] PASS [2019-11-16T00:56:59.239Z] [2019-11-16T00:56:59.239Z] DONE 5 tests in 0.354s [2019-11-16T00:56:59.239Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-11-16T00:56:59.591Z] ++++ cat bundles/test-integration/docker.pid [2019-11-16T00:56:59.591Z] +++ kill 11143 [2019-11-16T00:57:00.192Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-11-16T00:57:00.789Z] umount: bundles/test-integration/root: mountpoint not found [2019-11-16T00:57:00.789Z] +++ /etc/init.d/apparmor stop [2019-11-16T00:57:00.789Z] Clearing AppArmor profiles cache:. [2019-11-16T00:57:00.789Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-11-16T00:57:00.789Z] Unloading profiles will leave already running processes permanently [2019-11-16T00:57:00.789Z] unconfined, which can lead to unexpected situations. [2019-11-16T00:57:00.789Z] [2019-11-16T00:57:00.790Z] To set a process to complain mode, use the command line tool [2019-11-16T00:57:00.790Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-11-16T00:57:00.790Z] with the 'teardown' option." [2019-11-16T00:57:00.790Z] [2019-11-16T00:57:02.101Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-11-16T00:57:02.358Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-11-16T00:57:02.358Z] === RUN TestDockerSuite/TestPsByOrder Post stage [Pipeline] junit [2019-11-16T00:57:02.712Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-11-16T00:57:03.459Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-11-16T00:57:03.948Z] + echo Ensuring container killed. [2019-11-16T00:57:03.948Z] Ensuring container killed. [2019-11-16T00:57:03.948Z] + docker rm -vf docker-pr1 [2019-11-16T00:57:03.948Z] Error: No such container: docker-pr1 [2019-11-16T00:57:03.948Z] + true [Pipeline] sh [2019-11-16T00:57:04.632Z] + echo Chowning /workspace to jenkins user [2019-11-16T00:57:04.632Z] Chowning /workspace to jenkins user [2019-11-16T00:57:04.632Z] + id -u [2019-11-16T00:57:04.632Z] + id -g [2019-11-16T00:57:04.632Z] + docker run --rm -v /home/docker/workspace/engine_PR-425:/workspace busybox chown -R 1001:1001 /workspace [2019-11-16T00:57:04.632Z] Unable to find image 'busybox:latest' locally [2019-11-16T00:57:04.982Z] latest: Pulling from library/busybox [2019-11-16T00:57:04.982Z] f5cba301420e: Pulling fs layer [2019-11-16T00:57:05.010Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-11-16T00:57:05.325Z] f5cba301420e: Verifying Checksum [2019-11-16T00:57:05.325Z] f5cba301420e: Download complete [2019-11-16T00:57:05.474Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-11-16T00:57:05.474Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-11-16T00:57:05.666Z] f5cba301420e: Pull complete [2019-11-16T00:57:05.666Z] Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0 [2019-11-16T00:57:05.666Z] Status: Downloaded newer image for busybox:latest [2019-11-16T00:57:06.535Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-11-16T00:57:07.100Z] === RUN TestDockerSuite/TestPsListContainersBase [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-11-16T00:57:07.677Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-11-16T00:57:07.961Z] + bundleName=ppc64le-integration [2019-11-16T00:57:07.962Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-11-16T00:57:07.962Z] Creating ppc64le-integration-bundles.tar.gz [2019-11-16T00:57:07.962Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o+ -name *-report.xml ) -print [2019-11-16T00:57:07.962Z] xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-11-16T00:57:08.054Z] Archiving artifacts [2019-11-16T00:57:08.456Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-425/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-11-16T00:57:08.653Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-11-16T00:57:09.018Z] + make clean [2019-11-16T00:57:09.363Z] docker volume rm -f docker-dev-cache [2019-11-16T00:57:09.708Z] docker-dev-cache [Pipeline] deleteDir [2019-11-16T00:57:10.206Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-11-16T00:57:11.277Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-11-16T00:57:11.277Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-11-16T00:57:14.554Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-11-16T00:57:16.452Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-11-16T00:57:16.452Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-11-16T00:57:17.825Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-11-16T00:57:18.826Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-11-16T00:57:20.378Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-11-16T00:57:21.101Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-11-16T00:57:21.359Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-11-16T00:57:29.524Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-11-16T00:57:29.524Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-11-16T00:57:31.421Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-11-16T00:57:33.946Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-11-16T00:57:34.204Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-11-16T00:57:35.255Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-11-16T00:57:35.576Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-11-16T00:57:36.805Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-11-16T00:57:38.116Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-11-16T00:57:39.485Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-11-16T00:57:42.012Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-11-16T00:57:43.908Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-11-16T00:57:43.908Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-11-16T00:57:44.839Z] === RUN TestDockerSuite/TestPsRightTagName [2019-11-16T00:57:45.424Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-11-16T00:57:48.117Z] === RUN TestDockerSuite/TestPsShowMounts [2019-11-16T00:57:48.117Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-11-16T00:57:50.145Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-11-16T00:57:50.641Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-11-16T00:57:51.573Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-11-16T00:57:51.573Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-11-16T00:57:51.829Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-11-16T00:57:51.829Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-11-16T00:57:51.829Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-11-16T00:57:52.760Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-11-16T00:57:54.655Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-11-16T00:57:54.867Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-11-16T00:57:55.845Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-11-16T00:57:55.845Z] === RUN TestDockerSuite/TestBuildPATH [2019-11-16T00:57:55.845Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-11-16T00:57:56.549Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-11-16T00:57:57.113Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-11-16T00:57:57.395Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-11-16T00:57:57.395Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-11-16T00:58:02.373Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-11-16T00:58:06.552Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-11-16T00:58:07.510Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-11-16T00:58:10.037Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-11-16T00:58:10.037Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-11-16T00:58:10.037Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-11-16T00:58:10.601Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-11-16T00:58:13.123Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-11-16T00:58:15.018Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-11-16T00:58:15.276Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-11-16T00:58:19.451Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-11-16T00:58:20.820Z] === RUN TestDockerSuite/TestRmiBlank [2019-11-16T00:58:20.820Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-11-16T00:58:20.820Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-11-16T00:58:24.995Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-11-16T00:58:26.365Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-11-16T00:58:26.365Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-11-16T00:58:28.260Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-11-16T00:58:28.517Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-11-16T00:58:29.888Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-11-16T00:58:31.786Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-11-16T00:58:32.718Z] === RUN TestDockerSuite/TestRmiTag [2019-11-16T00:58:32.975Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-11-16T00:58:33.907Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-11-16T00:58:39.166Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-11-16T00:58:39.166Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-11-16T00:58:40.011Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-11-16T00:58:40.539Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-11-16T00:58:40.796Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-11-16T00:58:42.690Z] === RUN TestDockerSuite/TestRunAddHost [2019-11-16T00:58:43.253Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-11-16T00:58:43.511Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-11-16T00:58:44.079Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-11-16T00:58:44.336Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-11-16T00:58:44.336Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-11-16T00:58:45.269Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-11-16T00:58:47.166Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-11-16T00:58:48.097Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-11-16T00:58:49.027Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-11-16T00:58:49.959Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-11-16T00:58:51.855Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-11-16T00:58:53.224Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-11-16T00:58:54.155Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-11-16T00:58:54.886Z] === RUN TestDockerSuite/TestBuildRm [2019-11-16T00:58:55.087Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-11-16T00:58:56.457Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-11-16T00:58:57.021Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-11-16T00:58:57.953Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-11-16T00:58:58.210Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-11-16T00:58:59.580Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-11-16T00:59:00.956Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-11-16T00:59:01.889Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-11-16T00:59:02.454Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-11-16T00:59:03.400Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-11-16T00:59:03.400Z] === RUN TestDockerSuite/TestRunBindMounts [2019-11-16T00:59:05.930Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-11-16T00:59:06.864Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-11-16T00:59:07.331Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-11-16T00:59:07.796Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-11-16T00:59:08.727Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-11-16T00:59:09.657Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-11-16T00:59:09.657Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-11-16T00:59:10.588Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-11-16T00:59:11.094Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-11-16T00:59:11.094Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-11-16T00:59:11.094Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-11-16T00:59:11.155Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-11-16T00:59:11.155Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-11-16T00:59:12.523Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-11-16T00:59:12.644Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-11-16T00:59:13.894Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-11-16T00:59:14.824Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-11-16T00:59:14.824Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-11-16T00:59:15.389Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-11-16T00:59:15.390Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-11-16T00:59:17.283Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-11-16T00:59:17.846Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-11-16T00:59:18.777Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-11-16T00:59:19.707Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-11-16T00:59:19.707Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-11-16T00:59:20.638Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-11-16T00:59:21.252Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-11-16T00:59:22.009Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-11-16T00:59:23.905Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-11-16T00:59:24.187Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-11-16T00:59:24.838Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-11-16T00:59:25.402Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-11-16T00:59:26.333Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-11-16T00:59:27.285Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-11-16T00:59:28.217Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-11-16T00:59:29.148Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-11-16T00:59:30.078Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-11-16T00:59:31.972Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-11-16T00:59:34.568Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-11-16T00:59:36.148Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-11-16T00:59:36.148Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-11-16T00:59:36.405Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-11-16T00:59:38.928Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-11-16T00:59:38.928Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-11-16T00:59:40.824Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-11-16T00:59:42.194Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-11-16T00:59:44.089Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-11-16T00:59:47.366Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-11-16T00:59:47.366Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-11-16T00:59:47.366Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-11-16T00:59:47.931Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-11-16T00:59:49.829Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-11-16T00:59:51.725Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-11-16T00:59:54.248Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-11-16T00:59:55.179Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-11-16T00:59:55.757Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-11-16T00:59:55.757Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-11-16T00:59:55.757Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-11-16T00:59:57.095Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-11-16T00:59:57.659Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-11-16T00:59:57.659Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-11-16T00:59:58.592Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-11-16T01:00:01.116Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-11-16T01:00:01.116Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-11-16T01:00:01.683Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-11-16T01:00:01.941Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-11-16T01:00:02.506Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-11-16T01:00:03.438Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-11-16T01:00:04.370Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-11-16T01:00:04.628Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-11-16T01:00:05.561Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-11-16T01:00:05.561Z] === RUN TestDockerSuite/TestRunEnvironment [2019-11-16T01:00:06.126Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-11-16T01:00:06.148Z] === RUN TestDockerSuite/TestBuildSpaces [2019-11-16T01:00:06.613Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-11-16T01:00:07.503Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-11-16T01:00:08.068Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-11-16T01:00:08.068Z] === RUN TestDockerSuite/TestRunExitCode [2019-11-16T01:00:09.000Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-11-16T01:00:09.932Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-11-16T01:00:10.865Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-11-16T01:00:11.337Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-11-16T01:00:11.798Z] === RUN TestDockerSuite/TestRunExposePort [2019-11-16T01:00:11.798Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-11-16T01:00:11.800Z] === RUN TestDockerSuite/TestBuildStderr [2019-11-16T01:00:12.729Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-11-16T01:00:13.661Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-11-16T01:00:15.033Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-11-16T01:00:15.597Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-11-16T01:00:15.597Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-11-16T01:00:16.525Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-11-16T01:00:19.775Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-11-16T01:00:20.033Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-11-16T01:00:28.150Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-11-16T01:00:32.487Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-11-16T01:00:33.055Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-11-16T01:00:34.951Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-11-16T01:00:34.951Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-11-16T01:00:34.951Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-11-16T01:00:34.951Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-11-16T01:00:35.882Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-11-16T01:00:36.814Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-11-16T01:00:37.749Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-11-16T01:00:37.749Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-11-16T01:00:38.731Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-11-16T01:00:40.092Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-11-16T01:00:40.092Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-11-16T01:00:40.284Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-11-16T01:00:41.466Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-11-16T01:00:43.363Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-11-16T01:00:43.927Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-11-16T01:00:44.861Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-11-16T01:00:45.011Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-11-16T01:00:45.425Z] === RUN TestDockerSuite/TestRunModeHostname [2019-11-16T01:00:46.796Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-11-16T01:00:46.796Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-11-16T01:00:46.796Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-11-16T01:00:48.690Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-11-16T01:00:50.061Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-11-16T01:00:50.842Z] === RUN TestDockerSuite/TestBuildUser [2019-11-16T01:00:50.842Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-11-16T01:00:50.842Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-11-16T01:00:50.842Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-11-16T01:00:51.958Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-11-16T01:00:51.958Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-11-16T01:00:51.958Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-11-16T01:00:53.884Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-11-16T01:00:55.254Z] === RUN TestDockerSuite/TestRunMount [2019-11-16T01:00:56.186Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-11-16T01:01:01.215Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-11-16T01:01:01.215Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-11-16T01:01:02.743Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-11-16T01:01:02.769Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-11-16T01:01:02.769Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-11-16T01:01:02.769Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-11-16T01:01:03.673Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-11-16T01:01:04.605Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-11-16T01:01:06.500Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-11-16T01:01:09.024Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-11-16T01:01:12.300Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-11-16T01:01:14.822Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-11-16T01:01:15.388Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-11-16T01:01:17.287Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-11-16T01:01:19.187Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-11-16T01:01:21.083Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-11-16T01:01:21.084Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-11-16T01:01:21.647Z] === RUN TestDockerSuite/TestRunNetHost [2019-11-16T01:01:23.021Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-11-16T01:01:23.603Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-11-16T01:01:23.861Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-11-16T01:01:24.426Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-11-16T01:01:27.706Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-11-16T01:01:27.990Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-11-16T01:01:27.990Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-11-16T01:01:30.231Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-11-16T01:01:35.646Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-11-16T01:01:35.952Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-11-16T01:01:36.209Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-11-16T01:01:37.139Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-11-16T01:01:37.139Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-11-16T01:01:37.703Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-11-16T01:01:38.633Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-11-16T01:01:38.633Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-11-16T01:01:39.567Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-11-16T01:01:40.498Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-11-16T01:01:40.498Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-11-16T01:01:41.429Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-11-16T01:01:41.993Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-11-16T01:01:42.865Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-11-16T01:01:44.516Z] === RUN TestDockerSuite/TestRunPortInUse [2019-11-16T01:01:45.081Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-11-16T01:01:46.014Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-11-16T01:01:46.578Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-11-16T01:01:46.627Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-11-16T01:01:47.090Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-11-16T01:01:47.090Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-11-16T01:01:47.509Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-11-16T01:01:48.072Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-11-16T01:01:49.003Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-11-16T01:01:49.003Z] === RUN TestDockerSuite/TestRunPublishPort [2019-11-16T01:01:49.287Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-11-16T01:01:49.752Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-11-16T01:01:49.935Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-11-16T01:01:50.500Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-11-16T01:01:50.500Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-11-16T01:01:51.891Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-11-16T01:01:53.262Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-11-16T01:01:53.519Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-11-16T01:01:56.792Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-11-16T01:01:58.686Z] === RUN TestDockerSuite/TestRunRm [2019-11-16T01:01:59.250Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-11-16T01:02:02.208Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-11-16T01:02:03.424Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-11-16T01:02:03.988Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-11-16T01:02:04.919Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-11-16T01:02:05.977Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-11-16T01:02:06.444Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-11-16T01:02:06.817Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-11-16T01:02:07.749Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-11-16T01:02:11.926Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-11-16T01:02:17.181Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-11-16T01:02:17.745Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-11-16T01:02:18.309Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-11-16T01:02:19.680Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-11-16T01:02:20.243Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-11-16T01:02:21.175Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-11-16T01:02:21.319Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-11-16T01:02:21.319Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-11-16T01:02:21.319Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-11-16T01:02:21.319Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-11-16T01:02:22.111Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-11-16T01:02:22.299Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-11-16T01:02:23.042Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-11-16T01:02:23.974Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-11-16T01:02:24.905Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-11-16T01:02:27.427Z] === RUN TestDockerSuite/TestRunState [2019-11-16T01:02:29.325Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-11-16T01:02:30.256Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-11-16T01:02:30.821Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-11-16T01:02:30.927Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-11-16T01:02:31.078Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-11-16T01:02:31.078Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-11-16T01:02:32.009Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-11-16T01:02:32.480Z] === RUN TestDockerSuite/TestBuildXZHost [2019-11-16T01:02:32.941Z] === RUN TestDockerSuite/TestRunSysctls [2019-11-16T01:02:32.944Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-11-16T01:02:32.944Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-11-16T01:02:32.944Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-11-16T01:02:34.836Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-11-16T01:02:34.836Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-11-16T01:02:34.836Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-11-16T01:02:35.141Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-11-16T01:02:35.402Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-11-16T01:02:38.676Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-11-16T01:02:38.933Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-11-16T01:02:39.866Z] === RUN TestDockerSuite/TestCommitChange [2019-11-16T01:02:40.881Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-11-16T01:02:44.752Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-11-16T01:02:45.063Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-11-16T01:02:48.338Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-11-16T01:02:48.902Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-11-16T01:02:49.474Z] === RUN TestDockerSuite/TestCommitHardlink [2019-11-16T01:02:49.474Z] === RUN TestDockerSuite/TestCommitNewFile [2019-11-16T01:02:49.848Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-11-16T01:02:50.782Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-11-16T01:02:50.782Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-11-16T01:02:53.305Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-11-16T01:02:54.678Z] === RUN TestDockerSuite/TestRunUserByID [2019-11-16T01:02:55.309Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-11-16T01:02:55.309Z] === RUN TestDockerSuite/TestCommitTTY [2019-11-16T01:02:55.612Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-11-16T01:02:55.872Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-11-16T01:02:56.129Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-11-16T01:02:56.129Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-11-16T01:02:57.060Z] === RUN TestDockerSuite/TestRunUserByName [2019-11-16T01:02:57.992Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-11-16T01:02:58.927Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-11-16T01:02:58.927Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-11-16T01:02:59.491Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-11-16T01:03:00.058Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-11-16T01:03:02.440Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-11-16T01:03:06.610Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-11-16T01:03:06.610Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-11-16T01:03:06.610Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-11-16T01:03:07.172Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-11-16T01:03:07.172Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-11-16T01:03:07.172Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-11-16T01:03:07.172Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-11-16T01:03:07.172Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-11-16T01:03:07.172Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-11-16T01:03:07.172Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-11-16T01:03:07.172Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-11-16T01:03:07.172Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-11-16T01:03:07.980Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-11-16T01:03:11.257Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-11-16T01:03:12.629Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-11-16T01:03:14.290Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-11-16T01:03:15.904Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-11-16T01:03:16.469Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-11-16T01:03:18.992Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-11-16T01:03:18.992Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-11-16T01:03:19.927Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-11-16T01:03:20.864Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-11-16T01:03:22.236Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-11-16T01:03:22.236Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-11-16T01:03:22.236Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-11-16T01:03:22.236Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-11-16T01:03:22.236Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-11-16T01:03:23.168Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-11-16T01:03:24.538Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-11-16T01:03:24.795Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-11-16T01:03:25.052Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-11-16T01:03:26.729Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-11-16T01:03:26.729Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-11-16T01:03:27.013Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-11-16T01:03:27.707Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-11-16T01:03:27.707Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-11-16T01:03:27.707Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-11-16T01:03:27.707Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-11-16T01:03:27.949Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-11-16T01:03:28.880Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-11-16T01:03:28.880Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-11-16T01:03:29.812Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-11-16T01:03:29.812Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-11-16T01:03:29.812Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-11-16T01:03:29.812Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-11-16T01:03:29.812Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-11-16T01:03:29.908Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-11-16T01:03:29.908Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-11-16T01:03:29.908Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-11-16T01:03:30.069Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-11-16T01:03:30.326Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-11-16T01:03:30.326Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-11-16T01:03:30.583Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-11-16T01:03:30.840Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-11-16T01:03:31.097Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-11-16T01:03:31.661Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-11-16T01:03:32.105Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-11-16T01:03:32.105Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-11-16T01:03:32.105Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-11-16T01:03:32.105Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-11-16T01:03:32.105Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-11-16T01:03:33.034Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-11-16T01:03:33.965Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-11-16T01:03:33.965Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-11-16T01:03:34.896Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-11-16T01:03:35.034Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-11-16T01:03:35.153Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-11-16T01:03:36.086Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-11-16T01:03:36.086Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-11-16T01:03:36.584Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-11-16T01:03:37.019Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-11-16T01:03:37.019Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-11-16T01:03:37.019Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-11-16T01:03:37.951Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-11-16T01:03:37.951Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-11-16T01:03:37.951Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-11-16T01:03:38.782Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-11-16T01:03:38.782Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-11-16T01:03:38.782Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-11-16T01:03:38.883Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-11-16T01:03:40.782Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-11-16T01:03:41.004Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-11-16T01:03:41.004Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-11-16T01:03:41.716Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-11-16T01:03:41.716Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-11-16T01:03:42.650Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-11-16T01:03:42.650Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-11-16T01:03:43.204Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-11-16T01:03:43.204Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-11-16T01:03:43.204Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-11-16T01:03:44.568Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-11-16T01:03:45.403Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-11-16T01:03:45.403Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-11-16T01:03:45.499Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-11-16T01:03:45.499Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-11-16T01:03:46.064Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-11-16T01:03:46.954Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-11-16T01:03:46.955Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-11-16T01:03:46.995Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-11-16T01:03:48.365Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-11-16T01:03:49.151Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-11-16T01:03:49.299Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-11-16T01:03:49.299Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-11-16T01:03:49.299Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-11-16T01:03:49.615Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-11-16T01:03:50.232Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-11-16T01:03:50.489Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-11-16T01:03:51.169Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-11-16T01:03:51.861Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-11-16T01:03:53.232Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-11-16T01:03:53.232Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-11-16T01:03:55.043Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-11-16T01:03:55.756Z] === RUN TestDockerSuite/TestSaveImageId [2019-11-16T01:03:55.756Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-11-16T01:03:56.013Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-11-16T01:03:58.538Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-11-16T01:03:58.538Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-11-16T01:03:58.813Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-11-16T01:03:58.813Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-11-16T01:03:58.813Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-11-16T01:03:58.813Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-11-16T01:03:58.813Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-11-16T01:03:59.909Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-11-16T01:03:59.910Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-11-16T01:04:00.167Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-11-16T01:04:00.367Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-11-16T01:04:00.367Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-11-16T01:04:02.064Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-11-16T01:04:02.566Z] === RUN TestDockerSuite/TestContainerAPITop [2019-11-16T01:04:02.566Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-11-16T01:04:03.434Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-11-16T01:04:03.998Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-11-16T01:04:03.998Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-11-16T01:04:04.255Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-11-16T01:04:04.255Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-11-16T01:04:04.768Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-11-16T01:04:04.768Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-11-16T01:04:04.820Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-11-16T01:04:07.342Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-11-16T01:04:08.532Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-11-16T01:04:10.730Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-11-16T01:04:10.730Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-11-16T01:04:10.730Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-11-16T01:04:10.730Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-11-16T01:04:10.730Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-11-16T01:04:10.730Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-11-16T01:04:12.281Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-11-16T01:04:13.922Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-11-16T01:04:15.820Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-11-16T01:04:16.752Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-11-16T01:04:18.122Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-11-16T01:04:21.397Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-11-16T01:04:23.921Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-11-16T01:04:24.853Z] === RUN TestDockerSuite/TestStartRecordError [2019-11-16T01:04:26.753Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-11-16T01:04:29.278Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-11-16T01:04:31.801Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-11-16T01:04:35.976Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-11-16T01:04:39.470Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-11-16T01:04:42.744Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-11-16T01:04:44.647Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-11-16T01:04:48.052Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-11-16T01:04:48.516Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-11-16T01:04:48.516Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-11-16T01:04:48.516Z] === RUN TestDockerSuite/TestCpRelativePath [2019-11-16T01:04:48.824Z] === RUN TestDockerSuite/TestStatsNoStream [2019-11-16T01:04:50.718Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-11-16T01:04:50.718Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-11-16T01:04:50.718Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-11-16T01:04:50.718Z] === RUN TestDockerSuite/TestCpToCaseA [2019-11-16T01:04:51.346Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-11-16T01:04:53.244Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-11-16T01:04:54.177Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-11-16T01:04:55.110Z] === RUN TestDockerSuite/TestTopPrivileged [2019-11-16T01:04:55.439Z] === RUN TestDockerSuite/TestCpToCaseB [2019-11-16T01:04:56.042Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-11-16T01:04:56.042Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-11-16T01:04:56.972Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-11-16T01:04:56.991Z] === RUN TestDockerSuite/TestCpToCaseC [2019-11-16T01:04:56.991Z] === RUN TestDockerSuite/TestCpToCaseD [2019-11-16T01:04:56.991Z] === RUN TestDockerSuite/TestCpToCaseE [2019-11-16T01:05:02.228Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-11-16T01:05:05.503Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-11-16T01:05:05.760Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-11-16T01:05:06.691Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-11-16T01:05:06.691Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-11-16T01:05:07.622Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-11-16T01:05:09.522Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-11-16T01:05:09.522Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-11-16T01:05:11.417Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-11-16T01:05:11.878Z] === RUN TestDockerSuite/TestCpToCaseF [2019-11-16T01:05:11.879Z] === RUN TestDockerSuite/TestCpToCaseG [2019-11-16T01:05:11.879Z] === RUN TestDockerSuite/TestCpToCaseH [2019-11-16T01:05:12.348Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-11-16T01:05:13.280Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-11-16T01:05:15.184Z] === RUN TestDockerSuite/TestUpdateStats [2019-11-16T01:05:19.003Z] === RUN TestDockerSuite/TestCpToCaseI [2019-11-16T01:05:19.003Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-11-16T01:05:19.003Z] === RUN TestDockerSuite/TestCpToDot [2019-11-16T01:05:20.448Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-11-16T01:05:21.203Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-11-16T01:05:21.203Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-11-16T01:05:21.203Z] === RUN TestDockerSuite/TestCpToStdout [2019-11-16T01:05:21.819Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-11-16T01:05:21.819Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-11-16T01:05:22.753Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-11-16T01:05:23.403Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-11-16T01:05:23.403Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-11-16T01:05:23.403Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-11-16T01:05:23.403Z] === RUN TestDockerSuite/TestCpVolumePath [2019-11-16T01:05:23.403Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-11-16T01:05:23.403Z] === RUN TestDockerSuite/TestCreateArgs [2019-11-16T01:05:23.403Z] === RUN TestDockerSuite/TestCreateByImageID [2019-11-16T01:05:24.123Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-11-16T01:05:25.606Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-11-16T01:05:27.159Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-11-16T01:05:27.623Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-11-16T01:05:27.623Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-11-16T01:05:29.388Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-11-16T01:05:29.821Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-11-16T01:05:30.286Z] === RUN TestDockerSuite/TestCreateLabels [2019-11-16T01:05:30.286Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-11-16T01:05:30.286Z] === RUN TestDockerSuite/TestCreateRM [2019-11-16T01:05:30.750Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-11-16T01:05:30.751Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-11-16T01:05:31.218Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-11-16T01:05:31.218Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-11-16T01:05:32.664Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-11-16T01:05:35.189Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-11-16T01:05:36.560Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-11-16T01:05:39.838Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-11-16T01:05:43.660Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-11-16T01:05:43.661Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-11-16T01:05:44.017Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-11-16T01:05:44.125Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-11-16T01:05:44.950Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-11-16T01:05:48.856Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-11-16T01:05:48.856Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-11-16T01:05:48.856Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-11-16T01:05:50.227Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-11-16T01:05:50.484Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDevicePermissions [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDockerFails [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestEventsAttach [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestEventsCommit [2019-11-16T01:05:51.053Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-11-16T01:05:53.008Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-11-16T01:05:53.240Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-11-16T01:05:55.412Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-11-16T01:05:55.532Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-11-16T01:05:57.427Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-11-16T01:05:57.698Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-11-16T01:05:58.829Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-11-16T01:06:01.358Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-11-16T01:06:04.635Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-11-16T01:06:06.256Z] === RUN TestDockerSuite/TestEventsCopy [2019-11-16T01:06:07.160Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-11-16T01:06:09.684Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-11-16T01:06:09.986Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-11-16T01:06:12.207Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-11-16T01:06:14.662Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-11-16T01:06:16.833Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-11-16T01:06:17.291Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-11-16T01:06:21.014Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-11-16T01:06:21.472Z] === RUN TestDockerSuite/TestEventsFilterType [2019-11-16T01:06:22.435Z] === RUN TestDockerSuite/TestEventsFilters [2019-11-16T01:06:27.061Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-11-16T01:06:27.061Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-11-16T01:06:27.061Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-11-16T01:06:27.115Z] === RUN TestDockerSuite/TestEventsFormat [2019-11-16T01:06:27.993Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-11-16T01:06:27.993Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-11-16T01:06:27.993Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-11-16T01:06:27.993Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-11-16T01:06:28.959Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-11-16T01:06:28.959Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-11-16T01:06:30.329Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-11-16T01:06:30.329Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-11-16T01:06:30.329Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-11-16T01:06:30.329Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-11-16T01:06:30.329Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-11-16T01:06:30.838Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-11-16T01:06:30.838Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-11-16T01:06:30.838Z] === RUN TestDockerSuite/TestEventsImageImport [2019-11-16T01:06:30.838Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-11-16T01:06:30.838Z] === RUN TestDockerSuite/TestEventsImagePull [2019-11-16T01:06:30.838Z] === RUN TestDockerSuite/TestEventsImageTag [2019-11-16T01:06:32.369Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-11-16T01:06:32.369Z] === RUN TestDockerSuite/TestEventsRename [2019-11-16T01:06:32.852Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-11-16T01:06:32.852Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-11-16T01:06:33.109Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-11-16T01:06:33.109Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-11-16T01:06:33.109Z] === RUN TestDockerSuite/TestVolumeEvents [2019-11-16T01:06:34.040Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-11-16T01:06:34.542Z] === RUN TestDockerSuite/TestEventsResize [2019-11-16T01:06:36.567Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-11-16T01:06:36.567Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-11-16T01:06:36.824Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-11-16T01:06:37.439Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-11-16T01:06:39.612Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-11-16T01:06:40.100Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-11-16T01:06:41.785Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-11-16T01:06:44.281Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite (1878.41s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.14s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.04s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.24s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.00s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.19s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.92s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.27s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.71s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.94s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.14s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.43s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.98s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.15s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.90s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.27s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.08s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.17s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.93s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.31s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.91s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAttachDetach (1.05s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.94s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.16s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.14s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.06s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.82s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.36s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.24s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.39s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.25s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.87s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (21.33s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.70s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.84s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.84s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.31s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.38s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.90s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.66s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.39s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.81s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.02s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.21s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.71s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.66s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.97s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.38s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.76s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.49s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (10.81s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.36s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.54s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.58s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.56s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.39s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.70s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.69s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.58s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.46s) [2019-11-16T01:06:44.281Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.46s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (2.03s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.75s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.29s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.07s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.60s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.86s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (15.50s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.93s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.46s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.52s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.17s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.35s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.56s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.77s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.01s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.95s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.99s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (7.33s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.91s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.29s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.33s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.15s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.43s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.20s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.74s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCmd (0.47s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.56s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.45s) [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.94s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.74s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.43s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildContChar (4.33s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.25s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.18s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.81s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.51s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.93s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.29s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.89s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.42s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.54s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.88s) [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.14s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.20s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.16s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.45s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.22s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.16s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.65s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.55s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.64s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.67s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.57s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.94s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.65s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignore (15.10s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.83s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.96s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (15.05s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.83s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.85s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.56s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.83s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.85s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.77s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.73s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (18.51s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.39s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.29s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.34s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.60s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.10s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.33s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.40s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.57s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.81s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnv (2.14s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (2.11s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.47s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.54s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (25.48s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.21s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.44s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.39s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.60s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.93s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (2.71s) [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.51s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.08s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildExpose (0.31s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.51s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.42s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.31s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFails (0.91s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.27s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.38s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.85s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.75s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.40s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.98s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.42s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.93s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.40s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.37s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.24s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.64s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildHistory (6.75s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.91s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.33s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildInheritance (1.28s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.02s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.52s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLabel (0.94s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.95s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.49s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.34s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLabels (0.96s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.15s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.73s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.92s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.10s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.17s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.16s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.52s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.60s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.90s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.51s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.57s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.52s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (12.89s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.65s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.59s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.84s) [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.80s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.48s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.24s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.32s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.62s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.83s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.21s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.14s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.90s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.42s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.27s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.46s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.75s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.62s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.79s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.24s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.68s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.76s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.28s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.67s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.49s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.67s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildPATH (3.87s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.15s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.22s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (11.14s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (5.03s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.28s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildRm (3.49s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.30s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.52s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.73s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.99s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.81s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.53s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.26s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (5.54s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.26s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.58s) [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.41s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.07s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.16s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildStderr (1.09s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.49s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.41s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.34s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.56s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.21s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.57s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildUser (2.24s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.94s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.60s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.16s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.17s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.22s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.76s) [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.95s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.99s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.63s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.06s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.26s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.04s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.02s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.44s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.80s) [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-11-16T01:06:44.282Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.95s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.56s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-11-16T01:06:44.282Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-11-16T01:06:44.282Z] docker_cli_sni_test.go:18: Flakey test [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.79s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.98s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCommitChange (1.14s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.00s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.04s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.09s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.02s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCommitTTY (1.88s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.00s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.31s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.07s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.04s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.17s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-11-16T01:06:44.282Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.91s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.11s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.86s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.93s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.91s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.81s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.14s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.00s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.86s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.82s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.79s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.86s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.85s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.01s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.80s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.85s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.82s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.05s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.83s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.83s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.53s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.78s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.80s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.66s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.89s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.85s) [2019-11-16T01:06:44.283Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-11-16T01:06:44.283Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.87s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.85s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.24s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.86s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.56s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.04s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.40s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.81s) [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 0 - config: {volume /foo false } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 1 - config: {volume /foo/ false } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 2 - config: {volume test1 /foo false } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 3 - config: {volume test2 /foo true } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 4 - config: {volume test3 /foo false 0xc00031a780 } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 5 - config: {bind /tmp/test-mounts-api-1415941363 /foo false } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 6 - config: {bind /tmp/test-mounts-api-1415941363 /foo true } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 7 - config: {bind /tmp/test-mounts-api-3212504502 /foo false } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 8 - config: {bind /tmp/test-mounts-api-3212504502 /foo true } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 9 - config: {bind /tmp/test-mounts-api-3212504502 /foo true 0xc00031aca0 } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 10 - config: {volume /foo false 0xc00031acc0 } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 11 - config: {volume /foo/ false 0xc00031ace0 } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 12 - config: {volume test4 /foo false 0xc00031ad00 } [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:2107: case 13 - config: {volume test5 /foo true 0xc00031ad20 } [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.60s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.46s) [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 0 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 1 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 2 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 3 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 4 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 5 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 6 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 7 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 8 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 9 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 10 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 11 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 12 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 13 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 14 [2019-11-16T01:06:44.283Z] docker_api_containers_test.go:1926: case 15 [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.09s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.42s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.04s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.62s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.18s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.97s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.00s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.10s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership284920571/file1 a2351b7b002ad5199ca502c2a50f2e48142e5ce10e66fc540591a8c04fa27fdd:/tmpvol/file1` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.97s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 519e5880addf4fc6004fb57d228f440a21a5a8c73a89612a4db47697dcbbba55:/root/file1 /tmp/test-cp-from-case-a843556382/itWorks.txt` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a843556382/itWorks.txt" contains "file1\n" [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.97s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp f45e1b5474035a0216c6e937e9a58494324b0f78b5c11ed09651b369ffc557c4:/file1 /tmp/test-cp-from-case-b610844389/testDir/` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.95s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c191187712/file2" contains "file2\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 13c06af57211eb5365b5482638e68039f5fc065ecf82ac96086b12cb03497c52:/root/file1 /tmp/test-cp-from-case-c191187712/file2` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c191187712/file2" contains "file1\n" [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.07s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 2d5f1491e1ad4decb7d3f60478eaf324581a0bd894f9c16abed1907a2680a338:/file1 /tmp/test-cp-from-case-d346958431/dir1` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d346958431/dir1/file1" contains "file1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 2d5f1491e1ad4decb7d3f60478eaf324581a0bd894f9c16abed1907a2680a338:/file1 /tmp/test-cp-from-case-d346958431/dir1/` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d346958431/dir1/file1" contains "file1\n" [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.23s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp c4c3a2f82f6b3e13bfb8b1d2e4c10d181db507abb486c820a6040f8edae6f3ab:dir1 /tmp/test-cp-from-case-e427342386/testDir` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e427342386/testDir/file1-1" contains "file1-1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp c4c3a2f82f6b3e13bfb8b1d2e4c10d181db507abb486c820a6040f8edae6f3ab:dir1 /tmp/test-cp-from-case-e427342386/testDir/` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e427342386/testDir/file1-1" contains "file1-1\n" [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.97s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp f224dbde57b8a3f426ccdb49462e8ef8a8167c0156f7d7ad9f4767aea2c52670:/root/dir1 /tmp/test-cp-from-case-f500299241/file1` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.12s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp dc9da4515090c865d52a1c0b313d220043ff08b258098034892ea80f8324a5ab:/root/dir1 /tmp/test-cp-from-case-g017608244/dir2` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g017608244/dir2/dir1/file1-1" contains "file1-1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp dc9da4515090c865d52a1c0b313d220043ff08b258098034892ea80f8324a5ab:/root/dir1 /tmp/test-cp-from-case-g017608244/dir2/` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g017608244/dir2/dir1/file1-1" contains "file1-1\n" [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.14s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp b223508a38b11e852ddcbf38ecefa7ab5d59e146f15a9adc0f9f354d1935b7cb:dir1/. /tmp/test-cp-from-case-h727954947/testDir` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h727954947/testDir/file1-1" contains "file1-1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp b223508a38b11e852ddcbf38ecefa7ab5d59e146f15a9adc0f9f354d1935b7cb:dir1/. /tmp/test-cp-from-case-h727954947/testDir/` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h727954947/testDir/file1-1" contains "file1-1\n" [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.20s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 69989806cc22ded91631ccc5da457def6a058a08dddbe3dec7c1d0a08b2c94fc:/root/dir1/. /tmp/test-cp-from-case-i422545798/file1` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.28s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 42e08b92c745eaba747433100e71b7e001ccf9f25fffcd562e61257a80803cce:/root/dir1/. /tmp/test-cp-from-case-j717429037/dir2` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j717429037/dir2/file1-1" contains "file1-1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 42e08b92c745eaba747433100e71b7e001ccf9f25fffcd562e61257a80803cce:/root/dir1/. /tmp/test-cp-from-case-j717429037/dir2/` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j717429037/dir2/file1-1" contains "file1-1\n" [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.68s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 8389cbbb6e08ab3e1feea317bd7fa642b568d888d59e9c1fc2145d7e347917f8:/file2 /tmp/test-cp-from-err-dst-not-dir579769512/symlinkToFile1` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir579769512/symlinkToFile1" points to "file1" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir579769512/file1" contains "file2\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 8389cbbb6e08ab3e1feea317bd7fa642b568d888d59e9c1fc2145d7e347917f8:/file2 /tmp/test-cp-from-err-dst-not-dir579769512/symlinkToDir1` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir579769512/symlinkToDir1" points to "dir1" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir579769512/file2" contains "file2\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 8389cbbb6e08ab3e1feea317bd7fa642b568d888d59e9c1fc2145d7e347917f8:/file2 /tmp/test-cp-from-err-dst-not-dir579769512/brokenSymlinkToFileX` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir579769512/brokenSymlinkToFileX" points to "fileX" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir579769512/fileX" contains "file2\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 8389cbbb6e08ab3e1feea317bd7fa642b568d888d59e9c1fc2145d7e347917f8:/dir2 /tmp/test-cp-from-err-dst-not-dir579769512/symlinkToDir1` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir579769512/symlinkToDir1" points to "dir1" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir579769512/dir1/dir2/file2-1" contains "file2-1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp 8389cbbb6e08ab3e1feea317bd7fa642b568d888d59e9c1fc2145d7e347917f8:/dir2 /tmp/test-cp-from-err-dst-not-dir579769512/brokenSymlinkToDirX` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir579769512/brokenSymlinkToDirX" points to "dirX" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir579769512/dirX/file2-1" contains "file2-1\n" [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.11s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.18s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.01s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpRelativePath (1.06s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.16s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.96s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.21s) [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpToCaseA (2.15s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a356138832/file1 a3c1ca8cb31feccf7c09b483ce1f78977357cb03c09e49c30cb1bb2776eb3a5a:/root/itWorks.txt` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:279: checking that container "a3c1ca8cb31feccf7c09b483ce1f78977357cb03c09e49c30cb1bb2776eb3a5a" start output contains "file1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:209: running `docker start -a a3c1ca8cb31feccf7c09b483ce1f78977357cb03c09e49c30cb1bb2776eb3a5a` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpToCaseB (1.04s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b235645039/file1 35bcdf1685f412286099f0c184b73161402b5ec942baa2fa447499e886849176:testDir/` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.60s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:279: checking that container "07298cf266e085b30d9f2c5f6ab6863c7579f623a7908208c5fb77e7f4287168" start output contains "file2\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:209: running `docker start -a 07298cf266e085b30d9f2c5f6ab6863c7579f623a7908208c5fb77e7f4287168` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c227173634/file1 07298cf266e085b30d9f2c5f6ab6863c7579f623a7908208c5fb77e7f4287168:/root/file2` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:279: checking that container "07298cf266e085b30d9f2c5f6ab6863c7579f623a7908208c5fb77e7f4287168" start output contains "file1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:209: running `docker start -a 07298cf266e085b30d9f2c5f6ab6863c7579f623a7908208c5fb77e7f4287168` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.42s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:279: checking that container "0991876a269558be57e9529af7d49480312b18117c364154d5e4f6f072a15b30" start output contains "" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0991876a269558be57e9529af7d49480312b18117c364154d5e4f6f072a15b30` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d904898169/file1 0991876a269558be57e9529af7d49480312b18117c364154d5e4f6f072a15b30:dir1` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:279: checking that container "0991876a269558be57e9529af7d49480312b18117c364154d5e4f6f072a15b30" start output contains "file1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0991876a269558be57e9529af7d49480312b18117c364154d5e4f6f072a15b30` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:279: checking that container "23d75f5cb0f4dc0c64a958e5dc9b7137413b828642e66725e65d8f4fb6669392" start output contains "" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:209: running `docker start -a 23d75f5cb0f4dc0c64a958e5dc9b7137413b828642e66725e65d8f4fb6669392` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d904898169/file1 23d75f5cb0f4dc0c64a958e5dc9b7137413b828642e66725e65d8f4fb6669392:dir1/` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:279: checking that container "23d75f5cb0f4dc0c64a958e5dc9b7137413b828642e66725e65d8f4fb6669392" start output contains "file1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:209: running `docker start -a 23d75f5cb0f4dc0c64a958e5dc9b7137413b828642e66725e65d8f4fb6669392` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.75s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e082788228/dir1 6cb7928a5e763fe351bcc96cdb9cabc8d67a0609edd1e4026f13bccf8ee83bfa:testDir` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:279: checking that container "6cb7928a5e763fe351bcc96cdb9cabc8d67a0609edd1e4026f13bccf8ee83bfa" start output contains "file1-1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6cb7928a5e763fe351bcc96cdb9cabc8d67a0609edd1e4026f13bccf8ee83bfa` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e082788228/dir1 0a2b145e9ff46b3ae8317680ea89ef2c72b7a24f0bac647dc1a80cfa47c94659:testDir/` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:279: checking that container "0a2b145e9ff46b3ae8317680ea89ef2c72b7a24f0bac647dc1a80cfa47c94659" start output contains "file1-1\n" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0a2b145e9ff46b3ae8317680ea89ef2c72b7a24f0bac647dc1a80cfa47c94659` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpToCaseF (1.00s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f271958291/dir1 a1e06056072d8011b807b231e457eb80d9ee2ad123d5d93a8117005305aa01ce:/root/file1` [2019-11-16T01:06:44.283Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.25s) [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:279: checking that container "30bae9cd60aca722c1f2bd703962aa1a54ea65fe2920f5ff6bee9b938e6827ae" start output contains "" [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:209: running `docker start -a 30bae9cd60aca722c1f2bd703962aa1a54ea65fe2920f5ff6bee9b938e6827ae` [2019-11-16T01:06:44.283Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g259667798/dir1 30bae9cd60aca722c1f2bd703962aa1a54ea65fe2920f5ff6bee9b938e6827ae:/root/dir2` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "30bae9cd60aca722c1f2bd703962aa1a54ea65fe2920f5ff6bee9b938e6827ae" start output contains "file1-1\n" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a 30bae9cd60aca722c1f2bd703962aa1a54ea65fe2920f5ff6bee9b938e6827ae` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "7662c7fb206a6b81d6216b408232bd65881c31e405a229badddfa8e82a7ce014" start output contains "" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a 7662c7fb206a6b81d6216b408232bd65881c31e405a229badddfa8e82a7ce014` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g259667798/dir1 7662c7fb206a6b81d6216b408232bd65881c31e405a229badddfa8e82a7ce014:/dir2/` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "7662c7fb206a6b81d6216b408232bd65881c31e405a229badddfa8e82a7ce014" start output contains "file1-1\n" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a 7662c7fb206a6b81d6216b408232bd65881c31e405a229badddfa8e82a7ce014` [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.78s) [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h730071741/dir1/. 3aaee5c8a28d8f8d1691912c9b907e3b41e07fc4d9baefeea6106b66fcdbda86:testDir` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "3aaee5c8a28d8f8d1691912c9b907e3b41e07fc4d9baefeea6106b66fcdbda86" start output contains "file1-1\n" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a 3aaee5c8a28d8f8d1691912c9b907e3b41e07fc4d9baefeea6106b66fcdbda86` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h730071741/dir1/. 6a10373a7152c979618b3ba929cddfee5debb9feba6f4e8f0eb07dc21e2f3c7a:testDir/` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "6a10373a7152c979618b3ba929cddfee5debb9feba6f4e8f0eb07dc21e2f3c7a" start output contains "file1-1\n" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6a10373a7152c979618b3ba929cddfee5debb9feba6f4e8f0eb07dc21e2f3c7a` [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.91s) [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i171395320/dir1/. 654d8315f245673945bf6dfc7e3bd155ae8cfce3fcfa30e1e90cdd33c337e1b6:/root/file1` [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.96s) [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "1684116342b50373405ab0ffd5aec6724a07306891982460b17ba98b1e85ce4a" start output contains "" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1684116342b50373405ab0ffd5aec6724a07306891982460b17ba98b1e85ce4a` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j814824951/dir1/. 1684116342b50373405ab0ffd5aec6724a07306891982460b17ba98b1e85ce4a:/dir2` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "1684116342b50373405ab0ffd5aec6724a07306891982460b17ba98b1e85ce4a" start output contains "file1-1\n" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1684116342b50373405ab0ffd5aec6724a07306891982460b17ba98b1e85ce4a` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "6d64a60a1f47ee0bd84e5eebd312771c8257640bcc752ce7c619f3b1e0722e7b" start output contains "" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6d64a60a1f47ee0bd84e5eebd312771c8257640bcc752ce7c619f3b1e0722e7b` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j814824951/dir1/. 6d64a60a1f47ee0bd84e5eebd312771c8257640bcc752ce7c619f3b1e0722e7b:/dir2/` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "6d64a60a1f47ee0bd84e5eebd312771c8257640bcc752ce7c619f3b1e0722e7b" start output contains "file1-1\n" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6d64a60a1f47ee0bd84e5eebd312771c8257640bcc752ce7c619f3b1e0722e7b` [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.99s) [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions677965546/permdirtest permtest:/` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpToDot (0.96s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.70s) [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs194372524/file1 64ea7b51717f648feec437bda106aa22bf523d331207409de15c68f6cac1b445:/root/shouldNotExist` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "64ea7b51717f648feec437bda106aa22bf523d331207409de15c68f6cac1b445" start output contains "" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a 64ea7b51717f648feec437bda106aa22bf523d331207409de15c68f6cac1b445` [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.92s) [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume887508251/file1 dea58079859d0d2d10f4c0ad16a15c6d6e04fa6f42ded1cc6b6eacfe559c266f:/vol_ro/shouldNotExist` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:279: checking that container "dea58079859d0d2d10f4c0ad16a15c6d6e04fa6f42ded1cc6b6eacfe559c266f" start output contains "" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:209: running `docker start -a dea58079859d0d2d10f4c0ad16a15c6d6e04fa6f42ded1cc6b6eacfe559c266f` [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpToStdout (0.94s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.41s) [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-914137022/file2 a6a63b22153c4a9e46f6437ade8e9f9b0984ae8448d1bd3ce35e4d68f78421f0:/vol2/symlinkToFile1` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-914137022/symlinkToFile1" points to "file1" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-914137022/file1" contains "file2\n" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-914137022/file2 a6a63b22153c4a9e46f6437ade8e9f9b0984ae8448d1bd3ce35e4d68f78421f0:/vol2/symlinkToDir1` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-914137022/symlinkToDir1" points to "dir1" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-914137022/file2" contains "file2\n" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-914137022/file2 a6a63b22153c4a9e46f6437ade8e9f9b0984ae8448d1bd3ce35e4d68f78421f0:/vol2/brokenSymlinkToFileX` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-914137022/brokenSymlinkToFileX" points to "fileX" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-914137022/fileX" contains "file2\n" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-914137022//dir2 a6a63b22153c4a9e46f6437ade8e9f9b0984ae8448d1bd3ce35e4d68f78421f0:/vol2/symlinkToDir1` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-914137022/symlinkToDir1" points to "dir1" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-914137022/dir1/dir2/file2-1" contains "file2-1\n" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-914137022//dir2 a6a63b22153c4a9e46f6437ade8e9f9b0984ae8448d1bd3ce35e4d68f78421f0:/vol2/brokenSymlinkToDirX` [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-914137022/brokenSymlinkToDirX" points to "dirX" [2019-11-16T01:06:44.284Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-914137022/dirX/file2-1" contains "file2-1\n" [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.42s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.95s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.65s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.52s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.83s) [2019-11-16T01:06:44.284Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-11-16T01:06:44.284Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.72s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.41s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateLabels (0.10s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.17s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2019-11-16T01:06:44.284Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-11-16T01:06:44.284Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.11s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.26s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.44s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.07s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.19s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.83s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.73s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.89s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.72s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.73s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.83s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.83s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.16s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.80s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.27s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.89s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.54s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.13s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.64s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.49s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.33s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.31s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.26s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsAttach (1.06s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsCommit (1.17s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.19s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.99s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.92s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.86s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.87s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.59s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.59s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsCopy (1.65s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (2.12s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.91s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.43s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (2.19s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.70s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.38s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.13s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFilters (1.81s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFormat (1.62s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.91s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.23s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.38s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.29s) [2019-11-16T01:06:44.284Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-11-16T01:06:44.284Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:06:44.284Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-11-16T01:06:44.284Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.67s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.85s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsRename (0.97s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsResize (0.98s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.00s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.31s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.93s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.05s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsTop (0.95s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.60s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExec (1.03s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (1.06s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.84s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.94s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.49s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.02s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.18s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.96s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.97s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.30s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.79s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (2.35s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecCgroup (1.97s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecEnv (1.12s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.67s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.95s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecInspectID (3.18s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecInteractive (1.00s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.99s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.92s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecParseError (0.90s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.94s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.85s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.33s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.97s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecStartFails (0.96s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.25s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (1.10s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecTTY (1.29s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.09s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.91s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecUlimits (0.97s) [2019-11-16T01:06:44.284Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-11-16T01:06:44.284Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.28s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.14s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.48s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.92s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestExecWithUser (1.08s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.86s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.86s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.58s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.85s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.84s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestHealth (21.92s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.47s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.04s) [2019-11-16T01:06:44.284Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.56s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.04s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.11s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.41s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.32s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.54s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.03s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.04s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.19s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.91s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.81s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.91s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImportDisplay (2.04s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImportFile (1.83s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.36s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImportGzipped (1.98s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.91s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInfoDebug (0.53s) [2019-11-16T01:06:44.285Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug [2019-11-16T01:06:44.285Z] daemon.go:325: [d827c01ce9145] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:325: [d827c01ce9145] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:353: [d827c01ce9145] daemon started [2019-11-16T01:06:44.285Z] daemon.go:461: [d827c01ce9145] Stopping daemon [2019-11-16T01:06:44.285Z] daemon.go:296: [d827c01ce9145] exiting daemon [2019-11-16T01:06:44.285Z] daemon.go:448: [d827c01ce9145] Daemon stopped [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.59s) [2019-11-16T01:06:44.285Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-11-16T01:06:44.285Z] daemon.go:325: [d6e3e6d1cdb1e] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:325: [d6e3e6d1cdb1e] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:353: [d6e3e6d1cdb1e] daemon started [2019-11-16T01:06:44.285Z] daemon.go:461: [d6e3e6d1cdb1e] Stopping daemon [2019-11-16T01:06:44.285Z] daemon.go:296: [d6e3e6d1cdb1e] exiting daemon [2019-11-16T01:06:44.285Z] daemon.go:448: [d6e3e6d1cdb1e] Daemon stopped [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.53s) [2019-11-16T01:06:44.285Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend [2019-11-16T01:06:44.285Z] daemon.go:325: [d91c0cdea39e6] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:325: [d91c0cdea39e6] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:353: [d91c0cdea39e6] daemon started [2019-11-16T01:06:44.285Z] daemon.go:461: [d91c0cdea39e6] Stopping daemon [2019-11-16T01:06:44.285Z] daemon.go:296: [d91c0cdea39e6] exiting daemon [2019-11-16T01:06:44.285Z] daemon.go:448: [d91c0cdea39e6] Daemon stopped [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-11-16T01:06:44.285Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-11-16T01:06:44.285Z] daemon.go:325: [d29520d195dd2] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:296: [d29520d195dd2] exiting daemon [2019-11-16T01:06:44.285Z] daemon.go:325: [d29520d195dd2] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:325: [d29520d195dd2] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:296: [d29520d195dd2] exiting daemon [2019-11-16T01:06:44.285Z] daemon.go:325: [d29520d195dd2] waiting for daemon to start [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.96s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (1.05s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.89s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.04s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInfoFormat (0.03s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.04s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.60s) [2019-11-16T01:06:44.285Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries [2019-11-16T01:06:44.285Z] daemon.go:325: [da279f2cd7dfe] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:325: [da279f2cd7dfe] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:353: [da279f2cd7dfe] daemon started [2019-11-16T01:06:44.285Z] daemon.go:461: [da279f2cd7dfe] Stopping daemon [2019-11-16T01:06:44.285Z] daemon.go:296: [da279f2cd7dfe] exiting daemon [2019-11-16T01:06:44.285Z] daemon.go:448: [da279f2cd7dfe] Daemon stopped [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.85s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.86s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.93s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.12s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.86s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.82s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.59s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.84s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.87s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.04s) [2019-11-16T01:06:44.285Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-11-16T01:06:44.285Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.30s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.94s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectDefault (0.83s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectHistory (0.96s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2019-11-16T01:06:44.285Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-11-16T01:06:44.285Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.80s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.00s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.86s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.07s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.87s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.87s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectStatus (0.93s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.79s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.93s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.15s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.88s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.82s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.85s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.82s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.56s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.73s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.91s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.37s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.09s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (3.24s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.55s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.68s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.50s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.10s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (14.16s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (3.32s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.56s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (1.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.13s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.44s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.87s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.81s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.84s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.88s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.83s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.05s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.46s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.30s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.26s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.51s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.13s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.75s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.85s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.03s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsSince (6.85s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.84s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.83s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsTail (0.87s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.81s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.86s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.50s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.81s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestNetHostname (2.48s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.38s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.31s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.48s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.85s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPluginActive (1.74s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.30s) [2019-11-16T01:06:44.285Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-11-16T01:06:44.285Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.90s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPluginLogDriver (4.35s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.52s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.03s) [2019-11-16T01:06:44.285Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector [2019-11-16T01:06:44.285Z] daemon.go:325: [d2bf1a1ea8ed1] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:325: [d2bf1a1ea8ed1] waiting for daemon to start [2019-11-16T01:06:44.285Z] daemon.go:353: [d2bf1a1ea8ed1] daemon started [2019-11-16T01:06:44.285Z] daemon.go:461: [d2bf1a1ea8ed1] Stopping daemon [2019-11-16T01:06:44.285Z] daemon.go:296: [d2bf1a1ea8ed1] exiting daemon [2019-11-16T01:06:44.285Z] daemon.go:448: [d2bf1a1ea8ed1] Daemon stopped [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.83s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.43s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.52s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.52s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPortList (11.10s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.88s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.79s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.83s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (1.04s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.71s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.13s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.55s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.28s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.67s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.34s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsByOrder (3.57s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.14s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.69s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.56s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.17s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.14s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.52s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.81s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.68s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.78s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (2.22s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.75s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.64s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.47s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.21s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.93s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.75s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPsShowMounts (3.13s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.93s) [2019-11-16T01:06:44.285Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-11-16T01:06:44.285Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.22s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.94s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.66s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.65s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.82s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.94s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.56s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.44s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.34s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.72s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.61s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.26s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.66s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.12s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.08s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.13s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.34s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.08s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.19s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.03s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.02s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.90s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.66s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.84s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.08s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.42s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.59s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAddHost (0.84s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.41s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.78s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.87s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.96s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.83s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.95s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.92s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.56s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.66s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.90s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.98s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.11s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.82s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.11s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.47s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.29s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.84s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.79s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.86s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.52s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.85s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.94s) [2019-11-16T01:06:44.285Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.96s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.83s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.94s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.79s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (1.06s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (1.50s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.84s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.84s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.43s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.88s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.90s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.81s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.80s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.67s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.64s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.53s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.88s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.93s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.15s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.83s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.83s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.92s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.70s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.82s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.44s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (2.05s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (3.11s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.92s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2019-11-16T01:06:44.286Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-11-16T01:06:44.286Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.93s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.08s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.62s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.70s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.81s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.71s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.87s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-11-16T01:06:44.286Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (1.05s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.94s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.83s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.83s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.11s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (1.01s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.86s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.89s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (1.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.83s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunExitCode (0.90s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.86s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.07s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.91s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunExposePort (0.04s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.86s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.77s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.60s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.38s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-11-16T01:06:44.286Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.68s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.88s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.69s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.16s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.98s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.85s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.72s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.77s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.79s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.90s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.71s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.69s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.21s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.63s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.34s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.77s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.24s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.70s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.69s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunMount (7.63s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.80s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.90s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.63s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.42s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.48s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.40s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.74s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.85s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.66s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.81s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNetHost (1.24s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.82s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.89s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.80s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.70s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.24s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.76s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.84s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.74s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.78s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.88s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.90s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-11-16T01:06:44.286Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.84s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.85s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.93s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.04s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.84s) [2019-11-16T01:06:44.286Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.74s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.72s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.79s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.80s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-11-16T01:06:44.286Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.85s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.78s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-11-16T01:06:44.286Z] docker_cli_run_test.go:2872: kernel doesn't have latency_stats configured [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (1.00s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.76s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-11-16T01:06:44.286Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.40s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.58s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunRm (0.81s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.80s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.85s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.86s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (2.00s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.84s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.12s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.94s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.82s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (1.15s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.77s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.81s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.85s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.83s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.09s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.83s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.70s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunState (1.75s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.90s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.74s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.21s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-11-16T01:06:44.286Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.98s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.76s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunSysctls (1.71s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.82s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.74s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.78s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.01s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.13s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.09s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.83s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.82s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.88s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.71s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.45s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUserByID (0.93s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.25s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.19s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.98s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUserByName (0.88s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.01s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2019-11-16T01:06:44.286Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.27s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.82s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (5.51s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (1.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.28s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.75s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.70s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (3.06s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (3.45s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (1.05s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.88s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (1.12s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-11-16T01:06:44.286Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2019-11-16T01:06:44.286Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2019-11-16T01:06:44.286Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.91s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (1.16s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.85s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.98s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.87s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.89s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.87s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.18s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.18s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.18s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.16s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.17s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (1.03s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (1.00s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (1.01s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.99s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.31s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.96s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.85s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.99s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.97s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.85s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.88s) [2019-11-16T01:06:44.286Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-11-16T01:06:44.286Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.82s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.09s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.85s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.88s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.97s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (1.04s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.17s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.18s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.50s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.06s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.97s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.56s) [2019-11-16T01:06:44.286Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.21s) [2019-11-16T01:06:44.286Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents371860112 [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.79s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.82s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.60s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.52s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.43s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.56s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.66s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.64s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.09s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.57s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.96s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.79s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.91s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStartRecordError (1.86s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.49s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.30s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.79s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.26s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.77s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.03s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.89s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.93s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.95s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.83s) [2019-11-16T01:06:44.287Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-11-16T01:06:44.287Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.87s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.60s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.45s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.83s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.83s) [2019-11-16T01:06:44.287Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-11-16T01:06:44.287Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.02s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.96s) [2019-11-16T01:06:44.287Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-11-16T01:06:44.287Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.78s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.04s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.00s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.84s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateStats (4.74s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.62s) [2019-11-16T01:06:44.287Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-11-16T01:06:44.287Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.24s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.05s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.73s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.06s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.75s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.14s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.33s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (6.42s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.73s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.50s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.65s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.68s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.51s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.94s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.61s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.52s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.46s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.86s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.92s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.03s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.12s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.58s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.17s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.91s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.51s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.28s) [2019-11-16T01:06:44.287Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.33s) [2019-11-16T01:06:44.287Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2019-11-16T01:06:44.287Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-11-16T01:06:44.287Z] === RUN TestDockerRegistrySuite [2019-11-16T01:06:44.287Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-11-16T01:06:46.181Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-11-16T01:06:46.464Z] === RUN TestDockerSuite/TestEventsTop [2019-11-16T01:06:46.464Z] === RUN TestDockerSuite/TestEventsUntag [2019-11-16T01:06:48.076Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-11-16T01:06:49.358Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-11-16T01:06:49.972Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-11-16T01:06:53.094Z] === RUN TestDockerSuite/TestExec [2019-11-16T01:06:53.094Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-11-16T01:06:53.094Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-11-16T01:06:54.628Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-11-16T01:06:55.370Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-11-16T01:06:56.160Z] === RUN TestDockerSuite/TestExecAPIStart [2019-11-16T01:06:56.160Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-11-16T01:06:56.160Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-11-16T01:06:56.160Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-11-16T01:06:58.329Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-11-16T01:06:59.546Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-11-16T01:06:59.862Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-11-16T01:07:00.482Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-11-16T01:07:01.852Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-11-16T01:07:02.034Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-11-16T01:07:03.570Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-11-16T01:07:03.746Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-11-16T01:07:05.117Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-11-16T01:07:07.012Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-11-16T01:07:08.255Z] === RUN TestDockerSuite/TestExecCgroup [2019-11-16T01:07:08.255Z] === RUN TestDockerSuite/TestExecEnv [2019-11-16T01:07:08.255Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-11-16T01:07:08.255Z] === RUN TestDockerSuite/TestExecExitStatus [2019-11-16T01:07:08.382Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-11-16T01:07:09.752Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-11-16T01:07:09.788Z] === RUN TestDockerSuite/TestExecInspectID [2019-11-16T01:07:13.029Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-11-16T01:07:13.522Z] === RUN TestDockerSuite/TestExecInteractive [2019-11-16T01:07:13.522Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-11-16T01:07:13.522Z] === RUN TestDockerSuite/TestExecParseError [2019-11-16T01:07:13.522Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-11-16T01:07:13.522Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-11-16T01:07:13.522Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-11-16T01:07:15.553Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-11-16T01:07:15.694Z] === RUN TestDockerSuite/TestExecSetEnv [2019-11-16T01:07:15.694Z] === RUN TestDockerSuite/TestExecStartFails [2019-11-16T01:07:15.694Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-11-16T01:07:15.694Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-11-16T01:07:15.694Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-11-16T01:07:15.694Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-11-16T01:07:16.925Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-11-16T01:07:17.864Z] === RUN TestDockerSuite/TestExecUlimits [2019-11-16T01:07:17.864Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-11-16T01:07:20.200Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-11-16T01:07:21.571Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-11-16T01:07:21.571Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-11-16T01:07:23.467Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-11-16T01:07:24.837Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-11-16T01:07:26.210Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-11-16T01:07:26.422Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-11-16T01:07:26.422Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-11-16T01:07:26.422Z] === RUN TestDockerSuite/TestExecWithUser [2019-11-16T01:07:26.422Z] === RUN TestDockerSuite/TestGetContainerStats [2019-11-16T01:07:30.403Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-11-16T01:07:30.403Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-11-16T01:07:32.205Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-11-16T01:07:32.298Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-11-16T01:07:32.555Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-11-16T01:07:32.555Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-11-16T01:07:32.812Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-11-16T01:07:33.377Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-11-16T01:07:33.634Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-11-16T01:07:33.634Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-11-16T01:07:35.529Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-11-16T01:07:37.426Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-11-16T01:07:37.977Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-11-16T01:07:38.795Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-11-16T01:07:40.147Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-11-16T01:07:40.165Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-11-16T01:07:41.535Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite (57.75s) [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.82s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d7d96882c526c is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.60s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d0e2fbc0ea835 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (2.05s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d1fd8b7acca9e is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.79s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon dfe084a9de16a is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.34s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon dd0984be68ab8 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.55s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon dda9695b20a6e is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.42s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d213c2505fb50 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.48s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon df1c800c4b8b0 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.82s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d92fe4e0e7f38 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.58s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon de42839fe0d79 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.37s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d69816bc9f183 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.42s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d38897beed181 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.90s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-11-16T01:07:42.100Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f5895c1feaca8c8668fbb39d52a275bab416b686c48848209cfded63368db52f [2019-11-16T01:07:42.100Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c393d559e094f4e9cdf9e1a7f87802daaaff56dd34fad058a3337da1e6f9928a [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon dd324d56a5ae2 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.84s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests [2019-11-16T01:07:42.100Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7b470360f1da5a7d7ab855c5dddce8a385e25f592f7e2f48259bc5306e9e0d04 [2019-11-16T01:07:42.100Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ab77042b9949576fa22d9c8f0f84a73afde7bbc705322466728fa5d034a1a977 [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d69a65787db50 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.44s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon de9e7526d6c35 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.39s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d9d22669b1529 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.41s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon df1c249a92009 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d83081a36e221 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.61s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d550360ec81c7 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.43s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon df7d26517d094 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.28s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon dbe64d8c7d3ce is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (4.07s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d84741d4e220d is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d54df3a85e1be is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.56s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon dd67246ee8b17 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.46s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d40e78771624b is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d9f7822e2bd18 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon dc14b14007c21 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.28s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon dc2d6ac3a62ba is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.41s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d80a39394103d is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d62c79176c565 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.48s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d7bb5f0f3556c is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.28s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon dfab82e97a42a is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.36s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon d094ddad7ee27 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.44s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest [2019-11-16T01:07:42.100Z] check_test.go:196: Daemon dbc3dab062967 is not started [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.02s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough [2019-11-16T01:07:42.100Z] daemon.go:325: [d582ad4457445] waiting for daemon to start [2019-11-16T01:07:42.100Z] daemon.go:325: [d582ad4457445] waiting for daemon to start [2019-11-16T01:07:42.100Z] daemon.go:353: [d582ad4457445] daemon started [2019-11-16T01:07:42.100Z] daemon.go:461: [d582ad4457445] Stopping daemon [2019-11-16T01:07:42.100Z] daemon.go:296: [d582ad4457445] exiting daemon [2019-11-16T01:07:42.100Z] daemon.go:448: [d582ad4457445] Daemon stopped [2019-11-16T01:07:42.100Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.79s) [2019-11-16T01:07:42.100Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only [2019-11-16T01:07:42.100Z] daemon.go:325: [d279ed6d30894] waiting for daemon to start [2019-11-16T01:07:42.100Z] daemon.go:325: [d279ed6d30894] waiting for daemon to start [2019-11-16T01:07:42.100Z] daemon.go:353: [d279ed6d30894] daemon started [2019-11-16T01:07:42.100Z] daemon.go:461: [d279ed6d30894] Stopping daemon [2019-11-16T01:07:42.100Z] daemon.go:296: [d279ed6d30894] exiting daemon [2019-11-16T01:07:42.100Z] daemon.go:448: [d279ed6d30894] Daemon stopped [2019-11-16T01:07:42.100Z] === RUN TestDockerSchema1RegistrySuite [2019-11-16T01:07:42.100Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-11-16T01:07:45.928Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-11-16T01:07:45.928Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-11-16T01:07:45.928Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-11-16T01:07:45.928Z] === RUN TestDockerSuite/TestHealth [2019-11-16T01:07:45.928Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-11-16T01:07:45.928Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-11-16T01:07:45.928Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-11-16T01:07:46.386Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-11-16T01:07:47.359Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-11-16T01:07:51.214Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-11-16T01:07:51.214Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-11-16T01:07:51.214Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-11-16T01:07:51.214Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-11-16T01:07:51.214Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-11-16T01:07:51.214Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-11-16T01:07:51.540Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-11-16T01:07:51.671Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-11-16T01:07:51.671Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-11-16T01:07:52.635Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-11-16T01:07:52.911Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-11-16T01:07:53.095Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-11-16T01:07:54.284Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-11-16T01:07:54.284Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-11-16T01:07:54.627Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-11-16T01:07:54.627Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-11-16T01:07:56.181Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-11-16T01:07:56.799Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-11-16T01:07:57.112Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-11-16T01:07:57.676Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-11-16T01:07:58.625Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-11-16T01:07:58.970Z] === RUN TestDockerSuite/TestImagesFormat [2019-11-16T01:07:58.970Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-11-16T01:07:58.970Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-11-16T01:08:02.692Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-11-16T01:08:02.692Z] === RUN TestDockerSuite/TestImportBadURL [2019-11-16T01:08:02.802Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-11-16T01:08:03.059Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-11-16T01:08:03.624Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-11-16T01:08:03.881Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-11-16T01:08:04.138Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-11-16T01:08:04.395Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-11-16T01:08:04.653Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-11-16T01:08:04.859Z] === RUN TestDockerSuite/TestImportDisplay [2019-11-16T01:08:04.859Z] === RUN TestDockerSuite/TestImportFile [2019-11-16T01:08:04.859Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-11-16T01:08:04.859Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-11-16T01:08:04.859Z] === RUN TestDockerSuite/TestImportGzipped [2019-11-16T01:08:04.859Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-11-16T01:08:04.859Z] === RUN TestDockerSuite/TestInfoDebug [2019-11-16T01:08:04.859Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite (22.76s) [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.70s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon d2ff4041a77b0 is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.50s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon d2dba0e2795ab is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.33s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon d802e55489e7f is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.46s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon dd6934a5ffde1 is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon d3e8c8c2a57c1 is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.58s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon dd9c4f95198d1 is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.36s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon d1ef05faad57c is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.48s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon d8f3d1a32e0a0 is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.13s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon d6b8254b2ce4b is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon d3b1ee9aa8a19 is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.51s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon d93bfcee14cc3 is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon dc3e052009c46 is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon db4f5ed5b62bf is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon db50699a59e8a is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon dc46ae647f61b is not started [2019-11-16T01:08:04.911Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-11-16T01:08:04.911Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged [2019-11-16T01:08:04.911Z] check_test.go:223: Daemon d5dfa19298f35 is not started [2019-11-16T01:08:04.911Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-11-16T01:08:04.911Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-11-16T01:08:05.316Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-11-16T01:08:05.316Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-11-16T01:08:05.316Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-11-16T01:08:05.316Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-11-16T01:08:05.316Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-11-16T01:08:05.316Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-11-16T01:08:05.316Z] === RUN TestDockerSuite/TestInfoFormat [2019-11-16T01:08:05.774Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-11-16T01:08:05.774Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-11-16T01:08:05.774Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-11-16T01:08:05.774Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-11-16T01:08:05.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-11-16T01:08:06.408Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-11-16T01:08:06.666Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-11-16T01:08:07.597Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-11-16T01:08:07.854Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-11-16T01:08:07.946Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-11-16T01:08:08.418Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-11-16T01:08:08.675Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-11-16T01:08:08.932Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.08s) [2019-11-16T01:08:08.932Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.98s) [2019-11-16T01:08:08.932Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-11-16T01:08:08.932Z] check_test.go:252: Daemon d4c88aaca0587 is not started [2019-11-16T01:08:08.932Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.54s) [2019-11-16T01:08:08.932Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-11-16T01:08:08.932Z] check_test.go:252: Daemon dae8d20b4689b is not started [2019-11-16T01:08:08.932Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2019-11-16T01:08:08.932Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-11-16T01:08:08.932Z] check_test.go:252: Daemon d806f32f23632 is not started [2019-11-16T01:08:08.932Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.13s) [2019-11-16T01:08:08.932Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-11-16T01:08:08.932Z] daemon.go:325: [d078b41d9a9e6] waiting for daemon to start [2019-11-16T01:08:08.932Z] daemon.go:325: [d078b41d9a9e6] waiting for daemon to start [2019-11-16T01:08:08.932Z] daemon.go:353: [d078b41d9a9e6] daemon started [2019-11-16T01:08:08.932Z] daemon.go:461: [d078b41d9a9e6] Stopping daemon [2019-11-16T01:08:08.932Z] daemon.go:296: [d078b41d9a9e6] exiting daemon [2019-11-16T01:08:08.932Z] daemon.go:448: [d078b41d9a9e6] Daemon stopped [2019-11-16T01:08:08.932Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-11-16T01:08:08.932Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-11-16T01:08:08.932Z] check_test.go:252: Daemon d14b53f571e28 is not started [2019-11-16T01:08:08.932Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2019-11-16T01:08:08.932Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-11-16T01:08:08.932Z] check_test.go:252: Daemon d88ba4ceccdcc is not started [2019-11-16T01:08:08.932Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2019-11-16T01:08:08.932Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-11-16T01:08:08.932Z] check_test.go:252: Daemon d059f12f1701e is not started [2019-11-16T01:08:08.932Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-11-16T01:08:08.932Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-11-16T01:08:08.932Z] check_test.go:252: Daemon d80f0029365f4 is not started [2019-11-16T01:08:08.932Z] === RUN TestDockerRegistryAuthTokenSuite [2019-11-16T01:08:08.932Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-11-16T01:08:09.478Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-11-16T01:08:09.478Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-11-16T01:08:09.478Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-11-16T01:08:09.478Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-11-16T01:08:09.478Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-11-16T01:08:11.646Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-11-16T01:08:11.646Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-11-16T01:08:13.107Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-11-16T01:08:13.822Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-11-16T01:08:13.822Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-11-16T01:08:13.822Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-11-16T01:08:13.822Z] === RUN TestDockerSuite/TestInspectDefault [2019-11-16T01:08:14.039Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-11-16T01:08:14.296Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-11-16T01:08:14.554Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-11-16T01:08:14.554Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-11-16T01:08:14.812Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.86s) [2019-11-16T01:08:14.812Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2019-11-16T01:08:14.812Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-11-16T01:08:14.812Z] check_test.go:279: Daemon d0c30bcf31890 is not started [2019-11-16T01:08:14.812Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2019-11-16T01:08:14.812Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-11-16T01:08:14.812Z] check_test.go:279: Daemon de6f9a3753763 is not started [2019-11-16T01:08:14.812Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.18s) [2019-11-16T01:08:14.812Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-11-16T01:08:14.812Z] check_test.go:279: Daemon de6d814b33c82 is not started [2019-11-16T01:08:14.812Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.20s) [2019-11-16T01:08:14.812Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-11-16T01:08:14.812Z] check_test.go:279: Daemon d36b0eab8497e is not started [2019-11-16T01:08:14.812Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2019-11-16T01:08:14.812Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-11-16T01:08:14.812Z] check_test.go:279: Daemon d0c2de7e86ff7 is not started [2019-11-16T01:08:14.812Z] === RUN TestDockerNetworkSuite [2019-11-16T01:08:14.812Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-11-16T01:08:15.744Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-11-16T01:08:15.994Z] === RUN TestDockerSuite/TestInspectHistory [2019-11-16T01:08:18.267Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-11-16T01:08:18.525Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-11-16T01:08:19.895Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-11-16T01:08:20.669Z] === RUN TestDockerSuite/TestInspectImage [2019-11-16T01:08:20.669Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-11-16T01:08:20.669Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-11-16T01:08:20.669Z] === RUN TestDockerSuite/TestInspectInt64 [2019-11-16T01:08:22.201Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-11-16T01:08:24.370Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-11-16T01:08:24.371Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-11-16T01:08:25.152Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-11-16T01:08:25.716Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-11-16T01:08:26.539Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-11-16T01:08:28.072Z] === RUN TestDockerSuite/TestInspectPlugin [2019-11-16T01:08:28.072Z] === RUN TestDockerSuite/TestInspectRootFS [2019-11-16T01:08:28.246Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-11-16T01:08:28.530Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-11-16T01:08:28.811Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-11-16T01:08:30.700Z] === RUN TestDockerSuite/TestInspectStatus [2019-11-16T01:08:32.869Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-11-16T01:08:32.991Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-11-16T01:08:35.514Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-11-16T01:08:36.591Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-11-16T01:08:38.864Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-11-16T01:08:40.397Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-11-16T01:08:42.567Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-11-16T01:08:44.737Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-11-16T01:08:45.473Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-11-16T01:08:46.268Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksEnvs [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-11-16T01:08:48.439Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-11-16T01:08:48.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-11-16T01:08:48.897Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-11-16T01:08:48.897Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-11-16T01:08:50.427Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-11-16T01:08:51.274Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-11-16T01:08:51.958Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-11-16T01:08:52.206Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-11-16T01:08:52.770Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-11-16T01:08:54.665Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-11-16T01:08:56.037Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-11-16T01:08:56.037Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-11-16T01:08:56.602Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-11-16T01:08:57.739Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-11-16T01:08:57.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-11-16T01:08:57.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-11-16T01:08:57.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-11-16T01:08:57.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-11-16T01:08:59.342Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-11-16T01:08:59.909Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-11-16T01:08:59.909Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-11-16T01:09:01.245Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-11-16T01:09:01.245Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-11-16T01:09:01.557Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-11-16T01:09:01.557Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-11-16T01:09:01.686Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-11-16T01:09:01.686Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-11-16T01:09:08.616Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-11-16T01:09:15.675Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-11-16T01:09:16.544Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-11-16T01:09:19.067Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-11-16T01:09:22.736Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-11-16T01:09:23.244Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-11-16T01:09:24.266Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-11-16T01:09:26.441Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-11-16T01:09:26.441Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-11-16T01:09:26.521Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-11-16T01:09:28.610Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-11-16T01:09:30.701Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-11-16T01:09:30.780Z] === RUN TestDockerSuite/TestLogsSince [2019-11-16T01:09:31.265Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-11-16T01:09:31.522Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-11-16T01:09:32.454Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-11-16T01:09:32.454Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-11-16T01:09:32.454Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-11-16T01:09:32.712Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-11-16T01:09:32.712Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-11-16T01:09:32.712Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-11-16T01:09:35.241Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-11-16T01:09:37.765Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-11-16T01:09:37.765Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-11-16T01:09:37.765Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-11-16T01:09:39.140Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-11-16T01:09:39.333Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-11-16T01:09:39.333Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-11-16T01:09:39.333Z] === RUN TestDockerSuite/TestLogsTail [2019-11-16T01:09:40.072Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-11-16T01:09:42.227Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-11-16T01:09:43.361Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-11-16T01:09:43.758Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-11-16T01:09:44.732Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-11-16T01:09:45.928Z] === RUN TestDockerSuite/TestMountIntoProc [2019-11-16T01:09:45.928Z] === RUN TestDockerSuite/TestMountIntoSys [2019-11-16T01:09:45.928Z] === RUN TestDockerSuite/TestNetHostname [2019-11-16T01:09:45.928Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-11-16T01:09:45.928Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-11-16T01:09:45.928Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-11-16T01:09:45.928Z] === RUN TestDockerSuite/TestPluginActive [2019-11-16T01:09:45.928Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-11-16T01:09:45.928Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-11-16T01:09:46.385Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-11-16T01:09:46.385Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-11-16T01:09:46.385Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-11-16T01:09:46.385Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-11-16T01:09:46.385Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-11-16T01:09:46.385Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-11-16T01:09:46.385Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-11-16T01:09:46.385Z] === RUN TestDockerSuite/TestPortHostBinding [2019-11-16T01:09:46.385Z] === RUN TestDockerSuite/TestPortList [2019-11-16T01:09:46.385Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-11-16T01:09:49.991Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-11-16T01:09:49.991Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-11-16T01:09:50.555Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-11-16T01:09:51.060Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-11-16T01:09:51.060Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-11-16T01:09:51.060Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-11-16T01:09:51.060Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-11-16T01:09:51.060Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-11-16T01:09:51.060Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-11-16T01:09:51.060Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-11-16T01:09:51.060Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-11-16T01:09:51.060Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-11-16T01:09:51.060Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-11-16T01:09:53.832Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-11-16T01:09:53.832Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-11-16T01:09:54.763Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-11-16T01:09:54.781Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-11-16T01:09:54.781Z] === RUN TestDockerSuite/TestPsByOrder [2019-11-16T01:09:55.327Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-11-16T01:09:57.224Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-11-16T01:10:03.349Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-11-16T01:10:03.350Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite (108.29s) [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.43s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d7b94e4e14353 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.45s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon dd08fba8babea is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.92s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d86c301dcccd8 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (3.22s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d6fec1bfeca84 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (4.03s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:1233: Daemon d5562fd74dcac is not started [2019-11-16T01:10:03.776Z] daemon.go:325: [d5562fd74dcac] waiting for daemon to start [2019-11-16T01:10:03.776Z] daemon.go:325: [d5562fd74dcac] waiting for daemon to start [2019-11-16T01:10:03.776Z] daemon.go:353: [d5562fd74dcac] daemon started [2019-11-16T01:10:03.776Z] daemon.go:461: [d5562fd74dcac] Stopping daemon [2019-11-16T01:10:03.776Z] daemon.go:296: [d5562fd74dcac] exiting daemon [2019-11-16T01:10:03.776Z] daemon.go:448: [d5562fd74dcac] Daemon stopped [2019-11-16T01:10:03.776Z] daemon.go:325: [d5562fd74dcac] waiting for daemon to start [2019-11-16T01:10:03.776Z] daemon.go:325: [d5562fd74dcac] waiting for daemon to start [2019-11-16T01:10:03.776Z] daemon.go:353: [d5562fd74dcac] daemon started [2019-11-16T01:10:03.776Z] daemon.go:461: [d5562fd74dcac] Stopping daemon [2019-11-16T01:10:03.776Z] daemon.go:296: [d5562fd74dcac] exiting daemon [2019-11-16T01:10:03.776Z] daemon.go:448: [d5562fd74dcac] Daemon stopped [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.32s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d9a353dad8d73 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (10.02s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d713cdd63ce04 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.69s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon de097e8667fd8 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (2.09s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d8d260ab1f4b3 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (1.10s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d07c2a0dcf6bb is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.82s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d527ebee703ea is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.52s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon dd392dcbe0374 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.62s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon db973312ae492 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.14s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon dba0f43c1e835 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.28s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon ddfb441c9c3bb is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.30s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d033a5f0c6994 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.15s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d59385ea77709 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d14ebf5657025 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.14s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon df24e50b259a7 is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.33s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d798306dc323a is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.62s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon da75312ff6c3f is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-11-16T01:10:03.776Z] docker_cli_network_unix_test.go:46: Daemon d164d540425ba is not started [2019-11-16T01:10:03.776Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.46s) [2019-11-16T01:10:03.776Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon db28334ea0208 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d29e1b83fd265 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (13.66s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-11-16T01:10:03.777Z] daemon.go:325: [d689975c6ed64] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:325: [d689975c6ed64] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:353: [d689975c6ed64] daemon started [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:968: Daemon d689975c6ed64 is not started [2019-11-16T01:10:03.777Z] daemon.go:325: [d689975c6ed64] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:296: [d689975c6ed64] exiting daemon [2019-11-16T01:10:03.777Z] daemon.go:325: [d689975c6ed64] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:353: [d689975c6ed64] daemon started [2019-11-16T01:10:03.777Z] daemon.go:461: [d689975c6ed64] Stopping daemon [2019-11-16T01:10:03.777Z] daemon.go:296: [d689975c6ed64] exiting daemon [2019-11-16T01:10:03.777Z] daemon.go:448: [d689975c6ed64] Daemon stopped [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.65s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d26b982295d08 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (11.74s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-11-16T01:10:03.777Z] daemon.go:325: [d2e3423666978] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:325: [d2e3423666978] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:353: [d2e3423666978] daemon started [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:1116: Daemon d2e3423666978 is not started [2019-11-16T01:10:03.777Z] daemon.go:325: [d2e3423666978] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:296: [d2e3423666978] exiting daemon [2019-11-16T01:10:03.777Z] daemon.go:325: [d2e3423666978] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:325: [d2e3423666978] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:325: [d2e3423666978] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:353: [d2e3423666978] daemon started [2019-11-16T01:10:03.777Z] daemon.go:461: [d2e3423666978] Stopping daemon [2019-11-16T01:10:03.777Z] daemon.go:296: [d2e3423666978] exiting daemon [2019-11-16T01:10:03.777Z] daemon.go:448: [d2e3423666978] Daemon stopped [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.46s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d9af401a4fe57 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.11s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d6dadc1d238f0 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon decc48655ebbb is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.11s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d7eb3f1f5bbce is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon dfbdda708db7a is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.13s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon da8e9003b7ddf is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d1ed18c26ecac is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.70s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d74a66200ccbd is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.06s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d3740649c5026 is not started [2019-11-16T01:10:03.777Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-11-16T01:10:03.777Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d93d9f5021e51 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.64s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d6a98c6295108 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.23s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-11-16T01:10:03.777Z] daemon.go:325: [d5c8e75d48032] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:325: [d5c8e75d48032] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:353: [d5c8e75d48032] daemon started [2019-11-16T01:10:03.777Z] daemon.go:461: [d5c8e75d48032] Stopping daemon [2019-11-16T01:10:03.777Z] daemon.go:296: [d5c8e75d48032] exiting daemon [2019-11-16T01:10:03.777Z] daemon.go:448: [d5c8e75d48032] Daemon stopped [2019-11-16T01:10:03.777Z] daemon.go:325: [d5c8e75d48032] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:325: [d5c8e75d48032] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:353: [d5c8e75d48032] daemon started [2019-11-16T01:10:03.777Z] daemon.go:461: [d5c8e75d48032] Stopping daemon [2019-11-16T01:10:03.777Z] daemon.go:296: [d5c8e75d48032] exiting daemon [2019-11-16T01:10:03.777Z] daemon.go:448: [d5c8e75d48032] Daemon stopped [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.60s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-11-16T01:10:03.777Z] daemon.go:325: [d6a20df33f4c1] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:325: [d6a20df33f4c1] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:353: [d6a20df33f4c1] daemon started [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:1084: Daemon d6a20df33f4c1 is not started [2019-11-16T01:10:03.777Z] daemon.go:325: [d6a20df33f4c1] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:296: [d6a20df33f4c1] exiting daemon [2019-11-16T01:10:03.777Z] daemon.go:325: [d6a20df33f4c1] waiting for daemon to start [2019-11-16T01:10:03.777Z] daemon.go:353: [d6a20df33f4c1] daemon started [2019-11-16T01:10:03.777Z] daemon.go:461: [d6a20df33f4c1] Stopping daemon [2019-11-16T01:10:03.777Z] daemon.go:296: [d6a20df33f4c1] exiting daemon [2019-11-16T01:10:03.777Z] daemon.go:448: [d6a20df33f4c1] Daemon stopped [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d72ddc22df87e is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.44s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d91dcf10953a6 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.82s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d03d3e7a20c89 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon dd29a68a6987b is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.27s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d32de9dc91404 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.74s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d980f24519dd2 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.58s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon de918083070a9 is not started [2019-11-16T01:10:03.777Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.08s) [2019-11-16T01:10:03.777Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-11-16T01:10:03.777Z] docker_cli_network_unix_test.go:46: Daemon d9a791b640814 is not started [2019-11-16T01:10:03.777Z] === RUN TestDockerHubPullSuite [2019-11-16T01:10:03.777Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-11-16T01:10:03.777Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-11-16T01:10:05.147Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-11-16T01:10:07.719Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-11-16T01:10:07.977Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-11-16T01:10:09.872Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-11-16T01:10:09.872Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-11-16T01:10:10.129Z] --- PASS: TestDockerHubPullSuite (6.96s) [2019-11-16T01:10:10.129Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.13s) [2019-11-16T01:10:10.129Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-11-16T01:10:10.129Z] daemon.go:325: [dc29775c73022] waiting for daemon to start [2019-11-16T01:10:10.129Z] daemon.go:325: [dc29775c73022] waiting for daemon to start [2019-11-16T01:10:10.129Z] daemon.go:353: [dc29775c73022] daemon started [2019-11-16T01:10:10.129Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.28s) [2019-11-16T01:10:10.129Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.59s) [2019-11-16T01:10:10.129Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.68s) [2019-11-16T01:10:10.129Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2019-11-16T01:10:10.129Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2019-11-16T01:10:10.129Z] daemon.go:461: [dc29775c73022] Stopping daemon [2019-11-16T01:10:10.129Z] daemon.go:296: [dc29775c73022] exiting daemon [2019-11-16T01:10:10.129Z] daemon.go:448: [dc29775c73022] Daemon stopped [2019-11-16T01:10:10.129Z] PASS [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === Skipped [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-11-16T01:10:10.129Z] docker_cli_sni_test.go:18: Flakey test [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-11-16T01:10:10.129Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-11-16T01:10:10.129Z] docker_cli_run_test.go:2872: kernel doesn't have latency_stats configured [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-11-16T01:10:10.129Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2019-11-16T01:10:10.129Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-11-16T01:10:10.129Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-11-16T01:10:10.129Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-11-16T01:10:10.129Z] [2019-11-16T01:10:10.129Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-11-16T01:10:10.130Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-11-16T01:10:10.130Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:10:10.130Z] [2019-11-16T01:10:10.130Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-11-16T01:10:10.130Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-11-16T01:10:10.130Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:10:10.130Z] [2019-11-16T01:10:10.130Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-11-16T01:10:10.130Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-11-16T01:10:10.130Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-11-16T01:10:10.130Z] [2019-11-16T01:10:10.130Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2019-11-16T01:10:10.130Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2019-11-16T01:10:10.130Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-11-16T01:10:10.130Z] [2019-11-16T01:10:10.130Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2019-11-16T01:10:10.130Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2019-11-16T01:10:10.130Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-11-16T01:10:10.130Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2019-11-16T01:10:10.130Z] docker_cli_network_unix_test.go:46: Daemon d93d9f5021e51 is not started [2019-11-16T01:10:10.130Z] [2019-11-16T01:10:10.130Z] [2019-11-16T01:10:10.130Z] DONE 1249 tests, 44 skipped in 2120.443s [2019-11-16T01:10:10.130Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-11-16T01:10:10.130Z] ++++ cat bundles/test-integration/docker.pid [2019-11-16T01:10:10.130Z] +++ kill 6929 [2019-11-16T01:10:10.407Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-11-16T01:10:11.062Z] umount: bundles/test-integration/root: mountpoint not found [2019-11-16T01:10:11.319Z] +++ /etc/init.d/apparmor stop [2019-11-16T01:10:11.319Z] Clearing AppArmor profiles cache:. [2019-11-16T01:10:11.319Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-11-16T01:10:11.319Z] Unloading profiles will leave already running processes permanently [2019-11-16T01:10:11.319Z] unconfined, which can lead to unexpected situations. [2019-11-16T01:10:11.319Z] [2019-11-16T01:10:11.319Z] To set a process to complain mode, use the command line tool [2019-11-16T01:10:11.319Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-11-16T01:10:11.319Z] with the 'teardown' option." [2019-11-16T01:10:11.319Z] [2019-11-16T01:10:21.279Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-11-16T01:10:22.650Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-11-16T01:10:22.866Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-11-16T01:10:22.866Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-11-16T01:10:22.866Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-11-16T01:10:25.924Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-11-16T01:10:30.098Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-11-16T01:10:35.223Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-11-16T01:10:36.650Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-11-16T01:10:37.393Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-11-16T01:10:43.202Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-11-16T01:10:45.728Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-11-16T01:10:49.004Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-11-16T01:10:49.748Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-11-16T01:10:52.280Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-11-16T01:10:52.642Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-11-16T01:10:52.642Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-11-16T01:10:52.642Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-11-16T01:10:55.556Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-11-16T01:10:56.383Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-11-16T01:10:56.383Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-11-16T01:10:56.383Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-11-16T01:10:56.383Z] === RUN TestDockerSuite/TestPsRightTagName [2019-11-16T01:10:56.840Z] === RUN TestDockerSuite/TestPsShowMounts [2019-11-16T01:10:58.833Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-11-16T01:11:02.109Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-11-16T01:11:03.898Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-11-16T01:11:03.898Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-11-16T01:11:04.355Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-11-16T01:11:04.355Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-11-16T01:11:05.319Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-11-16T01:11:06.285Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-11-16T01:11:06.285Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-11-16T01:11:10.958Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-11-16T01:11:13.860Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-11-16T01:11:16.032Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-11-16T01:11:58.304Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-11-16T01:11:58.522Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-11-16T01:11:58.522Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-11-16T01:12:01.420Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-11-16T01:12:01.420Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-11-16T01:12:01.420Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-11-16T01:12:01.877Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-11-16T01:12:06.554Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-11-16T01:12:10.281Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-11-16T01:12:10.281Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-11-16T01:12:13.156Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-11-16T01:12:14.001Z] === RUN TestDockerSuite/TestRmiBlank [2019-11-16T01:12:14.001Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-11-16T01:12:14.457Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-11-16T01:12:29.378Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-11-16T01:12:30.341Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-11-16T01:12:30.798Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-11-16T01:12:31.217Z] --- PASS: TestDockerSwarmSuite (1810.44s) [2019-11-16T01:12:31.217Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.73s) [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-11-16T01:12:31.217Z] daemon.go:325: [d5aa625947108] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [d5aa625947108] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [d5aa625947108] daemon started [2019-11-16T01:12:31.217Z] daemon.go:461: [d5aa625947108] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [d5aa625947108] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [d5aa625947108] Daemon stopped [2019-11-16T01:12:31.217Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.33s) [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-11-16T01:12:31.217Z] daemon.go:325: [d3aad562d14cd] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [d3aad562d14cd] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [d3aad562d14cd] daemon started [2019-11-16T01:12:31.217Z] daemon.go:461: [d3aad562d14cd] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [d3aad562d14cd] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [d3aad562d14cd] Daemon stopped [2019-11-16T01:12:31.217Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.98s) [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-11-16T01:12:31.217Z] daemon.go:325: [df8d145952568] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [df8d145952568] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [df8d145952568] daemon started [2019-11-16T01:12:31.217Z] daemon.go:461: [df8d145952568] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [df8d145952568] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [df8d145952568] Daemon stopped [2019-11-16T01:12:31.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.13s) [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash [2019-11-16T01:12:31.217Z] daemon.go:325: [dcbfc6a37139f] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [dcbfc6a37139f] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [dcbfc6a37139f] daemon started [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash [2019-11-16T01:12:31.217Z] daemon.go:325: [dc384bbf26a64] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [dc384bbf26a64] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [dc384bbf26a64] daemon started [2019-11-16T01:12:31.217Z] daemon.go:461: [dcbfc6a37139f] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [dcbfc6a37139f] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [dcbfc6a37139f] Daemon stopped [2019-11-16T01:12:31.217Z] daemon.go:461: [dc384bbf26a64] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [dc384bbf26a64] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [dc384bbf26a64] Daemon stopped [2019-11-16T01:12:31.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.83s) [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-11-16T01:12:31.217Z] daemon.go:325: [df5c404796845] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [df5c404796845] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [df5c404796845] daemon started [2019-11-16T01:12:31.217Z] daemon.go:461: [df5c404796845] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [df5c404796845] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [df5c404796845] Daemon stopped [2019-11-16T01:12:31.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (24.07s) [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-11-16T01:12:31.217Z] daemon.go:325: [d2348f5b5ab74] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [d2348f5b5ab74] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [d2348f5b5ab74] daemon started [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-11-16T01:12:31.217Z] daemon.go:325: [d55daf13d24b7] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [d55daf13d24b7] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [d55daf13d24b7] daemon started [2019-11-16T01:12:31.217Z] check_test.go:358: [d55daf13d24b7] joining swarm manager [d2348f5b5ab74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.217Z] daemon.go:461: [d55daf13d24b7] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [d55daf13d24b7] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [d55daf13d24b7] Daemon stopped [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-11-16T01:12:31.217Z] daemon.go:325: [d21c287f73277] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [d21c287f73277] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [d21c287f73277] daemon started [2019-11-16T01:12:31.217Z] check_test.go:358: [d21c287f73277] joining swarm manager [d2348f5b5ab74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.217Z] daemon.go:461: [d2348f5b5ab74] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [d2348f5b5ab74] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [d2348f5b5ab74] Daemon stopped [2019-11-16T01:12:31.217Z] check_test.go:379: Daemon d55daf13d24b7 is not started [2019-11-16T01:12:31.217Z] daemon.go:461: [d21c287f73277] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [d21c287f73277] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [d21c287f73277] Daemon stopped [2019-11-16T01:12:31.217Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-11-16T01:12:31.217Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-11-16T01:12:31.217Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.87s) [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit [2019-11-16T01:12:31.217Z] daemon.go:325: [d4548ff29e070] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [d4548ff29e070] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [d4548ff29e070] daemon started [2019-11-16T01:12:31.217Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit [2019-11-16T01:12:31.217Z] daemon.go:325: [d5e1f414c29c4] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [d5e1f414c29c4] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [d5e1f414c29c4] daemon started [2019-11-16T01:12:31.217Z] check_test.go:358: [d5e1f414c29c4] joining swarm manager [d4548ff29e070]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.217Z] daemon.go:461: [d4548ff29e070] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [d4548ff29e070] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [d4548ff29e070] Daemon stopped [2019-11-16T01:12:31.217Z] daemon.go:461: [d5e1f414c29c4] Stopping daemon [2019-11-16T01:12:31.217Z] daemon.go:296: [d5e1f414c29c4] exiting daemon [2019-11-16T01:12:31.217Z] daemon.go:448: [d5e1f414c29c4] Daemon stopped [2019-11-16T01:12:31.217Z] daemon.go:325: [d4548ff29e070] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:325: [d4548ff29e070] waiting for daemon to start [2019-11-16T01:12:31.217Z] daemon.go:353: [d4548ff29e070] daemon started [2019-11-16T01:12:31.217Z] daemon.go:325: [d5e1f414c29c4] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d5e1f414c29c4] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d5e1f414c29c4] daemon started [2019-11-16T01:12:31.218Z] daemon.go:461: [d4548ff29e070] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d4548ff29e070] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d4548ff29e070] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [d5e1f414c29c4] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d5e1f414c29c4] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d5e1f414c29c4] Daemon stopped [2019-11-16T01:12:31.218Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.93s) [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-11-16T01:12:31.218Z] daemon.go:325: [ddc422fe23ad2] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [ddc422fe23ad2] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [ddc422fe23ad2] daemon started [2019-11-16T01:12:31.218Z] daemon.go:461: [ddc422fe23ad2] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [ddc422fe23ad2] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [ddc422fe23ad2] Daemon stopped [2019-11-16T01:12:31.218Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.54s) [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-11-16T01:12:31.218Z] daemon.go:325: [dca4985344ab8] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [dca4985344ab8] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [dca4985344ab8] daemon started [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-11-16T01:12:31.218Z] daemon.go:325: [ddac25e45cbff] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [ddac25e45cbff] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [ddac25e45cbff] daemon started [2019-11-16T01:12:31.218Z] daemon.go:461: [dca4985344ab8] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [dca4985344ab8] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [dca4985344ab8] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [ddac25e45cbff] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [ddac25e45cbff] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [ddac25e45cbff] Daemon stopped [2019-11-16T01:12:31.218Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (42.86s) [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-11-16T01:12:31.218Z] daemon.go:325: [d5d2a1beb0a47] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d5d2a1beb0a47] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d5d2a1beb0a47] daemon started [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-11-16T01:12:31.218Z] daemon.go:325: [d47d0a4f91411] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d47d0a4f91411] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d47d0a4f91411] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [d47d0a4f91411] joining swarm manager [d5d2a1beb0a47]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-11-16T01:12:31.218Z] daemon.go:325: [d25ce71c84413] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d25ce71c84413] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d25ce71c84413] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [d25ce71c84413] joining swarm manager [d5d2a1beb0a47]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.218Z] daemon.go:461: [d5d2a1beb0a47] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d5d2a1beb0a47] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d5d2a1beb0a47] Daemon stopped [2019-11-16T01:12:31.218Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-11-16T01:12:31.218Z] daemon.go:325: [d5d2a1beb0a47] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d5d2a1beb0a47] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d5d2a1beb0a47] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d5d2a1beb0a47] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d5d2a1beb0a47] daemon started [2019-11-16T01:12:31.218Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-11-16T01:12:31.218Z] daemon.go:461: [d5d2a1beb0a47] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d5d2a1beb0a47] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d5d2a1beb0a47] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [d47d0a4f91411] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d47d0a4f91411] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d47d0a4f91411] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [d25ce71c84413] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d25ce71c84413] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d25ce71c84413] Daemon stopped [2019-11-16T01:12:31.218Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.96s) [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-11-16T01:12:31.218Z] daemon.go:325: [d246bf7435d85] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d246bf7435d85] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d246bf7435d85] daemon started [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-11-16T01:12:31.218Z] daemon.go:325: [dc7f02f4698d2] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [dc7f02f4698d2] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [dc7f02f4698d2] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [dc7f02f4698d2] joining swarm manager [d246bf7435d85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-11-16T01:12:31.218Z] daemon.go:325: [daec6b218ec91] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [daec6b218ec91] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [daec6b218ec91] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [daec6b218ec91] joining swarm manager [d246bf7435d85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.218Z] daemon.go:461: [d246bf7435d85] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d246bf7435d85] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d246bf7435d85] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [dc7f02f4698d2] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [dc7f02f4698d2] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [dc7f02f4698d2] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [daec6b218ec91] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [daec6b218ec91] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [daec6b218ec91] Daemon stopped [2019-11-16T01:12:31.218Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.06s) [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-11-16T01:12:31.218Z] daemon.go:325: [d0e331d0f60a1] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d0e331d0f60a1] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d0e331d0f60a1] daemon started [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-11-16T01:12:31.218Z] daemon.go:325: [d0701efe9adff] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d0701efe9adff] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d0701efe9adff] daemon started [2019-11-16T01:12:31.218Z] daemon.go:461: [d0e331d0f60a1] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d0e331d0f60a1] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d0e331d0f60a1] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [d0701efe9adff] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d0701efe9adff] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d0701efe9adff] Daemon stopped [2019-11-16T01:12:31.218Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.37s) [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-11-16T01:12:31.218Z] daemon.go:325: [d186b9ee34db9] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d186b9ee34db9] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d186b9ee34db9] daemon started [2019-11-16T01:12:31.218Z] daemon.go:461: [d186b9ee34db9] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d186b9ee34db9] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d186b9ee34db9] Daemon stopped [2019-11-16T01:12:31.218Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (15.18s) [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes [2019-11-16T01:12:31.218Z] daemon.go:325: [d4c4679727958] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d4c4679727958] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d4c4679727958] daemon started [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes [2019-11-16T01:12:31.218Z] daemon.go:325: [d9d7ec072f563] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d9d7ec072f563] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d9d7ec072f563] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [d9d7ec072f563] joining swarm manager [d4c4679727958]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes [2019-11-16T01:12:31.218Z] daemon.go:325: [d3a393d88a890] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d3a393d88a890] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d3a393d88a890] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [d3a393d88a890] joining swarm manager [d4c4679727958]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.218Z] daemon.go:461: [d4c4679727958] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d4c4679727958] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d4c4679727958] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [d9d7ec072f563] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d9d7ec072f563] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d9d7ec072f563] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [d3a393d88a890] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d3a393d88a890] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d3a393d88a890] Daemon stopped [2019-11-16T01:12:31.218Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.30s) [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-11-16T01:12:31.218Z] daemon.go:325: [d9aa5eeb1d515] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d9aa5eeb1d515] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d9aa5eeb1d515] daemon started [2019-11-16T01:12:31.218Z] daemon.go:461: [d9aa5eeb1d515] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d9aa5eeb1d515] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d9aa5eeb1d515] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:325: [d9aa5eeb1d515] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d9aa5eeb1d515] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d9aa5eeb1d515] daemon started [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-11-16T01:12:31.218Z] daemon.go:325: [df5aa77ac6e8b] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [df5aa77ac6e8b] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [df5aa77ac6e8b] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [df5aa77ac6e8b] joining swarm manager [d9aa5eeb1d515]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.218Z] daemon.go:461: [df5aa77ac6e8b] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [df5aa77ac6e8b] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [df5aa77ac6e8b] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:325: [df5aa77ac6e8b] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [df5aa77ac6e8b] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [df5aa77ac6e8b] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [df5aa77ac6e8b] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [df5aa77ac6e8b] daemon started [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-11-16T01:12:31.218Z] daemon.go:325: [d9f9407e2ea86] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d9f9407e2ea86] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d9f9407e2ea86] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [d9f9407e2ea86] joining swarm manager [d9aa5eeb1d515]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.218Z] daemon.go:461: [d9f9407e2ea86] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d9f9407e2ea86] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d9f9407e2ea86] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:325: [d9f9407e2ea86] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d9f9407e2ea86] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d9f9407e2ea86] daemon started [2019-11-16T01:12:31.218Z] daemon.go:296: [d9f9407e2ea86] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:325: [d9f9407e2ea86] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d9f9407e2ea86] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d9f9407e2ea86] daemon started [2019-11-16T01:12:31.218Z] daemon.go:461: [d9aa5eeb1d515] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d9aa5eeb1d515] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d9aa5eeb1d515] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [df5aa77ac6e8b] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [df5aa77ac6e8b] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [df5aa77ac6e8b] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [d9f9407e2ea86] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d9f9407e2ea86] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d9f9407e2ea86] Daemon stopped [2019-11-16T01:12:31.218Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.92s) [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-11-16T01:12:31.218Z] daemon.go:325: [d444c7b34317e] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d444c7b34317e] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d444c7b34317e] daemon started [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-11-16T01:12:31.218Z] daemon.go:325: [db73bfb34b732] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [db73bfb34b732] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [db73bfb34b732] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [db73bfb34b732] joining swarm manager [d444c7b34317e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.218Z] daemon.go:461: [d444c7b34317e] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d444c7b34317e] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d444c7b34317e] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [db73bfb34b732] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [db73bfb34b732] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [db73bfb34b732] Daemon stopped [2019-11-16T01:12:31.218Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.87s) [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-11-16T01:12:31.218Z] daemon.go:325: [d9e3c831ab8bb] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d9e3c831ab8bb] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d9e3c831ab8bb] daemon started [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [df82545716462] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [df82545716462] joining swarm manager [d9e3c831ab8bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.218Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-11-16T01:12:31.218Z] daemon.go:325: [d6184e9f5e037] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [d6184e9f5e037] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [d6184e9f5e037] daemon started [2019-11-16T01:12:31.218Z] check_test.go:358: [d6184e9f5e037] joining swarm manager [d9e3c831ab8bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.218Z] daemon.go:461: [df82545716462] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [df82545716462] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [df82545716462] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:339: [df82545716462] error pinging daemon on start: Get http://df82545716462.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:339: [df82545716462] error pinging daemon on start: Get http://df82545716462.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:339: [df82545716462] error pinging daemon on start: Get http://df82545716462.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:339: [df82545716462] error pinging daemon on start: Get http://df82545716462.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:339: [df82545716462] error pinging daemon on start: Get http://df82545716462.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:339: [df82545716462] error pinging daemon on start: Get http://df82545716462.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.218Z] daemon.go:325: [df82545716462] waiting for daemon to start [2019-11-16T01:12:31.218Z] daemon.go:353: [df82545716462] daemon started [2019-11-16T01:12:31.218Z] daemon.go:461: [d9e3c831ab8bb] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [d9e3c831ab8bb] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [d9e3c831ab8bb] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [df82545716462] Stopping daemon [2019-11-16T01:12:31.218Z] daemon.go:296: [df82545716462] exiting daemon [2019-11-16T01:12:31.218Z] daemon.go:448: [df82545716462] Daemon stopped [2019-11-16T01:12:31.218Z] daemon.go:461: [d6184e9f5e037] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d6184e9f5e037] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d6184e9f5e037] Daemon stopped [2019-11-16T01:12:31.219Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.42s) [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-11-16T01:12:31.219Z] daemon.go:325: [ddf3418cfa890] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [ddf3418cfa890] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [ddf3418cfa890] daemon started [2019-11-16T01:12:31.219Z] daemon.go:461: [ddf3418cfa890] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [ddf3418cfa890] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [ddf3418cfa890] Daemon stopped [2019-11-16T01:12:31.219Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.93s) [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-11-16T01:12:31.219Z] daemon.go:325: [d223546ef3f82] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d223546ef3f82] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d223546ef3f82] daemon started [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-11-16T01:12:31.219Z] daemon.go:325: [da29c9ee3dbc2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [da29c9ee3dbc2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [da29c9ee3dbc2] daemon started [2019-11-16T01:12:31.219Z] check_test.go:358: [da29c9ee3dbc2] joining swarm manager [d223546ef3f82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.219Z] daemon.go:461: [d223546ef3f82] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d223546ef3f82] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d223546ef3f82] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:461: [da29c9ee3dbc2] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [da29c9ee3dbc2] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [da29c9ee3dbc2] Daemon stopped [2019-11-16T01:12:31.219Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (67.19s) [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-11-16T01:12:31.219Z] daemon.go:325: [d2e3202c5195d] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d2e3202c5195d] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d2e3202c5195d] daemon started [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-11-16T01:12:31.219Z] daemon.go:325: [d9e11c73c7fff] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9e11c73c7fff] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d9e11c73c7fff] daemon started [2019-11-16T01:12:31.219Z] check_test.go:358: [d9e11c73c7fff] joining swarm manager [d2e3202c5195d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-11-16T01:12:31.219Z] daemon.go:325: [d1e8c4ed9eb7a] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d1e8c4ed9eb7a] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d1e8c4ed9eb7a] daemon started [2019-11-16T01:12:31.219Z] check_test.go:358: [d1e8c4ed9eb7a] joining swarm manager [d2e3202c5195d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.219Z] daemon.go:461: [d9e11c73c7fff] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d9e11c73c7fff] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d9e11c73c7fff] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:461: [d1e8c4ed9eb7a] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d1e8c4ed9eb7a] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d1e8c4ed9eb7a] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:325: [d9e11c73c7fff] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9e11c73c7fff] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9e11c73c7fff] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9e11c73c7fff] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:339: [d9e11c73c7fff] error pinging daemon on start: Get http://d9e11c73c7fff.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:325: [d9e11c73c7fff] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:339: [d9e11c73c7fff] error pinging daemon on start: Get http://d9e11c73c7fff.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:325: [d9e11c73c7fff] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:339: [d9e11c73c7fff] error pinging daemon on start: Get http://d9e11c73c7fff.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:325: [d9e11c73c7fff] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:339: [d9e11c73c7fff] error pinging daemon on start: Get http://d9e11c73c7fff.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:325: [d9e11c73c7fff] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d9e11c73c7fff] daemon started [2019-11-16T01:12:31.219Z] daemon.go:461: [d2e3202c5195d] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d2e3202c5195d] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d2e3202c5195d] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:461: [d9e11c73c7fff] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d9e11c73c7fff] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d9e11c73c7fff] Daemon stopped [2019-11-16T01:12:31.219Z] check_test.go:379: Daemon d1e8c4ed9eb7a is not started [2019-11-16T01:12:31.219Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (64.45s) [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-11-16T01:12:31.219Z] daemon.go:325: [d1fe3197425aa] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d1fe3197425aa] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d1fe3197425aa] daemon started [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-11-16T01:12:31.219Z] daemon.go:325: [d08b129dd05ca] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d08b129dd05ca] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d08b129dd05ca] daemon started [2019-11-16T01:12:31.219Z] check_test.go:358: [d08b129dd05ca] joining swarm manager [d1fe3197425aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-11-16T01:12:31.219Z] daemon.go:325: [d3c33b1a074e2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d3c33b1a074e2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d3c33b1a074e2] daemon started [2019-11-16T01:12:31.219Z] check_test.go:358: [d3c33b1a074e2] joining swarm manager [d1fe3197425aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-11-16T01:12:31.219Z] daemon.go:325: [d9b4be4a68274] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9b4be4a68274] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d9b4be4a68274] daemon started [2019-11-16T01:12:31.219Z] check_test.go:358: [d9b4be4a68274] joining swarm manager [d1fe3197425aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-11-16T01:12:31.219Z] daemon.go:325: [d081af14b0f96] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d081af14b0f96] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d081af14b0f96] daemon started [2019-11-16T01:12:31.219Z] check_test.go:358: [d081af14b0f96] joining swarm manager [d1fe3197425aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-11-16T01:12:31.219Z] daemon.go:325: [d2a6460f85bfd] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d2a6460f85bfd] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d2a6460f85bfd] daemon started [2019-11-16T01:12:31.219Z] check_test.go:358: [d2a6460f85bfd] joining swarm manager [d1fe3197425aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-11-16T01:12:31.219Z] daemon.go:461: [d2a6460f85bfd] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:461: [d1fe3197425aa] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:461: [d081af14b0f96] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:461: [d08b129dd05ca] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:461: [d3c33b1a074e2] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:461: [d9b4be4a68274] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d1fe3197425aa] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d1fe3197425aa] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:296: [d08b129dd05ca] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d08b129dd05ca] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:296: [d2a6460f85bfd] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d2a6460f85bfd] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:296: [d9b4be4a68274] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d9b4be4a68274] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:296: [d081af14b0f96] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d081af14b0f96] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:296: [d3c33b1a074e2] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d3c33b1a074e2] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:325: [d2a6460f85bfd] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d08b129dd05ca] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9b4be4a68274] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d1fe3197425aa] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d081af14b0f96] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d3c33b1a074e2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d2a6460f85bfd] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d08b129dd05ca] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9b4be4a68274] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d1fe3197425aa] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d081af14b0f96] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d3c33b1a074e2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d2a6460f85bfd] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d08b129dd05ca] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9b4be4a68274] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d1fe3197425aa] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d081af14b0f96] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d3c33b1a074e2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d2a6460f85bfd] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d08b129dd05ca] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9b4be4a68274] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d1fe3197425aa] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d081af14b0f96] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d3c33b1a074e2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:339: [d2a6460f85bfd] error pinging daemon on start: Get http://d2a6460f85bfd.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d08b129dd05ca] error pinging daemon on start: Get http://d08b129dd05ca.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d9b4be4a68274] error pinging daemon on start: Get http://d9b4be4a68274.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d1fe3197425aa] error pinging daemon on start: Get http://d1fe3197425aa.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d081af14b0f96] error pinging daemon on start: Get http://d081af14b0f96.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d3c33b1a074e2] error pinging daemon on start: Get http://d3c33b1a074e2.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:325: [d2a6460f85bfd] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d08b129dd05ca] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9b4be4a68274] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d1fe3197425aa] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d081af14b0f96] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d3c33b1a074e2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:339: [d2a6460f85bfd] error pinging daemon on start: Get http://d2a6460f85bfd.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d08b129dd05ca] error pinging daemon on start: Get http://d08b129dd05ca.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d9b4be4a68274] error pinging daemon on start: Get http://d9b4be4a68274.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d1fe3197425aa] error pinging daemon on start: Get http://d1fe3197425aa.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d081af14b0f96] error pinging daemon on start: Get http://d081af14b0f96.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d3c33b1a074e2] error pinging daemon on start: Get http://d3c33b1a074e2.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:325: [d2a6460f85bfd] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d08b129dd05ca] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9b4be4a68274] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d1fe3197425aa] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d081af14b0f96] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d3c33b1a074e2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:339: [d2a6460f85bfd] error pinging daemon on start: Get http://d2a6460f85bfd.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d08b129dd05ca] error pinging daemon on start: Get http://d08b129dd05ca.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d9b4be4a68274] error pinging daemon on start: Get http://d9b4be4a68274.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d1fe3197425aa] error pinging daemon on start: Get http://d1fe3197425aa.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d081af14b0f96] error pinging daemon on start: Get http://d081af14b0f96.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:339: [d3c33b1a074e2] error pinging daemon on start: Get http://d3c33b1a074e2.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:325: [d2a6460f85bfd] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d08b129dd05ca] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d9b4be4a68274] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d08b129dd05ca] daemon started [2019-11-16T01:12:31.219Z] daemon.go:353: [d9b4be4a68274] daemon started [2019-11-16T01:12:31.219Z] daemon.go:325: [d1fe3197425aa] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d1fe3197425aa] daemon started [2019-11-16T01:12:31.219Z] daemon.go:325: [d081af14b0f96] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d3c33b1a074e2] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d3c33b1a074e2] daemon started [2019-11-16T01:12:31.219Z] daemon.go:353: [d081af14b0f96] daemon started [2019-11-16T01:12:31.219Z] daemon.go:339: [d2a6460f85bfd] error pinging daemon on start: Get http://d2a6460f85bfd.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.219Z] daemon.go:325: [d2a6460f85bfd] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d2a6460f85bfd] daemon started [2019-11-16T01:12:31.219Z] daemon.go:461: [d1fe3197425aa] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d1fe3197425aa] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d1fe3197425aa] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:461: [d08b129dd05ca] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d08b129dd05ca] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d08b129dd05ca] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:461: [d3c33b1a074e2] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d3c33b1a074e2] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d3c33b1a074e2] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:461: [d9b4be4a68274] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d9b4be4a68274] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d9b4be4a68274] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:461: [d081af14b0f96] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d081af14b0f96] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d081af14b0f96] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:461: [d2a6460f85bfd] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d2a6460f85bfd] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d2a6460f85bfd] Daemon stopped [2019-11-16T01:12:31.219Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.53s) [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-11-16T01:12:31.219Z] daemon.go:325: [d7fe08b3c3bab] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d7fe08b3c3bab] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d7fe08b3c3bab] daemon started [2019-11-16T01:12:31.219Z] daemon.go:461: [d7fe08b3c3bab] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d7fe08b3c3bab] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d7fe08b3c3bab] Daemon stopped [2019-11-16T01:12:31.219Z] daemon.go:325: [d7fe08b3c3bab] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d7fe08b3c3bab] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d7fe08b3c3bab] daemon started [2019-11-16T01:12:31.219Z] daemon.go:461: [d7fe08b3c3bab] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [d7fe08b3c3bab] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [d7fe08b3c3bab] Daemon stopped [2019-11-16T01:12:31.219Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.13s) [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-11-16T01:12:31.219Z] daemon.go:325: [de71db8e80048] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [de71db8e80048] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [de71db8e80048] daemon started [2019-11-16T01:12:31.219Z] daemon.go:461: [de71db8e80048] Stopping daemon [2019-11-16T01:12:31.219Z] daemon.go:296: [de71db8e80048] exiting daemon [2019-11-16T01:12:31.219Z] daemon.go:448: [de71db8e80048] Daemon stopped [2019-11-16T01:12:31.219Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.16s) [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-11-16T01:12:31.219Z] daemon.go:325: [d6d6c0327e4ea] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [d6d6c0327e4ea] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [d6d6c0327e4ea] daemon started [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-11-16T01:12:31.219Z] daemon.go:325: [df3dc082b7951] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:325: [df3dc082b7951] waiting for daemon to start [2019-11-16T01:12:31.219Z] daemon.go:353: [df3dc082b7951] daemon started [2019-11-16T01:12:31.219Z] check_test.go:358: [df3dc082b7951] joining swarm manager [d6d6c0327e4ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.219Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-11-16T01:12:31.219Z] daemon.go:325: [df3de64f59ea6] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [df3de64f59ea6] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [df3de64f59ea6] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [df3de64f59ea6] joining swarm manager [d6d6c0327e4ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.220Z] daemon.go:461: [d6d6c0327e4ea] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d6d6c0327e4ea] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d6d6c0327e4ea] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [df3dc082b7951] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [df3dc082b7951] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [df3dc082b7951] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [df3de64f59ea6] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [df3de64f59ea6] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [df3de64f59ea6] Daemon stopped [2019-11-16T01:12:31.220Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.99s) [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-11-16T01:12:31.220Z] daemon.go:325: [d47f0fdc395a0] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d47f0fdc395a0] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d47f0fdc395a0] daemon started [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-11-16T01:12:31.220Z] daemon.go:325: [db6c63acc17a3] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [db6c63acc17a3] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [db6c63acc17a3] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [db6c63acc17a3] joining swarm manager [d47f0fdc395a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-11-16T01:12:31.220Z] daemon.go:325: [d4777fcb5ca7a] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d4777fcb5ca7a] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d4777fcb5ca7a] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d4777fcb5ca7a] joining swarm manager [d47f0fdc395a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.220Z] daemon.go:461: [d47f0fdc395a0] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d47f0fdc395a0] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d47f0fdc395a0] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [db6c63acc17a3] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [db6c63acc17a3] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [db6c63acc17a3] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [d4777fcb5ca7a] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d4777fcb5ca7a] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d4777fcb5ca7a] Daemon stopped [2019-11-16T01:12:31.220Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.28s) [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-11-16T01:12:31.220Z] daemon.go:325: [d695f559a56ba] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d695f559a56ba] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d695f559a56ba] daemon started [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-11-16T01:12:31.220Z] daemon.go:325: [d005713656b3d] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d005713656b3d] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d005713656b3d] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d005713656b3d] joining swarm manager [d695f559a56ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-11-16T01:12:31.220Z] daemon.go:325: [df8545abdc8f5] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [df8545abdc8f5] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [df8545abdc8f5] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [df8545abdc8f5] joining swarm manager [d695f559a56ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.220Z] daemon.go:461: [d695f559a56ba] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d695f559a56ba] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d695f559a56ba] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [d005713656b3d] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d005713656b3d] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d005713656b3d] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [df8545abdc8f5] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [df8545abdc8f5] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [df8545abdc8f5] Daemon stopped [2019-11-16T01:12:31.220Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.22s) [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-11-16T01:12:31.220Z] daemon.go:325: [d5f0026b8344f] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d5f0026b8344f] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d5f0026b8344f] daemon started [2019-11-16T01:12:31.220Z] daemon.go:461: [d5f0026b8344f] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d5f0026b8344f] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d5f0026b8344f] Daemon stopped [2019-11-16T01:12:31.220Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (30.28s) [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-11-16T01:12:31.220Z] daemon.go:325: [d61a9d1320996] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d61a9d1320996] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d61a9d1320996] daemon started [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-11-16T01:12:31.220Z] daemon.go:325: [d6945057be92e] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d6945057be92e] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d6945057be92e] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d6945057be92e] joining swarm manager [d61a9d1320996]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-11-16T01:12:31.220Z] daemon.go:325: [dcf135b447e31] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [dcf135b447e31] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [dcf135b447e31] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [dcf135b447e31] joining swarm manager [d61a9d1320996]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-11-16T01:12:31.220Z] daemon.go:325: [d5d0c868f921b] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d5d0c868f921b] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d5d0c868f921b] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d5d0c868f921b] joining swarm manager [d61a9d1320996]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-11-16T01:12:31.220Z] daemon.go:325: [d40f85b627ffd] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d40f85b627ffd] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d40f85b627ffd] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d40f85b627ffd] joining swarm manager [d61a9d1320996]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-11-16T01:12:31.220Z] daemon.go:461: [d61a9d1320996] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d61a9d1320996] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d61a9d1320996] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [d6945057be92e] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d6945057be92e] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d6945057be92e] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [dcf135b447e31] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [dcf135b447e31] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [dcf135b447e31] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [d5d0c868f921b] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d5d0c868f921b] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d5d0c868f921b] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [d40f85b627ffd] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d40f85b627ffd] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d40f85b627ffd] Daemon stopped [2019-11-16T01:12:31.220Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.53s) [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-11-16T01:12:31.220Z] daemon.go:325: [dfc752542292c] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [dfc752542292c] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [dfc752542292c] daemon started [2019-11-16T01:12:31.220Z] daemon.go:461: [dfc752542292c] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [dfc752542292c] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [dfc752542292c] Daemon stopped [2019-11-16T01:12:31.220Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.65s) [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-11-16T01:12:31.220Z] daemon.go:325: [d03340f9ec90a] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d03340f9ec90a] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d03340f9ec90a] daemon started [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-11-16T01:12:31.220Z] daemon.go:325: [d780385f9b534] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d780385f9b534] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d780385f9b534] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d780385f9b534] joining swarm manager [d03340f9ec90a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-11-16T01:12:31.220Z] daemon.go:325: [de10c87ba679e] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [de10c87ba679e] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [de10c87ba679e] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [de10c87ba679e] joining swarm manager [d03340f9ec90a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.220Z] daemon.go:461: [d03340f9ec90a] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d03340f9ec90a] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d03340f9ec90a] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [d780385f9b534] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d780385f9b534] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d780385f9b534] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [de10c87ba679e] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [de10c87ba679e] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [de10c87ba679e] Daemon stopped [2019-11-16T01:12:31.220Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.01s) [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-11-16T01:12:31.220Z] daemon.go:325: [dfc2f489220f7] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [dfc2f489220f7] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [dfc2f489220f7] daemon started [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-11-16T01:12:31.220Z] daemon.go:325: [d770556b1067c] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d770556b1067c] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d770556b1067c] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d770556b1067c] joining swarm manager [dfc2f489220f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-11-16T01:12:31.220Z] daemon.go:325: [df70d784fb980] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [df70d784fb980] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [df70d784fb980] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [df70d784fb980] joining swarm manager [dfc2f489220f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.220Z] daemon.go:461: [d770556b1067c] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d770556b1067c] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d770556b1067c] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [dfc2f489220f7] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [dfc2f489220f7] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [dfc2f489220f7] Daemon stopped [2019-11-16T01:12:31.220Z] check_test.go:379: Daemon d770556b1067c is not started [2019-11-16T01:12:31.220Z] daemon.go:461: [df70d784fb980] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [df70d784fb980] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [df70d784fb980] Daemon stopped [2019-11-16T01:12:31.220Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (28.48s) [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-11-16T01:12:31.220Z] daemon.go:325: [d741739bbc498] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d741739bbc498] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d741739bbc498] daemon started [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-11-16T01:12:31.220Z] daemon.go:325: [d517918e77714] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d517918e77714] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d517918e77714] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d517918e77714] joining swarm manager [d741739bbc498]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-11-16T01:12:31.220Z] daemon.go:325: [d19f6f52fdd5d] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d19f6f52fdd5d] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d19f6f52fdd5d] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d19f6f52fdd5d] joining swarm manager [d741739bbc498]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.220Z] daemon.go:461: [d741739bbc498] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d741739bbc498] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d741739bbc498] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [d517918e77714] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d517918e77714] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d517918e77714] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [d19f6f52fdd5d] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d19f6f52fdd5d] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d19f6f52fdd5d] Daemon stopped [2019-11-16T01:12:31.220Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (41.43s) [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-11-16T01:12:31.220Z] daemon.go:325: [d2c0d23fb5818] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d2c0d23fb5818] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d2c0d23fb5818] daemon started [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-11-16T01:12:31.220Z] daemon.go:325: [d0c4a34a1b891] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d0c4a34a1b891] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d0c4a34a1b891] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d0c4a34a1b891] joining swarm manager [d2c0d23fb5818]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.220Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-11-16T01:12:31.220Z] daemon.go:325: [d83ed803cd276] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:325: [d83ed803cd276] waiting for daemon to start [2019-11-16T01:12:31.220Z] daemon.go:353: [d83ed803cd276] daemon started [2019-11-16T01:12:31.220Z] check_test.go:358: [d83ed803cd276] joining swarm manager [d2c0d23fb5818]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.220Z] daemon.go:461: [d2c0d23fb5818] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d2c0d23fb5818] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d2c0d23fb5818] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [d0c4a34a1b891] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d0c4a34a1b891] exiting daemon [2019-11-16T01:12:31.220Z] daemon.go:448: [d0c4a34a1b891] Daemon stopped [2019-11-16T01:12:31.220Z] daemon.go:461: [d83ed803cd276] Stopping daemon [2019-11-16T01:12:31.220Z] daemon.go:296: [d83ed803cd276] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d83ed803cd276] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (28.13s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-11-16T01:12:31.221Z] daemon.go:325: [df0c0362ac20e] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [df0c0362ac20e] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [df0c0362ac20e] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [df0c0362ac20e] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [df0c0362ac20e] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [df0c0362ac20e] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.72s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-11-16T01:12:31.221Z] daemon.go:325: [dfd5aa8337507] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [dfd5aa8337507] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [dfd5aa8337507] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [dfd5aa8337507] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [dfd5aa8337507] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [dfd5aa8337507] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.23s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-11-16T01:12:31.221Z] daemon.go:325: [da2cf519fd540] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [da2cf519fd540] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [da2cf519fd540] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [da2cf519fd540] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [da2cf519fd540] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [da2cf519fd540] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.30s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig [2019-11-16T01:12:31.221Z] daemon.go:325: [d1b7441cd9dce] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d1b7441cd9dce] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d1b7441cd9dce] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d1b7441cd9dce] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d1b7441cd9dce] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d1b7441cd9dce] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.29s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate [2019-11-16T01:12:31.221Z] daemon.go:325: [d64b01183cfa0] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d64b01183cfa0] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d64b01183cfa0] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d64b01183cfa0] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d64b01183cfa0] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d64b01183cfa0] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.29s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts [2019-11-16T01:12:31.221Z] daemon.go:325: [dc15cc6a79e27] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [dc15cc6a79e27] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [dc15cc6a79e27] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [dc15cc6a79e27] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [dc15cc6a79e27] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [dc15cc6a79e27] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.48s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-11-16T01:12:31.221Z] daemon.go:325: [daf6bbcb2d74a] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [daf6bbcb2d74a] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [daf6bbcb2d74a] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [daf6bbcb2d74a] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [daf6bbcb2d74a] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [daf6bbcb2d74a] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (6.01s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable [2019-11-16T01:12:31.221Z] daemon.go:325: [d1770c5f85740] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d1770c5f85740] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d1770c5f85740] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d1770c5f85740] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d1770c5f85740] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d1770c5f85740] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (6.33s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-11-16T01:12:31.221Z] daemon.go:325: [d5ee30af100a8] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d5ee30af100a8] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d5ee30af100a8] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d5ee30af100a8] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d5ee30af100a8] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d5ee30af100a8] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (27.24s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-11-16T01:12:31.221Z] daemon.go:325: [d3a0630cf0c27] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d3a0630cf0c27] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d3a0630cf0c27] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d3a0630cf0c27] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d3a0630cf0c27] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d3a0630cf0c27] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (11.88s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork [2019-11-16T01:12:31.221Z] daemon.go:325: [db082e7f82eb5] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [db082e7f82eb5] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [db082e7f82eb5] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [db082e7f82eb5] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [db082e7f82eb5] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [db082e7f82eb5] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.30s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-11-16T01:12:31.221Z] daemon.go:325: [db3575bf0f196] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [db3575bf0f196] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [db3575bf0f196] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [db3575bf0f196] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [db3575bf0f196] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [db3575bf0f196] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.48s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-11-16T01:12:31.221Z] daemon.go:325: [dd73d3c776e60] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [dd73d3c776e60] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [dd73d3c776e60] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [dd73d3c776e60] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [dd73d3c776e60] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [dd73d3c776e60] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.60s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-11-16T01:12:31.221Z] daemon.go:325: [d3c6af3c9eb11] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d3c6af3c9eb11] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d3c6af3c9eb11] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d3c6af3c9eb11] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d3c6af3c9eb11] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d3c6af3c9eb11] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.09s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-11-16T01:12:31.221Z] daemon.go:325: [d83f159243fac] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d83f159243fac] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d83f159243fac] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d83f159243fac] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d83f159243fac] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d83f159243fac] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.03s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-11-16T01:12:31.221Z] daemon.go:325: [de561b9f9a5db] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [de561b9f9a5db] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [de561b9f9a5db] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [de561b9f9a5db] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [de561b9f9a5db] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [de561b9f9a5db] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.50s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-11-16T01:12:31.221Z] daemon.go:325: [d67c9e388563e] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d67c9e388563e] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d67c9e388563e] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d67c9e388563e] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d67c9e388563e] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d67c9e388563e] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (18.65s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-11-16T01:12:31.221Z] daemon.go:325: [d6ef0716c51c3] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d6ef0716c51c3] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d6ef0716c51c3] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d6ef0716c51c3] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d6ef0716c51c3] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d6ef0716c51c3] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.51s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-11-16T01:12:31.221Z] daemon.go:325: [d3ec516b6ff85] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d3ec516b6ff85] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d3ec516b6ff85] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d3ec516b6ff85] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d3ec516b6ff85] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d3ec516b6ff85] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.12s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-11-16T01:12:31.221Z] daemon.go:325: [dd39360050d97] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [dd39360050d97] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [dd39360050d97] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [dd39360050d97] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [dd39360050d97] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [dd39360050d97] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.83s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-11-16T01:12:31.221Z] daemon.go:325: [db55d6e3375f6] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [db55d6e3375f6] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [db55d6e3375f6] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [db55d6e3375f6] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [db55d6e3375f6] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [db55d6e3375f6] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.81s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun [2019-11-16T01:12:31.221Z] daemon.go:325: [d18d7fa1aeb9e] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d18d7fa1aeb9e] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d18d7fa1aeb9e] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d18d7fa1aeb9e] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d18d7fa1aeb9e] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d18d7fa1aeb9e] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.08s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart [2019-11-16T01:12:31.221Z] daemon.go:325: [df00ac9eedfb2] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [df00ac9eedfb2] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [df00ac9eedfb2] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [df00ac9eedfb2] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [df00ac9eedfb2] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [df00ac9eedfb2] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.80s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs [2019-11-16T01:12:31.221Z] daemon.go:325: [d65bfa2a909e5] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d65bfa2a909e5] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d65bfa2a909e5] daemon started [2019-11-16T01:12:31.221Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.laqirbyjmgvg@7d8b14001273 | hello1\n" [2019-11-16T01:12:31.221Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.p1e36l41j2ct@7d8b14001273 | hello2\n" [2019-11-16T01:12:31.221Z] daemon.go:461: [d65bfa2a909e5] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d65bfa2a909e5] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d65bfa2a909e5] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (13.41s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-11-16T01:12:31.221Z] daemon.go:325: [dd8e3ca1c0793] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [dd8e3ca1c0793] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [dd8e3ca1c0793] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [dd8e3ca1c0793] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [dd8e3ca1c0793] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [dd8e3ca1c0793] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (13.75s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails [2019-11-16T01:12:31.221Z] daemon.go:325: [de7bbaf44647a] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [de7bbaf44647a] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [de7bbaf44647a] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [de7bbaf44647a] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [de7bbaf44647a] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [de7bbaf44647a] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (13.04s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow [2019-11-16T01:12:31.221Z] daemon.go:325: [dd7de9d4070c3] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [dd7de9d4070c3] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [dd7de9d4070c3] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [dd7de9d4070c3] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [dd7de9d4070c3] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [dd7de9d4070c3] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (15.75s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-11-16T01:12:31.221Z] daemon.go:325: [daf081148af64] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [daf081148af64] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [daf081148af64] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [daf081148af64] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [daf081148af64] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [daf081148af64] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (13.74s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince [2019-11-16T01:12:31.221Z] daemon.go:325: [d4a2e5eed4f09] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d4a2e5eed4f09] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d4a2e5eed4f09] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d4a2e5eed4f09] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d4a2e5eed4f09] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d4a2e5eed4f09] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.34s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY [2019-11-16T01:12:31.221Z] daemon.go:325: [d1cd7ee887b48] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:325: [d1cd7ee887b48] waiting for daemon to start [2019-11-16T01:12:31.221Z] daemon.go:353: [d1cd7ee887b48] daemon started [2019-11-16T01:12:31.221Z] daemon.go:461: [d1cd7ee887b48] Stopping daemon [2019-11-16T01:12:31.221Z] daemon.go:296: [d1cd7ee887b48] exiting daemon [2019-11-16T01:12:31.221Z] daemon.go:448: [d1cd7ee887b48] Daemon stopped [2019-11-16T01:12:31.221Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.74s) [2019-11-16T01:12:31.221Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail [2019-11-16T01:12:31.222Z] daemon.go:325: [de886e9f1abb0] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de886e9f1abb0] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de886e9f1abb0] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de886e9f1abb0] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de886e9f1abb0] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de886e9f1abb0] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.96s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-11-16T01:12:31.222Z] daemon.go:325: [da4106eadab21] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [da4106eadab21] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [da4106eadab21] daemon started [2019-11-16T01:12:31.222Z] docker_cli_service_logs_test.go:242: checking task o05zdoexo9ww [2019-11-16T01:12:31.222Z] docker_cli_service_logs_test.go:247: checking messages for o05zdoexo9ww [2019-11-16T01:12:31.222Z] docker_cli_service_logs_test.go:242: checking task 461cic0bnt5r [2019-11-16T01:12:31.222Z] docker_cli_service_logs_test.go:247: checking messages for 461cic0bnt5r [2019-11-16T01:12:31.222Z] daemon.go:461: [da4106eadab21] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [da4106eadab21] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [da4106eadab21] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.13s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale [2019-11-16T01:12:31.222Z] daemon.go:325: [d9d8107d2ca4e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [d9d8107d2ca4e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [d9d8107d2ca4e] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [d9d8107d2ca4e] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [d9d8107d2ca4e] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [d9d8107d2ca4e] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.91s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-11-16T01:12:31.222Z] daemon.go:325: [de04c91156a4d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de04c91156a4d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de04c91156a4d] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de04c91156a4d] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de04c91156a4d] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de04c91156a4d] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [de04c91156a4d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de04c91156a4d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de04c91156a4d] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de04c91156a4d] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de04c91156a4d] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de04c91156a4d] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [de04c91156a4d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de04c91156a4d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de04c91156a4d] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de04c91156a4d] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de04c91156a4d] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de04c91156a4d] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [de04c91156a4d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de04c91156a4d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de04c91156a4d] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de04c91156a4d] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de04c91156a4d] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de04c91156a4d] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [de04c91156a4d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de04c91156a4d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de04c91156a4d] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de04c91156a4d] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de04c91156a4d] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de04c91156a4d] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.45s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-11-16T01:12:31.222Z] daemon.go:325: [d2593bbb7770f] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [d2593bbb7770f] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [d2593bbb7770f] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [d2593bbb7770f] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [d2593bbb7770f] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [d2593bbb7770f] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.75s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-11-16T01:12:31.222Z] daemon.go:325: [d9bc3f3867291] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [d9bc3f3867291] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [d9bc3f3867291] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [d9bc3f3867291] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [d9bc3f3867291] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [d9bc3f3867291] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.10s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-11-16T01:12:31.222Z] daemon.go:325: [d5f1dcbb84ad5] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [d5f1dcbb84ad5] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [d5f1dcbb84ad5] daemon started [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-11-16T01:12:31.222Z] daemon.go:325: [dcb3724751c9f] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [dcb3724751c9f] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [dcb3724751c9f] daemon started [2019-11-16T01:12:31.222Z] check_test.go:358: [dcb3724751c9f] joining swarm manager [d5f1dcbb84ad5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-11-16T01:12:31.222Z] daemon.go:325: [d5037420a2e98] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [d5037420a2e98] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [d5037420a2e98] daemon started [2019-11-16T01:12:31.222Z] check_test.go:358: [d5037420a2e98] joining swarm manager [d5f1dcbb84ad5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.222Z] daemon.go:461: [d5f1dcbb84ad5] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [d5f1dcbb84ad5] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [d5f1dcbb84ad5] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:461: [dcb3724751c9f] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [dcb3724751c9f] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [dcb3724751c9f] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:461: [d5037420a2e98] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [d5037420a2e98] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [d5037420a2e98] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.47s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-11-16T01:12:31.222Z] daemon.go:325: [dc6a290dcb495] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [dc6a290dcb495] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [dc6a290dcb495] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [dc6a290dcb495] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [dc6a290dcb495] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [dc6a290dcb495] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.96s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-11-16T01:12:31.222Z] daemon.go:325: [defe38745b44a] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [defe38745b44a] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [defe38745b44a] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [defe38745b44a] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [defe38745b44a] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [defe38745b44a] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.33s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-11-16T01:12:31.222Z] daemon.go:325: [d08fadc071418] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [d08fadc071418] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [d08fadc071418] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [d08fadc071418] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [d08fadc071418] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [d08fadc071418] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.48s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-11-16T01:12:31.222Z] daemon.go:325: [da6e0276830ce] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [da6e0276830ce] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [da6e0276830ce] daemon started [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-11-16T01:12:31.222Z] daemon.go:325: [ded1dfe28d104] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [ded1dfe28d104] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [ded1dfe28d104] daemon started [2019-11-16T01:12:31.222Z] check_test.go:358: [ded1dfe28d104] joining swarm manager [da6e0276830ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-11-16T01:12:31.222Z] daemon.go:325: [d45ecb8cb3c8c] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [d45ecb8cb3c8c] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [d45ecb8cb3c8c] daemon started [2019-11-16T01:12:31.222Z] check_test.go:358: [d45ecb8cb3c8c] joining swarm manager [da6e0276830ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.222Z] daemon.go:461: [da6e0276830ce] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [da6e0276830ce] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [da6e0276830ce] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:461: [ded1dfe28d104] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [ded1dfe28d104] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [ded1dfe28d104] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:461: [d45ecb8cb3c8c] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [d45ecb8cb3c8c] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [d45ecb8cb3c8c] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.48s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-11-16T01:12:31.222Z] daemon.go:325: [d51ca9d205f4b] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [d51ca9d205f4b] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [d51ca9d205f4b] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [d51ca9d205f4b] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [d51ca9d205f4b] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [d51ca9d205f4b] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (86.64s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-11-16T01:12:31.222Z] daemon.go:325: [d62c0dd06bb44] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [d62c0dd06bb44] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [d62c0dd06bb44] daemon started [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-11-16T01:12:31.222Z] daemon.go:325: [da8ab8d54db0e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [da8ab8d54db0e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [da8ab8d54db0e] daemon started [2019-11-16T01:12:31.222Z] check_test.go:358: [da8ab8d54db0e] joining swarm manager [d62c0dd06bb44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-11-16T01:12:31.222Z] daemon.go:325: [de183282e843d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de183282e843d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de183282e843d] daemon started [2019-11-16T01:12:31.222Z] check_test.go:358: [de183282e843d] joining swarm manager [d62c0dd06bb44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.222Z] daemon.go:461: [da8ab8d54db0e] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [da8ab8d54db0e] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [da8ab8d54db0e] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [da8ab8d54db0e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [da8ab8d54db0e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [da8ab8d54db0e] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de183282e843d] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de183282e843d] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de183282e843d] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [de183282e843d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de183282e843d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de183282e843d] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [da8ab8d54db0e] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [da8ab8d54db0e] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [da8ab8d54db0e] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [da8ab8d54db0e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [da8ab8d54db0e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [da8ab8d54db0e] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de183282e843d] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de183282e843d] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de183282e843d] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [de183282e843d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de183282e843d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de183282e843d] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [da8ab8d54db0e] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [da8ab8d54db0e] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [da8ab8d54db0e] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [da8ab8d54db0e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [da8ab8d54db0e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [da8ab8d54db0e] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de183282e843d] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de183282e843d] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de183282e843d] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [de183282e843d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de183282e843d] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de183282e843d] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [d62c0dd06bb44] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [d62c0dd06bb44] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [d62c0dd06bb44] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:461: [da8ab8d54db0e] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [da8ab8d54db0e] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [da8ab8d54db0e] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:461: [de183282e843d] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de183282e843d] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de183282e843d] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.61s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-11-16T01:12:31.222Z] daemon.go:325: [dbd5abd736a9b] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [dbd5abd736a9b] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [dbd5abd736a9b] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [dbd5abd736a9b] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [dbd5abd736a9b] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [dbd5abd736a9b] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (10.53s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-11-16T01:12:31.222Z] daemon.go:325: [de90c4a5b1b81] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de90c4a5b1b81] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de90c4a5b1b81] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de90c4a5b1b81] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de90c4a5b1b81] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de90c4a5b1b81] Daemon stopped [2019-11-16T01:12:31.222Z] daemon.go:325: [de90c4a5b1b81] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de90c4a5b1b81] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [de90c4a5b1b81] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [de90c4a5b1b81] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [de90c4a5b1b81] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [de90c4a5b1b81] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [de90c4a5b1b81] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.67s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-11-16T01:12:31.222Z] daemon.go:325: [d5631a8e46ca1] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [d5631a8e46ca1] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:353: [d5631a8e46ca1] daemon started [2019-11-16T01:12:31.222Z] daemon.go:461: [d5631a8e46ca1] Stopping daemon [2019-11-16T01:12:31.222Z] daemon.go:296: [d5631a8e46ca1] exiting daemon [2019-11-16T01:12:31.222Z] daemon.go:448: [d5631a8e46ca1] Daemon stopped [2019-11-16T01:12:31.222Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.51s) [2019-11-16T01:12:31.222Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-11-16T01:12:31.222Z] daemon.go:325: [deba7edf49c5e] waiting for daemon to start [2019-11-16T01:12:31.222Z] daemon.go:325: [deba7edf49c5e] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [deba7edf49c5e] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [deba7edf49c5e] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [deba7edf49c5e] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [deba7edf49c5e] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.96s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-11-16T01:12:31.223Z] daemon.go:325: [d722abf9690ff] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d722abf9690ff] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d722abf9690ff] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d722abf9690ff] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d722abf9690ff] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d722abf9690ff] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [d722abf9690ff] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:296: [d722abf9690ff] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:325: [d722abf9690ff] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d722abf9690ff] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:296: [d722abf9690ff] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:325: [d722abf9690ff] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d722abf9690ff] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d722abf9690ff] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d722abf9690ff] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d722abf9690ff] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d722abf9690ff] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d722abf9690ff] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.35s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-11-16T01:12:31.223Z] daemon.go:325: [dbc697137e80d] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dbc697137e80d] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dbc697137e80d] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [dbc697137e80d] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dbc697137e80d] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dbc697137e80d] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.65s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit [2019-11-16T01:12:31.223Z] daemon.go:325: [d773ee0d4661d] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d773ee0d4661d] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d773ee0d4661d] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d773ee0d4661d] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d773ee0d4661d] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d773ee0d4661d] Daemon stopped [2019-11-16T01:12:31.223Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-11-16T01:12:31.223Z] requirement.go:26: unmatched requirement IPv6 [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.46s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked [2019-11-16T01:12:31.223Z] daemon.go:325: [dbd2a052bdd6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dbd2a052bdd6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dbd2a052bdd6c] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [dbd2a052bdd6c] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dbd2a052bdd6c] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dbd2a052bdd6c] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [dbd2a052bdd6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dbd2a052bdd6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dbd2a052bdd6c] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [dbd2a052bdd6c] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dbd2a052bdd6c] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dbd2a052bdd6c] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [dbd2a052bdd6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dbd2a052bdd6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dbd2a052bdd6c] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [dbd2a052bdd6c] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dbd2a052bdd6c] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dbd2a052bdd6c] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.83s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-11-16T01:12:31.223Z] daemon.go:325: [d24112c7b6abf] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d24112c7b6abf] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d24112c7b6abf] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d24112c7b6abf] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d24112c7b6abf] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d24112c7b6abf] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-11-16T01:12:31.223Z] daemon.go:325: [dd9ca4ac7e9db] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dd9ca4ac7e9db] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dd9ca4ac7e9db] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [dd9ca4ac7e9db] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dd9ca4ac7e9db] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dd9ca4ac7e9db] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.18s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-11-16T01:12:31.223Z] daemon.go:325: [d55d84f2ece90] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d55d84f2ece90] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d55d84f2ece90] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d55d84f2ece90] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d55d84f2ece90] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d55d84f2ece90] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.31s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave [2019-11-16T01:12:31.223Z] daemon.go:325: [d5a86c076b677] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d5a86c076b677] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d5a86c076b677] daemon started [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave [2019-11-16T01:12:31.223Z] daemon.go:325: [dc52fd0484d98] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dc52fd0484d98] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dc52fd0484d98] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d5a86c076b677] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d5a86c076b677] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d5a86c076b677] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:461: [dc52fd0484d98] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dc52fd0484d98] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dc52fd0484d98] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.77s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-11-16T01:12:31.223Z] daemon.go:325: [d0742b7ae864b] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d0742b7ae864b] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d0742b7ae864b] daemon started [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-11-16T01:12:31.223Z] daemon.go:325: [d0a729181de31] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d0a729181de31] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d0a729181de31] daemon started [2019-11-16T01:12:31.223Z] check_test.go:358: [d0a729181de31] joining swarm manager [d0742b7ae864b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.223Z] daemon.go:461: [d0a729181de31] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d0a729181de31] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d0a729181de31] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [d0a729181de31] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d0a729181de31] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d0a729181de31] daemon started [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-11-16T01:12:31.223Z] daemon.go:325: [d6310751bac6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d6310751bac6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d6310751bac6c] daemon started [2019-11-16T01:12:31.223Z] check_test.go:358: [d6310751bac6c] joining swarm manager [d0742b7ae864b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.223Z] daemon.go:461: [d0a729181de31] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d0a729181de31] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d0a729181de31] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [d0a729181de31] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d0a729181de31] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d0a729181de31] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d6310751bac6c] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d6310751bac6c] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d6310751bac6c] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [d6310751bac6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d6310751bac6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d6310751bac6c] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d6310751bac6c] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d6310751bac6c] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d6310751bac6c] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [d6310751bac6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d6310751bac6c] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d6310751bac6c] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d0742b7ae864b] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d0742b7ae864b] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d0742b7ae864b] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:461: [d0a729181de31] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d0a729181de31] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d0a729181de31] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:461: [d6310751bac6c] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d6310751bac6c] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d6310751bac6c] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.58s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-11-16T01:12:31.223Z] daemon.go:325: [d8d2dbb6aae92] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d8d2dbb6aae92] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d8d2dbb6aae92] daemon started [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-11-16T01:12:31.223Z] daemon.go:325: [d2e05b74e4760] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d2e05b74e4760] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d2e05b74e4760] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d8d2dbb6aae92] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d8d2dbb6aae92] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d8d2dbb6aae92] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:461: [d2e05b74e4760] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d2e05b74e4760] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d2e05b74e4760] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.69s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-11-16T01:12:31.223Z] daemon.go:325: [d8979d7134e99] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d8979d7134e99] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d8979d7134e99] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d8979d7134e99] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d8979d7134e99] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d8979d7134e99] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [d8979d7134e99] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d8979d7134e99] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d8979d7134e99] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d8979d7134e99] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d8979d7134e99] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d8979d7134e99] Daemon stopped [2019-11-16T01:12:31.223Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (127.01s) [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dc3219f4d6fc8] daemon started [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-11-16T01:12:31.223Z] daemon.go:325: [dde088ab70d66] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dde088ab70d66] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dde088ab70d66] daemon started [2019-11-16T01:12:31.223Z] check_test.go:358: [dde088ab70d66] joining swarm manager [dc3219f4d6fc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.223Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-11-16T01:12:31.223Z] daemon.go:325: [d134d47573b71] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d134d47573b71] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d134d47573b71] daemon started [2019-11-16T01:12:31.223Z] check_test.go:358: [d134d47573b71] joining swarm manager [dc3219f4d6fc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.223Z] daemon.go:461: [dde088ab70d66] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dde088ab70d66] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dde088ab70d66] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [dde088ab70d66] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dde088ab70d66] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dde088ab70d66] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [dde088ab70d66] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dde088ab70d66] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dde088ab70d66] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:461: [dc3219f4d6fc8] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dc3219f4d6fc8] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dc3219f4d6fc8] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dc3219f4d6fc8] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d134d47573b71] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d134d47573b71] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d134d47573b71] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [d134d47573b71] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d134d47573b71] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [d134d47573b71] daemon started [2019-11-16T01:12:31.223Z] daemon.go:325: [dde088ab70d66] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dde088ab70d66] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dde088ab70d66] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [dde088ab70d66] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dde088ab70d66] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dde088ab70d66] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [dde088ab70d66] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dde088ab70d66] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dde088ab70d66] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [dc3219f4d6fc8] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [dc3219f4d6fc8] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [dc3219f4d6fc8] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:339: [dc3219f4d6fc8] error pinging daemon on start: Get http://dc3219f4d6fc8.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:339: [dc3219f4d6fc8] error pinging daemon on start: Get http://dc3219f4d6fc8.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:339: [dc3219f4d6fc8] error pinging daemon on start: Get http://dc3219f4d6fc8.sock/_ping: context deadline exceeded [2019-11-16T01:12:31.223Z] daemon.go:325: [dc3219f4d6fc8] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:353: [dc3219f4d6fc8] daemon started [2019-11-16T01:12:31.223Z] daemon.go:461: [d134d47573b71] Stopping daemon [2019-11-16T01:12:31.223Z] daemon.go:296: [d134d47573b71] exiting daemon [2019-11-16T01:12:31.223Z] daemon.go:448: [d134d47573b71] Daemon stopped [2019-11-16T01:12:31.223Z] daemon.go:325: [d134d47573b71] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d134d47573b71] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d134d47573b71] waiting for daemon to start [2019-11-16T01:12:31.223Z] daemon.go:325: [d134d47573b71] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d134d47573b71] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [dde088ab70d66] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dde088ab70d66] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dde088ab70d66] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:325: [dde088ab70d66] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dde088ab70d66] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dde088ab70d66] daemon started [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-11-16T01:12:31.224Z] daemon.go:325: [dce912345fb3e] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dce912345fb3e] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dce912345fb3e] daemon started [2019-11-16T01:12:31.224Z] check_test.go:358: [dce912345fb3e] joining swarm manager [dc3219f4d6fc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-11-16T01:12:31.224Z] daemon.go:461: [dce912345fb3e] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dce912345fb3e] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dce912345fb3e] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:325: [dce912345fb3e] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dce912345fb3e] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dce912345fb3e] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [dc3219f4d6fc8] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dc3219f4d6fc8] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dc3219f4d6fc8] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:461: [dde088ab70d66] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dde088ab70d66] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dde088ab70d66] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:461: [d134d47573b71] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d134d47573b71] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d134d47573b71] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:461: [dce912345fb3e] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dce912345fb3e] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dce912345fb3e] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.84s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress [2019-11-16T01:12:31.224Z] daemon.go:325: [dcf5a53cbe0b1] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dcf5a53cbe0b1] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dcf5a53cbe0b1] daemon started [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress [2019-11-16T01:12:31.224Z] daemon.go:325: [d830a3946f326] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d830a3946f326] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d830a3946f326] daemon started [2019-11-16T01:12:31.224Z] check_test.go:358: [d830a3946f326] joining swarm manager [dcf5a53cbe0b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress [2019-11-16T01:12:31.224Z] daemon.go:325: [dd53662852a38] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dd53662852a38] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dd53662852a38] daemon started [2019-11-16T01:12:31.224Z] check_test.go:358: [dd53662852a38] joining swarm manager [dcf5a53cbe0b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-11-16T01:12:31.224Z] daemon.go:461: [dcf5a53cbe0b1] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dcf5a53cbe0b1] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dcf5a53cbe0b1] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:461: [d830a3946f326] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d830a3946f326] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d830a3946f326] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:461: [dd53662852a38] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dd53662852a38] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dd53662852a38] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.28s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-11-16T01:12:31.224Z] daemon.go:325: [d1dd16f8b9f88] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d1dd16f8b9f88] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d1dd16f8b9f88] daemon started [2019-11-16T01:12:31.224Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-11-16T01:12:31.224Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2019-11-16T01:12:31.224Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-11-16T01:12:31.224Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2019-11-16T01:12:31.224Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-11-16T01:12:31.224Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2019-11-16T01:12:31.224Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-11-16T01:12:31.224Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2019-11-16T01:12:31.224Z] daemon.go:461: [d1dd16f8b9f88] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d1dd16f8b9f88] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d1dd16f8b9f88] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.72s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-11-16T01:12:31.224Z] daemon.go:325: [df0e8d7bb2fd8] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [df0e8d7bb2fd8] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [df0e8d7bb2fd8] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [df0e8d7bb2fd8] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [df0e8d7bb2fd8] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [df0e8d7bb2fd8] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (6.27s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-11-16T01:12:31.224Z] daemon.go:325: [d70f71ac3f99b] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d70f71ac3f99b] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d70f71ac3f99b] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [d70f71ac3f99b] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d70f71ac3f99b] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d70f71ac3f99b] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.07s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-11-16T01:12:31.224Z] daemon.go:325: [db13084d76074] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [db13084d76074] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [db13084d76074] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [db13084d76074] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [db13084d76074] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [db13084d76074] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.89s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-11-16T01:12:31.224Z] daemon.go:325: [df193d509200d] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [df193d509200d] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [df193d509200d] daemon started [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-11-16T01:12:31.224Z] daemon.go:325: [d0db130729543] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d0db130729543] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d0db130729543] daemon started [2019-11-16T01:12:31.224Z] check_test.go:358: [d0db130729543] joining swarm manager [df193d509200d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.224Z] daemon.go:461: [df193d509200d] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [df193d509200d] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [df193d509200d] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:461: [d0db130729543] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d0db130729543] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d0db130729543] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.83s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-11-16T01:12:31.224Z] daemon.go:325: [d7f1ac5982d2b] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d7f1ac5982d2b] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d7f1ac5982d2b] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [d7f1ac5982d2b] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d7f1ac5982d2b] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d7f1ac5982d2b] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (5.14s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-11-16T01:12:31.224Z] daemon.go:325: [dc339f4b012f0] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dc339f4b012f0] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dc339f4b012f0] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [dc339f4b012f0] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dc339f4b012f0] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dc339f4b012f0] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.54s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd [2019-11-16T01:12:31.224Z] daemon.go:325: [d716ce534c209] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d716ce534c209] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d716ce534c209] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [d716ce534c209] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d716ce534c209] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d716ce534c209] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.69s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-11-16T01:12:31.224Z] daemon.go:325: [dc888fb100c52] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dc888fb100c52] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dc888fb100c52] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [dc888fb100c52] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dc888fb100c52] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dc888fb100c52] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.02s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-11-16T01:12:31.224Z] daemon.go:325: [d1503b9fb0439] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d1503b9fb0439] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d1503b9fb0439] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [d1503b9fb0439] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d1503b9fb0439] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d1503b9fb0439] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.72s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-11-16T01:12:31.224Z] daemon.go:325: [d7b8c026f5723] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d7b8c026f5723] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d7b8c026f5723] daemon started [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-11-16T01:12:31.224Z] daemon.go:325: [de51a3d087045] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [de51a3d087045] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [de51a3d087045] daemon started [2019-11-16T01:12:31.224Z] check_test.go:358: [de51a3d087045] joining swarm manager [d7b8c026f5723]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-11-16T01:12:31.224Z] daemon.go:461: [d7b8c026f5723] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d7b8c026f5723] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d7b8c026f5723] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:461: [de51a3d087045] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [de51a3d087045] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [de51a3d087045] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (16.11s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-11-16T01:12:31.224Z] daemon.go:325: [dd5e3915720b0] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dd5e3915720b0] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dd5e3915720b0] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [dd5e3915720b0] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dd5e3915720b0] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dd5e3915720b0] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:325: [dd5e3915720b0] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dd5e3915720b0] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dd5e3915720b0] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [dd5e3915720b0] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dd5e3915720b0] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dd5e3915720b0] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:325: [dd5e3915720b0] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dd5e3915720b0] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dd5e3915720b0] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [dd5e3915720b0] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dd5e3915720b0] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dd5e3915720b0] Daemon stopped [2019-11-16T01:12:31.224Z] daemon.go:325: [dd5e3915720b0] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dd5e3915720b0] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dd5e3915720b0] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [dd5e3915720b0] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dd5e3915720b0] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dd5e3915720b0] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.08s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-11-16T01:12:31.224Z] daemon.go:325: [dee5c172e5c87] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [dee5c172e5c87] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [dee5c172e5c87] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [dee5c172e5c87] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [dee5c172e5c87] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [dee5c172e5c87] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.11s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-11-16T01:12:31.224Z] daemon.go:325: [d62582a8946b3] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d62582a8946b3] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d62582a8946b3] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [d62582a8946b3] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d62582a8946b3] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d62582a8946b3] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.64s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-11-16T01:12:31.224Z] daemon.go:325: [d4b3ea421ccc1] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d4b3ea421ccc1] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d4b3ea421ccc1] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [d4b3ea421ccc1] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d4b3ea421ccc1] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d4b3ea421ccc1] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.09s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-11-16T01:12:31.224Z] daemon.go:325: [d386511ea43ad] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [d386511ea43ad] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [d386511ea43ad] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [d386511ea43ad] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [d386511ea43ad] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [d386511ea43ad] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.78s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY [2019-11-16T01:12:31.224Z] daemon.go:325: [debc95200cca4] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:325: [debc95200cca4] waiting for daemon to start [2019-11-16T01:12:31.224Z] daemon.go:353: [debc95200cca4] daemon started [2019-11-16T01:12:31.224Z] daemon.go:461: [debc95200cca4] Stopping daemon [2019-11-16T01:12:31.224Z] daemon.go:296: [debc95200cca4] exiting daemon [2019-11-16T01:12:31.224Z] daemon.go:448: [debc95200cca4] Daemon stopped [2019-11-16T01:12:31.224Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.19s) [2019-11-16T01:12:31.224Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-11-16T01:12:31.225Z] daemon.go:325: [d53588332925d] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:325: [d53588332925d] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:353: [d53588332925d] daemon started [2019-11-16T01:12:31.225Z] daemon.go:461: [d53588332925d] Stopping daemon [2019-11-16T01:12:31.225Z] daemon.go:296: [d53588332925d] exiting daemon [2019-11-16T01:12:31.225Z] daemon.go:448: [d53588332925d] Daemon stopped [2019-11-16T01:12:31.225Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.30s) [2019-11-16T01:12:31.225Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-11-16T01:12:31.225Z] daemon.go:325: [d1cc20c3aa0b2] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:325: [d1cc20c3aa0b2] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:353: [d1cc20c3aa0b2] daemon started [2019-11-16T01:12:31.225Z] daemon.go:461: [d1cc20c3aa0b2] Stopping daemon [2019-11-16T01:12:31.225Z] daemon.go:296: [d1cc20c3aa0b2] exiting daemon [2019-11-16T01:12:31.225Z] daemon.go:448: [d1cc20c3aa0b2] Daemon stopped [2019-11-16T01:12:31.225Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.30s) [2019-11-16T01:12:31.225Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-11-16T01:12:31.225Z] daemon.go:325: [dcd627eaaff57] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:325: [dcd627eaaff57] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:353: [dcd627eaaff57] daemon started [2019-11-16T01:12:31.225Z] daemon.go:461: [dcd627eaaff57] Stopping daemon [2019-11-16T01:12:31.225Z] daemon.go:296: [dcd627eaaff57] exiting daemon [2019-11-16T01:12:31.225Z] daemon.go:448: [dcd627eaaff57] Daemon stopped [2019-11-16T01:12:31.225Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.24s) [2019-11-16T01:12:31.225Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal [2019-11-16T01:12:31.225Z] daemon.go:325: [d12e6a73ee8d0] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:325: [d12e6a73ee8d0] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:353: [d12e6a73ee8d0] daemon started [2019-11-16T01:12:31.225Z] daemon.go:461: [d12e6a73ee8d0] Stopping daemon [2019-11-16T01:12:31.225Z] daemon.go:296: [d12e6a73ee8d0] exiting daemon [2019-11-16T01:12:31.225Z] daemon.go:448: [d12e6a73ee8d0] Daemon stopped [2019-11-16T01:12:31.225Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.27s) [2019-11-16T01:12:31.225Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-11-16T01:12:31.225Z] daemon.go:325: [ddf6cbff05470] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:325: [ddf6cbff05470] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:353: [ddf6cbff05470] daemon started [2019-11-16T01:12:31.225Z] daemon.go:461: [ddf6cbff05470] Stopping daemon [2019-11-16T01:12:31.225Z] daemon.go:296: [ddf6cbff05470] exiting daemon [2019-11-16T01:12:31.225Z] daemon.go:448: [ddf6cbff05470] Daemon stopped [2019-11-16T01:12:31.225Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.11s) [2019-11-16T01:12:31.225Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate [2019-11-16T01:12:31.225Z] daemon.go:325: [d7b0b813cf601] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:325: [d7b0b813cf601] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:353: [d7b0b813cf601] daemon started [2019-11-16T01:12:31.225Z] daemon.go:461: [d7b0b813cf601] Stopping daemon [2019-11-16T01:12:31.225Z] daemon.go:296: [d7b0b813cf601] exiting daemon [2019-11-16T01:12:31.225Z] daemon.go:448: [d7b0b813cf601] Daemon stopped [2019-11-16T01:12:31.225Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.34s) [2019-11-16T01:12:31.225Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-11-16T01:12:31.225Z] daemon.go:325: [d7451df7ced53] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:325: [d7451df7ced53] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:353: [d7451df7ced53] daemon started [2019-11-16T01:12:31.225Z] daemon.go:461: [d7451df7ced53] Stopping daemon [2019-11-16T01:12:31.225Z] daemon.go:296: [d7451df7ced53] exiting daemon [2019-11-16T01:12:31.225Z] daemon.go:448: [d7451df7ced53] Daemon stopped [2019-11-16T01:12:31.225Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.08s) [2019-11-16T01:12:31.225Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-11-16T01:12:31.225Z] daemon.go:325: [d23eb266bf3a4] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:325: [d23eb266bf3a4] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:353: [d23eb266bf3a4] daemon started [2019-11-16T01:12:31.225Z] daemon.go:461: [d23eb266bf3a4] Stopping daemon [2019-11-16T01:12:31.225Z] daemon.go:296: [d23eb266bf3a4] exiting daemon [2019-11-16T01:12:31.225Z] daemon.go:448: [d23eb266bf3a4] Daemon stopped [2019-11-16T01:12:31.225Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (18.05s) [2019-11-16T01:12:31.225Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-11-16T01:12:31.225Z] daemon.go:325: [da624b59aaba0] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:325: [da624b59aaba0] waiting for daemon to start [2019-11-16T01:12:31.225Z] daemon.go:353: [da624b59aaba0] daemon started [2019-11-16T01:12:31.225Z] daemon.go:461: [da624b59aaba0] Stopping daemon [2019-11-16T01:12:31.225Z] daemon.go:296: [da624b59aaba0] exiting daemon [2019-11-16T01:12:31.225Z] daemon.go:448: [da624b59aaba0] Daemon stopped [2019-11-16T01:12:31.225Z] === RUN TestDockerExternalVolumeSuite [2019-11-16T01:12:31.225Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-11-16T01:12:37.850Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-11-16T01:12:42.525Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-11-16T01:12:49.281Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-11-16T01:12:49.581Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-11-16T01:12:54.253Z] === RUN TestDockerSuite/TestRmiTag [2019-11-16T01:12:54.253Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-11-16T01:12:56.420Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-11-16T01:13:13.526Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-11-16T01:13:15.060Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-11-16T01:13:19.738Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-11-16T01:13:20.702Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-11-16T01:13:20.702Z] === RUN TestDockerSuite/TestRunAddHost [2019-11-16T01:13:20.702Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-11-16T01:13:20.702Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-11-16T01:13:20.702Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-11-16T01:13:20.702Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-11-16T01:13:20.702Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-11-16T01:13:20.702Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-11-16T01:13:22.877Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-11-16T01:13:22.877Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-11-16T01:13:22.877Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-11-16T01:13:26.600Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-11-16T01:13:28.770Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-11-16T01:13:30.940Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-11-16T01:13:33.243Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-11-16T01:13:34.774Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-11-16T01:13:34.774Z] === RUN TestDockerSuite/TestRunBindMounts [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-11-16T01:13:39.449Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-11-16T01:13:40.981Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-11-16T01:13:40.981Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-11-16T01:13:43.877Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-11-16T01:13:43.877Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-11-16T01:13:43.877Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-11-16T01:13:45.410Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-11-16T01:13:45.410Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-11-16T01:13:45.410Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-11-16T01:13:45.410Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-11-16T01:13:45.410Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-11-16T01:13:45.410Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-11-16T01:13:45.410Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-11-16T01:13:45.410Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-11-16T01:13:47.037Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-11-16T01:13:47.580Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-11-16T01:13:49.750Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-11-16T01:13:51.283Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-11-16T01:13:51.283Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-11-16T01:13:51.283Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-11-16T01:13:51.283Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-11-16T01:13:53.459Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-11-16T01:13:53.459Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-11-16T01:13:53.459Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-11-16T01:13:53.459Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-11-16T01:13:53.459Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-11-16T01:13:55.635Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-11-16T01:14:05.096Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-11-16T01:14:07.989Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-11-16T01:14:07.989Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-11-16T01:14:07.989Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-11-16T01:14:07.989Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-11-16T01:14:07.989Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-11-16T01:14:07.989Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-11-16T01:14:07.989Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-11-16T01:14:09.522Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-11-16T01:14:09.522Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-11-16T01:14:09.522Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-11-16T01:14:09.522Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-11-16T01:14:11.692Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-11-16T01:14:13.864Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-11-16T01:14:13.864Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-11-16T01:14:15.399Z] === RUN TestDockerSuite/TestRunEnvironment [2019-11-16T01:14:15.855Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-11-16T01:14:15.855Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-11-16T01:14:15.855Z] === RUN TestDockerSuite/TestRunExitCode [2019-11-16T01:14:18.027Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-11-16T01:14:19.558Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-11-16T01:14:21.735Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-11-16T01:14:23.907Z] === RUN TestDockerSuite/TestRunExposePort [2019-11-16T01:14:23.907Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-11-16T01:14:23.907Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-11-16T01:14:23.907Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-11-16T01:14:23.907Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-11-16T01:14:23.907Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-11-16T01:14:23.907Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-11-16T01:14:23.907Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-11-16T01:14:23.907Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-11-16T01:14:27.633Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-11-16T01:14:27.633Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-11-16T01:14:27.633Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-11-16T01:14:27.633Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-11-16T01:14:27.633Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-11-16T01:14:27.633Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-11-16T01:14:27.633Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-11-16T01:14:36.187Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-11-16T01:14:36.187Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-11-16T01:14:37.140Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-11-16T01:14:37.719Z] === RUN TestDockerSuite/TestRunModeHostname [2019-11-16T01:14:37.719Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-11-16T01:14:37.719Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-11-16T01:14:37.719Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-11-16T01:14:37.719Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-11-16T01:14:38.179Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-11-16T01:14:38.179Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-11-16T01:14:38.179Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-11-16T01:14:38.179Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-11-16T01:14:38.179Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-11-16T01:14:38.179Z] === RUN TestDockerSuite/TestRunMount [2019-11-16T01:14:38.179Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-11-16T01:14:38.179Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-11-16T01:14:38.179Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-11-16T01:14:38.179Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-11-16T01:14:45.235Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-11-16T01:14:45.235Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-11-16T01:14:45.235Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-11-16T01:14:45.235Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-11-16T01:14:48.303Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-11-16T01:14:49.321Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-11-16T01:14:56.847Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-11-16T01:14:56.847Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-11-16T01:14:56.847Z] === RUN TestDockerSuite/TestRunNetHost [2019-11-16T01:14:56.847Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-11-16T01:14:56.847Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-11-16T01:14:56.847Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-11-16T01:14:56.847Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-11-16T01:14:56.847Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-11-16T01:14:56.847Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-11-16T01:14:56.847Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-11-16T01:14:57.304Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-11-16T01:14:58.267Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-11-16T01:15:00.436Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-11-16T01:15:01.966Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-11-16T01:15:02.934Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-11-16T01:15:05.108Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-11-16T01:15:05.108Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-11-16T01:15:05.108Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-11-16T01:15:05.108Z] === RUN TestDockerSuite/TestRunPortInUse [2019-11-16T01:15:05.108Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-11-16T01:15:05.108Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-11-16T01:15:05.108Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-11-16T01:15:05.108Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-11-16T01:15:05.108Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-11-16T01:15:08.002Z] === RUN TestDockerSuite/TestRunPublishPort [2019-11-16T01:15:08.002Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-11-16T01:15:08.002Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-11-16T01:15:08.002Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-11-16T01:15:08.002Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-11-16T01:15:08.002Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-11-16T01:15:15.064Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-11-16T01:15:15.064Z] === RUN TestDockerSuite/TestRunRm [2019-11-16T01:15:17.236Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-11-16T01:15:21.378Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-11-16T01:15:23.011Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-11-16T01:15:24.543Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-11-16T01:15:26.079Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-11-16T01:15:28.248Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-11-16T01:15:30.418Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-11-16T01:15:30.418Z] === RUN TestDockerSuite/TestRunState [2019-11-16T01:15:30.418Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-11-16T01:15:32.593Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-11-16T01:15:32.593Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-11-16T01:15:34.124Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-11-16T01:15:34.124Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-11-16T01:15:34.124Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-11-16T01:15:34.124Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-11-16T01:15:34.582Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-11-16T01:15:34.582Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-11-16T01:15:36.231Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUserByID [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUserByName [2019-11-16T01:15:39.279Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-11-16T01:15:41.450Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-11-16T01:15:41.450Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-11-16T01:15:43.621Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-11-16T01:15:43.621Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-11-16T01:15:43.621Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-11-16T01:15:45.792Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-11-16T01:15:51.564Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-11-16T01:15:56.239Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-11-16T01:16:02.018Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-11-16T01:16:02.018Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-11-16T01:16:02.018Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-11-16T01:16:02.018Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-11-16T01:16:02.018Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-11-16T01:16:03.549Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-11-16T01:16:05.719Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-11-16T01:16:08.025Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-11-16T01:16:08.025Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-11-16T01:16:08.025Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-11-16T01:16:08.025Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-11-16T01:16:08.025Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-11-16T01:16:08.025Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-11-16T01:16:08.025Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-11-16T01:16:08.025Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-11-16T01:16:08.025Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-11-16T01:16:08.274Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-11-16T01:16:11.750Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-11-16T01:16:13.281Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-11-16T01:16:15.451Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveImageId [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-11-16T01:16:19.178Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-11-16T01:16:22.073Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-11-16T01:16:22.073Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-11-16T01:16:22.530Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-11-16T01:16:22.530Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-11-16T01:16:23.126Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-11-16T01:16:24.059Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-11-16T01:16:36.417Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-11-16T01:16:36.417Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-11-16T01:16:41.184Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-11-16T01:16:42.198Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-11-16T01:16:42.198Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-11-16T01:16:45.093Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-11-16T01:16:45.093Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-11-16T01:16:45.093Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-11-16T01:16:45.093Z] === RUN TestDockerSuite/TestStartRecordError [2019-11-16T01:16:45.093Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-11-16T01:16:57.453Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-11-16T01:16:57.453Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-11-16T01:16:57.453Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-11-16T01:16:57.453Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-11-16T01:16:57.453Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-11-16T01:16:57.453Z] === RUN TestDockerSuite/TestStatsNoStream [2019-11-16T01:16:57.453Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-11-16T01:16:58.983Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-11-16T01:17:00.519Z] === RUN TestDockerSuite/TestTopPrivileged [2019-11-16T01:17:00.976Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-11-16T01:17:02.508Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-11-16T01:17:02.508Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-11-16T01:17:02.508Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-11-16T01:17:02.508Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-11-16T01:17:02.508Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-11-16T01:17:02.508Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-11-16T01:17:02.508Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-11-16T01:17:20.162Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-11-16T01:17:20.162Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-11-16T01:17:20.162Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-11-16T01:17:20.162Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-11-16T01:17:20.162Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-11-16T01:17:20.162Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-11-16T01:17:20.162Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-11-16T01:17:21.694Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-11-16T01:17:21.694Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-11-16T01:17:24.590Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-11-16T01:17:24.590Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-11-16T01:17:25.047Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-11-16T01:17:25.047Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-11-16T01:17:25.047Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-11-16T01:17:27.850Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-11-16T01:17:32.106Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-11-16T01:17:32.106Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-11-16T01:17:32.564Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-11-16T01:17:33.021Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-11-16T01:17:33.021Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-11-16T01:17:38.801Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-11-16T01:17:39.258Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-11-16T01:17:39.258Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-11-16T01:17:45.916Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-11-16T01:17:54.063Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-11-16T01:17:54.063Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite (2386.16s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.56s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.54s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (144.55s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.74s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.20s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.97s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.90s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement Apparmor [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement Apparmor [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.78s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement IsPausable [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.53s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (107.49s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.42s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement UnixCli [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.58s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.01s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.82s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.72s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.77s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.27s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.52s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.62s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.53s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.89s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.07s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.31s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.47s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.42s) [2019-11-16T01:17:54.063Z] --- PASS: TestDockerSuite/TestBuildAddTar (36.38s) [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.063Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.44s) [2019-11-16T01:17:54.063Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.09s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.68s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.54s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.99s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.11s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.87s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.09s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.40s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.36s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.66s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.61s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.50s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (21.37s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.74s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.39s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.36s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.42s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.20s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement UnixCli [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.25s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.84s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCmd (0.46s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.50s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.46s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.89s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.85s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.08s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildContChar (12.43s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.41s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.90s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.76s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.75s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.56s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.98s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.51s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.54s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.33s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.26s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.41s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.44s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (31.50s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.63s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.38s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (16.96s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.54s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.77s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.40s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.49s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.48s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignore (54.73s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.60s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.39s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (50.57s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.70s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.75s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.60s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.45s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.56s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (41.02s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.92s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.18s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (78.11s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.45s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.33s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.49s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.04s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.55s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.78s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.77s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.33s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.10s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.84s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.63s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.78s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.67s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildFails (1.94s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.71s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.82s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.97s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.60s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.34s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.26s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement UnixCli [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.67s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.48s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.62s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildHistory (10.34s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.87s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.90s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.70s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.30s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLabel (0.85s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.56s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.83s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.51s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLabels (0.84s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.37s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.87s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.49s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.58s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.89s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (24.01s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.03s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (29.37s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.20s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.62s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.26s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.15s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.88s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.15s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.64s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.32s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.24s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.11s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.22s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.03s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.21s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.78s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.44s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (13.29s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.17s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.45s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.85s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.61s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.01s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.80s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.51s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (17.82s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildRm (12.66s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.03s) [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2019-11-16T01:17:54.064Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.46s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (8.00s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.40s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildShellInherited (9.24s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.58s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.89s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.55s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.19s) [2019-11-16T01:17:54.064Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.40s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.84s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildStderr (4.57s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.49s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.36s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.72s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.53s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.81s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.24s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (9.27s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.49s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.40s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.12s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.85s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (15.65s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.39s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.35s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.63s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.71s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.45s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.50s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.39s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.25s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.46s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.84s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.38s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-11-16T01:17:54.065Z] docker_cli_sni_test.go:18: Flakey test [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.00s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.56s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCommitChange (4.87s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.65s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.44s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCommitTTY (7.10s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.56s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.06s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.35s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.97s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.11s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.27s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.41s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.93s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.91s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.16s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.19s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.19s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.76s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.40s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.93s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.62s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.64s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.63s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.26s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.97s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.05s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.83s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.43s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (31.41s) [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:2107: case 0 - config: {volume c:\foo false } [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:2107: case 1 - config: {volume c:\foo\ false } [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:2107: case 2 - config: {volume test1 c:\foo false } [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:2107: case 3 - config: {volume test2 c:\foo true } [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:2107: case 4 - config: {volume test3 c:\foo false 0xc000205ae0 } [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:2107: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1635295426 c:\foo false } [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:2107: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1635295426 c:\foo true } [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.21s) [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:1926: case 0 [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:1926: case 1 [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:1926: case 2 [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:1926: case 3 [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:1926: case 4 [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:1926: case 5 [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:1926: case 6 [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:1926: case 7 [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:1926: case 8 [2019-11-16T01:17:54.065Z] docker_api_containers_test.go:1926: case 9 [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.15s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.23s) [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.07s) [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.28s) [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a267096445\file1 d4a9360abae5384bf0c24aa91e8436a078455354b19007f908f3bd96f75832f5:/root/itWorks.txt` [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:279: checking that container "d4a9360abae5384bf0c24aa91e8436a078455354b19007f908f3bd96f75832f5" start output contains "file1\n" [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:209: running `docker start -a d4a9360abae5384bf0c24aa91e8436a078455354b19007f908f3bd96f75832f5` [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.12s) [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b313840312\file1 486b13db41ba3c8e67b4a4b6bcc448ad9b55e5bb506baa0343ff66ae79d58011:testDir/` [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.31s) [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e856024759\dir1 f835fb4a26e5925c6da1c45900db0728d8bcdbfea410e3241d12f55a4bcf6ee1:testDir` [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:279: checking that container "f835fb4a26e5925c6da1c45900db0728d8bcdbfea410e3241d12f55a4bcf6ee1" start output contains "file1-1\n" [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:209: running `docker start -a f835fb4a26e5925c6da1c45900db0728d8bcdbfea410e3241d12f55a4bcf6ee1` [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e856024759\dir1 7b623e8c374730003f2f27e846b6dd36f4ad835d2afc40f108ad0be7616d44e4:testDir/` [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:279: checking that container "7b623e8c374730003f2f27e846b6dd36f4ad835d2afc40f108ad0be7616d44e4" start output contains "file1-1\n" [2019-11-16T01:17:54.065Z] docker_cli_cp_utils_test.go:209: running `docker start -a 7b623e8c374730003f2f27e846b6dd36f4ad835d2afc40f108ad0be7616d44e4` [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-11-16T01:17:54.065Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.065Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.54s) [2019-11-16T01:17:54.066Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h419595434\dir1\. 97f6eca5a0cc127a807be1e5e767b2c8c963702a394b3e6c4ff72991953b447f:testDir` [2019-11-16T01:17:54.066Z] docker_cli_cp_utils_test.go:279: checking that container "97f6eca5a0cc127a807be1e5e767b2c8c963702a394b3e6c4ff72991953b447f" start output contains "file1-1\n" [2019-11-16T01:17:54.066Z] docker_cli_cp_utils_test.go:209: running `docker start -a 97f6eca5a0cc127a807be1e5e767b2c8c963702a394b3e6c4ff72991953b447f` [2019-11-16T01:17:54.066Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h419595434\dir1\. 5e4594ae59adcd44c489c6be35b8655024aeb50a4dfd7d099dbfc5a1fc5e542e:testDir/` [2019-11-16T01:17:54.066Z] docker_cli_cp_utils_test.go:279: checking that container "5e4594ae59adcd44c489c6be35b8655024aeb50a4dfd7d099dbfc5a1fc5e542e" start output contains "file1-1\n" [2019-11-16T01:17:54.066Z] docker_cli_cp_utils_test.go:209: running `docker start -a 5e4594ae59adcd44c489c6be35b8655024aeb50a4dfd7d099dbfc5a1fc5e542e` [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCpToDot (2.19s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCpToStdout (2.11s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateArgs (0.16s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.73s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.12s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.26s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.91s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.58s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateRM (0.32s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.17s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.32s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.22s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.20s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.48s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.32s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.07s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.14s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.16s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.18s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.40s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsCopy (5.13s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.42s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.03s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.76s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.46s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.46s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.00s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsFilters (4.23s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsFormat (4.24s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsRename (2.27s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsResize (2.67s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.07s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.45s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.67s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.57s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.82s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.74s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.74s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.06s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.96s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.69s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.12s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.08s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecInspectID (3.35s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement IsPausable [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.38s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.05s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.64s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.81s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.82s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.80s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.83s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.54s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.63s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.90s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.59s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.81s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.27s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.48s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImportBadURL (2.38s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.32s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement IsPausable [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.066Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2019-11-16T01:17:54.066Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInfoFormat (0.11s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.90s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.99s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.89s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.93s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectDefault (1.97s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectHistory (4.77s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.89s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.90s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.16s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.89s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.91s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.00s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectStatus (2.58s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.75s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.98s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.94s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.90s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.90s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.95s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.94s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.69s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.67s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.31s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.14s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.00s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.65s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.86s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.71s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.39s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.20s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.99s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.05s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsSince (8.76s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsTail (2.57s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.17s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.05s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement IsAmd64 [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement IsAmd64 [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.06s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.05s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPsByOrder (7.54s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.95s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.27s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-11-16T01:17:54.067Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.18s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.24s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.29s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.90s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.22s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.26s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.28s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.92s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.75s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.05s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (39.51s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.42s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.62s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.92s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.92s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.97s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.25s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.36s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.71s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.59s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.30s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.98s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.43s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.15s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiTag (0.59s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.03s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.14s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.28s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.73s) [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.08s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.82s) [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.067Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-11-16T01:17:54.067Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.04s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.41s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.98s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.94s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.92s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.88s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.88s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.67s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.89s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.98s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.01s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.88s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.11s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.06s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (11.75s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.95s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.07s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.97s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.03s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunExitCode (1.99s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.08s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.03s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.12s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.64s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.47s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.60s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.21s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.07s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (8.44s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.28s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.00s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.89s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.89s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.94s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.83s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.47s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement Apparmor [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.27s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunRm (2.00s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.15s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.06s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.95s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.83s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.41s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.94s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.70s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-11-16T01:17:54.068Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2019-11-16T01:17:54.068Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2019-11-16T01:17:54.068Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.45s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement Apparmor [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.31s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.06s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.60s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.82s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.04s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.32s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.47s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.01s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.96s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.81s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.57s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.88s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.79s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement Apparmor [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.41s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.53s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.64s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.78s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.64s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement IsPausable [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (11.53s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.81s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.03s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.88s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.31s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.63s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.35s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.04s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.57s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.95s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.61s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.36s) [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-11-16T01:17:54.069Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-11-16T01:17:54.069Z] --- PASS: TestDockerRegistrySuite (0.00s) [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.069Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-11-16T01:17:54.069Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-11-16T01:17:54.070Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-11-16T01:17:54.070Z] --- PASS: TestDockerSchema1RegistrySuite (0.02s) [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-11-16T01:17:54.070Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthTokenSuite [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-11-16T01:17:54.070Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-11-16T01:17:54.070Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] === RUN TestDockerDaemonSuite [2019-11-16T01:17:54.070Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-11-16T01:17:54.070Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-11-16T01:17:54.070Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-11-16T01:17:54.070Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-11-16T01:17:54.070Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] === RUN TestDockerSwarmSuite [2019-11-16T01:17:54.070Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-11-16T01:17:54.070Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-11-16T01:17:54.070Z] --- PASS: TestDockerPluginSuite (0.00s) [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] === RUN TestDockerExternalVolumeSuite [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] === RUN TestDockerNetworkSuite [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] === RUN TestDockerHubPullSuite [2019-11-16T01:17:54.070Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-11-16T01:17:54.070Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-11-16T01:17:54.070Z] PASS [2019-11-16T01:17:54.070Z] ok github.com/docker/docker/integration-cli 2386.928s [2019-11-16T01:17:54.070Z] INFO: Integration tests ended at 11/16/2019 01:17:53. Duration:00:39:54.3098117 [2019-11-16T01:17:54.070Z] INFO: Docker info of the daemon under test at end of run [2019-11-16T01:17:54.070Z] [2019-11-16T01:17:54.070Z] Containers: 2 [2019-11-16T01:17:54.070Z] Running: 0 [2019-11-16T01:17:54.070Z] Paused: 0 [2019-11-16T01:17:54.070Z] Stopped: 2 [2019-11-16T01:17:54.070Z] Images: 12 [2019-11-16T01:17:54.070Z] Server Version: 0.0.0-dev [2019-11-16T01:17:54.070Z] Storage Driver: windowsfilter [2019-11-16T01:17:54.070Z] Windows: [2019-11-16T01:17:54.070Z] Logging Driver: json-file [2019-11-16T01:17:54.070Z] Plugins: [2019-11-16T01:17:54.070Z] Volume: local [2019-11-16T01:17:54.070Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-11-16T01:17:54.070Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-11-16T01:17:54.070Z] Swarm: inactive [2019-11-16T01:17:54.070Z] Default Isolation: process [2019-11-16T01:17:54.070Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-11-16T01:17:54.070Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-11-16T01:17:54.070Z] OSType: windows [2019-11-16T01:17:54.071Z] Architecture: x86_64 [2019-11-16T01:17:54.071Z] CPUs: 4 [2019-11-16T01:17:54.071Z] Total Memory: 32GiB [2019-11-16T01:17:54.071Z] Name: azwin-2-64a140 [2019-11-16T01:17:54.071Z] ID: QDWT:SQFL:5OAQ:ZJXM:HFD7:3AOM:4IQJ:RDSS:4WH6:YBBV:WGLA:EZIF [2019-11-16T01:17:54.071Z] Docker Root Dir: D:\CI\PR-425\1\daemon [2019-11-16T01:17:54.071Z] Debug Mode (client): false [2019-11-16T01:17:54.071Z] Debug Mode (server): true [2019-11-16T01:17:54.071Z] File Descriptors: -1 [2019-11-16T01:17:54.071Z] Goroutines: 18 [2019-11-16T01:17:54.071Z] System Time: 2019-11-16T01:17:53.7825308Z [2019-11-16T01:17:54.071Z] EventsListeners: 0 [2019-11-16T01:17:54.071Z] Registry: https://index.docker.io/v1/ [2019-11-16T01:17:54.071Z] Labels: [2019-11-16T01:17:54.071Z] Experimental: false [2019-11-16T01:17:54.071Z] Insecure Registries: [2019-11-16T01:17:54.071Z] 127.0.0.0/8 [2019-11-16T01:17:54.071Z] Live Restore Enabled: false [2019-11-16T01:17:54.071Z] [2019-11-16T01:17:54.071Z] [2019-11-16T01:17:54.071Z] INFO: Stopping daemon under test [2019-11-16T01:17:54.071Z] SUCCESS: The process with PID 5212 (child process of PID 8532) has been terminated. [2019-11-16T01:17:54.071Z] SUCCESS: The process with PID 8532 (child process of PID 8556) has been terminated. [2019-11-16T01:17:54.071Z] INFO: Stop tailing logs of the daemon under tests [2019-11-16T01:17:54.071Z] INFO: executeCI.ps1 Completed successfully at 11/16/2019 01:17:53. [2019-11-16T01:17:54.071Z] INFO: Tidying up at end of run [2019-11-16T01:17:54.071Z] INFO: Saving daemon under test log (d:\CI\PR-425\1\dut.out) to C:\windows\TEMP\CIDUT.out [2019-11-16T01:17:54.071Z] INFO: Saving daemon under test log (d:\CI\PR-425\1\dut.err) to C:\windows\TEMP\CIDUT.err [2019-11-16T01:17:54.071Z] INFO: Nuke-Everything... [2019-11-16T01:17:54.527Z] INFO: Container count on control daemon to delete is 2 [2019-11-16T01:17:54.984Z] 19088dd5c898 [2019-11-16T01:17:54.984Z] 64c79e148aed [2019-11-16T01:17:54.984Z] INFO: Non-base image count on control daemon to delete is 1 [2019-11-16T01:18:00.773Z] Deleted: sha256:9ccaed953bf09a3bde3949cb24e97fb364628deeadc849c41f1130cf1196a8be [2019-11-16T01:18:00.773Z] Deleted: sha256:f7ef24bf1742f0bc4e36b876296179edeba64e4c55648a8a4721df8d84c3c523 [2019-11-16T01:18:00.773Z] Deleted: sha256:37043e72b9fa6c28b82be7524c69df078d5665edbce38682b31912f55f9c1eb1 [2019-11-16T01:18:00.773Z] Deleted: sha256:1ecb890d443796d2a4a3716d152f613af6ddaef8491528ccda2fb21175391066 [2019-11-16T01:18:00.773Z] Deleted: sha256:031bc79e17b825bb6d31d06f4adadb8799c495892a29b0405b1b451edba8be3e [2019-11-16T01:18:00.773Z] Deleted: sha256:5153d461ebab28ac4b599eb24f6224e91c94bf1883b1fefe11254779d5581254 [2019-11-16T01:18:00.773Z] Deleted: sha256:52c95c0f4d6fad214bd8a100be04a0cc47acb28d2aa5d9f04e85b4d645282b1a [2019-11-16T01:18:00.773Z] Deleted: sha256:f68798a98914bbdbc8a7315435756f3f53ae2d389309335830c9807165d8cf12 [2019-11-16T01:18:00.773Z] Deleted: sha256:7df867d88b89d6ca7dc4c6c86d6f84c8a8491d7259081917dafa023a3d44a972 [2019-11-16T01:18:00.773Z] Deleted: sha256:f6b1f64d4515d1803c6ad06ad4fcebeb396c186d1cb924a665e6f8fe1744efd8 [2019-11-16T01:18:00.773Z] Deleted: sha256:57f4551270bed1abe63b1058d82c9afe112e281ec856a18e5448ef2c64b1e106 [2019-11-16T01:18:00.773Z] Deleted: sha256:1529724b0cd6bdc94a03dd92d8304b4574ad7e0d56028e7f937cf0ca40f34c44 [2019-11-16T01:18:00.773Z] INFO: Tidying pidfile d:\CI\PR-425\1\docker.pid [2019-11-16T01:18:00.773Z] INFO: Nuking d:\CI [2019-11-16T01:18:17.961Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-11-16T01:18:30.715Z] INFO: Zapped successfully [2019-11-16T01:18:30.715Z] [2019-11-16T01:18:30.715Z] INFO: executeCI.ps1 exiting at Sat Nov 16 01:18:28 CUT 2019. Duration 00:57:02.6035987 [2019-11-16T01:18:30.715Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-11-16T01:18:32.574Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-11-16T01:18:33.747Z] Archiving artifacts [2019-11-16T01:18:34.972Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-425/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-11-16T01:18:35.888Z] + make clean [2019-11-16T01:18:36.852Z] docker volume rm -f docker-dev-cache [2019-11-16T01:18:36.852Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-11-16T01:18:50.006Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-11-16T01:19:04.878Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-11-16T01:19:22.938Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-11-16T01:19:37.791Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-11-16T01:19:52.647Z] --- PASS: TestDockerExternalVolumeSuite (442.03s) [2019-11-16T01:19:52.647Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (16.03s) [2019-11-16T01:19:52.647Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-11-16T01:19:52.647Z] docker_cli_external_volume_driver_test.go:53: Daemon d6ea8b6e32b5a is not started [2019-11-16T01:19:52.647Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2019-11-16T01:19:52.647Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-11-16T01:19:52.647Z] daemon.go:325: [d0b437bd5f4e4] waiting for daemon to start [2019-11-16T01:19:52.647Z] daemon.go:325: [d0b437bd5f4e4] waiting for daemon to start [2019-11-16T01:19:52.647Z] daemon.go:353: [d0b437bd5f4e4] daemon started [2019-11-16T01:19:52.647Z] daemon.go:461: [d0b437bd5f4e4] Stopping daemon [2019-11-16T01:19:52.647Z] daemon.go:296: [d0b437bd5f4e4] exiting daemon [2019-11-16T01:19:52.647Z] daemon.go:448: [d0b437bd5f4e4] Daemon stopped [2019-11-16T01:19:52.647Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.65s) [2019-11-16T01:19:52.647Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-11-16T01:19:52.647Z] daemon.go:325: [d21e5799d99cb] waiting for daemon to start [2019-11-16T01:19:52.647Z] daemon.go:325: [d21e5799d99cb] waiting for daemon to start [2019-11-16T01:19:52.647Z] daemon.go:353: [d21e5799d99cb] daemon started [2019-11-16T01:19:52.647Z] daemon.go:461: [d21e5799d99cb] Stopping daemon [2019-11-16T01:19:52.647Z] daemon.go:296: [d21e5799d99cb] exiting daemon [2019-11-16T01:19:52.647Z] daemon.go:448: [d21e5799d99cb] Daemon stopped [2019-11-16T01:19:52.647Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2019-11-16T01:19:52.647Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-11-16T01:19:52.647Z] docker_cli_external_volume_driver_test.go:53: Daemon db2a6451e7ff4 is not started [2019-11-16T01:19:52.647Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-11-16T01:19:52.647Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-11-16T01:19:52.647Z] daemon.go:325: [d643ef6a6b524] waiting for daemon to start [2019-11-16T01:19:52.647Z] daemon.go:325: [d643ef6a6b524] waiting for daemon to start [2019-11-16T01:19:52.647Z] daemon.go:353: [d643ef6a6b524] daemon started [2019-11-16T01:19:52.647Z] daemon.go:461: [d643ef6a6b524] Stopping daemon [2019-11-16T01:19:52.647Z] daemon.go:296: [d643ef6a6b524] exiting daemon [2019-11-16T01:19:52.647Z] daemon.go:448: [d643ef6a6b524] Daemon stopped [2019-11-16T01:19:52.647Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-11-16T01:19:52.647Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-11-16T01:19:52.647Z] docker_cli_external_volume_driver_test.go:53: Daemon d8659809f712e is not started [2019-11-16T01:19:52.647Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-11-16T01:19:52.647Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-11-16T01:19:52.647Z] docker_cli_external_volume_driver_test.go:53: Daemon de0656873c0e4 is not started [2019-11-16T01:19:52.647Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.65s) [2019-11-16T01:19:52.647Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-11-16T01:19:52.647Z] daemon.go:325: [d9c402822f98b] waiting for daemon to start [2019-11-16T01:19:52.647Z] daemon.go:325: [d9c402822f98b] waiting for daemon to start [2019-11-16T01:19:52.647Z] daemon.go:353: [d9c402822f98b] daemon started [2019-11-16T01:19:52.647Z] daemon.go:461: [d9c402822f98b] Stopping daemon [2019-11-16T01:19:52.647Z] daemon.go:296: [d9c402822f98b] exiting daemon [2019-11-16T01:19:52.647Z] daemon.go:448: [d9c402822f98b] Daemon stopped [2019-11-16T01:19:52.647Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.62s) [2019-11-16T01:19:52.647Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-11-16T01:19:52.647Z] daemon.go:325: [d1659035864f6] waiting for daemon to start [2019-11-16T01:19:52.647Z] daemon.go:325: [d1659035864f6] waiting for daemon to start [2019-11-16T01:19:52.647Z] daemon.go:353: [d1659035864f6] daemon started [2019-11-16T01:19:52.647Z] daemon.go:461: [d1659035864f6] Stopping daemon [2019-11-16T01:19:52.647Z] daemon.go:296: [d1659035864f6] exiting daemon [2019-11-16T01:19:52.647Z] daemon.go:448: [d1659035864f6] Daemon stopped [2019-11-16T01:19:52.648Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.84s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-11-16T01:19:52.648Z] daemon.go:325: [dcbbae9334a39] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:325: [dcbbae9334a39] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:353: [dcbbae9334a39] daemon started [2019-11-16T01:19:52.648Z] daemon.go:461: [dcbbae9334a39] Stopping daemon [2019-11-16T01:19:52.648Z] daemon.go:296: [dcbbae9334a39] exiting daemon [2019-11-16T01:19:52.648Z] daemon.go:448: [dcbbae9334a39] Daemon stopped [2019-11-16T01:19:52.648Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-11-16T01:19:52.648Z] daemon.go:325: [d2b178b2a0b93] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:325: [d2b178b2a0b93] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:353: [d2b178b2a0b93] daemon started [2019-11-16T01:19:52.648Z] daemon.go:461: [d2b178b2a0b93] Stopping daemon [2019-11-16T01:19:52.648Z] daemon.go:296: [d2b178b2a0b93] exiting daemon [2019-11-16T01:19:52.648Z] daemon.go:448: [d2b178b2a0b93] Daemon stopped [2019-11-16T01:19:52.648Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.68s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-11-16T01:19:52.648Z] daemon.go:325: [d313f073de3e9] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:325: [d313f073de3e9] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:353: [d313f073de3e9] daemon started [2019-11-16T01:19:52.648Z] daemon.go:461: [d313f073de3e9] Stopping daemon [2019-11-16T01:19:52.648Z] daemon.go:296: [d313f073de3e9] exiting daemon [2019-11-16T01:19:52.648Z] daemon.go:448: [d313f073de3e9] Daemon stopped [2019-11-16T01:19:52.648Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.85s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-11-16T01:19:52.648Z] daemon.go:325: [dc0f8ec612fff] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:325: [dc0f8ec612fff] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:353: [dc0f8ec612fff] daemon started [2019-11-16T01:19:52.648Z] daemon.go:461: [dc0f8ec612fff] Stopping daemon [2019-11-16T01:19:52.648Z] daemon.go:296: [dc0f8ec612fff] exiting daemon [2019-11-16T01:19:52.648Z] daemon.go:448: [dc0f8ec612fff] Daemon stopped [2019-11-16T01:19:52.648Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.17s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-11-16T01:19:52.648Z] daemon.go:325: [d34d3a18d75c8] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:325: [d34d3a18d75c8] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:353: [d34d3a18d75c8] daemon started [2019-11-16T01:19:52.648Z] daemon.go:461: [d34d3a18d75c8] Stopping daemon [2019-11-16T01:19:52.648Z] daemon.go:296: [d34d3a18d75c8] exiting daemon [2019-11-16T01:19:52.648Z] daemon.go:448: [d34d3a18d75c8] Daemon stopped [2019-11-16T01:19:52.648Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.63s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-11-16T01:19:52.648Z] daemon.go:325: [dd038a0f3e882] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:325: [dd038a0f3e882] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:353: [dd038a0f3e882] daemon started [2019-11-16T01:19:52.648Z] daemon.go:461: [dd038a0f3e882] Stopping daemon [2019-11-16T01:19:52.648Z] daemon.go:296: [dd038a0f3e882] exiting daemon [2019-11-16T01:19:52.648Z] daemon.go:448: [dd038a0f3e882] Daemon stopped [2019-11-16T01:19:52.648Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.50s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-11-16T01:19:52.648Z] daemon.go:325: [daeb06b3b25d7] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:325: [daeb06b3b25d7] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:353: [daeb06b3b25d7] daemon started [2019-11-16T01:19:52.648Z] daemon.go:461: [daeb06b3b25d7] Stopping daemon [2019-11-16T01:19:52.648Z] daemon.go:296: [daeb06b3b25d7] exiting daemon [2019-11-16T01:19:52.648Z] daemon.go:448: [daeb06b3b25d7] Daemon stopped [2019-11-16T01:19:52.648Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.42s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-11-16T01:19:52.648Z] docker_cli_external_volume_driver_test.go:486: Daemon d3ef9bea41cf4 is not started [2019-11-16T01:19:52.648Z] daemon.go:325: [d3ef9bea41cf4] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:325: [d3ef9bea41cf4] waiting for daemon to start [2019-11-16T01:19:52.648Z] daemon.go:353: [d3ef9bea41cf4] daemon started [2019-11-16T01:19:52.648Z] daemon.go:461: [d3ef9bea41cf4] Stopping daemon [2019-11-16T01:19:52.648Z] daemon.go:296: [d3ef9bea41cf4] exiting daemon [2019-11-16T01:19:52.648Z] daemon.go:448: [d3ef9bea41cf4] Daemon stopped [2019-11-16T01:19:52.648Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-11-16T01:19:52.648Z] docker_cli_external_volume_driver_test.go:53: Daemon d311b52a8b5db is not started [2019-11-16T01:19:52.648Z] PASS [2019-11-16T01:19:52.648Z] [2019-11-16T01:19:52.648Z] === Skipped [2019-11-16T01:19:52.648Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-11-16T01:19:52.648Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing [2019-11-16T01:19:52.648Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-11-16T01:19:52.648Z] check_test.go:309: Daemon d53560778f6e9 is not started [2019-11-16T01:19:52.648Z] [2019-11-16T01:19:52.648Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-11-16T01:19:52.648Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-11-16T01:19:52.648Z] requirement.go:26: unmatched requirement IPv6 [2019-11-16T01:19:52.648Z] check_test.go:309: Daemon d05b3e3347df2 is not started [2019-11-16T01:19:52.648Z] [2019-11-16T01:19:52.648Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-11-16T01:19:52.648Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-11-16T01:19:52.648Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:19:52.648Z] check_test.go:309: Daemon d9367895db14e is not started [2019-11-16T01:19:52.648Z] [2019-11-16T01:19:52.648Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.04s) [2019-11-16T01:19:52.648Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.04s) [2019-11-16T01:19:52.648Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-11-16T01:19:52.648Z] requirement.go:26: unmatched requirement Devicemapper [2019-11-16T01:19:52.648Z] check_test.go:309: Daemon d288f4585d9a6 is not started [2019-11-16T01:19:52.648Z] [2019-11-16T01:19:52.648Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-11-16T01:19:52.648Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-11-16T01:19:52.648Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-11-16T01:19:52.648Z] [2019-11-16T01:19:52.648Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-11-16T01:19:52.648Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-11-16T01:19:52.648Z] requirement.go:26: unmatched requirement IPv6 [2019-11-16T01:19:52.648Z] [2019-11-16T01:19:52.648Z] [2019-11-16T01:19:52.648Z] DONE 270 tests, 6 skipped in 2694.451s [2019-11-16T01:19:52.648Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-11-16T01:19:52.648Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d3dee6e4633f4/docker.pid [2019-11-16T01:19:52.648Z] +++ kill 7401 [2019-11-16T01:19:52.648Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 7401 is not a child of this shell [2019-11-16T01:19:52.648Z] warning: PID 7401 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d3dee6e4633f4/docker.pid had a nonzero exit code [2019-11-16T01:19:52.906Z] ++++ cat bundles/test-integration/docker.pid [2019-11-16T01:19:52.906Z] +++ kill 6952 [2019-11-16T01:19:53.836Z] umount: bundles/test-integration/root: mountpoint not found [2019-11-16T01:19:53.836Z] +++ /etc/init.d/apparmor stop [2019-11-16T01:19:53.836Z] Clearing AppArmor profiles cache:. [2019-11-16T01:19:53.836Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-11-16T01:19:53.836Z] Unloading profiles will leave already running processes permanently [2019-11-16T01:19:53.836Z] unconfined, which can lead to unexpected situations. [2019-11-16T01:19:53.836Z] [2019-11-16T01:19:53.836Z] To set a process to complain mode, use the command line tool [2019-11-16T01:19:53.836Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-11-16T01:19:53.836Z] with the 'teardown' option." [2019-11-16T01:19:53.836Z] [2019-11-16T01:19:54.401Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-11-16T01:19:54.414Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-11-16T01:19:56.508Z] + echo Ensuring container killed. [2019-11-16T01:19:56.508Z] Ensuring container killed. [2019-11-16T01:19:56.508Z] + docker ps -aq -f name=docker-pr1-* [2019-11-16T01:19:56.508Z] + cids=ffd92a085759 [2019-11-16T01:19:56.508Z] 7d8b14001273 [2019-11-16T01:19:56.508Z] d0da37c5a84d [2019-11-16T01:19:56.508Z] + [ -n ffd92a085759 [2019-11-16T01:19:56.508Z] 7d8b14001273 [2019-11-16T01:19:56.508Z] d0da37c5a84d ] [2019-11-16T01:19:56.508Z] + docker rm -vf ffd92a085759 7d8b14001273 d0da37c5a84d [2019-11-16T01:19:59.034Z] ffd92a085759 [2019-11-16T01:19:59.034Z] 7d8b14001273 [2019-11-16T01:19:59.034Z] d0da37c5a84d [Pipeline] sh [2019-11-16T01:19:59.317Z] + echo Chowning /workspace to jenkins user [2019-11-16T01:19:59.317Z] Chowning /workspace to jenkins user [2019-11-16T01:19:59.317Z] + id -u [2019-11-16T01:19:59.317Z] + id -g [2019-11-16T01:19:59.317Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-425:/workspace busybox chown -R 1000:1000 /workspace [2019-11-16T01:19:59.317Z] Unable to find image 'busybox:latest' locally [2019-11-16T01:19:59.317Z] latest: Pulling from library/busybox [2019-11-16T01:19:59.317Z] 0f8c40e1270f: Pulling fs layer [2019-11-16T01:19:59.574Z] 0f8c40e1270f: Verifying Checksum [2019-11-16T01:19:59.574Z] 0f8c40e1270f: Download complete [2019-11-16T01:19:59.574Z] 0f8c40e1270f: Pull complete [2019-11-16T01:19:59.574Z] Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0 [2019-11-16T01:19:59.574Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-11-16T01:20:04.049Z] + bundleName=amd64 [2019-11-16T01:20:04.049Z] + echo Creating amd64-bundles.tar.gz [2019-11-16T01:20:04.049Z] Creating amd64-bundles.tar.gz [2019-11-16T01:20:04.049Z] + xargs tar -czf amd64-bundles.tar.gz [2019-11-16T01:20:04.049Z] + 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-11-16T01:20:05.430Z] Archiving artifacts [2019-11-16T01:20:06.126Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-425/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-11-16T01:20:06.433Z] + make clean [2019-11-16T01:20:06.690Z] docker volume rm -f docker-dev-cache [2019-11-16T01:20:06.690Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS