Pull request #40180 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from e6d514dbab5c4b6192bd41275eecfe68cfd257f6+3152f9436292115c97b4d8bb18c66cf97876ee75 (162866038418e39b50396f7d6734e074401e57a1) 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 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)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-12-02T18:22:16.414Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-12-02T18:22:16.419Z] Trying to pass milestone 4 [Pipeline] milestone [2019-12-02T18:22:16.439Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-12-02T18:22:16.590Z] Running on ubuntu-1804-overlay2 (i-032a25734ca39d956) in /home/ubuntu/workspace/moby_PR-40180 [Pipeline] { [Pipeline] checkout [2019-12-02T18:22:16.635Z] using credential docker-jenkins-github-credentials [2019-12-02T18:22:16.643Z] Cloning the remote Git repository [2019-12-02T18:22:16.643Z] Cloning with configured refspecs honoured and without tags [2019-12-02T18:22:16.652Z] Cloning repository https://github.com/moby/moby.git [2019-12-02T18:22:16.652Z] > git init /home/ubuntu/workspace/moby_PR-40180 # timeout=10 [2019-12-02T18:22:16.657Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:16.657Z] > git --version # timeout=10 [2019-12-02T18:22:16.661Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:16.661Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:29.813Z] Fetching without tags [2019-12-02T18:22:30.030Z] Merging remotes/origin/master commit 3152f9436292115c97b4d8bb18c66cf97876ee75 into PR head commit e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:30.575Z] Merge succeeded, producing e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:30.575Z] Checking out Revision e6d514dbab5c4b6192bd41275eecfe68cfd257f6 (PR-40180) [2019-12-02T18:22:29.792Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:22:29.797Z] > git config --add remote.origin.fetch +refs/pull/40180/head:refs/remotes/origin/PR-40180 # timeout=10 [2019-12-02T18:22:29.806Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-02T18:22:29.814Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:22:29.821Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:29.822Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:29.822Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:30.039Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:22:30.043Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:30.568Z] > git merge 3152f9436292115c97b4d8bb18c66cf97876ee75 # timeout=10 [2019-12-02T18:22:30.575Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-02T18:22:30.584Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:22:30.586Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:31.047Z] Commit message: "Add Dockerfile to .dockerignore" [2019-12-02T18:22:31.053Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-12-02T18:22:31.919Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40180:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2019-12-02T18:22:31.919Z] Unable to find image 'alpine:latest' locally [2019-12-02T18:22:31.919Z] latest: Pulling from library/alpine [2019-12-02T18:22:32.176Z] Digest: sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a [2019-12-02T18:22:32.176Z] Status: Downloaded newer image for alpine:latest [2019-12-02T18:22:31.056Z] > git rev-list --no-walk f2d171a13591cb919473b5c9d733139ab276b6d3 # timeout=10 [2019-12-02T18:22:35.453Z] 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: arm64) [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] { (arm64) [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 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2019-12-02T18:22:35.965Z] Running on ubuntu-1804-overlay2 (i-0963f0459f747fe6f) in /home/ubuntu/workspace/moby_PR-40180 [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [2019-12-02T18:22:35.968Z] Running on ubuntu-1804-overlay2 (i-0bbc9739de58963ad) in /home/ubuntu/workspace/moby_PR-40180 [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] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2019-12-02T18:22:36.067Z] Running on ppc64le-ubuntu-27 in /home/docker/workspace/moby_PR-40180 [Pipeline] checkout [Pipeline] stage [Pipeline] { (Run tests) [2019-12-02T18:22:36.091Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2019-12-02T18:22:36.099Z] Cloning the remote Git repository [2019-12-02T18:22:36.099Z] Cloning with configured refspecs honoured and without tags 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] } [2019-12-02T18:22:36.113Z] using credential docker-jenkins-github-credentials [2019-12-02T18:22:36.120Z] Cloning the remote Git repository [2019-12-02T18:22:36.120Z] Cloning with configured refspecs honoured and without tags [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] checkout 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] } [Pipeline] // stage [Pipeline] // stage [2019-12-02T18:22:36.315Z] using credential docker-jenkins-github-credentials [2019-12-02T18:22:36.349Z] Running on s390x-ubuntu-29 in /home/jenkins/workspace/moby_PR-40180 [Pipeline] } [Pipeline] } [Pipeline] { [2019-12-02T18:22:36.473Z] Cloning the remote Git repository [2019-12-02T18:22:36.473Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [2019-12-02T18:22:36.680Z] using credential docker-jenkins-github-credentials [2019-12-02T18:22:36.729Z] Cloning the remote Git repository [2019-12-02T18:22:36.729Z] Cloning with configured refspecs honoured and without tags [2019-12-02T18:22:36.107Z] Cloning repository https://github.com/moby/moby.git [2019-12-02T18:22:36.107Z] > git init /home/ubuntu/workspace/moby_PR-40180 # timeout=10 [2019-12-02T18:22:36.116Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:36.116Z] > git --version # timeout=10 [2019-12-02T18:22:36.120Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:36.121Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:36.128Z] Cloning repository https://github.com/moby/moby.git [2019-12-02T18:22:36.129Z] > git init /home/ubuntu/workspace/moby_PR-40180 # timeout=10 [2019-12-02T18:22:36.136Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:36.136Z] > git --version # timeout=10 [2019-12-02T18:22:36.147Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:36.147Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:36.481Z] Cloning repository https://github.com/moby/moby.git [2019-12-02T18:22:36.482Z] > git init /home/docker/workspace/moby_PR-40180 # timeout=10 [2019-12-02T18:22:36.493Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:36.493Z] > git --version # timeout=10 [2019-12-02T18:22:36.497Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:36.498Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:36.769Z] Cloning repository https://github.com/moby/moby.git [2019-12-02T18:22:36.771Z] > git init /home/jenkins/workspace/moby_PR-40180 # timeout=10 [2019-12-02T18:22:36.841Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:36.843Z] > git --version # timeout=10 [2019-12-02T18:22:36.861Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:36.876Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:41.885Z] Running on ubuntu-1604-overlay2-arm64v8 (i-01085e7f22cfda5db) in /home/ubuntu/workspace/moby_PR-40180 [Pipeline] { [Pipeline] checkout [2019-12-02T18:22:41.934Z] using credential docker-jenkins-github-credentials [2019-12-02T18:22:41.944Z] Cloning the remote Git repository [2019-12-02T18:22:41.944Z] Cloning with configured refspecs honoured and without tags [2019-12-02T18:22:41.947Z] Cloning repository https://github.com/moby/moby.git [2019-12-02T18:22:41.948Z] > git init /home/ubuntu/workspace/moby_PR-40180 # timeout=10 [2019-12-02T18:22:41.961Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:41.961Z] > git --version # timeout=10 [2019-12-02T18:22:41.967Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:41.967Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:42.978Z] Running on azwin-2-02a860 in d:\jenkins\workspace\moby_PR-40180 [Pipeline] { [Pipeline] ws [2019-12-02T18:22:42.990Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-12-02T18:22:43.349Z] using credential docker-jenkins-github-credentials [2019-12-02T18:22:43.431Z] Cloning the remote Git repository [2019-12-02T18:22:43.431Z] Cloning with configured refspecs honoured and without tags [2019-12-02T18:22:43.466Z] Cloning repository https://github.com/moby/moby.git [2019-12-02T18:22:43.466Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-12-02T18:22:43.550Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:43.550Z] > git --version # timeout=10 [2019-12-02T18:22:43.658Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:43.660Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:45.859Z] Fetching without tags [2019-12-02T18:22:45.729Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:22:45.748Z] > git config --add remote.origin.fetch +refs/pull/40180/head:refs/remotes/origin/PR-40180 # timeout=10 [2019-12-02T18:22:45.767Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-02T18:22:45.830Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:22:45.899Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:45.901Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:45.902Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:46.242Z] Merging remotes/origin/master commit 3152f9436292115c97b4d8bb18c66cf97876ee75 into PR head commit e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:46.991Z] Merge succeeded, producing e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:46.992Z] Checking out Revision e6d514dbab5c4b6192bd41275eecfe68cfd257f6 (PR-40180) [2019-12-02T18:22:46.282Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:22:46.300Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:46.892Z] > git merge 3152f9436292115c97b4d8bb18c66cf97876ee75 # timeout=10 [2019-12-02T18:22:46.960Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-02T18:22:47.033Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:22:47.054Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:47.733Z] Commit message: "Add Dockerfile to .dockerignore" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-02T18:22:49.054Z] + docker version [2019-12-02T18:22:49.055Z] Client: [2019-12-02T18:22:49.055Z] Version: 18.06.1-ce [2019-12-02T18:22:49.055Z] API version: 1.38 [2019-12-02T18:22:49.055Z] Go version: go1.10.3 [2019-12-02T18:22:49.055Z] Git commit: e68fc7a [2019-12-02T18:22:49.055Z] Built: Tue Aug 21 17:24:34 2018 [2019-12-02T18:22:49.055Z] OS/Arch: linux/s390x [2019-12-02T18:22:49.055Z] Experimental: false [2019-12-02T18:22:49.055Z] [2019-12-02T18:22:49.055Z] Server: [2019-12-02T18:22:49.055Z] Engine: [2019-12-02T18:22:49.055Z] Version: 18.06.1-ce [2019-12-02T18:22:49.055Z] API version: 1.38 (minimum version 1.12) [2019-12-02T18:22:49.055Z] Go version: go1.10.3 [2019-12-02T18:22:49.055Z] Git commit: e68fc7a [2019-12-02T18:22:49.055Z] Built: Tue Aug 21 17:23:34 2018 [2019-12-02T18:22:49.055Z] OS/Arch: linux/s390x [2019-12-02T18:22:49.055Z] Experimental: true [Pipeline] sh [2019-12-02T18:22:49.166Z] Fetching without tags [2019-12-02T18:22:49.388Z] Merging remotes/origin/master commit 3152f9436292115c97b4d8bb18c66cf97876ee75 into PR head commit e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:49.427Z] Fetching without tags [2019-12-02T18:22:49.704Z] Merging remotes/origin/master commit 3152f9436292115c97b4d8bb18c66cf97876ee75 into PR head commit e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:49.887Z] + docker info [2019-12-02T18:22:49.887Z] Containers: 0 [2019-12-02T18:22:49.887Z] Running: 0 [2019-12-02T18:22:49.887Z] Paused: 0 [2019-12-02T18:22:49.887Z] Stopped: 0 [2019-12-02T18:22:49.887Z] Images: 0 [2019-12-02T18:22:49.887Z] Server Version: 18.06.1-ce [2019-12-02T18:22:49.887Z] Storage Driver: overlay2 [2019-12-02T18:22:49.887Z] Backing Filesystem: extfs [2019-12-02T18:22:49.887Z] Supports d_type: true [2019-12-02T18:22:49.887Z] Native Overlay Diff: true [2019-12-02T18:22:49.887Z] Logging Driver: json-file [2019-12-02T18:22:49.887Z] Cgroup Driver: cgroupfs [2019-12-02T18:22:49.887Z] Plugins: [2019-12-02T18:22:49.887Z] Volume: local [2019-12-02T18:22:49.887Z] Network: bridge host ipvlan macvlan null overlay [2019-12-02T18:22:49.887Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-12-02T18:22:49.887Z] Swarm: inactive [2019-12-02T18:22:49.887Z] Runtimes: runc [2019-12-02T18:22:49.887Z] Default Runtime: runc [2019-12-02T18:22:49.887Z] Init Binary: docker-init [2019-12-02T18:22:49.887Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-12-02T18:22:49.887Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-12-02T18:22:49.887Z] init version: fec3683 [2019-12-02T18:22:49.887Z] Security Options: [2019-12-02T18:22:49.887Z] apparmor [2019-12-02T18:22:49.887Z] seccomp [2019-12-02T18:22:49.887Z] Profile: default [2019-12-02T18:22:49.887Z] Kernel Version: 4.4.0-133-generic [2019-12-02T18:22:49.887Z] Operating System: Ubuntu 16.04.5 LTS [2019-12-02T18:22:49.887Z] OSType: linux [2019-12-02T18:22:49.887Z] Architecture: s390x [2019-12-02T18:22:49.887Z] CPUs: 2 [2019-12-02T18:22:49.887Z] Total Memory: 7.862GiB [2019-12-02T18:22:49.887Z] Name: s390x-ubuntu-29 [2019-12-02T18:22:49.887Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-12-02T18:22:49.887Z] Docker Root Dir: /var/lib/docker [2019-12-02T18:22:49.887Z] Debug Mode (client): false [2019-12-02T18:22:49.887Z] Debug Mode (server): false [2019-12-02T18:22:49.887Z] Username: dockerbuildbot [2019-12-02T18:22:49.887Z] Registry: https://index.docker.io/v1/ [2019-12-02T18:22:49.887Z] Labels: [2019-12-02T18:22:49.887Z] Experimental: true [2019-12-02T18:22:49.887Z] Insecure Registries: [2019-12-02T18:22:49.887Z] 127.0.0.0/8 [2019-12-02T18:22:49.887Z] Live Restore Enabled: false [2019-12-02T18:22:49.887Z] [2019-12-02T18:22:49.887Z] WARNING: No swap limit support [2019-12-02T18:22:49.922Z] Merge succeeded, producing e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:49.923Z] Checking out Revision e6d514dbab5c4b6192bd41275eecfe68cfd257f6 (PR-40180) [Pipeline] sh [2019-12-02T18:22:50.257Z] Merge succeeded, producing e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:50.258Z] Checking out Revision e6d514dbab5c4b6192bd41275eecfe68cfd257f6 (PR-40180) [2019-12-02T18:22:49.414Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:22:49.417Z] > git config --add remote.origin.fetch +refs/pull/40180/head:refs/remotes/origin/PR-40180 # timeout=10 [2019-12-02T18:22:49.422Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-02T18:22:49.427Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:22:49.435Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:49.435Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:49.435Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:49.712Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:22:49.720Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:50.241Z] > git merge 3152f9436292115c97b4d8bb18c66cf97876ee75 # timeout=10 [2019-12-02T18:22:50.251Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-02T18:22:49.146Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:22:49.152Z] > git config --add remote.origin.fetch +refs/pull/40180/head:refs/remotes/origin/PR-40180 # timeout=10 [2019-12-02T18:22:49.157Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-02T18:22:49.167Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:22:49.174Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:49.175Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:49.175Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:49.396Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:22:49.408Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:49.915Z] > git merge 3152f9436292115c97b4d8bb18c66cf97876ee75 # timeout=10 [2019-12-02T18:22:49.922Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-02T18:22:49.931Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:22:49.936Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:50.414Z] Commit message: "Add Dockerfile to .dockerignore" [2019-12-02T18:22:50.536Z] Commit message: "Add Dockerfile to .dockerignore" [2019-12-02T18:22:50.689Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:22:50.689Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:22:50.689Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40180/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [Pipeline] withEnv [Pipeline] { [2019-12-02T18:22:51.055Z] + bash /home/jenkins/workspace/moby_PR-40180/check-config.sh [2019-12-02T18:22:51.055Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-12-02T18:22:51.055Z] info: reading kernel config from /boot/config-4.4.0-133-generic ... [2019-12-02T18:22:51.055Z] [2019-12-02T18:22:51.055Z] Generally Necessary: [2019-12-02T18:22:51.055Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-12-02T18:22:51.055Z] - apparmor: enabled and tools installed [2019-12-02T18:22:51.055Z] - CONFIG_NAMESPACES: enabled [2019-12-02T18:22:51.055Z] - CONFIG_NET_NS: enabled [2019-12-02T18:22:51.055Z] - CONFIG_PID_NS: enabled [2019-12-02T18:22:51.055Z] - CONFIG_IPC_NS: enabled [2019-12-02T18:22:51.055Z] - CONFIG_UTS_NS: enabled [2019-12-02T18:22:51.055Z] - CONFIG_CGROUPS: enabled [2019-12-02T18:22:51.055Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-12-02T18:22:51.055Z] - CONFIG_CGROUP_DEVICE: enabled [2019-12-02T18:22:51.055Z] - CONFIG_CGROUP_FREEZER: enabled [2019-12-02T18:22:51.055Z] - CONFIG_CGROUP_SCHED: enabled [2019-12-02T18:22:51.055Z] - CONFIG_CPUSETS: enabled [2019-12-02T18:22:51.055Z] - CONFIG_MEMCG: enabled [2019-12-02T18:22:51.055Z] - CONFIG_KEYS: enabled [2019-12-02T18:22:51.055Z] - CONFIG_VETH: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_BRIDGE: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_NF_NAT: enabled (as module) [2019-12-02T18:22:51.055Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-12-02T18:22:51.055Z] - CONFIG_POSIX_MQUEUE: enabled [2019-12-02T18:22:51.055Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-12-02T18:22:51.055Z] [2019-12-02T18:22:51.055Z] Optional Features: [2019-12-02T18:22:51.055Z] - CONFIG_USER_NS: enabled [2019-12-02T18:22:51.055Z] - CONFIG_SECCOMP: enabled [2019-12-02T18:22:51.055Z] - CONFIG_CGROUP_PIDS: enabled [2019-12-02T18:22:51.055Z] - CONFIG_MEMCG_SWAP: enabled [2019-12-02T18:22:51.055Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-12-02T18:22:51.055Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-12-02T18:22:51.055Z] - CONFIG_MEMCG_KMEM: enabled [2019-12-02T18:22:51.055Z] - CONFIG_BLK_CGROUP: enabled [2019-12-02T18:22:51.055Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-12-02T18:22:51.056Z] - CONFIG_IOSCHED_CFQ: enabled [2019-12-02T18:22:51.056Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-12-02T18:22:51.056Z] - CONFIG_CGROUP_PERF: enabled [2019-12-02T18:22:51.056Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-12-02T18:22:51.056Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-12-02T18:22:51.056Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-12-02T18:22:51.056Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-12-02T18:22:51.056Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-12-02T18:22:51.056Z] - CONFIG_RT_GROUP_SCHED: missing [2019-12-02T18:22:51.056Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-12-02T18:22:51.056Z] - CONFIG_IP_VS: enabled (as module) [2019-12-02T18:22:51.056Z] - CONFIG_IP_VS_NFCT: enabled [2019-12-02T18:22:51.056Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-12-02T18:22:51.056Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-12-02T18:22:51.056Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-12-02T18:22:51.056Z] - CONFIG_EXT4_FS: enabled [2019-12-02T18:22:51.056Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-12-02T18:22:51.056Z] - CONFIG_EXT4_FS_SECURITY: enabled [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-02T18:22:51.350Z] + docker version [2019-12-02T18:22:51.350Z] Client: Docker Engine - Community [2019-12-02T18:22:51.350Z] Version: 19.03.2 [2019-12-02T18:22:51.350Z] API version: 1.40 [2019-12-02T18:22:51.350Z] Go version: go1.12.8 [2019-12-02T18:22:51.350Z] Git commit: 6a30dfc [2019-12-02T18:22:51.350Z] Built: Thu Aug 29 05:29:11 2019 [2019-12-02T18:22:51.350Z] OS/Arch: linux/amd64 [2019-12-02T18:22:51.350Z] Experimental: false [2019-12-02T18:22:51.350Z] [2019-12-02T18:22:51.350Z] Server: Docker Engine - Community [2019-12-02T18:22:51.350Z] Engine: [2019-12-02T18:22:51.350Z] Version: 19.03.2 [2019-12-02T18:22:51.350Z] API version: 1.40 (minimum version 1.12) [2019-12-02T18:22:51.350Z] Go version: go1.12.8 [2019-12-02T18:22:51.350Z] Git commit: 6a30dfc [2019-12-02T18:22:51.350Z] Built: Thu Aug 29 05:27:45 2019 [2019-12-02T18:22:51.350Z] OS/Arch: linux/amd64 [2019-12-02T18:22:51.350Z] Experimental: true [2019-12-02T18:22:51.350Z] containerd: [2019-12-02T18:22:51.350Z] Version: 1.2.6 [2019-12-02T18:22:51.350Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-02T18:22:51.350Z] runc: [2019-12-02T18:22:51.350Z] Version: 1.0.0-rc8 [2019-12-02T18:22:51.350Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-02T18:22:51.350Z] docker-init: [2019-12-02T18:22:51.350Z] Version: 0.18.0 [2019-12-02T18:22:51.350Z] GitCommit: fec3683 [Pipeline] sh [2019-12-02T18:22:51.420Z] - Network Drivers: [2019-12-02T18:22:51.420Z] - "overlay": [2019-12-02T18:22:51.420Z] - CONFIG_VXLAN: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-12-02T18:22:51.420Z] Optional (for encrypted networks): [2019-12-02T18:22:51.420Z] - CONFIG_CRYPTO: enabled [2019-12-02T18:22:51.420Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_XFRM: enabled [2019-12-02T18:22:51.420Z] - CONFIG_XFRM_USER: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_INET_ESP: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-12-02T18:22:51.420Z] - "ipvlan": [2019-12-02T18:22:51.420Z] - CONFIG_IPVLAN: enabled (as module) [2019-12-02T18:22:51.420Z] - "macvlan": [2019-12-02T18:22:51.420Z] - CONFIG_MACVLAN: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_DUMMY: enabled (as module) [2019-12-02T18:22:51.420Z] - "ftp,tftp client in container": [2019-12-02T18:22:51.420Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-12-02T18:22:51.420Z] - Storage Drivers: [2019-12-02T18:22:51.420Z] - "aufs": [2019-12-02T18:22:51.420Z] - CONFIG_AUFS_FS: enabled (as module) [2019-12-02T18:22:51.420Z] - "btrfs": [2019-12-02T18:22:51.420Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-12-02T18:22:51.420Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-12-02T18:22:51.420Z] - "devicemapper": [2019-12-02T18:22:51.420Z] - CONFIG_BLK_DEV_DM: enabled [2019-12-02T18:22:51.420Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-12-02T18:22:51.420Z] - "overlay": [2019-12-02T18:22:51.420Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-12-02T18:22:51.420Z] - "zfs": [2019-12-02T18:22:51.420Z] - /dev/zfs: missing [2019-12-02T18:22:51.420Z] - zfs command: missing [2019-12-02T18:22:51.420Z] - zpool command: missing [2019-12-02T18:22:51.420Z] [2019-12-02T18:22:51.420Z] Limits: [2019-12-02T18:22:51.420Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-12-02T18:22:51.420Z] [2019-12-02T18:22:51.420Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-12-02T18:22:51.595Z] + docker version [2019-12-02T18:22:51.595Z] Client: Docker Engine - Community [2019-12-02T18:22:51.595Z] Version: 19.03.2 [2019-12-02T18:22:51.595Z] API version: 1.40 [2019-12-02T18:22:51.595Z] Go version: go1.12.8 [2019-12-02T18:22:51.595Z] Git commit: 6a30dfc [2019-12-02T18:22:51.595Z] Built: Thu Aug 29 05:29:11 2019 [2019-12-02T18:22:51.595Z] OS/Arch: linux/amd64 [2019-12-02T18:22:51.595Z] Experimental: false [2019-12-02T18:22:51.595Z] [2019-12-02T18:22:51.595Z] Server: Docker Engine - Community [2019-12-02T18:22:51.595Z] Engine: [2019-12-02T18:22:51.595Z] Version: 19.03.2 [2019-12-02T18:22:51.595Z] API version: 1.40 (minimum version 1.12) [2019-12-02T18:22:51.595Z] Go version: go1.12.8 [2019-12-02T18:22:51.595Z] Git commit: 6a30dfc [2019-12-02T18:22:51.595Z] Built: Thu Aug 29 05:27:45 2019 [2019-12-02T18:22:51.595Z] OS/Arch: linux/amd64 [2019-12-02T18:22:51.595Z] Experimental: true [2019-12-02T18:22:51.595Z] containerd: [2019-12-02T18:22:51.595Z] Version: 1.2.6 [2019-12-02T18:22:51.595Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-02T18:22:51.595Z] runc: [2019-12-02T18:22:51.595Z] Version: 1.0.0-rc8 [2019-12-02T18:22:51.595Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-02T18:22:51.595Z] docker-init: [2019-12-02T18:22:51.595Z] Version: 0.18.0 [2019-12-02T18:22:51.595Z] GitCommit: fec3683 [2019-12-02T18:22:51.630Z] + docker info [2019-12-02T18:22:51.887Z] Client: [2019-12-02T18:22:51.887Z] Debug Mode: false [2019-12-02T18:22:51.887Z] [2019-12-02T18:22:51.887Z] Server: [2019-12-02T18:22:51.887Z] Containers: 0 [2019-12-02T18:22:51.887Z] Running: 0 [2019-12-02T18:22:51.887Z] Paused: 0 [2019-12-02T18:22:51.887Z] Stopped: 0 [2019-12-02T18:22:51.887Z] Images: 47 [2019-12-02T18:22:51.887Z] Server Version: 19.03.2 [2019-12-02T18:22:51.887Z] Storage Driver: overlay2 [2019-12-02T18:22:51.887Z] Backing Filesystem: extfs [2019-12-02T18:22:51.887Z] Supports d_type: true [2019-12-02T18:22:51.887Z] Native Overlay Diff: true [2019-12-02T18:22:51.887Z] Logging Driver: json-file [2019-12-02T18:22:51.887Z] Cgroup Driver: cgroupfs [2019-12-02T18:22:51.887Z] Plugins: [2019-12-02T18:22:51.887Z] Volume: local [2019-12-02T18:22:51.887Z] Network: bridge host ipvlan macvlan null overlay [2019-12-02T18:22:51.887Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-12-02T18:22:51.887Z] Swarm: inactive [2019-12-02T18:22:51.887Z] Runtimes: runc [2019-12-02T18:22:51.887Z] Default Runtime: runc [2019-12-02T18:22:51.887Z] Init Binary: docker-init [2019-12-02T18:22:51.887Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-02T18:22:51.887Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-02T18:22:51.887Z] init version: fec3683 [2019-12-02T18:22:51.887Z] Security Options: [2019-12-02T18:22:51.887Z] apparmor [2019-12-02T18:22:51.887Z] seccomp [2019-12-02T18:22:51.887Z] Profile: default [2019-12-02T18:22:51.887Z] Kernel Version: 4.15.0-1048-aws [2019-12-02T18:22:51.887Z] Operating System: Ubuntu 18.04.3 LTS [2019-12-02T18:22:51.887Z] OSType: linux [2019-12-02T18:22:51.887Z] Architecture: x86_64 [2019-12-02T18:22:51.887Z] CPUs: 2 [2019-12-02T18:22:51.887Z] Total Memory: 7.501GiB [2019-12-02T18:22:51.887Z] Name: ip-10-100-59-79 [2019-12-02T18:22:51.887Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-12-02T18:22:51.887Z] Docker Root Dir: /var/lib/docker [2019-12-02T18:22:51.887Z] Debug Mode: false [2019-12-02T18:22:51.887Z] Registry: https://index.docker.io/v1/ [2019-12-02T18:22:51.887Z] Labels: [2019-12-02T18:22:51.887Z] Experimental: true [2019-12-02T18:22:51.887Z] Insecure Registries: [2019-12-02T18:22:51.887Z] 127.0.0.0/8 [2019-12-02T18:22:51.887Z] Live Restore Enabled: true [2019-12-02T18:22:51.887Z] [2019-12-02T18:22:51.887Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] sh [2019-12-02T18:22:50.266Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:22:50.275Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:52.182Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:22:52.182Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:22:52.182Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40180/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-12-02T18:22:52.182Z] + bash /home/ubuntu/workspace/moby_PR-40180/check-config.sh [2019-12-02T18:22:52.182Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-12-02T18:22:52.182Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-12-02T18:22:52.182Z] [2019-12-02T18:22:52.182Z] Generally Necessary: [2019-12-02T18:22:52.182Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-12-02T18:22:52.182Z] - apparmor: enabled and tools installed [2019-12-02T18:22:52.182Z] - CONFIG_NAMESPACES: enabled [2019-12-02T18:22:52.182Z] - CONFIG_NET_NS: enabled [2019-12-02T18:22:52.182Z] - CONFIG_PID_NS: enabled [2019-12-02T18:22:52.182Z] - CONFIG_IPC_NS: enabled [2019-12-02T18:22:52.182Z] - CONFIG_UTS_NS: enabled [2019-12-02T18:22:52.182Z] - CONFIG_CGROUPS: enabled [2019-12-02T18:22:52.182Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-12-02T18:22:52.208Z] + docker info [2019-12-02T18:22:52.303Z] + make bundles/buildx [2019-12-02T18:22:52.303Z] make: command: Command not found [2019-12-02T18:22:52.303Z] make: command: Command not found [2019-12-02T18:22:52.303Z] mkdir bundles [2019-12-02T18:22:52.303Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2019-12-02T18:22:52.303Z] --build-arg BUILDX_COMMIT \ [2019-12-02T18:22:52.303Z] --build-arg BUILDX_REPO \ [2019-12-02T18:22:52.303Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-12-02T18:22:52.303Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-12-02T18:22:52.303Z] . [2019-12-02T18:22:52.303Z] /bin/sh: 4: go: not found [2019-12-02T18:22:52.303Z] /bin/sh: 5: go: not found [2019-12-02T18:22:52.444Z] - CONFIG_CGROUP_DEVICE: enabled [2019-12-02T18:22:52.444Z] - CONFIG_CGROUP_FREEZER: enabled [2019-12-02T18:22:52.444Z] - CONFIG_CGROUP_SCHED: enabled [2019-12-02T18:22:52.444Z] - CONFIG_CPUSETS: enabled [2019-12-02T18:22:52.444Z] - CONFIG_MEMCG: enabled [2019-12-02T18:22:52.444Z] - CONFIG_KEYS: enabled [2019-12-02T18:22:52.444Z] - CONFIG_VETH: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_BRIDGE: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_NF_NAT: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-12-02T18:22:52.444Z] - CONFIG_POSIX_MQUEUE: enabled [2019-12-02T18:22:52.444Z] [2019-12-02T18:22:52.444Z] Optional Features: [2019-12-02T18:22:52.444Z] - CONFIG_USER_NS: enabled [2019-12-02T18:22:52.444Z] - CONFIG_SECCOMP: enabled [2019-12-02T18:22:52.444Z] - CONFIG_CGROUP_PIDS: enabled [2019-12-02T18:22:52.444Z] - CONFIG_MEMCG_SWAP: enabled [2019-12-02T18:22:52.444Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-12-02T18:22:52.444Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-12-02T18:22:52.444Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-12-02T18:22:52.444Z] - CONFIG_BLK_CGROUP: enabled [2019-12-02T18:22:52.444Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-12-02T18:22:52.444Z] - CONFIG_IOSCHED_CFQ: enabled [2019-12-02T18:22:52.444Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-12-02T18:22:52.444Z] - CONFIG_CGROUP_PERF: enabled [2019-12-02T18:22:52.444Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-12-02T18:22:52.444Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-12-02T18:22:52.444Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-12-02T18:22:52.444Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-12-02T18:22:52.444Z] - CONFIG_RT_GROUP_SCHED: missing [2019-12-02T18:22:52.444Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-12-02T18:22:52.444Z] - CONFIG_IP_VS: enabled (as module) [2019-12-02T18:22:52.445Z] - CONFIG_IP_VS_NFCT: enabled [2019-12-02T18:22:52.445Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-12-02T18:22:52.445Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-12-02T18:22:52.445Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-12-02T18:22:52.445Z] - CONFIG_EXT4_FS: enabled [2019-12-02T18:22:52.445Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-12-02T18:22:52.445Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-12-02T18:22:52.465Z] Client: [2019-12-02T18:22:52.465Z] Debug Mode: false [2019-12-02T18:22:52.465Z] [2019-12-02T18:22:52.465Z] Server: [2019-12-02T18:22:52.465Z] Containers: 0 [2019-12-02T18:22:52.465Z] Running: 0 [2019-12-02T18:22:52.465Z] Paused: 0 [2019-12-02T18:22:52.465Z] Stopped: 0 [2019-12-02T18:22:52.465Z] Images: 28 [2019-12-02T18:22:52.465Z] Server Version: 19.03.2 [2019-12-02T18:22:52.465Z] Storage Driver: overlay2 [2019-12-02T18:22:52.465Z] Backing Filesystem: extfs [2019-12-02T18:22:52.465Z] Supports d_type: true [2019-12-02T18:22:52.465Z] Native Overlay Diff: true [2019-12-02T18:22:52.465Z] Logging Driver: json-file [2019-12-02T18:22:52.465Z] Cgroup Driver: cgroupfs [2019-12-02T18:22:52.465Z] Plugins: [2019-12-02T18:22:52.465Z] Volume: local [2019-12-02T18:22:52.465Z] Network: bridge host ipvlan macvlan null overlay [2019-12-02T18:22:52.465Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-12-02T18:22:52.465Z] Swarm: inactive [2019-12-02T18:22:52.465Z] Runtimes: runc [2019-12-02T18:22:52.465Z] Default Runtime: runc [2019-12-02T18:22:52.465Z] Init Binary: docker-init [2019-12-02T18:22:52.465Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-02T18:22:52.465Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-02T18:22:52.465Z] init version: fec3683 [2019-12-02T18:22:52.465Z] Security Options: [2019-12-02T18:22:52.465Z] apparmor [2019-12-02T18:22:52.465Z] seccomp [2019-12-02T18:22:52.465Z] Profile: default [2019-12-02T18:22:52.465Z] Kernel Version: 4.15.0-1048-aws [2019-12-02T18:22:52.465Z] Operating System: Ubuntu 18.04.3 LTS [2019-12-02T18:22:52.465Z] OSType: linux [2019-12-02T18:22:52.465Z] Architecture: x86_64 [2019-12-02T18:22:52.465Z] CPUs: 2 [2019-12-02T18:22:52.465Z] Total Memory: 7.501GiB [2019-12-02T18:22:52.465Z] Name: ip-10-100-60-32 [2019-12-02T18:22:52.465Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-12-02T18:22:52.465Z] Docker Root Dir: /var/lib/docker [2019-12-02T18:22:52.465Z] Debug Mode: false [2019-12-02T18:22:52.465Z] Registry: https://index.docker.io/v1/ [2019-12-02T18:22:52.465Z] Labels: [2019-12-02T18:22:52.465Z] Experimental: true [2019-12-02T18:22:52.465Z] Insecure Registries: [2019-12-02T18:22:52.465Z] 127.0.0.0/8 [2019-12-02T18:22:52.465Z] Live Restore Enabled: true [2019-12-02T18:22:52.465Z] [2019-12-02T18:22:52.465Z] WARNING: No swap limit support [Pipeline] sh [2019-12-02T18:22:52.701Z] - Network Drivers: [2019-12-02T18:22:52.701Z] - "overlay": [2019-12-02T18:22:52.701Z] - CONFIG_VXLAN: enabled (as module) [2019-12-02T18:22:52.701Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-12-02T18:22:52.701Z] Optional (for encrypted networks): [2019-12-02T18:22:52.701Z] - CONFIG_CRYPTO: enabled [2019-12-02T18:22:52.701Z] - CONFIG_CRYPTO_AEAD: enabled [2019-12-02T18:22:52.701Z] - CONFIG_CRYPTO_GCM: enabled [2019-12-02T18:22:52.701Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-12-02T18:22:52.701Z] - CONFIG_CRYPTO_GHASH: enabled [2019-12-02T18:22:52.701Z] - CONFIG_XFRM: enabled [2019-12-02T18:22:52.701Z] - CONFIG_XFRM_USER: enabled (as module) [2019-12-02T18:22:52.701Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-12-02T18:22:52.701Z] - CONFIG_INET_ESP: enabled (as module) [2019-12-02T18:22:52.701Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-12-02T18:22:52.701Z] - "ipvlan": [2019-12-02T18:22:52.701Z] - CONFIG_IPVLAN: enabled (as module) [2019-12-02T18:22:52.701Z] - "macvlan": [2019-12-02T18:22:52.701Z] - CONFIG_MACVLAN: enabled (as module) [2019-12-02T18:22:52.701Z] - CONFIG_DUMMY: enabled (as module) [2019-12-02T18:22:52.701Z] - "ftp,tftp client in container": [2019-12-02T18:22:52.701Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-12-02T18:22:52.701Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-12-02T18:22:52.701Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-12-02T18:22:52.701Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-12-02T18:22:52.701Z] - Storage Drivers: [2019-12-02T18:22:52.701Z] - "aufs": [2019-12-02T18:22:52.701Z] - CONFIG_AUFS_FS: enabled (as module) [2019-12-02T18:22:52.701Z] - "btrfs": [2019-12-02T18:22:52.701Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-12-02T18:22:52.701Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-12-02T18:22:52.701Z] - "devicemapper": [2019-12-02T18:22:52.701Z] - CONFIG_BLK_DEV_DM: enabled [2019-12-02T18:22:52.701Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-12-02T18:22:52.701Z] - "overlay": [2019-12-02T18:22:52.701Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-12-02T18:22:52.701Z] - "zfs": [2019-12-02T18:22:52.701Z] - /dev/zfs: missing [2019-12-02T18:22:52.701Z] - zfs command: missing [2019-12-02T18:22:52.701Z] - zpool command: missing [2019-12-02T18:22:52.701Z] [2019-12-02T18:22:52.701Z] Limits: [2019-12-02T18:22:52.701Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-12-02T18:22:52.701Z] [2019-12-02T18:22:52.701Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2019-12-02T18:22:52.749Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:22:52.749Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:22:52.749Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40180/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-12-02T18:22:52.749Z] + bash /home/ubuntu/workspace/moby_PR-40180/check-config.sh [2019-12-02T18:22:52.749Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-12-02T18:22:52.749Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-12-02T18:22:52.749Z] [2019-12-02T18:22:52.749Z] Generally Necessary: [2019-12-02T18:22:52.749Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-12-02T18:22:52.749Z] - apparmor: enabled and tools installed [2019-12-02T18:22:52.749Z] - CONFIG_NAMESPACES: enabled [2019-12-02T18:22:52.749Z] - CONFIG_NET_NS: enabled [2019-12-02T18:22:52.749Z] - CONFIG_PID_NS: enabled [2019-12-02T18:22:52.749Z] - CONFIG_IPC_NS: enabled [2019-12-02T18:22:52.749Z] - CONFIG_UTS_NS: enabled [2019-12-02T18:22:52.749Z] - CONFIG_CGROUPS: enabled [2019-12-02T18:22:52.749Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-12-02T18:22:52.749Z] - CONFIG_CGROUP_DEVICE: enabled [2019-12-02T18:22:52.749Z] - CONFIG_CGROUP_FREEZER: enabled [2019-12-02T18:22:52.749Z] - CONFIG_CGROUP_SCHED: enabled [2019-12-02T18:22:52.749Z] - CONFIG_CPUSETS: enabled [2019-12-02T18:22:52.749Z] - CONFIG_MEMCG: enabled [2019-12-02T18:22:52.749Z] - CONFIG_KEYS: enabled [2019-12-02T18:22:52.749Z] - CONFIG_VETH: enabled (as module) [2019-12-02T18:22:52.749Z] - CONFIG_BRIDGE: enabled (as module) [Pipeline] sh [2019-12-02T18:22:53.008Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_NF_NAT: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-12-02T18:22:53.008Z] - CONFIG_POSIX_MQUEUE: enabled [2019-12-02T18:22:53.008Z] [2019-12-02T18:22:53.008Z] Optional Features: [2019-12-02T18:22:53.008Z] - CONFIG_USER_NS: enabled [2019-12-02T18:22:53.008Z] - CONFIG_SECCOMP: enabled [2019-12-02T18:22:53.008Z] - CONFIG_CGROUP_PIDS: enabled [2019-12-02T18:22:53.008Z] - CONFIG_MEMCG_SWAP: enabled [2019-12-02T18:22:53.008Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-12-02T18:22:53.008Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-12-02T18:22:53.008Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-12-02T18:22:53.008Z] - CONFIG_BLK_CGROUP: enabled [2019-12-02T18:22:53.008Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-12-02T18:22:53.008Z] - CONFIG_IOSCHED_CFQ: enabled [2019-12-02T18:22:53.008Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-12-02T18:22:53.008Z] - CONFIG_CGROUP_PERF: enabled [2019-12-02T18:22:53.008Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-12-02T18:22:53.008Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-12-02T18:22:53.008Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-12-02T18:22:53.008Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-12-02T18:22:53.008Z] - CONFIG_RT_GROUP_SCHED: missing [2019-12-02T18:22:53.008Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_IP_VS: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_IP_VS_NFCT: enabled [2019-12-02T18:22:53.008Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-12-02T18:22:53.008Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-12-02T18:22:53.008Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_EXT4_FS: enabled [2019-12-02T18:22:53.008Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-12-02T18:22:53.008Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-12-02T18:22:53.008Z] - Network Drivers: [2019-12-02T18:22:53.008Z] - "overlay": [2019-12-02T18:22:53.008Z] - CONFIG_VXLAN: enabled (as module) [2019-12-02T18:22:53.008Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-12-02T18:22:53.008Z] Optional (for encrypted networks): [2019-12-02T18:22:53.035Z] + sudo modprobe ip_vs [2019-12-02T18:22:53.035Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 . [2019-12-02T18:22:53.035Z] #2 [internal] load .dockerignore [2019-12-02T18:22:53.035Z] #2 transferring context: 112B done [2019-12-02T18:22:53.035Z] #2 DONE 0.0s [2019-12-02T18:22:53.035Z] [2019-12-02T18:22:53.035Z] #1 [internal] load build definition from Dockerfile [2019-12-02T18:22:53.035Z] #1 transferring dockerfile: 15.33kB done [2019-12-02T18:22:53.035Z] #1 DONE 0.0s [2019-12-02T18:22:53.035Z] [2019-12-02T18:22:53.035Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-12-02T18:22:53.265Z] - CONFIG_CRYPTO: enabled [2019-12-02T18:22:53.265Z] - CONFIG_CRYPTO_AEAD: enabled [2019-12-02T18:22:53.265Z] - CONFIG_CRYPTO_GCM: enabled [2019-12-02T18:22:53.265Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-12-02T18:22:53.265Z] - CONFIG_CRYPTO_GHASH: enabled [2019-12-02T18:22:53.265Z] - CONFIG_XFRM: enabled [2019-12-02T18:22:53.265Z] - CONFIG_XFRM_USER: enabled (as module) [2019-12-02T18:22:53.265Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-12-02T18:22:53.265Z] - CONFIG_INET_ESP: enabled (as module) [2019-12-02T18:22:53.265Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-12-02T18:22:53.265Z] - "ipvlan": [2019-12-02T18:22:53.265Z] - CONFIG_IPVLAN: enabled (as module) [2019-12-02T18:22:53.265Z] - "macvlan": [2019-12-02T18:22:53.265Z] - CONFIG_MACVLAN: enabled (as module) [2019-12-02T18:22:53.265Z] - CONFIG_DUMMY: enabled (as module) [2019-12-02T18:22:53.265Z] - "ftp,tftp client in container": [2019-12-02T18:22:53.265Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-12-02T18:22:53.265Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-12-02T18:22:53.265Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-12-02T18:22:53.265Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-12-02T18:22:53.265Z] - Storage Drivers: [2019-12-02T18:22:53.265Z] - "aufs": [2019-12-02T18:22:53.265Z] - CONFIG_AUFS_FS: enabled (as module) [2019-12-02T18:22:53.265Z] - "btrfs": [2019-12-02T18:22:53.265Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-12-02T18:22:53.265Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-12-02T18:22:53.265Z] - "devicemapper": [2019-12-02T18:22:53.265Z] - CONFIG_BLK_DEV_DM: enabled [2019-12-02T18:22:53.265Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-12-02T18:22:53.265Z] - "overlay": [2019-12-02T18:22:53.265Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-12-02T18:22:53.265Z] - "zfs": [2019-12-02T18:22:53.265Z] - /dev/zfs: missing [2019-12-02T18:22:53.265Z] - zfs command: missing [2019-12-02T18:22:53.265Z] - zpool command: missing [2019-12-02T18:22:53.265Z] [2019-12-02T18:22:53.265Z] Limits: [2019-12-02T18:22:53.265Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-12-02T18:22:53.265Z] [2019-12-02T18:22:53.265Z] + true [Pipeline] } [Pipeline] // stage [2019-12-02T18:22:53.292Z] #3 DONE 0.2s [2019-12-02T18:22:53.292Z] [2019-12-02T18:22:53.292Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-12-02T18:22:53.292Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-12-02T18:22:53.292Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2019-12-02T18:22:53.292Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2019-12-02T18:22:53.292Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 1.14MB / 8.82MB 0.1s [2019-12-02T18:22:53.292Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-12-02T18:22:53.549Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.2s done [2019-12-02T18:22:53.549Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 [2019-12-02T18:22:53.601Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 . [2019-12-02T18:22:53.601Z] #2 [internal] load .dockerignore [2019-12-02T18:22:53.601Z] #2 transferring context: 112B done [2019-12-02T18:22:53.601Z] #2 DONE 0.0s [2019-12-02T18:22:53.601Z] [2019-12-02T18:22:53.601Z] #1 [internal] load build definition from Dockerfile [2019-12-02T18:22:53.601Z] #1 transferring dockerfile: 15.33kB done [2019-12-02T18:22:53.601Z] #1 DONE 0.0s [2019-12-02T18:22:53.601Z] [2019-12-02T18:22:53.601Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-12-02T18:22:53.806Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.2s done [2019-12-02T18:22:53.806Z] #4 DONE 0.4s [2019-12-02T18:22:53.859Z] #3 DONE 0.2s [2019-12-02T18:22:53.859Z] [2019-12-02T18:22:53.859Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-12-02T18:22:53.859Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-12-02T18:22:53.859Z] #4 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-12-02T18:22:53.859Z] #4 sha256:ee85655c57140bd20a5ebc3bb802e7410ee9ac47ca92b193ed0ab17485024fe5 527B / 527B done [2019-12-02T18:22:53.859Z] #4 sha256:80b5f664ac0c5f6b89608f7b0afd9548ac5b2d4cd631b7b723d9f2edca8676d9 897B / 897B done [2019-12-02T18:22:53.859Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 4.61MB / 8.82MB 0.1s [2019-12-02T18:22:54.116Z] #4 sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 8.82MB / 8.82MB 0.1s done [2019-12-02T18:22:54.116Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.1s [2019-12-02T18:22:54.334Z] Sending build context to Docker daemon 50.39MB [2019-12-02T18:22:54.334Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2019-12-02T18:22:54.334Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2019-12-02T18:22:54.334Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2019-12-02T18:22:54.334Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2019-12-02T18:22:54.334Z] 1.12.10-stretch: Pulling from library/golang [2019-12-02T18:22:54.371Z] [2019-12-02T18:22:54.371Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-02T18:22:54.371Z] #6 ... [2019-12-02T18:22:54.371Z] [2019-12-02T18:22:54.371Z] #5 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-02T18:22:54.371Z] #5 DONE 0.2s [2019-12-02T18:22:54.373Z] #4 extracting sha256:73e11b97eeae87ce062a224a9ff2d7f8a919d3b50e014a3f33a79b0c219a7003 0.2s done [2019-12-02T18:22:54.373Z] #4 DONE 0.4s [2019-12-02T18:22:54.629Z] [2019-12-02T18:22:54.629Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-02T18:22:54.629Z] #6 DONE 0.2s [2019-12-02T18:22:54.629Z] [2019-12-02T18:22:54.629Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-02T18:22:54.629Z] #65 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-12-02T18:22:54.629Z] #65 DONE 0.0s [2019-12-02T18:22:54.629Z] [2019-12-02T18:22:54.629Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:22:54.629Z] #7 resolve docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 done [2019-12-02T18:22:54.629Z] #7 sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 1.42kB / 1.42kB done [2019-12-02T18:22:54.629Z] #7 sha256:ddeac8b5f8711a57ce2793ff0882cd4ca0b24ac99e6836ca717589fc7f7af914 1.80kB / 1.80kB done [2019-12-02T18:22:54.629Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 0B / 4.34MB 0.0s [2019-12-02T18:22:54.629Z] #7 sha256:d30a8b8b92e26c81159500588fe731b46bdfd3ab9724734ffc2ea4387a526662 5.47kB / 5.47kB done [2019-12-02T18:22:54.629Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 0B / 45.38MB 0.0s [2019-12-02T18:22:54.629Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 0B / 10.80MB 0.0s [2019-12-02T18:22:54.629Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 6.33MB / 45.38MB 0.1s [2019-12-02T18:22:54.629Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 1.01MB / 10.80MB 0.1s [2019-12-02T18:22:54.702Z] ade01ea651a2: Pulling fs layer [2019-12-02T18:22:54.702Z] fbabdb69f639: Pulling fs layer [2019-12-02T18:22:54.702Z] ff33bd1013d7: Pulling fs layer [2019-12-02T18:22:54.702Z] 85cfe9d77eff: Pulling fs layer [2019-12-02T18:22:54.702Z] ace5139f9caa: Pulling fs layer [2019-12-02T18:22:54.702Z] e4d79466b81c: Pulling fs layer [2019-12-02T18:22:54.702Z] b00baabad4ce: Pulling fs layer [2019-12-02T18:22:54.702Z] 85cfe9d77eff: Waiting [2019-12-02T18:22:54.702Z] ace5139f9caa: Waiting [2019-12-02T18:22:54.702Z] b00baabad4ce: Waiting [2019-12-02T18:22:54.702Z] e4d79466b81c: Waiting [2019-12-02T18:22:54.886Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 1.03MB / 4.34MB 0.2s [2019-12-02T18:22:54.886Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 16.63MB / 45.38MB 0.2s [2019-12-02T18:22:54.886Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 6.11MB / 10.80MB 0.2s [2019-12-02T18:22:54.886Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 4.34MB / 4.34MB 0.3s [2019-12-02T18:22:54.886Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 24.10MB / 45.38MB 0.3s [2019-12-02T18:22:54.886Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 10.80MB / 10.80MB 0.3s [2019-12-02T18:22:54.938Z] [2019-12-02T18:22:54.938Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-02T18:22:54.938Z] #6 DONE 0.1s [2019-12-02T18:22:54.938Z] [2019-12-02T18:22:54.938Z] #5 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-02T18:22:54.938Z] #5 DONE 0.2s [2019-12-02T18:22:54.938Z] [2019-12-02T18:22:54.938Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:22:54.938Z] #7 resolve docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 0.0s done [2019-12-02T18:22:55.146Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 33.31MB / 45.38MB 0.4s [2019-12-02T18:22:55.146Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 4.34MB / 4.34MB 0.4s done [2019-12-02T18:22:55.146Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 45.38MB / 45.38MB 0.6s [2019-12-02T18:22:55.146Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 10.80MB / 10.80MB 0.4s done [2019-12-02T18:22:55.146Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 13.99MB / 57.69MB 0.6s [2019-12-02T18:22:55.146Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 7.56MB / 50.07MB 0.6s [2019-12-02T18:22:55.196Z] #7 sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 1.42kB / 1.42kB done [2019-12-02T18:22:55.196Z] #7 sha256:ddeac8b5f8711a57ce2793ff0882cd4ca0b24ac99e6836ca717589fc7f7af914 1.80kB / 1.80kB done [2019-12-02T18:22:55.196Z] #7 sha256:d30a8b8b92e26c81159500588fe731b46bdfd3ab9724734ffc2ea4387a526662 5.47kB / 5.47kB done [2019-12-02T18:22:55.196Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 0B / 45.38MB 0.0s [2019-12-02T18:22:55.196Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 0B / 10.80MB 0.0s [2019-12-02T18:22:55.196Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 0B / 4.34MB 0.0s [2019-12-02T18:22:55.380Z] ff33bd1013d7: Verifying Checksum [2019-12-02T18:22:55.380Z] ff33bd1013d7: Download complete [2019-12-02T18:22:55.380Z] fbabdb69f639: Verifying Checksum [2019-12-02T18:22:55.380Z] fbabdb69f639: Download complete [2019-12-02T18:22:55.409Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 22.05MB / 57.69MB 0.7s [2019-12-02T18:22:55.409Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 14.88MB / 50.07MB 0.7s [2019-12-02T18:22:55.410Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 30.86MB / 57.69MB 0.8s [2019-12-02T18:22:55.410Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 22.32MB / 50.07MB 0.8s [2019-12-02T18:22:55.457Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 13.14MB / 45.38MB 0.3s [2019-12-02T18:22:55.457Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 8.42MB / 10.80MB 0.3s [2019-12-02T18:22:55.457Z] #7 sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 4.34MB / 4.34MB 0.2s done [2019-12-02T18:22:55.457Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 0B / 50.07MB 0.3s [2019-12-02T18:22:55.457Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 17.72MB / 45.38MB 0.4s [2019-12-02T18:22:55.457Z] #7 sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 10.80MB / 10.80MB 0.3s done [2019-12-02T18:22:55.457Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 4.47MB / 50.07MB 0.4s [2019-12-02T18:22:55.457Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 0B / 57.69MB 0.4s [2019-12-02T18:22:55.457Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 28.03MB / 45.38MB 0.5s [2019-12-02T18:22:55.457Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 10.77MB / 50.07MB 0.5s [2019-12-02T18:22:55.457Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 8.04MB / 57.69MB 0.5s [2019-12-02T18:22:55.674Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 37.95MB / 57.69MB 0.9s [2019-12-02T18:22:55.674Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 29.28MB / 50.07MB 0.9s [2019-12-02T18:22:55.718Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 13.49MB / 50.07MB 0.6s [2019-12-02T18:22:55.718Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 12.56MB / 57.69MB 0.6s [2019-12-02T18:22:55.800Z] 85cfe9d77eff: Verifying Checksum [2019-12-02T18:22:55.800Z] 85cfe9d77eff: Download complete [2019-12-02T18:22:55.955Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 54.55MB / 57.69MB 1.1s [2019-12-02T18:22:55.955Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 45.90MB / 50.07MB 1.1s [2019-12-02T18:22:55.955Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 57.69MB / 57.69MB 1.3s [2019-12-02T18:22:55.955Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 50.07MB / 50.07MB 1.3s [2019-12-02T18:22:55.977Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 40.47MB / 45.38MB 0.8s [2019-12-02T18:22:55.977Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 23.77MB / 50.07MB 0.8s [2019-12-02T18:22:55.977Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 21.87MB / 57.69MB 0.8s [2019-12-02T18:22:55.977Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 43.11MB / 45.38MB 0.9s [2019-12-02T18:22:55.977Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 27.90MB / 50.07MB 0.9s [2019-12-02T18:22:56.202Z] ade01ea651a2: Verifying Checksum [2019-12-02T18:22:56.202Z] ade01ea651a2: Download complete [2019-12-02T18:22:56.202Z] ace5139f9caa: Verifying Checksum [2019-12-02T18:22:56.202Z] ace5139f9caa: Download complete [2019-12-02T18:22:56.236Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 38.22MB / 50.07MB 1.1s [2019-12-02T18:22:56.236Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 43.83MB / 57.69MB 1.1s [2019-12-02T18:22:56.236Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 45.38MB / 45.38MB 1.1s done [2019-12-02T18:22:56.236Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 44.84MB / 50.07MB 1.2s [2019-12-02T18:22:56.236Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 47.84MB / 57.69MB 1.2s [2019-12-02T18:22:56.236Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 0B / 120.06MB 1.2s [2019-12-02T18:22:56.409Z] Fetching without tags [2019-12-02T18:22:56.518Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 50.07MB / 50.07MB 1.3s [2019-12-02T18:22:56.519Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 57.69MB / 57.69MB 1.3s [2019-12-02T18:22:56.519Z] #7 extracting sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 [2019-12-02T18:22:56.537Z] #7 extracting sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 [2019-12-02T18:22:56.589Z] b00baabad4ce: Verifying Checksum [2019-12-02T18:22:56.589Z] b00baabad4ce: Download complete [2019-12-02T18:22:56.778Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 50.07MB / 50.07MB 1.5s done [2019-12-02T18:22:56.778Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 57.69MB / 57.69MB 1.5s done [2019-12-02T18:22:56.778Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 16.07MB / 120.06MB 1.5s [2019-12-02T18:22:56.778Z] #7 sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de 126B / 126B 1.5s done [2019-12-02T18:22:56.778Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 23.41MB / 120.06MB 1.7s [2019-12-02T18:22:56.794Z] #7 sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 45.38MB / 45.38MB 1.7s done [2019-12-02T18:22:56.794Z] #7 sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 57.69MB / 57.69MB 2.1s done [2019-12-02T18:22:56.794Z] #7 sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 50.07MB / 50.07MB 2.1s done [2019-12-02T18:22:56.794Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 931.15kB / 120.06MB 2.1s [2019-12-02T18:22:56.794Z] #7 sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de 0B / 126B 2.1s [2019-12-02T18:22:56.794Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 8.07MB / 120.06MB 2.2s [2019-12-02T18:22:56.794Z] #7 sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de 126B / 126B 2.2s done [2019-12-02T18:22:56.808Z] Merging remotes/origin/master commit 3152f9436292115c97b4d8bb18c66cf97876ee75 into PR head commit e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:57.036Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 34.27MB / 120.06MB 1.9s [2019-12-02T18:22:57.036Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 41.71MB / 120.06MB 2.0s [2019-12-02T18:22:57.052Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 14.30MB / 120.06MB 2.3s [2019-12-02T18:22:57.052Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 21.20MB / 120.06MB 2.4s [2019-12-02T18:22:57.310Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 28.18MB / 120.06MB 2.5s [2019-12-02T18:22:57.310Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 44.19MB / 120.06MB 2.7s [2019-12-02T18:22:57.310Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 52.08MB / 120.06MB 2.8s [2019-12-02T18:22:57.406Z] e4d79466b81c: Verifying Checksum [2019-12-02T18:22:57.406Z] e4d79466b81c: Download complete [2019-12-02T18:22:57.567Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 64.50MB / 120.06MB 3.0s [2019-12-02T18:22:57.604Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 54.21MB / 120.06MB 2.6s [2019-12-02T18:22:57.722Z] Merge succeeded, producing e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:57.723Z] Checking out Revision e6d514dbab5c4b6192bd41275eecfe68cfd257f6 (PR-40180) [2019-12-02T18:22:56.381Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:22:56.386Z] > git config --add remote.origin.fetch +refs/pull/40180/head:refs/remotes/origin/PR-40180 # timeout=10 [2019-12-02T18:22:56.392Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-02T18:22:56.402Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:22:56.411Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:22:56.412Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:22:56.413Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:22:56.810Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:22:56.815Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:57.676Z] > git merge 3152f9436292115c97b4d8bb18c66cf97876ee75 # timeout=10 [2019-12-02T18:22:57.690Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-02T18:22:57.725Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:22:57.733Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:22:57.826Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 72.87MB / 120.06MB 3.1s [2019-12-02T18:22:57.826Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 79.72MB / 120.06MB 3.2s [2019-12-02T18:22:57.863Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 68.04MB / 120.06MB 2.8s [2019-12-02T18:22:58.083Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 89.72MB / 120.06MB 3.3s [2019-12-02T18:22:58.083Z] #7 ... [2019-12-02T18:22:58.083Z] [2019-12-02T18:22:58.083Z] #19 [internal] load build context [2019-12-02T18:22:58.083Z] #19 transferring context: 45.90MB 3.5s done [2019-12-02T18:22:58.083Z] #19 DONE 3.5s [2019-12-02T18:22:58.083Z] [2019-12-02T18:22:58.083Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:22:58.083Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 96.47MB / 120.06MB 3.4s [2019-12-02T18:22:58.122Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 80.65MB / 120.06MB 3.0s [2019-12-02T18:22:58.122Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 87.44MB / 120.06MB 3.1s [2019-12-02T18:22:58.260Z] ade01ea651a2: Pull complete [2019-12-02T18:22:58.325Z] Commit message: "Add Dockerfile to .dockerignore" [2019-12-02T18:22:58.339Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 118.01MB / 120.06MB 3.6s [2019-12-02T18:22:58.381Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 95.76MB / 120.06MB 3.2s [2019-12-02T18:22:58.381Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 102.31MB / 120.06MB 3.3s [2019-12-02T18:22:58.381Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 108.57MB / 120.06MB 3.4s [2019-12-02T18:22:58.638Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 120.06MB / 120.06MB 3.6s [2019-12-02T18:22:58.652Z] fbabdb69f639: Pull complete [2019-12-02T18:22:58.896Z] #7 ... [2019-12-02T18:22:58.896Z] [2019-12-02T18:22:58.896Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-02T18:22:58.896Z] #65 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-12-02T18:22:58.896Z] #65 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-12-02T18:22:58.896Z] #65 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-12-02T18:22:58.896Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.7s done [2019-12-02T18:22:58.896Z] #65 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.9s done [2019-12-02T18:22:58.896Z] #65 DONE 3.9s [2019-12-02T18:22:58.896Z] [2019-12-02T18:22:58.896Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:22:58.896Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 120.06MB / 120.06MB 3.8s done [Pipeline] withEnv [Pipeline] { [2019-12-02T18:22:58.903Z] #7 sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 120.06MB / 120.06MB 4.3s done [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-02T18:22:59.018Z] ff33bd1013d7: Pull complete [2019-12-02T18:22:59.236Z] + docker version [2019-12-02T18:22:59.236Z] Client: Docker Engine - Community [2019-12-02T18:22:59.236Z] Version: 19.03.2 [2019-12-02T18:22:59.236Z] API version: 1.40 [2019-12-02T18:22:59.236Z] Go version: go1.12.8 [2019-12-02T18:22:59.236Z] Git commit: 6a30dfc [2019-12-02T18:22:59.236Z] Built: Thu Aug 29 05:32:25 2019 [2019-12-02T18:22:59.236Z] OS/Arch: linux/arm64 [2019-12-02T18:22:59.236Z] Experimental: false [2019-12-02T18:22:59.236Z] [2019-12-02T18:22:59.236Z] Server: Docker Engine - Community [2019-12-02T18:22:59.236Z] Engine: [2019-12-02T18:22:59.236Z] Version: 19.03.2 [2019-12-02T18:22:59.236Z] API version: 1.40 (minimum version 1.12) [2019-12-02T18:22:59.236Z] Go version: go1.12.8 [2019-12-02T18:22:59.236Z] Git commit: 6a30dfc [2019-12-02T18:22:59.236Z] Built: Thu Aug 29 05:30:57 2019 [2019-12-02T18:22:59.236Z] OS/Arch: linux/arm64 [2019-12-02T18:22:59.236Z] Experimental: true [2019-12-02T18:22:59.236Z] containerd: [2019-12-02T18:22:59.236Z] Version: 1.2.6 [2019-12-02T18:22:59.236Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-02T18:22:59.236Z] runc: [2019-12-02T18:22:59.236Z] Version: 1.0.0-rc8 [2019-12-02T18:22:59.236Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-02T18:22:59.236Z] docker-init: [2019-12-02T18:22:59.236Z] Version: 0.18.0 [2019-12-02T18:22:59.236Z] GitCommit: fec3683 [Pipeline] sh [2019-12-02T18:22:59.466Z] #7 ... [2019-12-02T18:22:59.466Z] [2019-12-02T18:22:59.466Z] #19 [internal] load build context [2019-12-02T18:22:59.466Z] #19 transferring context: 45.90MB 4.3s done [2019-12-02T18:22:59.466Z] #19 DONE 4.4s [2019-12-02T18:22:59.466Z] [2019-12-02T18:22:59.466Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:22:59.467Z] #7 extracting sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 3.0s done [2019-12-02T18:22:59.529Z] + docker info [2019-12-02T18:22:59.529Z] Client: [2019-12-02T18:22:59.529Z] Debug Mode: false [2019-12-02T18:22:59.529Z] [2019-12-02T18:22:59.529Z] Server: [2019-12-02T18:22:59.529Z] Containers: 0 [2019-12-02T18:22:59.529Z] Running: 0 [2019-12-02T18:22:59.529Z] Paused: 0 [2019-12-02T18:22:59.529Z] Stopped: 0 [2019-12-02T18:22:59.529Z] Images: 2 [2019-12-02T18:22:59.529Z] Server Version: 19.03.2 [2019-12-02T18:22:59.529Z] Storage Driver: overlay2 [2019-12-02T18:22:59.529Z] Backing Filesystem: extfs [2019-12-02T18:22:59.529Z] Supports d_type: true [2019-12-02T18:22:59.529Z] Native Overlay Diff: true [2019-12-02T18:22:59.529Z] Logging Driver: json-file [2019-12-02T18:22:59.529Z] Cgroup Driver: cgroupfs [2019-12-02T18:22:59.529Z] Plugins: [2019-12-02T18:22:59.529Z] Volume: local [2019-12-02T18:22:59.529Z] Network: bridge host ipvlan macvlan null overlay [2019-12-02T18:22:59.529Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-12-02T18:22:59.529Z] Swarm: inactive [2019-12-02T18:22:59.529Z] Runtimes: runc [2019-12-02T18:22:59.529Z] Default Runtime: runc [2019-12-02T18:22:59.529Z] Init Binary: docker-init [2019-12-02T18:22:59.529Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-12-02T18:22:59.529Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-12-02T18:22:59.529Z] init version: fec3683 [2019-12-02T18:22:59.529Z] Security Options: [2019-12-02T18:22:59.529Z] apparmor [2019-12-02T18:22:59.529Z] seccomp [2019-12-02T18:22:59.529Z] Profile: default [2019-12-02T18:22:59.529Z] Kernel Version: 4.15.0-1048-aws [2019-12-02T18:22:59.529Z] Operating System: Ubuntu 16.04.6 LTS [2019-12-02T18:22:59.529Z] OSType: linux [2019-12-02T18:22:59.529Z] Architecture: aarch64 [2019-12-02T18:22:59.529Z] CPUs: 4 [2019-12-02T18:22:59.529Z] Total Memory: 7.525GiB [2019-12-02T18:22:59.529Z] Name: ip-10-100-57-49 [2019-12-02T18:22:59.529Z] ID: P6VQ:YKJW:TNGX:TXFI:HUQ3:53UN:TOH3:6BJM:FCYL:64MC:THVR:5KBO [2019-12-02T18:22:59.529Z] Docker Root Dir: /var/lib/docker [2019-12-02T18:22:59.529Z] Debug Mode: false [2019-12-02T18:22:59.529Z] Registry: https://index.docker.io/v1/ [2019-12-02T18:22:59.529Z] Labels: [2019-12-02T18:22:59.529Z] Experimental: true [2019-12-02T18:22:59.529Z] Insecure Registries: [2019-12-02T18:22:59.529Z] 127.0.0.0/8 [2019-12-02T18:22:59.529Z] Live Restore Enabled: true [2019-12-02T18:22:59.529Z] [2019-12-02T18:22:59.529Z] WARNING: No swap limit support [Pipeline] sh [2019-12-02T18:22:59.724Z] #7 extracting sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 0.1s [2019-12-02T18:22:59.821Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:22:59.821Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:22:59.821Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40180/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-12-02T18:22:59.821Z] + bash /home/ubuntu/workspace/moby_PR-40180/check-config.sh [2019-12-02T18:22:59.821Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-12-02T18:22:59.821Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-12-02T18:22:59.821Z] [2019-12-02T18:22:59.821Z] Generally Necessary: [2019-12-02T18:22:59.821Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-12-02T18:22:59.821Z] - apparmor: enabled and tools installed [2019-12-02T18:22:59.821Z] - CONFIG_NAMESPACES: enabled [2019-12-02T18:22:59.821Z] - CONFIG_NET_NS: enabled [2019-12-02T18:22:59.821Z] - CONFIG_PID_NS: enabled [2019-12-02T18:22:59.821Z] - CONFIG_IPC_NS: enabled [2019-12-02T18:22:59.981Z] #7 extracting sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 0.4s done [2019-12-02T18:22:59.981Z] #7 extracting sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 [2019-12-02T18:23:00.080Z] - CONFIG_UTS_NS: enabled [2019-12-02T18:23:00.080Z] - CONFIG_CGROUPS: enabled [2019-12-02T18:23:00.080Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-12-02T18:23:00.080Z] - CONFIG_CGROUP_DEVICE: enabled [2019-12-02T18:23:00.080Z] - CONFIG_CGROUP_FREEZER: enabled [2019-12-02T18:23:00.080Z] - CONFIG_CGROUP_SCHED: enabled [2019-12-02T18:23:00.080Z] - CONFIG_CPUSETS: enabled [2019-12-02T18:23:00.080Z] - CONFIG_MEMCG: enabled [2019-12-02T18:23:00.080Z] - CONFIG_KEYS: enabled [2019-12-02T18:23:00.080Z] - CONFIG_VETH: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_BRIDGE: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_NF_NAT: enabled (as module) [2019-12-02T18:23:00.080Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-12-02T18:23:00.080Z] - CONFIG_POSIX_MQUEUE: enabled [2019-12-02T18:23:00.080Z] [2019-12-02T18:23:00.080Z] Optional Features: [2019-12-02T18:23:00.080Z] - CONFIG_USER_NS: enabled [2019-12-02T18:23:00.080Z] - CONFIG_SECCOMP: enabled [2019-12-02T18:23:00.080Z] - CONFIG_CGROUP_PIDS: enabled [2019-12-02T18:23:00.080Z] - CONFIG_MEMCG_SWAP: enabled [2019-12-02T18:23:00.080Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-12-02T18:23:00.239Z] #7 extracting sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 0.2s done [2019-12-02T18:23:00.340Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-12-02T18:23:00.340Z] - CONFIG_BLK_CGROUP: enabled [2019-12-02T18:23:00.340Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-12-02T18:23:00.340Z] - CONFIG_IOSCHED_CFQ: enabled [2019-12-02T18:23:00.340Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-12-02T18:23:00.340Z] - CONFIG_CGROUP_PERF: enabled [2019-12-02T18:23:00.340Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-12-02T18:23:00.340Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-12-02T18:23:00.340Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-12-02T18:23:00.340Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-12-02T18:23:00.340Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-12-02T18:23:00.340Z] - CONFIG_RT_GROUP_SCHED: missing [2019-12-02T18:23:00.340Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-12-02T18:23:00.340Z] - CONFIG_IP_VS: enabled (as module) [2019-12-02T18:23:00.340Z] - CONFIG_IP_VS_NFCT: enabled [2019-12-02T18:23:00.340Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-12-02T18:23:00.340Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-12-02T18:23:00.340Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-12-02T18:23:00.340Z] - CONFIG_EXT4_FS: enabled [2019-12-02T18:23:00.340Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-12-02T18:23:00.340Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-12-02T18:23:00.340Z] - Network Drivers: [2019-12-02T18:23:00.340Z] - "overlay": [2019-12-02T18:23:00.340Z] - CONFIG_VXLAN: enabled (as module) [2019-12-02T18:23:00.340Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-12-02T18:23:00.340Z] Optional (for encrypted networks): [2019-12-02T18:23:00.496Z] #7 extracting sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 0.1s [2019-12-02T18:23:00.599Z] - CONFIG_CRYPTO: enabled [2019-12-02T18:23:00.599Z] - CONFIG_CRYPTO_AEAD: enabled [2019-12-02T18:23:00.599Z] - CONFIG_CRYPTO_GCM: enabled [2019-12-02T18:23:00.599Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-12-02T18:23:00.599Z] - CONFIG_CRYPTO_GHASH: enabled [2019-12-02T18:23:00.599Z] - CONFIG_XFRM: enabled [2019-12-02T18:23:00.599Z] - CONFIG_XFRM_USER: enabled (as module) [2019-12-02T18:23:00.599Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-12-02T18:23:00.599Z] - CONFIG_INET_ESP: enabled (as module) [2019-12-02T18:23:00.599Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-12-02T18:23:00.599Z] - "ipvlan": [2019-12-02T18:23:00.599Z] - CONFIG_IPVLAN: enabled (as module) [2019-12-02T18:23:00.599Z] - "macvlan": [2019-12-02T18:23:00.599Z] - CONFIG_MACVLAN: enabled (as module) [2019-12-02T18:23:00.599Z] - CONFIG_DUMMY: enabled (as module) [2019-12-02T18:23:00.599Z] - "ftp,tftp client in container": [2019-12-02T18:23:00.599Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-12-02T18:23:00.599Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-12-02T18:23:00.599Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-12-02T18:23:00.599Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-12-02T18:23:00.599Z] - Storage Drivers: [2019-12-02T18:23:00.599Z] - "aufs": [2019-12-02T18:23:00.599Z] - CONFIG_AUFS_FS: enabled (as module) [2019-12-02T18:23:00.599Z] - "btrfs": [2019-12-02T18:23:00.599Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-12-02T18:23:00.599Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-12-02T18:23:00.599Z] - "devicemapper": [2019-12-02T18:23:00.599Z] - CONFIG_BLK_DEV_DM: enabled [2019-12-02T18:23:00.599Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-12-02T18:23:00.599Z] - "overlay": [2019-12-02T18:23:00.599Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-12-02T18:23:00.599Z] - "zfs": [2019-12-02T18:23:00.599Z] - /dev/zfs: missing [2019-12-02T18:23:00.599Z] - zfs command: missing [2019-12-02T18:23:00.599Z] - zpool command: missing [2019-12-02T18:23:00.599Z] [2019-12-02T18:23:00.599Z] Limits: [2019-12-02T18:23:00.599Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-12-02T18:23:00.599Z] [2019-12-02T18:23:00.599Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-12-02T18:23:00.838Z] #7 extracting sha256:844c33c7e6ea19e3f6847e0667befdfb3ef02d6fc735b22c2d070261b6263b97 4.2s done [2019-12-02T18:23:00.839Z] #7 extracting sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd [2019-12-02T18:23:00.841Z] 85cfe9d77eff: Pull complete [2019-12-02T18:23:00.576Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:23:00.642Z] > git config --add remote.origin.fetch +refs/pull/40180/head:refs/remotes/origin/PR-40180 # timeout=10 [2019-12-02T18:23:00.704Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-02T18:23:00.939Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 . [2019-12-02T18:23:00.939Z] #2 [internal] load .dockerignore [2019-12-02T18:23:00.939Z] #2 transferring context: 112B done [2019-12-02T18:23:00.939Z] #2 DONE 0.0s [2019-12-02T18:23:00.939Z] [2019-12-02T18:23:00.939Z] #1 [internal] load build definition from Dockerfile [2019-12-02T18:23:00.939Z] #1 transferring dockerfile: 15.33kB done [2019-12-02T18:23:00.939Z] #1 DONE 0.0s [2019-12-02T18:23:00.939Z] [2019-12-02T18:23:00.939Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-12-02T18:23:00.952Z] Fetching without tags [2019-12-02T18:23:00.975Z] Fetching without tags [2019-12-02T18:23:01.096Z] #7 extracting sha256:ada5d61ae65dc038b4ba788ae5124c2587d0ebe83d3534733677216547b65cbd 0.4s done [2019-12-02T18:23:01.096Z] #7 extracting sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 [2019-12-02T18:23:01.198Z] #3 DONE 0.1s [2019-12-02T18:23:01.198Z] [2019-12-02T18:23:01.198Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-12-02T18:23:01.198Z] #4 CACHED [2019-12-02T18:23:01.354Z] #7 extracting sha256:f8427fdf429235414d0ea4757fd45fd81f09fd2ba3106e13796a8250f0a04a23 0.2s done [2019-12-02T18:23:01.354Z] #7 extracting sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd [2019-12-02T18:23:01.460Z] [2019-12-02T18:23:01.460Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-02T18:23:01.460Z] #6 DONE 0.0s [2019-12-02T18:23:01.460Z] [2019-12-02T18:23:01.460Z] #5 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-02T18:23:01.460Z] #5 DONE 0.1s [2019-12-02T18:23:01.647Z] Merging remotes/origin/master commit 3152f9436292115c97b4d8bb18c66cf97876ee75 into PR head commit e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:23:01.724Z] [2019-12-02T18:23:01.724Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-02T18:23:01.724Z] #65 DONE 0.0s [2019-12-02T18:23:01.724Z] [2019-12-02T18:23:01.724Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:23:01.724Z] #7 DONE 0.0s [2019-12-02T18:23:01.724Z] [2019-12-02T18:23:01.724Z] #19 [internal] load build context [2019-12-02T18:23:01.801Z] Merging remotes/origin/master commit 3152f9436292115c97b4d8bb18c66cf97876ee75 into PR head commit e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:23:00.906Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:23:00.910Z] > git config --add remote.origin.fetch +refs/pull/40180/head:refs/remotes/origin/PR-40180 # timeout=10 [2019-12-02T18:23:00.914Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-12-02T18:23:00.948Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:23:00.983Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:23:00.983Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:23:00.984Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:23:01.653Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:23:01.657Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:23:02.392Z] #7 extracting sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 2.1s done [2019-12-02T18:23:02.649Z] #7 extracting sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 [2019-12-02T18:23:00.847Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-12-02T18:23:00.987Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-12-02T18:23:00.987Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-12-02T18:23:00.988Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40180/head:refs/remotes/origin/PR-40180 +refs/heads/master:refs/remotes/origin/master [2019-12-02T18:23:01.836Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:23:01.901Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:23:02.757Z] ace5139f9caa: Pull complete [2019-12-02T18:23:02.840Z] Merge succeeded, producing e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:23:02.841Z] Checking out Revision e6d514dbab5c4b6192bd41275eecfe68cfd257f6 (PR-40180) [2019-12-02T18:23:03.119Z] #19 transferring context: 45.90MB 1.3s done [2019-12-02T18:23:03.119Z] #19 DONE 1.5s [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-12-02T18:23:03.119Z] #67 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:23:03.119Z] #36 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-02T18:23:03.119Z] #15 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:23:03.119Z] #34 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-12-02T18:23:03.119Z] #23 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:23:03.119Z] #18 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-02T18:23:03.119Z] #25 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-02T18:23:03.119Z] #27 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-12-02T18:23:03.119Z] #13 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:23:03.119Z] #31 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-12-02T18:23:03.119Z] #37 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-12-02T18:23:03.119Z] #45 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-12-02T18:23:03.119Z] #51 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-12-02T18:23:03.119Z] #55 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-12-02T18:23:03.119Z] #64 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:23:03.119Z] #52 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-12-02T18:23:03.119Z] #43 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-12-02T18:23:03.119Z] #46 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:23:03.119Z] #28 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-12-02T18:23:03.119Z] #9 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:23:03.119Z] #17 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:23:03.119Z] #44 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-02T18:23:03.119Z] #30 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #16 [dev 6/24] RUN ldconfig [2019-12-02T18:23:03.119Z] #16 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-12-02T18:23:03.119Z] #58 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-12-02T18:23:03.119Z] #29 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:03.119Z] #59 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-02T18:23:03.119Z] #14 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:03.119Z] #22 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #11 [dev 1/24] RUN groupadd -r docker [2019-12-02T18:23:03.119Z] #11 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-12-02T18:23:03.119Z] #39 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-12-02T18:23:03.119Z] #53 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-12-02T18:23:03.119Z] #12 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-02T18:23:03.119Z] #21 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:23:03.119Z] #57 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:23:03.119Z] #20 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-12-02T18:23:03.119Z] #61 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-12-02T18:23:03.119Z] #35 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-02T18:23:03.119Z] #63 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-12-02T18:23:03.119Z] #42 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-12-02T18:23:03.119Z] #66 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:23:03.119Z] #38 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:23:03.119Z] #68 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:23:03.119Z] #33 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:23:03.119Z] #54 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:03.119Z] #10 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-12-02T18:23:03.119Z] #48 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-12-02T18:23:03.119Z] #8 CACHED [2019-12-02T18:23:03.119Z] [2019-12-02T18:23:03.119Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:23:03.120Z] #26 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-12-02T18:23:03.120Z] #69 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:03.120Z] #50 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:03.120Z] #47 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:23:03.120Z] #24 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-12-02T18:23:03.120Z] #49 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:23:03.120Z] #40 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-12-02T18:23:03.120Z] #60 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:23:03.120Z] #41 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:23:03.120Z] #56 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-12-02T18:23:03.120Z] #32 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:03.120Z] #62 CACHED [2019-12-02T18:23:03.120Z] [2019-12-02T18:23:03.120Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-12-02T18:23:03.120Z] #70 CACHED [2019-12-02T18:23:03.379Z] [2019-12-02T18:23:03.379Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-12-02T18:23:03.717Z] Commit message: "Add Dockerfile to .dockerignore" [2019-12-02T18:23:03.882Z] #7 extracting sha256:f025bafc4ab87c34cee7bfc43340fa7904dfe6d29a266537f2026cee3a76adfd 2.1s done [2019-12-02T18:23:03.882Z] #7 extracting sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 0.1s [2019-12-02T18:23:02.771Z] > git merge 3152f9436292115c97b4d8bb18c66cf97876ee75 # timeout=10 [2019-12-02T18:23:02.813Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-12-02T18:23:02.848Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:23:02.851Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-02T18:23:04.545Z] #7 extracting sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 1.8s done [2019-12-02T18:23:04.803Z] #7 extracting sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d [2019-12-02T18:23:04.927Z] + docker version [2019-12-02T18:23:04.927Z] Client: [2019-12-02T18:23:04.927Z] Version: 18.06.1-ce [2019-12-02T18:23:04.927Z] API version: 1.38 [2019-12-02T18:23:04.927Z] Go version: go1.10.3 [2019-12-02T18:23:04.927Z] Git commit: e68fc7a [2019-12-02T18:23:04.927Z] Built: Tue Aug 21 17:26:10 2018 [2019-12-02T18:23:04.927Z] OS/Arch: linux/ppc64le [2019-12-02T18:23:04.927Z] Experimental: false [2019-12-02T18:23:04.927Z] [2019-12-02T18:23:04.927Z] Server: [2019-12-02T18:23:04.927Z] Engine: [2019-12-02T18:23:04.927Z] Version: 18.06.1-ce [2019-12-02T18:23:04.927Z] API version: 1.38 (minimum version 1.12) [2019-12-02T18:23:04.927Z] Go version: go1.10.3 [2019-12-02T18:23:04.927Z] Git commit: e68fc7a [2019-12-02T18:23:04.927Z] Built: Tue Aug 21 17:24:20 2018 [2019-12-02T18:23:04.927Z] OS/Arch: linux/ppc64le [2019-12-02T18:23:04.927Z] Experimental: true [Pipeline] sh [2019-12-02T18:23:05.361Z] Merge succeeded, producing e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:23:05.363Z] Checking out Revision e6d514dbab5c4b6192bd41275eecfe68cfd257f6 (PR-40180) [2019-12-02T18:23:05.539Z] + docker info [2019-12-02T18:23:05.539Z] Containers: 0 [2019-12-02T18:23:05.539Z] Running: 0 [2019-12-02T18:23:05.539Z] Paused: 0 [2019-12-02T18:23:05.539Z] Stopped: 0 [2019-12-02T18:23:05.539Z] Images: 0 [2019-12-02T18:23:05.539Z] Server Version: 18.06.1-ce [2019-12-02T18:23:05.539Z] Storage Driver: overlay2 [2019-12-02T18:23:05.539Z] Backing Filesystem: extfs [2019-12-02T18:23:05.539Z] Supports d_type: true [2019-12-02T18:23:05.539Z] Native Overlay Diff: true [2019-12-02T18:23:05.539Z] Logging Driver: json-file [2019-12-02T18:23:05.539Z] Cgroup Driver: cgroupfs [2019-12-02T18:23:05.539Z] Plugins: [2019-12-02T18:23:05.539Z] Volume: local [2019-12-02T18:23:05.539Z] Network: bridge host ipvlan macvlan null overlay [2019-12-02T18:23:05.539Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-12-02T18:23:05.539Z] Swarm: inactive [2019-12-02T18:23:05.539Z] Runtimes: runc [2019-12-02T18:23:05.539Z] Default Runtime: runc [2019-12-02T18:23:05.539Z] Init Binary: docker-init [2019-12-02T18:23:05.539Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-12-02T18:23:05.539Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-12-02T18:23:05.539Z] init version: fec3683 [2019-12-02T18:23:05.539Z] Security Options: [2019-12-02T18:23:05.539Z] apparmor [2019-12-02T18:23:05.539Z] seccomp [2019-12-02T18:23:05.539Z] Profile: default [2019-12-02T18:23:05.539Z] Kernel Version: 4.4.0-139-generic [2019-12-02T18:23:05.539Z] Operating System: Ubuntu 16.04.3 LTS [2019-12-02T18:23:05.539Z] OSType: linux [2019-12-02T18:23:05.539Z] Architecture: ppc64le [2019-12-02T18:23:05.539Z] CPUs: 4 [2019-12-02T18:23:05.539Z] Total Memory: 7.972GiB [2019-12-02T18:23:05.539Z] Name: ppc64le-ubuntu-27 [2019-12-02T18:23:05.539Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-12-02T18:23:05.539Z] Docker Root Dir: /var/lib/docker [2019-12-02T18:23:05.539Z] Debug Mode (client): false [2019-12-02T18:23:05.539Z] Debug Mode (server): false [2019-12-02T18:23:05.539Z] Username: dockerbuildbot [2019-12-02T18:23:05.539Z] Registry: https://index.docker.io/v1/ [2019-12-02T18:23:05.539Z] Labels: [2019-12-02T18:23:05.539Z] Experimental: true [2019-12-02T18:23:05.539Z] Insecure Registries: [2019-12-02T18:23:05.539Z] 127.0.0.0/8 [2019-12-02T18:23:05.539Z] Live Restore Enabled: false [2019-12-02T18:23:05.539Z] [Pipeline] sh [2019-12-02T18:23:05.780Z] #7 extracting sha256:7305864a9b97cfbf3a3c84af6c9f78e999ebdd7c1ef10b99f8b61c4aedd147c3 1.8s done [2019-12-02T18:23:05.781Z] #7 extracting sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d [2019-12-02T18:23:06.117Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:23:06.117Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:23:06.118Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40180/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-12-02T18:23:06.118Z] + bash /home/docker/workspace/moby_PR-40180/check-config.sh [2019-12-02T18:23:06.118Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-12-02T18:23:06.118Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-12-02T18:23:06.118Z] [2019-12-02T18:23:06.118Z] Generally Necessary: [2019-12-02T18:23:06.118Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-12-02T18:23:06.118Z] - apparmor: enabled and tools installed [2019-12-02T18:23:06.118Z] - CONFIG_NAMESPACES: enabled [2019-12-02T18:23:06.118Z] - CONFIG_NET_NS: enabled [2019-12-02T18:23:06.118Z] - CONFIG_PID_NS: enabled [2019-12-02T18:23:06.118Z] - CONFIG_IPC_NS: enabled [2019-12-02T18:23:06.118Z] - CONFIG_UTS_NS: enabled [2019-12-02T18:23:06.118Z] - CONFIG_CGROUPS: enabled [2019-12-02T18:23:06.118Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-12-02T18:23:06.118Z] - CONFIG_CGROUP_DEVICE: enabled [2019-12-02T18:23:06.118Z] - CONFIG_CGROUP_FREEZER: enabled [2019-12-02T18:23:06.118Z] - CONFIG_CGROUP_SCHED: enabled [2019-12-02T18:23:06.118Z] - CONFIG_CPUSETS: enabled [2019-12-02T18:23:06.258Z] Commit message: "Add Dockerfile to .dockerignore" [2019-12-02T18:23:06.456Z] - CONFIG_MEMCG: enabled [2019-12-02T18:23:06.456Z] - CONFIG_KEYS: enabled [2019-12-02T18:23:06.456Z] - CONFIG_VETH: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_BRIDGE: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_NF_NAT: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-12-02T18:23:06.456Z] - CONFIG_POSIX_MQUEUE: enabled [2019-12-02T18:23:06.456Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-12-02T18:23:06.456Z] [2019-12-02T18:23:06.456Z] Optional Features: [2019-12-02T18:23:06.456Z] - CONFIG_USER_NS: enabled [2019-12-02T18:23:06.456Z] - CONFIG_SECCOMP: enabled [2019-12-02T18:23:06.456Z] - CONFIG_CGROUP_PIDS: enabled [2019-12-02T18:23:06.456Z] - CONFIG_MEMCG_SWAP: enabled [2019-12-02T18:23:06.456Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-12-02T18:23:06.456Z] (cgroup swap accounting is currently enabled) [2019-12-02T18:23:06.456Z] - CONFIG_MEMCG_KMEM: enabled [2019-12-02T18:23:06.456Z] - CONFIG_BLK_CGROUP: enabled [2019-12-02T18:23:06.456Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-12-02T18:23:06.456Z] - CONFIG_IOSCHED_CFQ: enabled [2019-12-02T18:23:06.456Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-12-02T18:23:06.456Z] - CONFIG_CGROUP_PERF: enabled [2019-12-02T18:23:06.456Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-12-02T18:23:06.456Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-12-02T18:23:06.456Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-12-02T18:23:06.456Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-12-02T18:23:06.456Z] - CONFIG_RT_GROUP_SCHED: missing [2019-12-02T18:23:06.456Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_IP_VS: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_IP_VS_NFCT: enabled [2019-12-02T18:23:06.456Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-12-02T18:23:06.456Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-12-02T18:23:06.456Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-12-02T18:23:06.456Z] - CONFIG_EXT4_FS: enabled [2019-12-02T18:23:05.088Z] > git merge 3152f9436292115c97b4d8bb18c66cf97876ee75 # timeout=10 [2019-12-02T18:23:05.241Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-12-02T18:23:05.399Z] > git config core.sparsecheckout # timeout=10 [2019-12-02T18:23:05.469Z] > git checkout -f e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:23:06.792Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-12-02T18:23:06.792Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-12-02T18:23:06.792Z] - Network Drivers: [2019-12-02T18:23:06.792Z] - "overlay": [2019-12-02T18:23:06.792Z] - CONFIG_VXLAN: enabled (as module) [2019-12-02T18:23:06.792Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-12-02T18:23:06.792Z] Optional (for encrypted networks): [2019-12-02T18:23:06.792Z] - CONFIG_CRYPTO: enabled [2019-12-02T18:23:06.792Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-12-02T18:23:06.792Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-12-02T18:23:06.792Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-12-02T18:23:06.793Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-12-02T18:23:06.793Z] - CONFIG_XFRM: enabled [2019-12-02T18:23:06.793Z] - CONFIG_XFRM_USER: enabled (as module) [2019-12-02T18:23:06.793Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-12-02T18:23:06.793Z] - CONFIG_INET_ESP: enabled (as module) [2019-12-02T18:23:06.793Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-12-02T18:23:06.793Z] - "ipvlan": [2019-12-02T18:23:06.793Z] - CONFIG_IPVLAN: enabled (as module) [2019-12-02T18:23:06.793Z] - "macvlan": [2019-12-02T18:23:06.793Z] - CONFIG_MACVLAN: enabled (as module) [2019-12-02T18:23:06.793Z] - CONFIG_DUMMY: enabled (as module) [2019-12-02T18:23:06.793Z] - "ftp,tftp client in container": [2019-12-02T18:23:06.793Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-12-02T18:23:06.793Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-12-02T18:23:06.793Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-12-02T18:23:06.793Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-12-02T18:23:06.793Z] - Storage Drivers: [2019-12-02T18:23:06.793Z] - "aufs": [2019-12-02T18:23:06.793Z] - CONFIG_AUFS_FS: enabled (as module) [2019-12-02T18:23:06.793Z] - "btrfs": [2019-12-02T18:23:06.793Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-12-02T18:23:06.793Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-12-02T18:23:06.793Z] - "devicemapper": [2019-12-02T18:23:06.793Z] - CONFIG_BLK_DEV_DM: enabled [2019-12-02T18:23:06.793Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-12-02T18:23:06.793Z] - "overlay": [2019-12-02T18:23:06.793Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-12-02T18:23:06.793Z] - "zfs": [2019-12-02T18:23:06.793Z] - /dev/zfs: missing [2019-12-02T18:23:06.793Z] - zfs command: missing [2019-12-02T18:23:06.793Z] - zpool command: missing [2019-12-02T18:23:06.793Z] [2019-12-02T18:23:06.793Z] Limits: [2019-12-02T18:23:06.793Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-12-02T18:23:06.793Z] [2019-12-02T18:23:06.793Z] + true [2019-12-02T18:23:06.846Z] e4d79466b81c: Pull complete [2019-12-02T18:23:06.846Z] b00baabad4ce: Pull complete [2019-12-02T18:23:06.846Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2019-12-02T18:23:06.846Z] Status: Downloaded newer image for golang:1.12.10-stretch [2019-12-02T18:23:06.846Z] ---> 687421176e14 [2019-12-02T18:23:06.846Z] Step 5/16 : ARG BUILDX_REPO [2019-12-02T18:23:06.846Z] ---> Running in 4e6462acaa3a [2019-12-02T18:23:06.846Z] Removing intermediate container 4e6462acaa3a [2019-12-02T18:23:06.846Z] ---> 2d5e1330a893 [2019-12-02T18:23:06.846Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2019-12-02T18:23:06.846Z] ---> Running in ae4043a2c533 [2019-12-02T18:23:06.846Z] Cloning into '/buildx'... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-12-02T18:23:07.436Z] + make bundles/buildx [2019-12-02T18:23:07.570Z] #71 DONE 3.7s [2019-12-02T18:23:07.570Z] [2019-12-02T18:23:07.570Z] #72 exporting to image [2019-12-02T18:23:07.570Z] #72 exporting layers [2019-12-02T18:23:07.773Z] make: command: Command not found [2019-12-02T18:23:07.773Z] make: command: Command not found [2019-12-02T18:23:07.773Z] mkdir bundles [2019-12-02T18:23:07.773Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2019-12-02T18:23:07.773Z] --build-arg BUILDX_COMMIT \ [2019-12-02T18:23:07.773Z] --build-arg BUILDX_REPO \ [2019-12-02T18:23:07.773Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2019-12-02T18:23:07.773Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2019-12-02T18:23:07.773Z] . [2019-12-02T18:23:07.773Z] /bin/sh: 4: go: not found [2019-12-02T18:23:07.773Z] /bin/sh: 5: go: not found [2019-12-02T18:23:08.107Z] + docker version [2019-12-02T18:23:08.107Z] Client: Docker Engine - Enterprise [2019-12-02T18:23:08.107Z] Version: 19.03.2 [2019-12-02T18:23:08.107Z] API version: 1.40 [2019-12-02T18:23:08.107Z] Go version: go1.12.8 [2019-12-02T18:23:08.107Z] Git commit: c92ab06ed9 [2019-12-02T18:23:08.107Z] Built: 09/03/2019 16:38:11 [2019-12-02T18:23:08.107Z] OS/Arch: windows/amd64 [2019-12-02T18:23:08.107Z] Experimental: false [2019-12-02T18:23:08.107Z] [2019-12-02T18:23:08.107Z] Server: Docker Engine - Enterprise [2019-12-02T18:23:08.107Z] Engine: [2019-12-02T18:23:08.107Z] Version: 19.03.2 [2019-12-02T18:23:08.107Z] API version: 1.40 (minimum version 1.24) [2019-12-02T18:23:08.107Z] Go version: go1.12.8 [2019-12-02T18:23:08.107Z] Git commit: c92ab06ed9 [2019-12-02T18:23:08.107Z] Built: 09/03/2019 16:35:47 [2019-12-02T18:23:08.107Z] OS/Arch: windows/amd64 [2019-12-02T18:23:08.107Z] Experimental: true [Pipeline] sh [2019-12-02T18:23:08.507Z] #72 exporting layers 1.5s done [2019-12-02T18:23:08.507Z] #72 writing image sha256:911fe43f24d52cc3bcb6c7a8e105496e0cdc2aa7bc7cbc2a080e5eb7a932ccb2 done [2019-12-02T18:23:08.507Z] #72 naming to docker.io/library/docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 done [2019-12-02T18:23:08.507Z] #72 DONE 1.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-12-02T18:23:08.983Z] #7 extracting sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 4.2s done [2019-12-02T18:23:09.066Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/test/unit [2019-12-02T18:23:09.161Z] + docker info [2019-12-02T18:23:09.512Z] Removing intermediate container ae4043a2c533 [2019-12-02T18:23:09.512Z] ---> 531511994343 [2019-12-02T18:23:09.512Z] Step 7/16 : WORKDIR /buildx [2019-12-02T18:23:09.512Z] ---> Running in cdbcb296c579 [2019-12-02T18:23:09.512Z] Removing intermediate container cdbcb296c579 [2019-12-02T18:23:09.512Z] ---> 9cde98d227b5 [2019-12-02T18:23:09.512Z] Step 8/16 : ARG BUILDX_COMMIT [2019-12-02T18:23:09.547Z] #7 extracting sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de [2019-12-02T18:23:09.809Z] #7 extracting sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de done [2019-12-02T18:23:09.878Z] ---> Running in 3a97215bb47a [2019-12-02T18:23:09.878Z] Removing intermediate container 3a97215bb47a [2019-12-02T18:23:09.878Z] ---> c9267c7af950 [2019-12-02T18:23:09.878Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2019-12-02T18:23:09.878Z] ---> Running in 0d021061ae4d [2019-12-02T18:23:09.962Z] #7 extracting sha256:a32a2bf81092c777c18a6dd2790cc6cc24d0adf656e86dcfc7b0d211b677769d 4.0s done [2019-12-02T18:23:09.962Z] #7 extracting sha256:1fc9235defd0ead228904fe45b34711583e8f4976506c5d63d0585b04566f4de done [2019-12-02T18:23:09.962Z] #7 DONE 14.9s [2019-12-02T18:23:09.962Z] [2019-12-02T18:23:09.962Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-12-02T18:23:10.674Z] From https://github.com/docker/buildx [2019-12-02T18:23:10.674Z] * [new tag] v0.3.1 -> build [2019-12-02T18:23:10.674Z] Switched to branch 'build' [2019-12-02T18:23:10.719Z] Client: [2019-12-02T18:23:10.719Z] Debug Mode: false [2019-12-02T18:23:10.719Z] Plugins: [2019-12-02T18:23:10.719Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-12-02T18:23:10.719Z] [2019-12-02T18:23:10.719Z] Server: [2019-12-02T18:23:10.719Z] Containers: 0 [2019-12-02T18:23:10.719Z] Running: 0 [2019-12-02T18:23:10.719Z] Paused: 0 [2019-12-02T18:23:10.719Z] Stopped: 0 [2019-12-02T18:23:10.719Z] Images: 0 [2019-12-02T18:23:10.719Z] Server Version: 19.03.2 [2019-12-02T18:23:10.719Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-12-02T18:23:10.719Z] Windows: [2019-12-02T18:23:10.719Z] LCOW: [2019-12-02T18:23:10.719Z] Logging Driver: json-file [2019-12-02T18:23:10.719Z] Plugins: [2019-12-02T18:23:10.719Z] Volume: local [2019-12-02T18:23:10.719Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-12-02T18:23:10.719Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-12-02T18:23:10.719Z] Swarm: inactive [2019-12-02T18:23:10.719Z] Default Isolation: process [2019-12-02T18:23:10.719Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-12-02T18:23:10.719Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.864) [2019-12-02T18:23:10.719Z] OSType: windows [2019-12-02T18:23:10.719Z] Architecture: x86_64 [2019-12-02T18:23:10.719Z] CPUs: 4 [2019-12-02T18:23:10.719Z] Total Memory: 32GiB [2019-12-02T18:23:10.719Z] Name: azwin-2-02a860 [2019-12-02T18:23:10.719Z] ID: QTTQ:M7RZ:2NA6:EI22:D2PD:ZI4W:RA6Q:C36T:AXPG:HG52:W2NW:AFCP [2019-12-02T18:23:10.719Z] Docker Root Dir: D:\docker [2019-12-02T18:23:10.719Z] Debug Mode: false [2019-12-02T18:23:10.719Z] Registry: https://index.docker.io/v1/ [2019-12-02T18:23:10.719Z] Labels: [2019-12-02T18:23:10.719Z] Experimental: true [2019-12-02T18:23:10.719Z] Insecure Registries: [2019-12-02T18:23:10.719Z] 10.0.0.4:5000 [2019-12-02T18:23:10.719Z] 127.0.0.0/8 [2019-12-02T18:23:10.719Z] Registry Mirrors: [2019-12-02T18:23:10.719Z] http://10.0.0.4:5000/ [2019-12-02T18:23:10.719Z] Live Restore Enabled: false [2019-12-02T18:23:10.719Z] [2019-12-02T18:23:10.861Z] Sending build context to Docker daemon 50.39MB [2019-12-02T18:23:10.861Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2019-12-02T18:23:10.861Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2019-12-02T18:23:10.861Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2019-12-02T18:23:10.861Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-12-02T18:23:11.453Z] Removing intermediate container 0d021061ae4d [2019-12-02T18:23:11.453Z] ---> 7307175a1f1e [2019-12-02T18:23:11.453Z] Step 10/16 : RUN go mod download [2019-12-02T18:23:11.453Z] ---> Running in 78a705f3c28c [2019-12-02T18:23:11.681Z] 1.12.10-stretch: Pulling from library/golang [2019-12-02T18:23:11.681Z] fb056072eab9: Pulling fs layer [2019-12-02T18:23:11.681Z] 6a33b1f9796f: Pulling fs layer [2019-12-02T18:23:11.681Z] 8f8f8962e456: Pulling fs layer [2019-12-02T18:23:11.681Z] 68adcc365214: Pulling fs layer [2019-12-02T18:23:11.681Z] 76d8adf27bdf: Pulling fs layer [2019-12-02T18:23:11.681Z] d66e58854927: Pulling fs layer [2019-12-02T18:23:11.681Z] 71497195576e: Pulling fs layer [2019-12-02T18:23:11.681Z] 68adcc365214: Waiting [2019-12-02T18:23:11.681Z] d66e58854927: Waiting [2019-12-02T18:23:11.681Z] 71497195576e: Waiting [2019-12-02T18:23:11.681Z] 76d8adf27bdf: Waiting [2019-12-02T18:23:11.708Z] #7 DONE 16.8s [2019-12-02T18:23:11.708Z] [2019-12-02T18:23:11.708Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-12-02T18:23:12.152Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-12-02T18:23:12.152Z] go: finding github.com/gogo/protobuf v1.2.1 [2019-12-02T18:23:12.152Z] go: finding github.com/hashicorp/hcl v1.0.0 [2019-12-02T18:23:12.152Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-12-02T18:23:12.152Z] go: finding github.com/imdario/mergo v0.3.7 [2019-12-02T18:23:12.152Z] go: finding github.com/json-iterator/go v1.1.6 [2019-12-02T18:23:12.152Z] go: finding github.com/pkg/errors v0.8.1 [2019-12-02T18:23:12.152Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-12-02T18:23:12.152Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-12-02T18:23:12.390Z] ? github.com/docker/docker/api [no test files] [2019-12-02T18:23:12.412Z] 8f8f8962e456: Verifying Checksum [2019-12-02T18:23:12.412Z] 8f8f8962e456: Download complete [2019-12-02T18:23:12.752Z] 6a33b1f9796f: Verifying Checksum [2019-12-02T18:23:12.752Z] 6a33b1f9796f: Download complete [2019-12-02T18:23:12.973Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-12-02T18:23:12.973Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-12-02T18:23:12.973Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-12-02T18:23:12.973Z] go: finding github.com/spf13/viper v1.3.2 [2019-12-02T18:23:12.973Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-12-02T18:23:12.973Z] go: finding github.com/davecgh/go-spew v1.1.1 [2019-12-02T18:23:13.381Z] go: finding gopkg.in/inf.v0 v0.9.1 [2019-12-02T18:23:13.381Z] go: finding github.com/theupdateframework/notary v0.6.1 [2019-12-02T18:23:13.794Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-12-02T18:23:13.794Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-12-02T18:23:14.142Z] #8 DONE 3.9s [2019-12-02T18:23:14.143Z] [2019-12-02T18:23:14.143Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-12-02T18:23:14.294Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-12-02T18:23:14.294Z] go: finding github.com/jinzhu/gorm v1.9.2 [2019-12-02T18:23:14.294Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-12-02T18:23:14.712Z] #9 DONE 0.9s [2019-12-02T18:23:14.969Z] [2019-12-02T18:23:14.969Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:23:14.969Z] #20 DONE 0.1s [2019-12-02T18:23:14.969Z] [2019-12-02T18:23:14.969Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-02T18:23:14.969Z] #30 DONE 0.1s [2019-12-02T18:23:14.969Z] [2019-12-02T18:23:14.969Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-02T18:23:14.969Z] #21 DONE 0.1s [2019-12-02T18:23:14.969Z] [2019-12-02T18:23:14.969Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-12-02T18:23:14.969Z] #46 DONE 0.1s [2019-12-02T18:23:14.969Z] [2019-12-02T18:23:14.969Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-12-02T18:23:14.969Z] #67 DONE 0.1s [2019-12-02T18:23:14.969Z] [2019-12-02T18:23:14.969Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-12-02T18:23:14.969Z] #49 DONE 0.1s [2019-12-02T18:23:14.969Z] [2019-12-02T18:23:14.969Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-12-02T18:23:14.969Z] #43 DONE 0.1s [2019-12-02T18:23:14.969Z] [2019-12-02T18:23:14.969Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-12-02T18:23:14.969Z] #61 DONE 0.2s [2019-12-02T18:23:14.969Z] [2019-12-02T18:23:14.969Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:23:15.055Z] fb056072eab9: Verifying Checksum [2019-12-02T18:23:15.055Z] fb056072eab9: Download complete [2019-12-02T18:23:15.315Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-12-02T18:23:15.315Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-12-02T18:23:15.723Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-12-02T18:23:16.134Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2019-12-02T18:23:16.134Z] go: finding github.com/pelletier/go-toml v1.2.0 [2019-12-02T18:23:16.134Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-12-02T18:23:16.255Z] 68adcc365214: Verifying Checksum [2019-12-02T18:23:16.255Z] 68adcc365214: Download complete [2019-12-02T18:23:16.566Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-12-02T18:23:16.598Z] 71497195576e: Verifying Checksum [2019-12-02T18:23:16.598Z] 71497195576e: Download complete [2019-12-02T18:23:16.937Z] 76d8adf27bdf: Verifying Checksum [2019-12-02T18:23:16.937Z] 76d8adf27bdf: Download complete [2019-12-02T18:23:16.981Z] go: finding github.com/spf13/cobra v0.0.3 [2019-12-02T18:23:16.981Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2019-12-02T18:23:17.391Z] go: finding github.com/sirupsen/logrus v1.4.0 [2019-12-02T18:23:17.391Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-12-02T18:23:17.391Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-12-02T18:23:17.794Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-12-02T18:23:17.794Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-12-02T18:23:18.204Z] go: finding github.com/hashicorp/go-version v1.1.0 [2019-12-02T18:23:18.254Z] #8 DONE 6.9s [2019-12-02T18:23:18.512Z] [2019-12-02T18:23:18.512Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-12-02T18:23:18.614Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-12-02T18:23:18.614Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-12-02T18:23:18.614Z] go: finding github.com/spf13/cast v1.3.0 [2019-12-02T18:23:19.023Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-12-02T18:23:19.024Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-12-02T18:23:19.441Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-12-02T18:23:19.446Z] #9 DONE 1.0s [2019-12-02T18:23:19.446Z] [2019-12-02T18:23:19.446Z] #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:23:19.446Z] #20 DONE 0.1s [2019-12-02T18:23:19.446Z] [2019-12-02T18:23:19.446Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:19.446Z] #10 ... [2019-12-02T18:23:19.446Z] [2019-12-02T18:23:19.446Z] #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-02T18:23:19.446Z] #30 DONE 0.1s [2019-12-02T18:23:19.446Z] [2019-12-02T18:23:19.446Z] #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-02T18:23:19.446Z] #21 DONE 0.1s [2019-12-02T18:23:19.704Z] [2019-12-02T18:23:19.704Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:19.951Z] fb056072eab9: Pull complete [2019-12-02T18:23:20.243Z] #31 ... [2019-12-02T18:23:20.243Z] [2019-12-02T18:23:20.243Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:20.243Z] #10 4.190 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:23:20.243Z] #10 4.278 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:23:20.243Z] #10 4.297 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:23:20.243Z] #10 4.308 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:23:20.243Z] #10 4.344 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:23:20.243Z] #10 5.152 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:23:20.291Z] 6a33b1f9796f: Pull complete [2019-12-02T18:23:20.615Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-12-02T18:23:20.615Z] go: finding github.com/docker/go-connections v0.4.0 [2019-12-02T18:23:20.615Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-12-02T18:23:20.629Z] 8f8f8962e456: Pull complete [2019-12-02T18:23:20.809Z] #10 ... [2019-12-02T18:23:20.809Z] [2019-12-02T18:23:20.809Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:23:20.809Z] #28 5.621 + mktemp -d [2019-12-02T18:23:20.809Z] #28 5.628 + export GOPATH=/tmp/tmp.61QXFvGExO [2019-12-02T18:23:20.809Z] #28 5.631 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.61QXFvGExO/src/github.com/go-swagger/go-swagger [2019-12-02T18:23:20.809Z] #28 5.633 Cloning into '/tmp/tmp.61QXFvGExO/src/github.com/go-swagger/go-swagger'... [2019-12-02T18:23:21.089Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-12-02T18:23:21.089Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2019-12-02T18:23:21.487Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-12-02T18:23:21.612Z] #22 1.744 + RM_GOPATH=0 [2019-12-02T18:23:21.612Z] #22 1.746 + TMP_GOPATH= [2019-12-02T18:23:21.612Z] #22 1.747 + : /build [2019-12-02T18:23:21.612Z] #22 1.747 + '[' -z '' ']' [2019-12-02T18:23:21.612Z] #22 1.747 ++ mktemp -d [2019-12-02T18:23:21.612Z] #22 1.748 + export GOPATH=/tmp/tmp.t8mlmpGYv8 [2019-12-02T18:23:21.613Z] #22 1.748 + GOPATH=/tmp/tmp.t8mlmpGYv8 [2019-12-02T18:23:21.613Z] #22 1.748 + RM_GOPATH=1 [2019-12-02T18:23:21.613Z] #22 1.748 ++ dirname ./install.sh [2019-12-02T18:23:21.613Z] #22 1.750 Install docker/cli version 17.06.2-ce from stable [2019-12-02T18:23:21.613Z] #22 1.750 + dir=. [2019-12-02T18:23:21.613Z] #22 1.750 + bin=dockercli [2019-12-02T18:23:21.613Z] #22 1.750 + shift [2019-12-02T18:23:21.613Z] #22 1.750 + '[' '!' -f ./dockercli.installer ']' [2019-12-02T18:23:21.613Z] #22 1.750 + . ./dockercli.installer [2019-12-02T18:23:21.613Z] #22 1.750 ++ : stable [2019-12-02T18:23:21.613Z] #22 1.750 ++ : 17.06.2-ce [2019-12-02T18:23:21.613Z] #22 1.750 + install_dockercli [2019-12-02T18:23:21.613Z] #22 1.750 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-12-02T18:23:21.613Z] #22 1.750 ++ uname -m [2019-12-02T18:23:21.613Z] #22 1.751 + arch=x86_64 [2019-12-02T18:23:21.613Z] #22 1.751 + '[' x86_64 '!=' x86_64 ']' [2019-12-02T18:23:21.613Z] #22 1.751 + url=https://download.docker.com/linux/static [2019-12-02T18:23:21.613Z] #22 1.751 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-12-02T18:23:21.613Z] #22 1.756 + tar -xz docker/docker [2019-12-02T18:23:21.744Z] #28 ... [2019-12-02T18:23:21.745Z] [2019-12-02T18:23:21.745Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:21.745Z] #10 6.756 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:23:21.886Z] go: finding github.com/stretchr/testify v1.2.2 [2019-12-02T18:23:22.316Z] #10 7.491 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:23:22.326Z] d66e58854927: Verifying Checksum [2019-12-02T18:23:22.326Z] d66e58854927: Download complete [2019-12-02T18:23:22.704Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-12-02T18:23:22.704Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-12-02T18:23:22.704Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-12-02T18:23:22.983Z] #22 3.585 + mkdir -p /build [2019-12-02T18:23:23.100Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-12-02T18:23:23.100Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-12-02T18:23:23.100Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-12-02T18:23:23.240Z] #22 3.587 + mv docker/docker /build/ [2019-12-02T18:23:23.240Z] #22 3.589 + rmdir docker [2019-12-02T18:23:23.488Z] go: finding github.com/lib/pq v1.0.0 [2019-12-02T18:23:23.497Z] #22 DONE 4.0s [2019-12-02T18:23:23.497Z] [2019-12-02T18:23:23.497Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:23.497Z] #10 2.708 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:23:23.497Z] #10 2.711 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:23:23.497Z] #10 2.738 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:23:23.497Z] #10 2.741 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:23:23.497Z] #10 2.753 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:23:23.497Z] #10 3.010 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:23:23.497Z] #10 3.487 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:23:23.497Z] #10 3.786 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:23:23.889Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-12-02T18:23:23.889Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-12-02T18:23:24.084Z] 68adcc365214: Pull complete [2019-12-02T18:23:24.293Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-12-02T18:23:24.293Z] go: finding github.com/stretchr/objx v0.1.1 [2019-12-02T18:23:24.617Z] ok github.com/docker/docker/api/server 0.035s coverage: 9.0% of statements [2019-12-02T18:23:24.692Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2019-12-02T18:23:24.693Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-12-02T18:23:24.845Z] #10 ... [2019-12-02T18:23:24.845Z] [2019-12-02T18:23:24.845Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:23:24.845Z] #56 8.027 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:23:24.845Z] #56 8.029 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:23:24.845Z] #56 8.084 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:23:24.845Z] #56 8.099 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:23:24.845Z] #56 8.164 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:23:24.845Z] #56 8.973 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:23:25.101Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-12-02T18:23:25.104Z] #56 ... [2019-12-02T18:23:25.104Z] [2019-12-02T18:23:25.104Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:23:25.104Z] #33 7.578 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:23:25.104Z] #33 7.580 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:23:25.104Z] #33 7.657 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:23:25.104Z] #33 7.668 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:23:25.104Z] #33 7.714 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:23:25.104Z] #33 8.623 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:23:25.362Z] #33 ... [2019-12-02T18:23:25.362Z] [2019-12-02T18:23:25.362Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:25.362Z] #62 6.520 + RM_GOPATH=0 [2019-12-02T18:23:25.362Z] #62 6.520 + TMP_GOPATH= [2019-12-02T18:23:25.362Z] #62 6.520 + : /build/ [2019-12-02T18:23:25.362Z] #62 6.520 + '[' -z '' ']' [2019-12-02T18:23:25.362Z] #62 6.525 ++ mktemp -d [2019-12-02T18:23:25.362Z] #62 6.527 + export GOPATH=/tmp/tmp.PP5fRwl4AF [2019-12-02T18:23:25.362Z] #62 6.527 + GOPATH=/tmp/tmp.PP5fRwl4AF [2019-12-02T18:23:25.362Z] #62 6.527 + RM_GOPATH=1 [2019-12-02T18:23:25.362Z] #62 6.527 ++ dirname ./install.sh [2019-12-02T18:23:25.362Z] #62 6.527 + dir=. [2019-12-02T18:23:25.362Z] #62 6.527 + bin=rootlesskit [2019-12-02T18:23:25.362Z] #62 6.527 + shift [2019-12-02T18:23:25.362Z] #62 6.527 + '[' '!' -f ./rootlesskit.installer ']' [2019-12-02T18:23:25.362Z] #62 6.527 + . ./rootlesskit.installer [2019-12-02T18:23:25.362Z] #62 6.527 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:23:25.362Z] #62 6.527 + install_rootlesskit [2019-12-02T18:23:25.362Z] #62 6.527 + case "$1" in [2019-12-02T18:23:25.362Z] #62 6.527 + export CGO_ENABLED=0 [2019-12-02T18:23:25.362Z] #62 6.527 + CGO_ENABLED=0 [2019-12-02T18:23:25.362Z] #62 6.527 + _install_rootlesskit [2019-12-02T18:23:25.362Z] #62 6.527 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-12-02T18:23:25.362Z] #62 6.527 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:23:25.362Z] #62 6.528 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.PP5fRwl4AF/src/github.com/rootless-containers/rootlesskit [2019-12-02T18:23:25.362Z] #62 6.529 Cloning into '/tmp/tmp.PP5fRwl4AF/src/github.com/rootless-containers/rootlesskit'... [2019-12-02T18:23:25.362Z] #62 ... [2019-12-02T18:23:25.362Z] [2019-12-02T18:23:25.362Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:23:25.362Z] #38 3.875 + mktemp -d [2019-12-02T18:23:25.362Z] #38 3.875 + export GOPATH=/tmp/tmp.h1kLLDf1Tk [2019-12-02T18:23:25.362Z] #38 3.875 + git clone https://github.com/docker/distribution.git /tmp/tmp.h1kLLDf1Tk/src/github.com/docker/distribution [2019-12-02T18:23:25.362Z] #38 3.875 Cloning into '/tmp/tmp.h1kLLDf1Tk/src/github.com/docker/distribution'... [2019-12-02T18:23:25.362Z] #38 ... [2019-12-02T18:23:25.362Z] [2019-12-02T18:23:25.362Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:23:25.362Z] #24 8.506 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:23:25.362Z] #24 8.508 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:23:25.362Z] #24 8.568 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:23:25.362Z] #24 8.573 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:23:25.362Z] #24 8.618 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:23:25.362Z] #24 9.506 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:23:25.599Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-12-02T18:23:25.620Z] #24 ... [2019-12-02T18:23:25.620Z] [2019-12-02T18:23:25.620Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:23:25.620Z] #44 7.075 + RM_GOPATH=0 [2019-12-02T18:23:25.620Z] #44 7.075 + TMP_GOPATH= [2019-12-02T18:23:25.620Z] #44 7.075 + : /build [2019-12-02T18:23:25.620Z] #44 7.075 + '[' -z '' ']' [2019-12-02T18:23:25.620Z] #44 7.075 ++ mktemp -d [2019-12-02T18:23:25.620Z] #44 7.081 + export GOPATH=/tmp/tmp.iILAvPzqmz [2019-12-02T18:23:25.620Z] #44 7.082 + GOPATH=/tmp/tmp.iILAvPzqmz [2019-12-02T18:23:25.620Z] #44 7.082 + RM_GOPATH=1 [2019-12-02T18:23:25.620Z] #44 7.084 ++ dirname ./install.sh [2019-12-02T18:23:25.620Z] #44 7.089 + dir=. [2019-12-02T18:23:25.620Z] #44 7.090 + bin=vndr [2019-12-02T18:23:25.620Z] #44 7.090 + shift [2019-12-02T18:23:25.620Z] #44 7.090 + '[' '!' -f ./vndr.installer ']' [2019-12-02T18:23:25.620Z] #44 7.090 + . ./vndr.installer [2019-12-02T18:23:25.620Z] #44 7.091 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:23:25.620Z] #44 7.095 + install_vndr [2019-12-02T18:23:25.620Z] #44 7.095 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-12-02T18:23:25.620Z] #44 7.095 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:23:25.620Z] #44 7.095 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.iILAvPzqmz/src/github.com/LK4D4/vndr [2019-12-02T18:23:25.620Z] #44 7.097 Cloning into '/tmp/tmp.iILAvPzqmz/src/github.com/LK4D4/vndr'... [2019-12-02T18:23:25.620Z] #44 8.173 + cd /tmp/tmp.iILAvPzqmz/src/github.com/LK4D4/vndr [2019-12-02T18:23:25.620Z] #44 8.177 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:23:25.620Z] #44 8.184 + go build -buildmode=pie -v -o /build/vndr . [2019-12-02T18:23:25.620Z] #44 9.614 internal/cpu [2019-12-02T18:23:25.620Z] #44 9.655 runtime/internal/math [2019-12-02T18:23:25.620Z] #44 9.782 internal/race [2019-12-02T18:23:25.620Z] #44 9.910 sync/atomic [2019-12-02T18:23:25.620Z] #44 10.15 unicode [2019-12-02T18:23:25.620Z] #44 10.34 runtime [2019-12-02T18:23:25.879Z] #44 ... [2019-12-02T18:23:25.879Z] [2019-12-02T18:23:25.879Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:25.879Z] #22 6.419 + RM_GOPATH=0 [2019-12-02T18:23:25.879Z] #22 6.419 + TMP_GOPATH= [2019-12-02T18:23:25.879Z] #22 6.419 + : /build [2019-12-02T18:23:25.879Z] #22 6.419 + '[' -z '' ']' [2019-12-02T18:23:25.879Z] #22 6.420 ++ mktemp -d [2019-12-02T18:23:25.879Z] #22 6.422 + export GOPATH=/tmp/tmp.mrwj0FPEMi [2019-12-02T18:23:25.879Z] #22 6.422 + GOPATH=/tmp/tmp.mrwj0FPEMi [2019-12-02T18:23:25.879Z] #22 6.422 + RM_GOPATH=1 [2019-12-02T18:23:25.879Z] #22 6.423 ++ dirname ./install.sh [2019-12-02T18:23:25.879Z] #22 6.427 + dir=. [2019-12-02T18:23:25.879Z] #22 6.427 + bin=dockercli [2019-12-02T18:23:25.879Z] #22 6.427 + shift [2019-12-02T18:23:25.879Z] #22 6.427 + '[' '!' -f ./dockercli.installer ']' [2019-12-02T18:23:25.879Z] #22 6.427 + . ./dockercli.installer [2019-12-02T18:23:25.879Z] #22 6.428 ++ : stable [2019-12-02T18:23:25.879Z] #22 6.428 ++ : 17.06.2-ce [2019-12-02T18:23:25.879Z] #22 6.428 + install_dockercli [2019-12-02T18:23:25.879Z] #22 6.432 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-12-02T18:23:25.879Z] #22 6.432 Install docker/cli version 17.06.2-ce from stable [2019-12-02T18:23:25.879Z] #22 6.435 ++ uname -m [2019-12-02T18:23:25.879Z] #22 6.442 + arch=x86_64 [2019-12-02T18:23:25.879Z] #22 6.442 + '[' x86_64 '!=' x86_64 ']' [2019-12-02T18:23:25.879Z] #22 6.442 + url=https://download.docker.com/linux/static [2019-12-02T18:23:25.879Z] #22 6.443 + tar -xz docker/docker [2019-12-02T18:23:25.879Z] #22 6.448 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-12-02T18:23:25.879Z] #22 ... [2019-12-02T18:23:25.879Z] [2019-12-02T18:23:25.879Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:25.879Z] #47 6.448 + RM_GOPATH=0 [2019-12-02T18:23:25.879Z] #47 6.449 + TMP_GOPATH= [2019-12-02T18:23:25.879Z] #47 6.449 + : /build [2019-12-02T18:23:25.879Z] #47 6.449 + '[' -z '' ']' [2019-12-02T18:23:25.879Z] #47 6.453 ++ mktemp -d [2019-12-02T18:23:25.879Z] #47 6.455 + export GOPATH=/tmp/tmp.R47ixk8Y3y [2019-12-02T18:23:25.879Z] #47 6.461 + GOPATH=/tmp/tmp.R47ixk8Y3y [2019-12-02T18:23:25.879Z] #47 6.461 + RM_GOPATH=1 [2019-12-02T18:23:25.879Z] #47 6.462 ++ dirname ./install.sh [2019-12-02T18:23:25.879Z] #47 6.463 + dir=. [2019-12-02T18:23:25.879Z] #47 6.463 + bin=gotestsum [2019-12-02T18:23:25.879Z] #47 6.463 + shift [2019-12-02T18:23:25.879Z] #47 6.463 + '[' '!' -f ./gotestsum.installer ']' [2019-12-02T18:23:25.879Z] #47 6.463 + . ./gotestsum.installer [2019-12-02T18:23:25.879Z] #47 6.465 ++ : v0.3.5 [2019-12-02T18:23:25.879Z] #47 6.467 + install_gotestsum [2019-12-02T18:23:25.879Z] #47 6.467 + echo 'Installing gotestsum version v0.3.5' [2019-12-02T18:23:25.879Z] #47 6.467 Installing gotestsum version v0.3.5 [2019-12-02T18:23:25.879Z] #47 6.467 + go get -d gotest.tools/gotestsum [2019-12-02T18:23:26.022Z] #10 6.862 Fetched 7927 kB in 5s (1540 kB/s) [2019-12-02T18:23:26.127Z] go: finding github.com/kisielk/errcheck v1.1.0 [2019-12-02T18:23:26.127Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-12-02T18:23:26.127Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-12-02T18:23:26.127Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-12-02T18:23:26.137Z] #47 ... [2019-12-02T18:23:26.137Z] [2019-12-02T18:23:26.137Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:23:26.137Z] #40 5.340 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:23:26.137Z] #40 5.342 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:23:26.137Z] #40 5.353 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:23:26.137Z] #40 5.376 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:23:26.137Z] #40 5.398 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:23:26.137Z] #40 6.220 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:23:26.137Z] #40 7.765 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:23:26.137Z] #40 8.659 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:23:26.137Z] #40 ... [2019-12-02T18:23:26.137Z] [2019-12-02T18:23:26.137Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:23:26.137Z] #68 7.190 + RM_GOPATH=0 [2019-12-02T18:23:26.137Z] #68 7.190 + TMP_GOPATH= [2019-12-02T18:23:26.137Z] #68 7.190 + : /build [2019-12-02T18:23:26.137Z] #68 7.191 + '[' -z '' ']' [2019-12-02T18:23:26.137Z] #68 7.194 ++ mktemp -d [2019-12-02T18:23:26.137Z] #68 7.201 + export GOPATH=/tmp/tmp.lFPT8pNwZC [2019-12-02T18:23:26.137Z] #68 7.212 + GOPATH=/tmp/tmp.lFPT8pNwZC [2019-12-02T18:23:26.137Z] #68 7.212 + RM_GOPATH=1 [2019-12-02T18:23:26.137Z] #68 7.213 ++ dirname ./install.sh [2019-12-02T18:23:26.137Z] #68 7.220 + dir=. [2019-12-02T18:23:26.137Z] #68 7.224 + bin=proxy [2019-12-02T18:23:26.137Z] #68 7.224 + shift [2019-12-02T18:23:26.137Z] #68 7.225 + '[' '!' -f ./proxy.installer ']' [2019-12-02T18:23:26.137Z] #68 7.225 + . ./proxy.installer [2019-12-02T18:23:26.137Z] #68 7.225 ++ : 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:23:26.137Z] #68 7.226 + install_proxy [2019-12-02T18:23:26.137Z] #68 7.226 + case "$1" in [2019-12-02T18:23:26.137Z] #68 7.226 + export CGO_ENABLED=0 [2019-12-02T18:23:26.137Z] #68 7.226 + CGO_ENABLED=0 [2019-12-02T18:23:26.137Z] #68 7.226 + _install_proxy [2019-12-02T18:23:26.137Z] #68 7.227 + echo 'Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377' [2019-12-02T18:23:26.137Z] #68 7.227 Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:23:26.137Z] #68 7.227 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.lFPT8pNwZC/src/github.com/docker/libnetwork [2019-12-02T18:23:26.137Z] #68 7.229 Cloning into '/tmp/tmp.lFPT8pNwZC/src/github.com/docker/libnetwork'... [2019-12-02T18:23:26.424Z] #68 ... [2019-12-02T18:23:26.424Z] [2019-12-02T18:23:26.424Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:26.424Z] #50 6.865 + RM_GOPATH=0 [2019-12-02T18:23:26.424Z] #50 6.865 + TMP_GOPATH= [2019-12-02T18:23:26.424Z] #50 6.865 + : /build [2019-12-02T18:23:26.424Z] #50 6.866 + '[' -z '' ']' [2019-12-02T18:23:26.424Z] #50 6.876 ++ mktemp -d [2019-12-02T18:23:26.424Z] #50 6.877 + export GOPATH=/tmp/tmp.bKtYIHG5HP [2019-12-02T18:23:26.424Z] #50 6.877 + GOPATH=/tmp/tmp.bKtYIHG5HP [2019-12-02T18:23:26.424Z] #50 6.877 + RM_GOPATH=1 [2019-12-02T18:23:26.424Z] #50 6.877 ++ dirname ./install.sh [2019-12-02T18:23:26.424Z] #50 6.878 + dir=. [2019-12-02T18:23:26.424Z] #50 6.879 + bin=golangci_lint [2019-12-02T18:23:26.424Z] #50 6.879 + shift [2019-12-02T18:23:26.424Z] #50 6.879 + '[' '!' -f ./golangci_lint.installer ']' [2019-12-02T18:23:26.424Z] #50 6.879 + . ./golangci_lint.installer [2019-12-02T18:23:26.424Z] #50 6.880 ++ : v1.20.0 [2019-12-02T18:23:26.424Z] #50 6.880 + install_golangci_lint [2019-12-02T18:23:26.424Z] #50 6.880 + echo 'Installing golangci-lint version v1.20.0' [2019-12-02T18:23:26.424Z] #50 6.880 Installing golangci-lint version v1.20.0 [2019-12-02T18:23:26.424Z] #50 6.881 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-02T18:23:26.424Z] #50 ... [2019-12-02T18:23:26.424Z] [2019-12-02T18:23:26.424Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:23:26.424Z] #31 6.958 + RM_GOPATH=0 [2019-12-02T18:23:26.424Z] #31 6.958 + TMP_GOPATH= [2019-12-02T18:23:26.424Z] #31 6.958 + : /build [2019-12-02T18:23:26.424Z] #31 6.960 + '[' -z '' ']' [2019-12-02T18:23:26.424Z] #31 6.965 ++ mktemp -d [2019-12-02T18:23:26.424Z] #31 6.966 + export GOPATH=/tmp/tmp.L4pOjHEIMO [2019-12-02T18:23:26.424Z] #31 6.966 + GOPATH=/tmp/tmp.L4pOjHEIMO [2019-12-02T18:23:26.424Z] #31 6.966 + RM_GOPATH=1 [2019-12-02T18:23:26.424Z] #31 6.966 ++ dirname ./install.sh [2019-12-02T18:23:26.424Z] #31 6.967 + dir=. [2019-12-02T18:23:26.424Z] #31 6.972 + bin=tomlv [2019-12-02T18:23:26.424Z] #31 6.973 + shift [2019-12-02T18:23:26.424Z] #31 6.973 + '[' '!' -f ./tomlv.installer ']' [2019-12-02T18:23:26.424Z] #31 6.975 + . ./tomlv.installer [2019-12-02T18:23:26.424Z] #31 6.976 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:23:26.424Z] #31 6.980 + install_tomlv [2019-12-02T18:23:26.424Z] #31 6.982 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-12-02T18:23:26.424Z] #31 6.982 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:23:26.424Z] #31 6.983 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.L4pOjHEIMO/src/github.com/BurntSushi/toml [2019-12-02T18:23:26.424Z] #31 6.996 Cloning into '/tmp/tmp.L4pOjHEIMO/src/github.com/BurntSushi/toml'... [2019-12-02T18:23:26.424Z] #31 8.205 + cd /tmp/tmp.L4pOjHEIMO/src/github.com/BurntSushi/toml [2019-12-02T18:23:26.424Z] #31 8.205 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:23:26.424Z] #31 8.229 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-12-02T18:23:26.424Z] #31 9.096 internal/cpu [2019-12-02T18:23:26.424Z] #31 9.128 runtime/internal/atomic [2019-12-02T18:23:26.424Z] #31 9.383 runtime/internal/sys [2019-12-02T18:23:26.424Z] #31 9.536 runtime/internal/math [2019-12-02T18:23:26.424Z] #31 9.640 internal/bytealg [2019-12-02T18:23:26.424Z] #31 9.661 math/bits [2019-12-02T18:23:26.424Z] #31 10.10 math [2019-12-02T18:23:26.424Z] #31 10.45 runtime [2019-12-02T18:23:26.565Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-12-02T18:23:27.018Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-12-02T18:23:27.092Z] 76d8adf27bdf: Pull complete [2019-12-02T18:23:27.440Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-12-02T18:23:27.440Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-12-02T18:23:27.856Z] go: finding github.com/prometheus/client_golang v0.8.0 [2019-12-02T18:23:27.856Z] go: finding github.com/spf13/pflag v1.0.3 [2019-12-02T18:23:27.856Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-12-02T18:23:27.917Z] #10 6.862 Reading package lists... [2019-12-02T18:23:28.269Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-12-02T18:23:28.664Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-12-02T18:23:28.664Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-12-02T18:23:28.848Z] #10 8.319 Reading package lists... [2019-12-02T18:23:29.060Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-12-02T18:23:29.060Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-12-02T18:23:29.060Z] go: finding github.com/coreos/go-semver v0.2.0 [2019-12-02T18:23:29.106Z] #10 9.779 Building dependency tree... [2019-12-02T18:23:29.301Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-12-02T18:23:29.301Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-d494b84f\powershellScript.ps1'; exit $LASTEXITCODE; [2019-12-02T18:23:29.301Z] ---------------------------------------------------------------------------- [2019-12-02T18:23:29.301Z] [2019-12-02T18:23:29.301Z] INFO: executeCI.ps1 starting at Mon Dec 2 18:23:27 CUT 2019 [2019-12-02T18:23:29.301Z] [2019-12-02T18:23:29.301Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-12-02T18:23:29.301Z] INFO: Running git version 2.24.0.windows.1 [2019-12-02T18:23:29.301Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-12-02T18:23:29.301Z] INFO: Environment variables: [2019-12-02T18:23:29.301Z] [2019-12-02T18:23:29.301Z] Name Value [2019-12-02T18:23:29.301Z] ---- ----- [2019-12-02T18:23:29.301Z] ALLUSERSPROFILE C:\ProgramData [2019-12-02T18:23:29.301Z] amd64 true [2019-12-02T18:23:29.301Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-12-02T18:23:29.301Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-12-02T18:23:29.301Z] arm64 true [2019-12-02T18:23:29.301Z] BRANCH_NAME PR-40180 [2019-12-02T18:23:29.301Z] BUILD_DISPLAY_NAME #5 [2019-12-02T18:23:29.301Z] BUILD_ID 5 [2019-12-02T18:23:29.301Z] BUILD_NUMBER 5 [2019-12-02T18:23:29.301Z] BUILD_TAG jenkins-moby-PR-40180-5 [2019-12-02T18:23:29.301Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40180/5/ [2019-12-02T18:23:29.301Z] CHANGE_AUTHOR cpuguy83 [2019-12-02T18:23:29.301Z] CHANGE_AUTHOR_DISPLAY_NAME Brian Goff [2019-12-02T18:23:29.301Z] CHANGE_AUTHOR_EMAIL cpuguy83@gmail.com [2019-12-02T18:23:29.301Z] CHANGE_BRANCH no_more_dev_tools [2019-12-02T18:23:29.301Z] CHANGE_FORK cpuguy83 [2019-12-02T18:23:29.301Z] CHANGE_ID 40180 [2019-12-02T18:23:29.301Z] CHANGE_TARGET master [2019-12-02T18:23:29.301Z] CHANGE_TITLE Build binaries with minimal deps [2019-12-02T18:23:29.301Z] CHANGE_URL https://github.com/moby/moby/pull/40180 [2019-12-02T18:23:29.301Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-12-02T18:23:29.301Z] CommonProgramFiles C:\Program Files\Common Files [2019-12-02T18:23:29.301Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-12-02T18:23:29.301Z] CommonProgramW6432 C:\Program Files\Common Files [2019-12-02T18:23:29.301Z] COMPUTERNAME azwin-2-02a860 [2019-12-02T18:23:29.301Z] ComSpec C:\windows\system32\cmd.exe [2019-12-02T18:23:29.301Z] ConfigSequenceNumber 0 [2019-12-02T18:23:29.301Z] dco true [2019-12-02T18:23:29.301Z] DOCKER_BUILDKIT 0 [2019-12-02T18:23:29.301Z] DOCKER_DUT_DEBUG 1 [2019-12-02T18:23:29.301Z] DOCKER_EXPERIMENTAL 1 [2019-12-02T18:23:29.301Z] DOCKER_GRAPHDRIVER overlay2 [2019-12-02T18:23:29.301Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-12-02T18:23:29.301Z] EXECUTOR_NUMBER 0 [2019-12-02T18:23:29.301Z] FQDN azwin-2-02a860.westus.cloudapp.azure.com [2019-12-02T18:23:29.301Z] GIT_BRANCH PR-40180 [2019-12-02T18:23:29.301Z] GIT_COMMIT e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:23:29.301Z] GIT_PREVIOUS_COMMIT 1499b27e82771c3ed6d8320fb06f4b5531c809e9 [2019-12-02T18:23:29.301Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 1499b27e82771c3ed6d8320fb06f4b5531c809e9 [2019-12-02T18:23:29.301Z] GIT_URL https://github.com/moby/moby.git [2019-12-02T18:23:29.301Z] HUDSON_COOKIE e8de6e82-3557-47e0-a6f8-ecf8fffa1a9c [2019-12-02T18:23:29.301Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-12-02T18:23:29.301Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-12-02T18:23:29.302Z] HUDSON_URL https://ci.docker.com/public/ [2019-12-02T18:23:29.302Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.232-1.b09.ojdkbuild.windows.x86_64 [2019-12-02T18:23:29.302Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-12-02T18:23:29.302Z] JENKINS_NODE_COOKIE 2ff28678-51aa-4138-91e6-bddd226ad2ce [2019-12-02T18:23:29.302Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-12-02T18:23:29.302Z] JENKINS_URL https://ci.docker.com/public/ [2019-12-02T18:23:29.302Z] JOB_BASE_NAME PR-40180 [2019-12-02T18:23:29.302Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40180/display/redirect [2019-12-02T18:23:29.302Z] JOB_NAME moby/PR-40180 [2019-12-02T18:23:29.302Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40180/ [2019-12-02T18:23:29.302Z] library.jps.version master [2019-12-02T18:23:29.302Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-12-02T18:23:29.302Z] NODE_LABELS amd64 azure azwin-2-02a860 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-12-02T18:23:29.302Z] NODE_NAME azwin-2-02a860 [2019-12-02T18:23:29.302Z] NUMBER_OF_PROCESSORS 4 [2019-12-02T18:23:29.302Z] OS Windows_NT [2019-12-02T18:23:29.302Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-12-02T18:23:29.302Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-12-02T18:23:29.302Z] ppc64le true [2019-12-02T18:23:29.302Z] PROCESSOR_ARCHITECTURE AMD64 [2019-12-02T18:23:29.302Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-12-02T18:23:29.302Z] PROCESSOR_LEVEL 6 [2019-12-02T18:23:29.302Z] PROCESSOR_REVISION 4f01 [2019-12-02T18:23:29.302Z] ProgramData C:\ProgramData [2019-12-02T18:23:29.302Z] ProgramFiles C:\Program Files [2019-12-02T18:23:29.302Z] ProgramFiles(x86) C:\Program Files (x86) [2019-12-02T18:23:29.302Z] ProgramW6432 C:\Program Files [2019-12-02T18:23:29.302Z] PROMPT $P$G [2019-12-02T18:23:29.302Z] PSExecutionPolicyPreference Bypass [2019-12-02T18:23:29.302Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-12-02T18:23:29.302Z] PUBLIC C:\Users\Public [2019-12-02T18:23:29.302Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40180/5/display/redirect?page=changes [2019-12-02T18:23:29.302Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40180/5/display/redirect [2019-12-02T18:23:29.302Z] s390x true [2019-12-02T18:23:29.302Z] SKIP_VALIDATION_TESTS 1 [2019-12-02T18:23:29.302Z] SOURCES_DRIVE d [2019-12-02T18:23:29.302Z] SOURCES_SUBDIR gopath [2019-12-02T18:23:29.302Z] STAGE_NAME Run tests [2019-12-02T18:23:29.302Z] SystemDrive C: [2019-12-02T18:23:29.302Z] SystemRoot C:\windows [2019-12-02T18:23:29.302Z] TEMP C:\windows\TEMP [2019-12-02T18:23:29.302Z] TESTDEBUG 0 [2019-12-02T18:23:29.302Z] TESTRUN_DRIVE d [2019-12-02T18:23:29.302Z] TESTRUN_SUBDIR CI [2019-12-02T18:23:29.302Z] TIMEOUT 120m [2019-12-02T18:23:29.302Z] TMP C:\windows\TEMP [2019-12-02T18:23:29.302Z] unit_validate true [2019-12-02T18:23:29.302Z] USERDOMAIN WORKGROUP [2019-12-02T18:23:29.302Z] USERNAME azwin-2-02a860$ [2019-12-02T18:23:29.302Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-12-02T18:23:29.302Z] windir C:\windows [2019-12-02T18:23:29.302Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-12-02T18:23:29.302Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-12-02T18:23:29.302Z] windowsRS1 false [2019-12-02T18:23:29.302Z] windowsRS5 true [2019-12-02T18:23:29.302Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-12-02T18:23:29.302Z] [2019-12-02T18:23:29.302Z] [2019-12-02T18:23:29.302Z] [2019-12-02T18:23:29.302Z] INFO: Sources under d:\gopath\... [2019-12-02T18:23:29.302Z] INFO: Test run under d:\CI\... [2019-12-02T18:23:29.302Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-12-02T18:23:29.302Z] INFO: docker/docker repository was found [2019-12-02T18:23:29.302Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2019-12-02T18:23:29.302Z] ltsc2019: Pulling from windows/servercore [2019-12-02T18:23:29.302Z] 65014b3c3121: Pulling fs layer [2019-12-02T18:23:29.302Z] e96b0897c5d1: Pulling fs layer [2019-12-02T18:23:29.363Z] #10 10.09 The following additional packages will be installed: [2019-12-02T18:23:29.363Z] #10 10.09 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dmsetup [2019-12-02T18:23:29.363Z] #10 ... [2019-12-02T18:23:29.363Z] [2019-12-02T18:23:29.363Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:23:29.363Z] #33 2.486 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:23:29.363Z] #33 2.488 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:23:29.363Z] #33 2.506 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:23:29.363Z] #33 2.508 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:23:29.363Z] #33 2.514 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:23:29.363Z] #33 2.642 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:23:29.363Z] #33 3.047 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:23:29.363Z] #33 3.360 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:23:29.363Z] #33 6.422 Fetched 7927 kB in 5s (1566 kB/s) [2019-12-02T18:23:29.363Z] #33 6.422 Reading package lists... [2019-12-02T18:23:29.363Z] #33 7.833 Reading package lists... [2019-12-02T18:23:29.363Z] #33 9.161 Building dependency tree... [2019-12-02T18:23:29.363Z] #33 9.562 The following additional packages will be installed: [2019-12-02T18:23:29.363Z] #33 9.563 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-12-02T18:23:29.363Z] #33 9.565 Suggested packages: [2019-12-02T18:23:29.363Z] #33 9.565 codeblocks eclipse ninja-build lrzip [2019-12-02T18:23:29.363Z] #33 9.565 Recommended packages: [2019-12-02T18:23:29.363Z] #33 9.572 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-12-02T18:23:29.363Z] #33 9.787 The following NEW packages will be installed: [2019-12-02T18:23:29.363Z] #33 9.789 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-12-02T18:23:29.363Z] #33 9.789 vim-common xxd [2019-12-02T18:23:29.363Z] #33 ... [2019-12-02T18:23:29.363Z] [2019-12-02T18:23:29.363Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:23:29.363Z] #24 2.902 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:23:29.363Z] #24 2.903 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:23:29.363Z] #24 2.931 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:23:29.363Z] #24 2.936 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:23:29.364Z] #24 2.942 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:23:29.364Z] #24 3.221 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:23:29.364Z] #24 3.786 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:23:29.364Z] #24 4.027 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:23:29.364Z] #24 6.926 Fetched 7927 kB in 5s (1574 kB/s) [2019-12-02T18:23:29.364Z] #24 6.926 Reading package lists... [2019-12-02T18:23:29.364Z] #24 8.576 Reading package lists... [2019-12-02T18:23:29.364Z] #24 9.899 Building dependency tree... [2019-12-02T18:23:29.364Z] #24 10.18 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-12-02T18:23:29.364Z] #24 10.18 The following additional packages will be installed: [2019-12-02T18:23:29.364Z] #24 10.18 libjq1 libonig4 [2019-12-02T18:23:29.364Z] #24 10.24 The following NEW packages will be installed: [2019-12-02T18:23:29.454Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-12-02T18:23:29.454Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-12-02T18:23:29.620Z] #24 10.24 jq libjq1 libonig4 [2019-12-02T18:23:29.620Z] #24 ... [2019-12-02T18:23:29.620Z] [2019-12-02T18:23:29.620Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:29.620Z] #10 10.09 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor1 [2019-12-02T18:23:29.620Z] #10 10.09 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-02T18:23:29.620Z] #10 10.09 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp2 libselinux1-dev [2019-12-02T18:23:29.620Z] #10 10.09 libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2019-12-02T18:23:29.620Z] #10 10.09 Suggested packages: [2019-12-02T18:23:29.620Z] #10 10.09 gcc-6-locales seccomp wine64 [2019-12-02T18:23:29.620Z] #10 10.37 The following NEW packages will be installed: [2019-12-02T18:23:29.620Z] #10 10.37 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 [2019-12-02T18:23:29.718Z] #31 ... [2019-12-02T18:23:29.718Z] [2019-12-02T18:23:29.718Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:23:29.718Z] #44 14.37 unicode/utf8 [2019-12-02T18:23:29.877Z] #10 10.37 btrfs-progs btrfs-tools dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-12-02T18:23:29.877Z] #10 10.37 gcc-mingw-w64-x86-64 libapparmor-dev libapparmor1 libdevmapper-dev [2019-12-02T18:23:29.877Z] #10 10.37 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-02T18:23:29.877Z] #10 10.37 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev libseccomp2 [2019-12-02T18:23:29.877Z] #10 10.37 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2019-12-02T18:23:29.877Z] #10 10.38 mingw-w64-x86-64-dev [2019-12-02T18:23:30.283Z] #44 15.09 internal/testlog [2019-12-02T18:23:30.313Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-12-02T18:23:30.313Z] go: finding github.com/gofrs/flock v0.7.0 [2019-12-02T18:23:30.313Z] go: finding github.com/gorilla/mux v1.7.0 [2019-12-02T18:23:30.540Z] #44 15.41 encoding [2019-12-02T18:23:30.715Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-12-02T18:23:30.800Z] #44 15.56 unicode/utf16 [2019-12-02T18:23:30.807Z] #10 11.42 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:23:30.807Z] #10 11.42 Need to get 73.5 MB of archives. [2019-12-02T18:23:30.807Z] #10 11.42 After this operation, 466 MB of additional disk space will be used. [2019-12-02T18:23:30.807Z] #10 11.42 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-12-02T18:23:30.807Z] #10 11.43 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-12-02T18:23:30.807Z] #10 11.43 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-02T18:23:30.807Z] #10 11.43 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-12-02T18:23:30.807Z] #10 11.45 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-12-02T18:23:30.807Z] #10 11.46 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-12-02T18:23:30.807Z] #10 11.47 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-12-02T18:23:30.807Z] #10 11.47 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-12-02T18:23:30.807Z] #10 11.47 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-12-02T18:23:30.807Z] #10 11.48 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-12-02T18:23:30.807Z] #10 11.49 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-12-02T18:23:30.807Z] #10 11.50 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-12-02T18:23:30.807Z] #10 11.51 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-12-02T18:23:30.807Z] #10 11.52 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-12-02T18:23:30.807Z] #10 11.52 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-12-02T18:23:30.807Z] #10 11.53 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-12-02T18:23:30.807Z] #10 11.53 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-12-02T18:23:30.807Z] #10 11.58 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-12-02T18:23:30.807Z] #10 11.64 Get:19 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-12-02T18:23:31.058Z] #44 15.84 container/list [2019-12-02T18:23:31.064Z] #10 11.71 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-12-02T18:23:31.064Z] #10 11.71 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-12-02T18:23:31.064Z] #10 11.81 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-12-02T18:23:31.064Z] #10 11.88 Get:23 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-12-02T18:23:31.219Z] go: finding github.com/magiconair/properties v1.8.0 [2019-12-02T18:23:31.321Z] #10 11.89 Get:24 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-12-02T18:23:31.625Z] #44 ... [2019-12-02T18:23:31.625Z] [2019-12-02T18:23:31.625Z] #22 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:31.625Z] #22 15.59 + mkdir -p /build [2019-12-02T18:23:31.625Z] #22 15.59 + mv docker/docker /build/ [2019-12-02T18:23:31.625Z] #22 15.61 + rmdir docker [2019-12-02T18:23:31.625Z] #22 DONE 16.5s [2019-12-02T18:23:31.819Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-12-02T18:23:31.819Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-12-02T18:23:31.819Z] go: finding github.com/kisielk/gotool v1.0.0 [2019-12-02T18:23:31.882Z] [2019-12-02T18:23:31.882Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:23:31.882Z] #38 16.88 + cd /tmp/tmp.h1kLLDf1Tk/src/github.com/docker/distribution [2019-12-02T18:23:31.882Z] #38 16.88 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-12-02T18:23:31.890Z] #10 ... [2019-12-02T18:23:31.890Z] [2019-12-02T18:23:31.890Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:23:31.890Z] #24 11.29 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:23:31.890Z] #24 11.29 Need to get 327 kB of archives. [2019-12-02T18:23:31.890Z] #24 11.29 After this operation, 1157 kB of additional disk space will be used. [2019-12-02T18:23:31.890Z] #24 11.29 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-12-02T18:23:31.890Z] #24 11.30 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-12-02T18:23:31.890Z] #24 11.30 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-12-02T18:23:31.890Z] #24 11.54 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:23:31.890Z] #24 11.60 Fetched 327 kB in 1s (310 kB/s) [2019-12-02T18:23:31.890Z] #24 11.65 Selecting previously unselected package libonig4:amd64. [2019-12-02T18:23:31.890Z] #24 11.65 (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-12-02T18:23:31.890Z] #24 11.66 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-12-02T18:23:31.890Z] #24 11.67 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-12-02T18:23:31.890Z] #24 11.76 Selecting previously unselected package libjq1:amd64. [2019-12-02T18:23:31.890Z] #24 11.76 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-12-02T18:23:31.890Z] #24 11.77 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-02T18:23:31.890Z] #24 11.83 Selecting previously unselected package jq. [2019-12-02T18:23:31.890Z] #24 11.83 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-12-02T18:23:31.890Z] #24 11.83 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-02T18:23:31.890Z] #24 11.90 Setting up libonig4:amd64 (6.1.3-2) ... [2019-12-02T18:23:31.890Z] #24 11.92 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-02T18:23:31.890Z] #24 11.93 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:23:31.890Z] #24 11.95 Setting up jq (1.5+dfsg-1.3) ... [2019-12-02T18:23:31.890Z] #24 DONE 12.7s [2019-12-02T18:23:31.890Z] [2019-12-02T18:23:31.890Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:31.890Z] #10 12.72 Get:25 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-12-02T18:23:32.273Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2019-12-02T18:23:32.684Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-12-02T18:23:33.096Z] go: finding golang.org/x/text v0.3.0 [2019-12-02T18:23:33.096Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-12-02T18:23:33.097Z] d66e58854927: Pull complete [2019-12-02T18:23:33.097Z] 71497195576e: Pull complete [2019-12-02T18:23:33.097Z] Digest: sha256:5ab11592978aa74153a518c85ad6c4edf1e0ab2318d1ad79af164fc10e1ac0ab [2019-12-02T18:23:33.097Z] Status: Downloaded newer image for golang:1.12.10-stretch [2019-12-02T18:23:33.097Z] ---> ebd73b5ebd31 [2019-12-02T18:23:33.097Z] Step 5/16 : ARG BUILDX_REPO [2019-12-02T18:23:33.097Z] ---> Running in 93d66b89905a [2019-12-02T18:23:33.097Z] Removing intermediate container 93d66b89905a [2019-12-02T18:23:33.097Z] ---> b690e58a7a35 [2019-12-02T18:23:33.097Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2019-12-02T18:23:33.097Z] ---> Running in 68092b03d78f [2019-12-02T18:23:33.097Z] Cloning into '/buildx'... [2019-12-02T18:23:33.259Z] #10 14.07 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-12-02T18:23:33.492Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-12-02T18:23:33.516Z] #10 14.07 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-12-02T18:23:33.773Z] #10 14.39 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:23:33.773Z] #10 14.43 Fetched 73.5 MB in 3s (19.9 MB/s) [2019-12-02T18:23:33.773Z] #10 14.46 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-12-02T18:23:33.773Z] #10 14.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-02T18:23:33.773Z] #10 14.48 Preparing to unpack .../00-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-12-02T18:23:33.773Z] #10 14.48 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-12-02T18:23:33.910Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-12-02T18:23:34.030Z] #10 14.65 Selecting previously unselected package libudev-dev:amd64. [2019-12-02T18:23:34.030Z] #10 14.65 Preparing to unpack .../01-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-12-02T18:23:34.030Z] #10 14.66 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-12-02T18:23:34.030Z] #10 14.82 Selecting previously unselected package liblzo2-2:amd64. [2019-12-02T18:23:34.030Z] #10 14.82 Preparing to unpack .../02-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-02T18:23:34.030Z] #10 14.83 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:23:34.030Z] #10 14.87 Selecting previously unselected package btrfs-progs. [2019-12-02T18:23:34.287Z] #10 14.87 Preparing to unpack .../03-btrfs-progs_4.7.3-1_amd64.deb ... [2019-12-02T18:23:34.287Z] #10 14.88 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-02T18:23:34.287Z] #10 14.99 Selecting previously unselected package btrfs-tools. [2019-12-02T18:23:34.287Z] #10 15.00 Preparing to unpack .../04-btrfs-tools_4.7.3-1_amd64.deb ... [2019-12-02T18:23:34.287Z] #10 15.00 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-02T18:23:34.287Z] #10 15.11 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-12-02T18:23:34.411Z] #38 19.51 + GOPATH=/tmp/tmp.h1kLLDf1Tk/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.h1kLLDf1Tk go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-12-02T18:23:34.545Z] #10 15.11 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-12-02T18:23:34.545Z] #10 15.11 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-12-02T18:23:34.545Z] #10 15.18 Selecting previously unselected package dmsetup. [2019-12-02T18:23:34.545Z] #10 15.18 Preparing to unpack .../06-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-12-02T18:23:34.545Z] #10 15.18 Unpacking dmsetup (2:1.02.137-2) ... [2019-12-02T18:23:34.545Z] #10 15.25 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-12-02T18:23:34.545Z] #10 15.25 Preparing to unpack .../07-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-12-02T18:23:34.545Z] #10 15.25 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-12-02T18:23:34.545Z] #10 15.28 Selecting previously unselected package libsepol1-dev:amd64. [2019-12-02T18:23:34.545Z] #10 15.29 Preparing to unpack .../08-libsepol1-dev_2.6-2_amd64.deb ... [2019-12-02T18:23:34.545Z] #10 15.29 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-12-02T18:23:34.749Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-12-02T18:23:34.801Z] #10 15.46 Selecting previously unselected package libpcre16-3:amd64. [2019-12-02T18:23:34.801Z] #10 15.46 Preparing to unpack .../09-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-12-02T18:23:34.801Z] #10 15.46 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-12-02T18:23:34.801Z] #10 15.52 Selecting previously unselected package libpcre32-3:amd64. [2019-12-02T18:23:34.801Z] #10 15.52 Preparing to unpack .../10-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-12-02T18:23:34.801Z] #10 15.53 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-12-02T18:23:34.802Z] #10 15.57 Selecting previously unselected package libpcre3-dev:amd64. [2019-12-02T18:23:34.802Z] #10 15.57 Preparing to unpack .../11-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-12-02T18:23:34.802Z] #10 15.58 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-12-02T18:23:35.059Z] #10 15.69 Selecting previously unselected package libselinux1-dev:amd64. [2019-12-02T18:23:35.059Z] #10 15.69 Preparing to unpack .../12-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-12-02T18:23:35.059Z] #10 15.69 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-12-02T18:23:35.059Z] #10 15.78 Selecting previously unselected package libdevmapper-dev:amd64. [2019-12-02T18:23:35.059Z] #10 15.78 Preparing to unpack .../13-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-12-02T18:23:35.059Z] #10 15.78 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-12-02T18:23:35.169Z] go: finding github.com/sirupsen/logrus v1.3.0 [2019-12-02T18:23:35.316Z] #10 15.94 Selecting previously unselected package libseccomp2:amd64. [2019-12-02T18:23:35.316Z] #10 15.95 Preparing to unpack .../14-libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-12-02T18:23:35.316Z] #10 15.95 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-02T18:23:35.347Z] #38 ... [2019-12-02T18:23:35.347Z] [2019-12-02T18:23:35.347Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:23:35.347Z] #33 10.62 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:23:35.347Z] #33 11.50 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:23:35.573Z] #10 16.09 Selecting previously unselected package libseccomp-dev:amd64. [2019-12-02T18:23:35.574Z] #10 16.09 Preparing to unpack .../15-libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-12-02T18:23:35.574Z] #10 16.10 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-02T18:23:35.574Z] #10 ... [2019-12-02T18:23:35.574Z] [2019-12-02T18:23:35.574Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:23:35.574Z] #33 10.84 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:23:35.574Z] #33 10.84 Need to get 13.7 MB of archives. [2019-12-02T18:23:35.574Z] #33 10.84 After this operation, 57.2 MB of additional disk space will be used. [2019-12-02T18:23:35.574Z] #33 10.84 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-12-02T18:23:35.574Z] #33 10.86 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-02T18:23:35.574Z] #33 10.87 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-12-02T18:23:35.574Z] #33 10.95 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-12-02T18:23:35.574Z] #33 10.96 Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 libarchive13 amd64 3.2.2-2+deb9u2 [294 kB] [2019-12-02T18:23:35.574Z] #33 10.97 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-12-02T18:23:35.574Z] #33 10.97 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-12-02T18:23:35.574Z] #33 10.97 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-12-02T18:23:35.574Z] #33 11.00 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-02T18:23:35.574Z] #33 11.00 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-02T18:23:35.574Z] #33 11.11 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:23:35.574Z] #33 11.13 Fetched 13.7 MB in 1s (11.4 MB/s) [2019-12-02T18:23:35.574Z] #33 11.16 Selecting previously unselected package cmake-data. [2019-12-02T18:23:35.574Z] #33 11.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-02T18:23:35.574Z] #33 11.17 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-12-02T18:23:35.574Z] #33 11.17 Unpacking cmake-data (3.7.2-1) ... [2019-12-02T18:23:35.574Z] #33 11.67 Selecting previously unselected package liblzo2-2:amd64. [2019-12-02T18:23:35.574Z] #33 11.68 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-02T18:23:35.574Z] #33 11.69 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:23:35.574Z] #33 11.75 Selecting previously unselected package libicu57:amd64. [2019-12-02T18:23:35.574Z] #33 11.76 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-12-02T18:23:35.574Z] #33 11.76 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-12-02T18:23:35.574Z] #33 14.41 Selecting previously unselected package libxml2:amd64. [2019-12-02T18:23:35.574Z] #33 14.41 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-12-02T18:23:35.574Z] #33 14.42 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-02T18:23:35.574Z] #33 14.65 Selecting previously unselected package libarchive13:amd64. [2019-12-02T18:23:35.574Z] #33 14.65 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_amd64.deb ... [2019-12-02T18:23:35.574Z] #33 14.66 Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-12-02T18:23:35.574Z] #33 14.85 Selecting previously unselected package libjsoncpp1:amd64. [2019-12-02T18:23:35.574Z] #33 14.85 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-12-02T18:23:35.574Z] #33 14.85 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-12-02T18:23:35.574Z] #33 14.90 Selecting previously unselected package libuv1:amd64. [2019-12-02T18:23:35.574Z] #33 14.90 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-12-02T18:23:35.574Z] #33 14.91 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-12-02T18:23:35.574Z] #33 14.97 Selecting previously unselected package cmake. [2019-12-02T18:23:35.574Z] #33 14.97 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-12-02T18:23:35.574Z] #33 14.99 Unpacking cmake (3.7.2-1) ... [2019-12-02T18:23:35.574Z] #33 15.46 Selecting previously unselected package xxd. [2019-12-02T18:23:35.574Z] #33 15.47 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-02T18:23:35.574Z] #33 15.47 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:23:35.574Z] #33 15.52 Selecting previously unselected package vim-common. [2019-12-02T18:23:35.574Z] #33 15.52 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:23:35.574Z] #33 15.53 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:23:35.574Z] #33 15.62 Processing triggers for mime-support (3.60) ... [2019-12-02T18:23:35.574Z] #33 15.64 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:23:35.574Z] #33 15.65 Setting up libuv1:amd64 (1.9.1-3) ... [2019-12-02T18:23:35.574Z] #33 15.67 Setting up cmake-data (3.7.2-1) ... [2019-12-02T18:23:35.574Z] #33 15.68 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-12-02T18:23:35.574Z] #33 15.69 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-02T18:23:35.574Z] #33 15.71 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:23:35.574Z] #33 15.73 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:23:35.574Z] #33 15.75 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:23:35.574Z] #33 15.77 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-12-02T18:23:35.574Z] #33 15.78 Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-12-02T18:23:35.574Z] #33 15.91 Setting up cmake (3.7.2-1) ... [2019-12-02T18:23:35.574Z] #33 15.94 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:23:35.574Z] #33 DONE 16.2s [2019-12-02T18:23:35.574Z] [2019-12-02T18:23:35.574Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:35.574Z] #10 16.25 Selecting previously unselected package libsystemd-dev:amd64. [2019-12-02T18:23:35.574Z] #10 16.25 Preparing to unpack .../16-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-12-02T18:23:35.574Z] #10 16.26 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-12-02T18:23:35.605Z] #33 ... [2019-12-02T18:23:35.605Z] [2019-12-02T18:23:35.605Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:23:35.605Z] #40 20.61 Fetched 7927 kB in 16s (487 kB/s) [2019-12-02T18:23:35.864Z] #40 20.61 Reading package lists... [2019-12-02T18:23:35.864Z] #40 ... [2019-12-02T18:23:35.864Z] [2019-12-02T18:23:35.864Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:23:35.864Z] #56 10.88 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:23:35.864Z] #56 11.87 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:23:35.864Z] #56 ... [2019-12-02T18:23:35.864Z] [2019-12-02T18:23:35.864Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:35.864Z] #62 10.53 + cd /tmp/tmp.PP5fRwl4AF/src/github.com/rootless-containers/rootlesskit [2019-12-02T18:23:35.864Z] #62 10.53 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:23:35.864Z] #62 10.88 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-02T18:23:35.864Z] #62 10.88 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-12-02T18:23:36.034Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-12-02T18:23:36.034Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-12-02T18:23:36.122Z] #62 ... [2019-12-02T18:23:36.122Z] [2019-12-02T18:23:36.122Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:23:36.122Z] #44 16.58 crypto/internal/subtle [2019-12-02T18:23:36.122Z] #44 16.79 crypto/subtle [2019-12-02T18:23:36.122Z] #44 17.28 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-12-02T18:23:36.122Z] #44 17.65 internal/nettrace [2019-12-02T18:23:36.122Z] #44 17.77 runtime/cgo [2019-12-02T18:23:36.139Z] #10 16.68 Selecting previously unselected package binutils-mingw-w64-i686. [2019-12-02T18:23:36.139Z] #10 16.68 Preparing to unpack .../17-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-12-02T18:23:36.139Z] #10 16.69 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-02T18:23:36.381Z] #44 ... [2019-12-02T18:23:36.381Z] [2019-12-02T18:23:36.381Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:23:36.381Z] #24 11.42 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:23:36.381Z] #24 12.32 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:23:36.466Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-12-02T18:23:36.466Z] go: finding github.com/stretchr/testify v1.3.0 [2019-12-02T18:23:36.640Z] #24 ... [2019-12-02T18:23:36.640Z] [2019-12-02T18:23:36.640Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:36.640Z] #10 19.86 Fetched 7927 kB in 16s (472 kB/s) [2019-12-02T18:23:36.953Z] Removing intermediate container 68092b03d78f [2019-12-02T18:23:36.953Z] ---> 36ccb113a221 [2019-12-02T18:23:36.953Z] Step 7/16 : WORKDIR /buildx [2019-12-02T18:23:37.294Z] ---> Running in 7d635bfa288c [2019-12-02T18:23:37.294Z] Removing intermediate container 7d635bfa288c [2019-12-02T18:23:37.294Z] ---> c2ac561820a2 [2019-12-02T18:23:37.294Z] Step 8/16 : ARG BUILDX_COMMIT [2019-12-02T18:23:37.294Z] ---> Running in e77f87ab5c0e [2019-12-02T18:23:37.294Z] Removing intermediate container e77f87ab5c0e [2019-12-02T18:23:37.294Z] ---> 85f549f4992d [2019-12-02T18:23:37.294Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2019-12-02T18:23:37.294Z] ---> Running in c65984aafd08 [2019-12-02T18:23:37.507Z] #10 18.00 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-12-02T18:23:37.507Z] #10 18.00 Preparing to unpack .../18-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-12-02T18:23:37.507Z] #10 18.00 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-02T18:23:37.839Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-12-02T18:23:37.839Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-12-02T18:23:37.839Z] go: finding github.com/gogo/protobuf v1.2.0 [2019-12-02T18:23:37.839Z] go: finding github.com/pkg/profile v1.2.1 [2019-12-02T18:23:37.839Z] go: finding github.com/kr/pretty v0.1.0 [2019-12-02T18:23:37.839Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-12-02T18:23:37.944Z] e96b0897c5d1: Download complete [2019-12-02T18:23:38.019Z] From https://github.com/docker/buildx [2019-12-02T18:23:38.019Z] * [new tag] v0.3.1 -> build [2019-12-02T18:23:38.071Z] #10 18.68 Selecting previously unselected package binutils-mingw-w64. [2019-12-02T18:23:38.071Z] #10 18.68 Preparing to unpack .../19-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-12-02T18:23:38.071Z] #10 18.69 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-02T18:23:38.071Z] #10 18.72 Selecting previously unselected package mingw-w64-common. [2019-12-02T18:23:38.071Z] #10 18.72 Preparing to unpack .../20-mingw-w64-common_5.0.1-1_all.deb ... [2019-12-02T18:23:38.071Z] #10 18.72 Unpacking mingw-w64-common (5.0.1-1) ... [2019-12-02T18:23:38.236Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-12-02T18:23:38.356Z] Switched to branch 'build' [2019-12-02T18:23:38.637Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-12-02T18:23:39.051Z] go: finding github.com/vishvananda/netlink v1.0.0 [2019-12-02T18:23:39.051Z] go: finding gotest.tools v2.2.0+incompatible [2019-12-02T18:23:39.051Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-12-02T18:23:39.081Z] Removing intermediate container c65984aafd08 [2019-12-02T18:23:39.081Z] ---> eb88e060ac05 [2019-12-02T18:23:39.081Z] Step 10/16 : RUN go mod download [2019-12-02T18:23:39.081Z] ---> Running in 04b045055bf6 [2019-12-02T18:23:39.420Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2019-12-02T18:23:39.420Z] go: finding github.com/spf13/viper v1.3.2 [2019-12-02T18:23:39.420Z] go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 [2019-12-02T18:23:39.420Z] go: finding github.com/Microsoft/hcsshim v0.8.6 [2019-12-02T18:23:39.420Z] go: finding github.com/google/certificate-transparency-go v1.0.21 [2019-12-02T18:23:39.420Z] go: finding github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 [2019-12-02T18:23:39.420Z] go: finding github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2019-12-02T18:23:39.420Z] go: finding github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be [2019-12-02T18:23:39.420Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-12-02T18:23:39.445Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-12-02T18:23:39.445Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-12-02T18:23:39.445Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-12-02T18:23:39.854Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-12-02T18:23:39.854Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-12-02T18:23:39.925Z] #10 19.86 Reading package lists... [2019-12-02T18:23:39.925Z] #10 ... [2019-12-02T18:23:39.925Z] [2019-12-02T18:23:39.925Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:23:39.925Z] #31 14.73 unicode/utf8 [2019-12-02T18:23:39.925Z] #31 15.27 internal/testlog [2019-12-02T18:23:39.925Z] #31 15.67 runtime/cgo [2019-12-02T18:23:39.925Z] #31 ... [2019-12-02T18:23:39.925Z] [2019-12-02T18:23:39.925Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:23:39.925Z] #50 24.45 + cd /tmp/tmp.bKtYIHG5HP/src/github.com/golangci/golangci-lint/ [2019-12-02T18:23:39.925Z] #50 24.45 + git checkout -q v1.20.0 [2019-12-02T18:23:39.925Z] #50 24.82 ++ git describe --tags [2019-12-02T18:23:39.925Z] #50 24.82 + version=v1.20.0 [2019-12-02T18:23:39.925Z] #50 24.82 ++ git rev-parse --short HEAD [2019-12-02T18:23:39.925Z] #50 24.83 + commit=cc98739 [2019-12-02T18:23:39.925Z] #50 24.84 ++ git show -s --format=%cd [2019-12-02T18:23:39.925Z] #50 24.85 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-12-02T18:23:39.925Z] #50 24.85 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-02T18:23:39.973Z] #10 20.48 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-12-02T18:23:39.973Z] #10 20.48 Preparing to unpack .../21-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-12-02T18:23:39.973Z] #10 20.48 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-02T18:23:40.156Z] go: finding k8s.io/api v0.0.0-20180712090710-2d6f90ab1293 [2019-12-02T18:23:40.264Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-12-02T18:23:40.711Z] go: finding github.com/bitly/go-simplejson v0.5.0 [2019-12-02T18:23:40.711Z] go: finding github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 [2019-12-02T18:23:41.108Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-12-02T18:23:41.341Z] #10 22.11 Selecting previously unselected package gcc-mingw-w64-base. [2019-12-02T18:23:41.373Z] go: finding github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 [2019-12-02T18:23:41.373Z] go: finding github.com/sirupsen/logrus v1.4.0 [2019-12-02T18:23:41.519Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-12-02T18:23:41.519Z] go: finding github.com/davecgh/go-spew v1.1.0 [2019-12-02T18:23:41.598Z] #10 22.11 Preparing to unpack .../22-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-02T18:23:41.598Z] #10 22.11 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-02T18:23:41.598Z] #10 22.15 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-12-02T18:23:41.598Z] #10 22.15 Preparing to unpack .../23-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-02T18:23:41.598Z] #10 22.15 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:23:41.714Z] go: finding k8s.io/client-go v2.0.0-alpha.0.0.20180806134042-1f13a808da65+incompatible [2019-12-02T18:23:41.925Z] go: finding github.com/docker/go-connections v0.3.0 [2019-12-02T18:23:41.925Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-12-02T18:23:42.061Z] go: finding github.com/opencontainers/image-spec v1.0.1 [2019-12-02T18:23:42.061Z] go: finding github.com/docker/docker v1.14.0-0.20190410063227-3998dffb806f3887f804b813069f59bc14a7f3c1 [2019-12-02T18:23:42.328Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-12-02T18:23:42.328Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-12-02T18:23:42.328Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-12-02T18:23:42.328Z] go: finding github.com/google/go-cmp v0.2.0 [2019-12-02T18:23:42.328Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-12-02T18:23:42.409Z] go: finding github.com/spf13/cast v1.3.0 [2019-12-02T18:23:42.752Z] go: finding github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19 [2019-12-02T18:23:42.752Z] go: finding github.com/spf13/cobra v0.0.3 [2019-12-02T18:23:42.805Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-12-02T18:23:42.805Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-12-02T18:23:42.805Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-12-02T18:23:42.805Z] go: finding github.com/docker/go-units v0.3.1 [2019-12-02T18:23:42.805Z] go: finding github.com/containerd/containerd v1.2.4 [2019-12-02T18:23:42.805Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-12-02T18:23:43.094Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-12-02T18:23:43.495Z] go: finding github.com/mattn/go-sqlite3 v1.10.0 [2019-12-02T18:23:43.560Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-12-02T18:23:43.838Z] go: finding github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c [2019-12-02T18:23:43.838Z] go: finding github.com/pkg/errors v0.8.1 [2019-12-02T18:23:44.004Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-12-02T18:23:44.004Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-12-02T18:23:44.004Z] go: finding github.com/kr/text v0.1.0 [2019-12-02T18:23:44.004Z] go: finding github.com/gogo/googleapis v1.1.0 [2019-12-02T18:23:44.434Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-12-02T18:23:44.434Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-12-02T18:23:44.434Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-12-02T18:23:44.434Z] go: finding github.com/gofrs/uuid v3.2.0+incompatible [2019-12-02T18:23:44.572Z] go: finding github.com/jinzhu/gorm v1.9.2 [2019-12-02T18:23:44.870Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-12-02T18:23:44.871Z] go: finding github.com/stretchr/objx v0.1.0 [2019-12-02T18:23:44.871Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-12-02T18:23:44.915Z] go: finding github.com/mattn/go-shellwords v1.0.5 [2019-12-02T18:23:44.916Z] go: finding github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 [2019-12-02T18:23:44.916Z] go: finding github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2019-12-02T18:23:45.258Z] go: finding github.com/spf13/jwalterweatherman v1.0.0 [2019-12-02T18:23:45.264Z] go: finding github.com/BurntSushi/toml v0.3.1 [2019-12-02T18:23:45.264Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-12-02T18:23:45.700Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-12-02T18:23:45.700Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-12-02T18:23:45.700Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-12-02T18:23:45.994Z] go: finding gopkg.in/gorethink/gorethink.v3 v3.0.5 [2019-12-02T18:23:45.994Z] go: finding github.com/bugsnag/panicwrap v1.2.0 [2019-12-02T18:23:46.104Z] go: finding gotest.tools v2.1.0+incompatible [2019-12-02T18:23:46.532Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-12-02T18:23:46.532Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-12-02T18:23:46.580Z] 65014b3c3121: Verifying Checksum [2019-12-02T18:23:46.580Z] 65014b3c3121: Download complete [2019-12-02T18:23:46.740Z] go: finding github.com/theupdateframework/notary v0.6.1 [2019-12-02T18:23:46.740Z] go: finding github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 [2019-12-02T18:23:46.740Z] go: finding github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 [2019-12-02T18:23:46.859Z] #10 27.29 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-12-02T18:23:46.859Z] #10 27.29 Preparing to unpack .../24-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-02T18:23:46.859Z] #10 27.30 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:23:46.949Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-12-02T18:23:47.356Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-12-02T18:23:47.356Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2019-12-02T18:23:47.356Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-12-02T18:23:47.356Z] go: finding go.etcd.io/bbolt v1.3.2 [2019-12-02T18:23:47.483Z] go: finding github.com/gorilla/mux v1.7.0 [2019-12-02T18:23:47.772Z] go: finding github.com/onsi/gomega v1.4.3 [2019-12-02T18:23:48.041Z] #50 ... [2019-12-02T18:23:48.041Z] [2019-12-02T18:23:48.041Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:23:48.041Z] #68 21.92 + cd /tmp/tmp.lFPT8pNwZC/src/github.com/docker/libnetwork [2019-12-02T18:23:48.041Z] #68 21.93 + git checkout -q 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:23:48.041Z] #68 22.52 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-12-02T18:23:48.041Z] #68 ... [2019-12-02T18:23:48.041Z] [2019-12-02T18:23:48.041Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:48.041Z] #10 19.86 Reading package lists... [2019-12-02T18:23:48.041Z] #10 26.34 Reading package lists... [2019-12-02T18:23:48.299Z] #10 32.40 Building dependency tree... [2019-12-02T18:23:48.299Z] #10 ... [2019-12-02T18:23:48.299Z] [2019-12-02T18:23:48.299Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:23:48.299Z] #33 23.36 Fetched 7927 kB in 16s (472 kB/s) [2019-12-02T18:23:48.299Z] #33 23.36 Reading package lists... [2019-12-02T18:23:48.299Z] #33 30.10 Reading package lists... [2019-12-02T18:23:48.299Z] #33 ... [2019-12-02T18:23:48.299Z] [2019-12-02T18:23:48.299Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:23:48.299Z] #24 23.55 Fetched 7927 kB in 16s (494 kB/s) [2019-12-02T18:23:48.299Z] #24 23.55 Reading package lists... [2019-12-02T18:23:48.558Z] #24 30.62 Reading package lists... [2019-12-02T18:23:48.558Z] #24 ... [2019-12-02T18:23:48.558Z] [2019-12-02T18:23:48.558Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:23:48.558Z] #56 23.71 Fetched 7927 kB in 16s (476 kB/s) [2019-12-02T18:23:48.558Z] #56 23.71 Reading package lists... [2019-12-02T18:23:48.558Z] #56 30.53 Reading package lists... [2019-12-02T18:23:48.558Z] #56 ... [2019-12-02T18:23:48.558Z] [2019-12-02T18:23:48.558Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:48.558Z] #10 32.40 Building dependency tree... [2019-12-02T18:23:48.671Z] go: finding github.com/moby/buildkit v0.6.2-0.20190921002054-ae10b292fefb [2019-12-02T18:23:48.671Z] go: finding github.com/stretchr/testify v1.3.0 [2019-12-02T18:23:48.822Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-12-02T18:23:48.822Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-12-02T18:23:49.377Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-12-02T18:23:49.377Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-12-02T18:23:49.809Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-12-02T18:23:49.809Z] go: finding github.com/hpcloud/tail v1.0.0 [2019-12-02T18:23:49.862Z] go: finding k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d [2019-12-02T18:23:49.934Z] #10 34.96 The following additional packages will be installed: [2019-12-02T18:23:49.934Z] #10 34.97 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dmsetup [2019-12-02T18:23:49.934Z] #10 34.97 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor1 [2019-12-02T18:23:49.934Z] #10 34.97 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-02T18:23:49.934Z] #10 34.97 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp2 libselinux1-dev [2019-12-02T18:23:49.934Z] #10 34.98 libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2019-12-02T18:23:49.934Z] #10 34.98 Suggested packages: [2019-12-02T18:23:49.934Z] #10 34.98 gcc-6-locales seccomp wine64 [2019-12-02T18:23:50.231Z] go: finding github.com/opencontainers/go-digest v1.0.0-rc1 [2019-12-02T18:23:50.231Z] go: finding github.com/hashicorp/hcl v1.0.0 [2019-12-02T18:23:50.671Z] go: finding github.com/spf13/afero v1.1.2 [2019-12-02T18:23:51.036Z] #10 31.54 Selecting previously unselected package libapparmor1:amd64. [2019-12-02T18:23:51.036Z] #10 31.55 Preparing to unpack .../25-libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-12-02T18:23:51.036Z] #10 31.55 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-12-02T18:23:51.036Z] #10 31.58 Selecting previously unselected package libapparmor-dev:amd64. [2019-12-02T18:23:51.036Z] #10 31.58 Preparing to unpack .../26-libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-12-02T18:23:51.036Z] #10 31.58 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-12-02T18:23:51.036Z] #10 31.63 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-02T18:23:51.036Z] #10 31.64 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-12-02T18:23:51.036Z] #10 31.65 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-02T18:23:51.036Z] #10 31.66 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-02T18:23:51.036Z] #10 31.67 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-02T18:23:51.036Z] #10 31.68 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:23:51.036Z] #10 31.70 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-02T18:23:51.036Z] #10 31.71 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-12-02T18:23:51.036Z] #10 31.72 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-12-02T18:23:51.036Z] #10 31.73 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-12-02T18:23:51.036Z] #10 31.74 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-12-02T18:23:51.036Z] #10 31.75 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-12-02T18:23:51.036Z] #10 31.76 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-12-02T18:23:51.036Z] #10 31.77 Setting up mingw-w64-common (5.0.1-1) ... [2019-12-02T18:23:51.036Z] #10 31.78 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:23:51.036Z] #10 31.79 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-12-02T18:23:51.036Z] #10 31.80 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-02T18:23:51.036Z] #10 31.81 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-12-02T18:23:51.036Z] #10 31.82 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-02T18:23:51.036Z] #10 31.83 Setting up btrfs-progs (4.7.3-1) ... [2019-12-02T18:23:51.036Z] #10 31.84 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-12-02T18:23:51.036Z] #10 31.85 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:23:51.036Z] #10 31.86 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-12-02T18:23:51.036Z] #10 31.86 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-12-02T18:23:51.036Z] #10 31.86 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-12-02T18:23:51.293Z] #10 31.86 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-12-02T18:23:51.293Z] #10 31.87 Setting up btrfs-tools (4.7.3-1) ... [2019-12-02T18:23:51.293Z] #10 31.88 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:23:51.293Z] #10 31.89 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-12-02T18:23:51.293Z] #10 31.89 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-12-02T18:23:51.293Z] #10 31.90 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-12-02T18:23:51.293Z] #10 31.91 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-12-02T18:23:51.293Z] #10 31.92 Setting up dmsetup (2:1.02.137-2) ... [2019-12-02T18:23:51.293Z] #10 31.93 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-12-02T18:23:51.293Z] #10 31.94 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:23:51.293Z] #10 DONE 32.1s [2019-12-02T18:23:51.293Z] [2019-12-02T18:23:51.293Z] #11 [dev 1/24] RUN groupadd -r docker [2019-12-02T18:23:51.436Z] go: finding github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 [2019-12-02T18:23:51.519Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-12-02T18:23:51.519Z] go: finding github.com/onsi/ginkgo v1.7.0 [2019-12-02T18:23:51.519Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-12-02T18:23:51.519Z] go: finding github.com/sirupsen/logrus v1.0.3 [2019-12-02T18:23:51.519Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2019-12-02T18:23:51.777Z] go: finding github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 [2019-12-02T18:23:51.837Z] #10 ... [2019-12-02T18:23:51.837Z] [2019-12-02T18:23:51.837Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:23:51.837Z] #40 20.61 Reading package lists... [2019-12-02T18:23:51.837Z] #40 27.31 Reading package lists... [2019-12-02T18:23:51.837Z] #40 33.71 Building dependency tree... [2019-12-02T18:23:51.837Z] #40 36.45 The following additional packages will be installed: [2019-12-02T18:23:51.837Z] #40 36.46 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-12-02T18:23:51.837Z] #40 36.46 libprotoc10 python-pkg-resources zlib1g-dev [2019-12-02T18:23:51.837Z] #40 36.50 Suggested packages: [2019-12-02T18:23:51.837Z] #40 36.50 manpages-dev python-setuptools [2019-12-02T18:23:51.837Z] #40 ... [2019-12-02T18:23:51.837Z] [2019-12-02T18:23:51.837Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:51.837Z] #10 37.01 The following NEW packages will be installed: [2019-12-02T18:23:51.837Z] #10 37.01 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 [2019-12-02T18:23:51.837Z] #10 37.01 btrfs-progs btrfs-tools dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-12-02T18:23:51.837Z] #10 37.01 gcc-mingw-w64-x86-64 libapparmor-dev libapparmor1 libdevmapper-dev [2019-12-02T18:23:51.837Z] #10 37.01 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-02T18:23:51.837Z] #10 37.01 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev libseccomp2 [2019-12-02T18:23:51.837Z] #10 37.01 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2019-12-02T18:23:51.837Z] #10 37.01 mingw-w64-x86-64-dev [2019-12-02T18:23:51.920Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-12-02T18:23:52.120Z] go: finding github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 [2019-12-02T18:23:52.223Z] #11 DONE 0.8s [2019-12-02T18:23:52.223Z] [2019-12-02T18:23:52.223Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-12-02T18:23:52.314Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-12-02T18:23:52.462Z] go: finding github.com/ghodss/yaml v1.0.0 [2019-12-02T18:23:52.704Z] go: finding github.com/jinzhu/now v1.0.0 [2019-12-02T18:23:52.704Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-12-02T18:23:52.704Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2019-12-02T18:23:52.804Z] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 [2019-12-02T18:23:52.804Z] go: finding github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 [2019-12-02T18:23:52.804Z] go: finding github.com/davecgh/go-spew v1.1.1 [2019-12-02T18:23:53.126Z] go: finding github.com/gogo/protobuf v1.0.0 [2019-12-02T18:23:53.126Z] go: finding google.golang.org/grpc v1.20.1 [2019-12-02T18:23:53.153Z] #12 DONE 1.0s [2019-12-02T18:23:53.212Z] #10 38.11 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:23:53.212Z] #10 38.11 Need to get 73.5 MB of archives. [2019-12-02T18:23:53.212Z] #10 38.11 After this operation, 466 MB of additional disk space will be used. [2019-12-02T18:23:53.212Z] #10 38.11 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-12-02T18:23:53.212Z] #10 38.12 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-12-02T18:23:53.212Z] #10 38.12 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-02T18:23:53.212Z] #10 38.12 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-12-02T18:23:53.212Z] #10 38.20 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-12-02T18:23:53.212Z] #10 38.21 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-12-02T18:23:53.212Z] #10 38.24 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-12-02T18:23:53.212Z] #10 38.24 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-12-02T18:23:53.212Z] #10 38.25 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-12-02T18:23:53.212Z] #10 38.29 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-12-02T18:23:53.212Z] #10 38.31 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-12-02T18:23:53.212Z] #10 38.34 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-12-02T18:23:53.212Z] #10 ... [2019-12-02T18:23:53.212Z] [2019-12-02T18:23:53.212Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:23:53.212Z] #44 28.05 vendor/golang.org/x/crypto/internal/subtle [2019-12-02T18:23:53.212Z] #44 28.16 vendor/golang.org/x/crypto/curve25519 [2019-12-02T18:23:53.212Z] #44 ... [2019-12-02T18:23:53.212Z] [2019-12-02T18:23:53.212Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:23:53.212Z] #10 38.39 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-12-02T18:23:53.212Z] #10 38.39 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-12-02T18:23:53.212Z] #10 38.40 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-12-02T18:23:53.212Z] #10 38.40 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-12-02T18:23:53.212Z] #10 38.41 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-12-02T18:23:53.410Z] [2019-12-02T18:23:53.410Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-12-02T18:23:53.471Z] #10 38.63 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-12-02T18:23:53.533Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-12-02T18:23:53.533Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-12-02T18:23:53.729Z] #10 38.87 Get:19 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-12-02T18:23:53.938Z] go: finding github.com/ghodss/yaml v1.0.0 [2019-12-02T18:23:53.973Z] #13 0.693 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-12-02T18:23:53.973Z] #13 DONE 0.8s [2019-12-02T18:23:53.973Z] [2019-12-02T18:23:53.973Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-02T18:23:53.988Z] #10 39.09 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-12-02T18:23:53.988Z] #10 39.13 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-12-02T18:23:54.028Z] go: finding github.com/go-sql-driver/mysql v1.4.1 [2019-12-02T18:23:54.370Z] go: finding google.golang.org/grpc v1.20.1 [2019-12-02T18:23:54.370Z] go: finding github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be [2019-12-02T18:23:54.413Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-12-02T18:23:54.555Z] #10 39.66 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-12-02T18:23:54.816Z] #10 39.92 Get:23 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-12-02T18:23:54.816Z] #10 39.93 Get:24 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-12-02T18:23:54.879Z] go: finding github.com/golang/protobuf v1.2.0 [2019-12-02T18:23:54.879Z] go: finding github.com/kr/pty v1.1.1 [2019-12-02T18:23:54.879Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-12-02T18:23:54.879Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-12-02T18:23:54.904Z] #14 DONE 0.9s [2019-12-02T18:23:54.904Z] [2019-12-02T18:23:54.904Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-02T18:23:55.074Z] #10 ... [2019-12-02T18:23:55.074Z] [2019-12-02T18:23:55.074Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:23:55.074Z] #68 DONE 40.1s [2019-12-02T18:23:55.128Z] go: finding github.com/gogo/googleapis v1.1.0 [2019-12-02T18:23:55.309Z] go: finding google.golang.org/appengine v1.1.0 [2019-12-02T18:23:55.333Z] [2019-12-02T18:23:55.333Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:23:55.333Z] #40 38.11 The following NEW packages will be installed: [2019-12-02T18:23:55.333Z] #40 38.12 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-12-02T18:23:55.333Z] #40 38.13 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-12-02T18:23:55.333Z] #40 38.13 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-12-02T18:23:55.333Z] #40 38.13 zlib1g-dev [2019-12-02T18:23:55.333Z] #40 39.26 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:23:55.333Z] #40 39.26 Need to get 3602 kB of archives. [2019-12-02T18:23:55.333Z] #40 39.26 After this operation, 18.9 MB of additional disk space will be used. [2019-12-02T18:23:55.333Z] #40 39.26 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-12-02T18:23:55.333Z] #40 39.26 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-12-02T18:23:55.333Z] #40 39.27 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-12-02T18:23:55.333Z] #40 39.27 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-12-02T18:23:55.333Z] #40 39.27 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-12-02T18:23:55.333Z] #40 39.29 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-12-02T18:23:55.333Z] #40 39.31 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-12-02T18:23:55.333Z] #40 39.31 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-12-02T18:23:55.333Z] #40 39.33 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-12-02T18:23:55.333Z] #40 39.46 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-12-02T18:23:55.333Z] #40 39.48 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-12-02T18:23:55.333Z] #40 39.62 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-12-02T18:23:55.333Z] #40 39.65 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-12-02T18:23:55.333Z] #40 39.65 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-12-02T18:23:55.333Z] #40 39.68 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-12-02T18:23:55.333Z] #40 39.69 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-12-02T18:23:55.834Z] #15 DONE 0.8s [2019-12-02T18:23:55.834Z] [2019-12-02T18:23:55.834Z] #16 [dev 6/24] RUN ldconfig [2019-12-02T18:23:55.863Z] go: finding github.com/opencontainers/runtime-spec v1.0.1 [2019-12-02T18:23:55.928Z] #40 40.85 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:23:55.928Z] #40 41.11 Fetched 3602 kB in 1s (2280 kB/s) [2019-12-02T18:23:56.172Z] go: finding github.com/client9/misspell v0.3.4 [2019-12-02T18:23:56.172Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-12-02T18:23:56.172Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-12-02T18:23:56.172Z] go: finding github.com/golang/mock v1.1.1 [2019-12-02T18:23:56.172Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-12-02T18:23:56.208Z] go: finding github.com/containerd/go-cni v0.0.0-20190610170741-5a4663dad645 [2019-12-02T18:23:56.399Z] #16 DONE 0.8s [2019-12-02T18:23:56.399Z] [2019-12-02T18:23:56.399Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:23:56.494Z] #40 41.40 Selecting previously unselected package libnet1:amd64. [2019-12-02T18:23:56.494Z] #40 41.40 (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-12-02T18:23:56.494Z] #40 41.44 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-12-02T18:23:56.494Z] #40 41.49 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-02T18:23:56.578Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-12-02T18:23:56.751Z] #40 41.76 Selecting previously unselected package libcap-dev:amd64. [2019-12-02T18:23:56.751Z] #40 41.76 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-12-02T18:23:56.751Z] #40 41.77 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-12-02T18:23:56.751Z] #40 41.85 Selecting previously unselected package libnet1-dev. [2019-12-02T18:23:56.751Z] #40 41.85 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-12-02T18:23:56.751Z] #40 41.87 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-12-02T18:23:56.956Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-12-02T18:23:56.956Z] go: finding cloud.google.com/go v0.26.0 [2019-12-02T18:23:57.009Z] #40 42.12 Selecting previously unselected package libnl-3-200:amd64. [2019-12-02T18:23:57.009Z] #40 42.12 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-12-02T18:23:57.009Z] #40 42.13 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-12-02T18:23:57.267Z] #40 42.28 Selecting previously unselected package libnl-3-dev:amd64. [2019-12-02T18:23:57.267Z] #40 42.29 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-12-02T18:23:57.267Z] #40 42.30 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-12-02T18:23:57.349Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-12-02T18:23:57.349Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-12-02T18:23:57.349Z] go: finding github.com/onsi/ginkgo v1.6.0 [2019-12-02T18:23:57.349Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-12-02T18:23:57.397Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2019-12-02T18:23:57.397Z] go: finding golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a [2019-12-02T18:23:57.525Z] #40 42.63 Selecting previously unselected package libprotobuf-c1:amd64. [2019-12-02T18:23:57.525Z] #40 42.67 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-12-02T18:23:57.525Z] #40 42.68 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-02T18:23:57.525Z] #40 42.78 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-12-02T18:23:57.525Z] #40 42.84 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-12-02T18:23:57.739Z] go: finding github.com/uber/jaeger-lib v1.2.1 [2019-12-02T18:23:57.739Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2019-12-02T18:23:57.761Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-12-02T18:23:57.761Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-12-02T18:23:57.783Z] #40 42.85 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-12-02T18:23:57.783Z] #40 42.97 Selecting previously unselected package zlib1g-dev:amd64. [2019-12-02T18:23:57.783Z] #40 43.00 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-12-02T18:23:57.783Z] #40 43.03 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-12-02T18:23:58.083Z] go: finding go.etcd.io/bbolt v1.3.2 [2019-12-02T18:23:58.083Z] go: finding github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d [2019-12-02T18:23:58.295Z] #17 1.719 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:23:58.295Z] #17 1.808 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:23:58.295Z] #17 1.817 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:23:58.295Z] #17 1.819 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:23:58.295Z] #17 1.824 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:23:58.295Z] #17 1.898 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:23:58.301Z] #40 43.31 Selecting previously unselected package libprotobuf10:amd64. [2019-12-02T18:23:58.301Z] #40 43.34 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-12-02T18:23:58.301Z] #40 43.53 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-12-02T18:23:58.552Z] #17 2.007 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:23:58.552Z] #17 2.101 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:23:58.867Z] #40 ... [2019-12-02T18:23:58.867Z] [2019-12-02T18:23:58.867Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:23:58.867Z] #24 30.62 Reading package lists... [2019-12-02T18:23:58.867Z] #24 36.81 Building dependency tree... [2019-12-02T18:23:58.867Z] #24 39.41 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-12-02T18:23:58.867Z] #24 39.41 The following additional packages will be installed: [2019-12-02T18:23:58.867Z] #24 39.42 libjq1 libonig4 [2019-12-02T18:23:58.867Z] #24 39.79 The following NEW packages will be installed: [2019-12-02T18:23:58.867Z] #24 39.81 jq libjq1 libonig4 [2019-12-02T18:23:58.867Z] #24 40.99 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:23:58.867Z] #24 40.99 Need to get 327 kB of archives. [2019-12-02T18:23:58.867Z] #24 40.99 After this operation, 1157 kB of additional disk space will be used. [2019-12-02T18:23:58.867Z] #24 40.99 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-12-02T18:23:58.867Z] #24 41.12 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-12-02T18:23:58.867Z] #24 41.13 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-12-02T18:23:58.867Z] #24 42.47 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:23:58.867Z] #24 42.64 Fetched 327 kB in 1s (271 kB/s) [2019-12-02T18:23:58.867Z] #24 42.72 Selecting previously unselected package libonig4:amd64. [2019-12-02T18:23:58.867Z] #24 42.72 (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-12-02T18:23:58.867Z] #24 42.76 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-12-02T18:23:58.867Z] #24 42.78 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-12-02T18:23:58.867Z] #24 43.00 Selecting previously unselected package libjq1:amd64. [2019-12-02T18:23:58.867Z] #24 43.00 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-12-02T18:23:58.867Z] #24 43.01 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-02T18:23:58.867Z] #24 43.20 Selecting previously unselected package jq. [2019-12-02T18:23:58.867Z] #24 43.21 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-12-02T18:23:58.867Z] #24 43.21 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-02T18:23:58.867Z] #24 43.61 Setting up libonig4:amd64 (6.1.3-2) ... [2019-12-02T18:23:58.867Z] #24 43.66 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-02T18:23:58.867Z] #24 43.68 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:23:58.867Z] #24 43.78 Setting up jq (1.5+dfsg-1.3) ... [2019-12-02T18:23:58.867Z] #24 DONE 44.0s [2019-12-02T18:23:58.867Z] [2019-12-02T18:23:58.867Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-02T18:23:58.867Z] #25 DONE 0.1s [2019-12-02T18:23:58.867Z] [2019-12-02T18:23:58.867Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:23:59.276Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2019-12-02T18:23:59.276Z] go: finding gopkg.in/dancannon/gorethink.v3 v3.0.5 [2019-12-02T18:23:59.276Z] go: finding github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e [2019-12-02T18:23:59.431Z] #26 ... [2019-12-02T18:23:59.431Z] [2019-12-02T18:23:59.431Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:23:59.431Z] #56 30.53 Reading package lists... [2019-12-02T18:23:59.431Z] #56 36.86 Building dependency tree... [2019-12-02T18:23:59.431Z] #56 39.18 The following additional packages will be installed: [2019-12-02T18:23:59.431Z] #56 39.20 btrfs-progs liblzo2-2 [2019-12-02T18:23:59.431Z] #56 39.54 The following NEW packages will be installed: [2019-12-02T18:23:59.431Z] #56 39.55 btrfs-progs btrfs-tools liblzo2-2 [2019-12-02T18:23:59.431Z] #56 40.67 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:23:59.431Z] #56 40.67 Need to get 649 kB of archives. [2019-12-02T18:23:59.431Z] #56 40.67 After this operation, 4320 kB of additional disk space will be used. [2019-12-02T18:23:59.431Z] #56 40.67 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-02T18:23:59.431Z] #56 40.68 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-12-02T18:23:59.431Z] #56 40.73 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-12-02T18:23:59.431Z] #56 42.24 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:23:59.431Z] #56 42.39 Fetched 649 kB in 1s (592 kB/s) [2019-12-02T18:23:59.431Z] #56 42.51 Selecting previously unselected package liblzo2-2:amd64. [2019-12-02T18:23:59.431Z] #56 42.51 (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-12-02T18:23:59.431Z] #56 42.57 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-02T18:23:59.431Z] #56 42.59 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:23:59.431Z] #56 42.76 Selecting previously unselected package btrfs-progs. [2019-12-02T18:23:59.431Z] #56 42.76 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-12-02T18:23:59.431Z] #56 42.76 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-02T18:23:59.431Z] #56 43.71 Selecting previously unselected package btrfs-tools. [2019-12-02T18:23:59.431Z] #56 43.71 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-12-02T18:23:59.431Z] #56 43.72 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-02T18:23:59.431Z] #56 43.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:23:59.431Z] #56 44.03 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:23:59.431Z] #56 44.06 Setting up btrfs-progs (4.7.3-1) ... [2019-12-02T18:23:59.431Z] #56 44.07 Setting up btrfs-tools (4.7.3-1) ... [2019-12-02T18:23:59.431Z] #56 44.09 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:23:59.431Z] #56 DONE 44.5s [2019-12-02T18:23:59.431Z] [2019-12-02T18:23:59.431Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:23:59.431Z] #57 DONE 0.1s [2019-12-02T18:23:59.431Z] [2019-12-02T18:23:59.431Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-12-02T18:23:59.431Z] #58 DONE 0.0s [2019-12-02T18:23:59.431Z] [2019-12-02T18:23:59.431Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:23:59.431Z] #40 44.39 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-12-02T18:23:59.431Z] #40 44.42 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-12-02T18:23:59.431Z] #40 44.44 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-12-02T18:23:59.618Z] go: finding github.com/prometheus/client_golang v0.8.0 [2019-12-02T18:23:59.689Z] #40 44.82 Selecting previously unselected package libprotobuf-dev:amd64. [2019-12-02T18:23:59.689Z] #40 44.83 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-12-02T18:23:59.689Z] #40 44.84 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-12-02T18:23:59.923Z] #17 3.305 Fetched 7927 kB in 2s (3034 kB/s) [2019-12-02T18:23:59.959Z] go: finding github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 [2019-12-02T18:24:00.180Z] #17 3.305 Reading package lists... [2019-12-02T18:24:00.302Z] go: finding github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 [2019-12-02T18:24:00.744Z] #17 3.878 Reading package lists... [2019-12-02T18:24:01.002Z] #17 4.461 Building dependency tree... [2019-12-02T18:24:01.002Z] #17 4.638 The following additional packages will be installed: [2019-12-02T18:24:01.002Z] #17 4.638 dh-python libaio1 libapparmor-perl libgpm2 libip4tc0 libip6tc0 libiptc0 [2019-12-02T18:24:01.002Z] #17 4.638 libjq1 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libonig4 [2019-12-02T18:24:01.002Z] #17 4.639 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-12-02T18:24:01.002Z] #17 4.639 libxtables12 python-pip-whl python3 python3-minimal python3-pkg-resources [2019-12-02T18:24:01.002Z] #17 4.639 python3.5 python3.5-minimal vim-runtime xxd [2019-12-02T18:24:01.002Z] #17 4.640 Suggested packages: [2019-12-02T18:24:01.002Z] #17 4.640 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm [2019-12-02T18:24:01.002Z] #17 4.640 python3-doc python3-tk python3-venv python-setuptools-doc python3.5-venv [2019-12-02T18:24:01.002Z] #17 4.640 python3.5-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2019-12-02T18:24:01.002Z] #17 4.640 quota [2019-12-02T18:24:01.002Z] #17 4.640 Recommended packages: [2019-12-02T18:24:01.002Z] #17 4.640 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-12-02T18:24:01.002Z] #17 4.640 python3-keyrings.alt python3-xdg unzip [2019-12-02T18:24:01.063Z] #40 ... [2019-12-02T18:24:01.063Z] [2019-12-02T18:24:01.063Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:24:01.063Z] #33 30.10 Reading package lists... [2019-12-02T18:24:01.063Z] #33 36.62 Building dependency tree... [2019-12-02T18:24:01.063Z] #33 39.31 The following additional packages will be installed: [2019-12-02T18:24:01.063Z] #33 39.33 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-12-02T18:24:01.063Z] #33 39.51 Suggested packages: [2019-12-02T18:24:01.063Z] #33 39.51 codeblocks eclipse ninja-build lrzip [2019-12-02T18:24:01.063Z] #33 39.51 Recommended packages: [2019-12-02T18:24:01.063Z] #33 39.51 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-12-02T18:24:01.063Z] #33 40.20 The following NEW packages will be installed: [2019-12-02T18:24:01.063Z] #33 40.21 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-12-02T18:24:01.063Z] #33 40.21 vim-common xxd [2019-12-02T18:24:01.063Z] #33 41.33 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:24:01.063Z] #33 41.33 Need to get 13.7 MB of archives. [2019-12-02T18:24:01.063Z] #33 41.33 After this operation, 57.2 MB of additional disk space will be used. [2019-12-02T18:24:01.063Z] #33 41.33 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-12-02T18:24:01.063Z] #33 41.39 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-02T18:24:01.063Z] #33 41.41 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-12-02T18:24:01.063Z] #33 42.29 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-12-02T18:24:01.063Z] #33 42.38 Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 libarchive13 amd64 3.2.2-2+deb9u2 [294 kB] [2019-12-02T18:24:01.063Z] #33 42.41 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-12-02T18:24:01.063Z] #33 42.43 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-12-02T18:24:01.063Z] #33 42.43 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-12-02T18:24:01.064Z] #33 42.70 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-02T18:24:01.064Z] #33 42.71 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-02T18:24:01.064Z] #33 43.92 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:24:01.064Z] #33 44.25 Fetched 13.7 MB in 2s (5508 kB/s) [2019-12-02T18:24:01.064Z] #33 44.48 Selecting previously unselected package cmake-data. [2019-12-02T18:24:01.064Z] #33 44.48 (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-12-02T18:24:01.064Z] #33 44.64 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-12-02T18:24:01.064Z] #33 44.67 Unpacking cmake-data (3.7.2-1) ... [2019-12-02T18:24:01.321Z] #33 ... [2019-12-02T18:24:01.321Z] [2019-12-02T18:24:01.322Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:24:01.322Z] #40 46.49 Selecting previously unselected package libprotoc10:amd64. [2019-12-02T18:24:01.322Z] #40 46.49 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-12-02T18:24:01.322Z] #40 46.50 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-12-02T18:24:01.497Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2019-12-02T18:24:01.567Z] #17 5.080 The following NEW packages will be installed: [2019-12-02T18:24:01.567Z] #17 5.080 apparmor aufs-tools bash-completion bzip2 dh-python iptables jq libaio1 [2019-12-02T18:24:01.567Z] #17 5.080 libapparmor-perl libcap2-bin libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 [2019-12-02T18:24:01.567Z] #17 5.080 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 [2019-12-02T18:24:01.567Z] #17 5.080 libprotobuf-c1 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib [2019-12-02T18:24:01.567Z] #17 5.081 libreadline5 libxtables12 net-tools pigz python-pip-whl python3 [2019-12-02T18:24:01.567Z] #17 5.081 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2019-12-02T18:24:01.567Z] #17 5.081 python3-wheel python3.5 python3.5-minimal thin-provisioning-tools vim [2019-12-02T18:24:01.567Z] #17 5.081 vim-common vim-runtime xfsprogs xxd xz-utils zip [2019-12-02T18:24:01.837Z] go: finding gopkg.in/fatih/pool.v2 v2.0.0 [2019-12-02T18:24:01.888Z] #40 47.05 Selecting previously unselected package protobuf-c-compiler. [2019-12-02T18:24:01.888Z] #40 47.05 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-12-02T18:24:01.888Z] #40 47.06 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-12-02T18:24:02.146Z] #40 47.23 Selecting previously unselected package protobuf-compiler. [2019-12-02T18:24:02.146Z] #40 47.24 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-12-02T18:24:02.146Z] #40 47.25 Unpacking protobuf-compiler (3.0.0-9) ... [2019-12-02T18:24:02.146Z] #40 47.40 Selecting previously unselected package python-pkg-resources. [2019-12-02T18:24:02.146Z] #40 47.40 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-12-02T18:24:02.146Z] #40 47.41 Unpacking python-pkg-resources (33.1.1-1) ... [2019-12-02T18:24:02.146Z] #40 ... [2019-12-02T18:24:02.146Z] [2019-12-02T18:24:02.146Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:24:02.146Z] #47 37.18 + cd /tmp/tmp.R47ixk8Y3y/src/gotest.tools/gotestsum [2019-12-02T18:24:02.146Z] #47 37.18 + git checkout -q v0.3.5 [2019-12-02T18:24:02.146Z] #47 37.21 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-12-02T18:24:02.181Z] go: finding github.com/modern-go/reflect2 v1.0.1 [2019-12-02T18:24:02.181Z] go: finding github.com/spf13/pflag v1.0.3 [2019-12-02T18:24:02.405Z] #47 ... [2019-12-02T18:24:02.405Z] [2019-12-02T18:24:02.405Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:24:02.405Z] #31 39.04 sync [2019-12-02T18:24:02.405Z] #31 39.05 internal/reflectlite [2019-12-02T18:24:02.405Z] #31 42.21 sort [2019-12-02T18:24:02.405Z] #31 42.23 errors [2019-12-02T18:24:02.405Z] #31 42.72 strconv [2019-12-02T18:24:02.405Z] #31 43.58 io [2019-12-02T18:24:02.405Z] #31 44.96 internal/oserror [2019-12-02T18:24:02.405Z] #31 45.22 syscall [2019-12-02T18:24:02.405Z] #31 46.97 reflect [2019-12-02T18:24:02.497Z] #17 6.103 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:24:02.497Z] #17 6.103 Need to get 17.8 MB of archives. [2019-12-02T18:24:02.497Z] #17 6.103 After this operation, 76.2 MB of additional disk space will be used. [2019-12-02T18:24:02.497Z] #17 6.103 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-12-02T18:24:02.497Z] #17 6.111 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-12-02T18:24:02.497Z] #17 6.113 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-12-02T18:24:02.497Z] #17 6.114 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-12-02T18:24:02.497Z] #17 6.128 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-12-02T18:24:02.497Z] #17 6.150 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-12-02T18:24:02.497Z] #17 6.150 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-12-02T18:24:02.497Z] #17 6.152 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-12-02T18:24:02.497Z] #17 6.177 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-12-02T18:24:02.524Z] go: finding github.com/stretchr/testify v1.2.2 [2019-12-02T18:24:02.524Z] go: finding github.com/coreos/go-semver v0.2.0 [2019-12-02T18:24:02.663Z] #31 ... [2019-12-02T18:24:02.663Z] [2019-12-02T18:24:02.663Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:24:02.663Z] #40 47.66 Selecting previously unselected package python-protobuf. [2019-12-02T18:24:02.663Z] #40 47.67 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-12-02T18:24:02.663Z] #40 47.68 Unpacking python-protobuf (3.0.0-9) ... [2019-12-02T18:24:02.754Z] #17 6.180 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-12-02T18:24:02.754Z] #17 6.180 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-12-02T18:24:02.754Z] #17 6.182 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-12-02T18:24:02.754Z] #17 6.182 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-12-02T18:24:02.754Z] #17 6.183 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-12-02T18:24:02.754Z] #17 6.184 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-12-02T18:24:02.754Z] #17 6.185 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-12-02T18:24:02.754Z] #17 6.186 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-12-02T18:24:02.754Z] #17 6.187 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-12-02T18:24:02.754Z] #17 6.188 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-12-02T18:24:02.754Z] #17 6.191 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-02T18:24:02.754Z] #17 6.192 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-02T18:24:02.754Z] #17 6.194 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-12-02T18:24:02.754Z] #17 6.195 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-12-02T18:24:02.754Z] #17 6.196 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-12-02T18:24:02.754Z] #17 6.199 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-12-02T18:24:02.754Z] #17 6.200 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-12-02T18:24:02.754Z] #17 6.202 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-12-02T18:24:02.754Z] #17 6.203 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-12-02T18:24:02.754Z] #17 6.204 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-12-02T18:24:02.754Z] #17 6.205 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-12-02T18:24:02.754Z] #17 6.205 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-12-02T18:24:02.754Z] #17 6.206 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-12-02T18:24:02.754Z] #17 6.207 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-12-02T18:24:02.754Z] #17 6.208 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-12-02T18:24:02.754Z] #17 6.211 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-12-02T18:24:02.754Z] #17 6.225 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-12-02T18:24:02.754Z] #17 6.227 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-12-02T18:24:02.754Z] #17 6.229 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-12-02T18:24:02.754Z] #17 6.233 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-12-02T18:24:02.754Z] #17 6.234 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-12-02T18:24:02.754Z] #17 6.238 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-12-02T18:24:02.754Z] #17 6.303 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-12-02T18:24:02.754Z] #17 6.313 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-12-02T18:24:02.754Z] #17 6.321 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-12-02T18:24:02.754Z] #17 6.324 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-12-02T18:24:02.754Z] #17 6.332 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-12-02T18:24:02.754Z] #17 6.448 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:24:02.868Z] go: finding golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 [2019-12-02T18:24:02.921Z] #40 ... [2019-12-02T18:24:02.921Z] [2019-12-02T18:24:02.921Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:24:02.921Z] #28 38.02 + cd /tmp/tmp.61QXFvGExO/src/github.com/go-swagger/go-swagger [2019-12-02T18:24:02.921Z] #28 38.02 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-12-02T18:24:02.921Z] #28 40.11 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-12-02T18:24:02.921Z] #28 ... [2019-12-02T18:24:02.921Z] [2019-12-02T18:24:02.921Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:24:02.921Z] #33 48.06 Selecting previously unselected package liblzo2-2:amd64. [2019-12-02T18:24:02.921Z] #33 48.07 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-02T18:24:02.921Z] #33 48.08 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:24:03.011Z] #17 6.470 Fetched 17.8 MB in 1s (14.2 MB/s) [2019-12-02T18:24:03.011Z] #17 6.503 Selecting previously unselected package bash-completion. [2019-12-02T18:24:03.011Z] #17 6.503 (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 ... 23402 files and directories currently installed.) [2019-12-02T18:24:03.011Z] #17 6.514 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-12-02T18:24:03.179Z] #33 48.22 Selecting previously unselected package libicu57:amd64. [2019-12-02T18:24:03.179Z] #33 48.22 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-12-02T18:24:03.179Z] #33 48.23 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-12-02T18:24:03.576Z] #17 7.070 Unpacking bash-completion (1:2.1-4.3) ... [2019-12-02T18:24:03.577Z] #17 7.199 Selecting previously unselected package libnet1:amd64. [2019-12-02T18:24:03.577Z] #17 7.199 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-12-02T18:24:03.577Z] #17 7.207 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-02T18:24:03.577Z] #17 7.243 Selecting previously unselected package libnfnetlink0:amd64. [2019-12-02T18:24:03.577Z] #17 7.245 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-12-02T18:24:03.577Z] #17 7.305 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-12-02T18:24:03.746Z] #33 ... [2019-12-02T18:24:03.746Z] [2019-12-02T18:24:03.746Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:03.746Z] #44 38.70 sync [2019-12-02T18:24:03.746Z] #44 38.74 internal/reflectlite [2019-12-02T18:24:03.746Z] #44 40.49 github.com/LK4D4/vndr/godl/singleflight [2019-12-02T18:24:03.746Z] #44 40.92 math/rand [2019-12-02T18:24:03.746Z] #44 42.28 internal/singleflight [2019-12-02T18:24:03.746Z] #44 42.92 sort [2019-12-02T18:24:03.746Z] #44 42.93 io [2019-12-02T18:24:03.746Z] #44 44.07 strconv [2019-12-02T18:24:03.746Z] #44 44.88 bytes [2019-12-02T18:24:03.746Z] #44 47.44 bufio [2019-12-02T18:24:04.004Z] #44 48.73 reflect [2019-12-02T18:24:04.004Z] #44 ... [2019-12-02T18:24:04.004Z] [2019-12-02T18:24:04.004Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:04.004Z] #26 4.893 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-12-02T18:24:04.058Z] go: finding github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 [2019-12-02T18:24:04.058Z] go: finding github.com/gofrs/flock v0.7.0 [2019-12-02T18:24:04.140Z] #17 7.624 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-12-02T18:24:04.140Z] #17 7.624 Preparing to unpack .../03-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-12-02T18:24:04.140Z] #17 7.628 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-12-02T18:24:04.140Z] #17 7.725 Selecting previously unselected package python3.5-minimal. [2019-12-02T18:24:04.140Z] #17 7.725 Preparing to unpack .../04-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-12-02T18:24:04.262Z] #26 5.330 [2019-12-02T18:24:04.397Z] #17 7.731 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-02T18:24:04.397Z] #17 7.916 Selecting previously unselected package python3-minimal. [2019-12-02T18:24:04.397Z] #17 7.916 Preparing to unpack .../05-python3-minimal_3.5.3-1_amd64.deb ... [2019-12-02T18:24:04.397Z] #17 7.920 Unpacking python3-minimal (3.5.3-1) ... [2019-12-02T18:24:04.397Z] #17 7.959 Selecting previously unselected package libmpdec2:amd64. [2019-12-02T18:24:04.397Z] #17 7.959 Preparing to unpack .../06-libmpdec2_2.4.2-1_amd64.deb ... [2019-12-02T18:24:04.397Z] #17 7.966 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-12-02T18:24:04.397Z] #17 8.004 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-12-02T18:24:04.397Z] #17 8.004 Preparing to unpack .../07-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-12-02T18:24:04.401Z] go: finding github.com/imdario/mergo v0.3.7 [2019-12-02T18:24:04.401Z] go: finding golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 [2019-12-02T18:24:04.654Z] #17 8.008 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-12-02T18:24:04.742Z] go: finding golang.org/x/sys v0.0.0-20190303122642-d455e41777fc [2019-12-02T18:24:04.912Z] #17 8.386 Selecting previously unselected package python3.5. [2019-12-02T18:24:04.912Z] #17 8.387 Preparing to unpack .../08-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-12-02T18:24:04.912Z] #17 8.391 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-12-02T18:24:04.912Z] #17 8.434 Selecting previously unselected package libpython3-stdlib:amd64. [2019-12-02T18:24:04.912Z] #17 8.437 Preparing to unpack .../09-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-12-02T18:24:04.912Z] #17 8.440 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-12-02T18:24:04.912Z] #17 8.474 Selecting previously unselected package dh-python. [2019-12-02T18:24:04.912Z] #17 8.476 Preparing to unpack .../10-dh-python_2.20170125_all.deb ... [2019-12-02T18:24:04.912Z] #17 8.481 Unpacking dh-python (2.20170125) ... [2019-12-02T18:24:04.912Z] #17 8.530 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-12-02T18:24:04.912Z] #17 8.544 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-02T18:24:05.476Z] #17 8.981 Setting up python3-minimal (3.5.3-1) ... [2019-12-02T18:24:05.479Z] go: finding github.com/inconshreveable/mousetrap v1.0.0 [2019-12-02T18:24:05.734Z] #17 9.164 Selecting previously unselected package python3. [2019-12-02T18:24:05.734Z] #17 9.164 (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 ... 24906 files and directories currently installed.) [2019-12-02T18:24:05.734Z] #17 9.174 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-12-02T18:24:05.734Z] #17 9.180 Unpacking python3 (3.5.3-1) ... [2019-12-02T18:24:05.734Z] #17 9.209 Selecting previously unselected package pigz. [2019-12-02T18:24:05.734Z] #17 9.210 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-12-02T18:24:05.734Z] #17 9.214 Unpacking pigz (2.3.4-1) ... [2019-12-02T18:24:05.734Z] #17 9.251 Selecting previously unselected package libip4tc0:amd64. [2019-12-02T18:24:05.734Z] #17 9.251 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-02T18:24:05.734Z] #17 9.255 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:24:05.734Z] #17 9.290 Selecting previously unselected package libip6tc0:amd64. [2019-12-02T18:24:05.734Z] #17 9.292 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-02T18:24:05.734Z] #17 9.295 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:24:05.734Z] #17 9.332 Selecting previously unselected package libiptc0:amd64. [2019-12-02T18:24:05.734Z] #17 9.333 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-02T18:24:05.734Z] #17 9.358 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:24:05.827Z] go: finding github.com/lib/pq v1.0.0 [2019-12-02T18:24:05.992Z] #17 9.394 Selecting previously unselected package libxtables12:amd64. [2019-12-02T18:24:05.992Z] #17 9.394 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-02T18:24:05.992Z] #17 9.397 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:24:05.992Z] #17 9.433 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-12-02T18:24:05.992Z] #17 9.433 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-12-02T18:24:05.992Z] #17 9.437 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-12-02T18:24:05.992Z] #17 9.469 Selecting previously unselected package iptables. [2019-12-02T18:24:05.992Z] #17 9.471 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-02T18:24:05.992Z] #17 9.475 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-12-02T18:24:05.992Z] #17 9.537 Selecting previously unselected package xxd. [2019-12-02T18:24:05.992Z] #17 9.540 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-02T18:24:05.992Z] #17 9.543 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:05.992Z] #17 9.584 Selecting previously unselected package vim-common. [2019-12-02T18:24:05.992Z] #17 9.584 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:24:05.992Z] #17 9.590 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:05.992Z] #17 9.633 Selecting previously unselected package bzip2. [2019-12-02T18:24:05.992Z] #17 9.633 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-12-02T18:24:05.992Z] #17 9.638 Unpacking bzip2 (1.0.6-8.1) ... [2019-12-02T18:24:05.992Z] #17 9.672 Selecting previously unselected package libgpm2:amd64. [2019-12-02T18:24:05.992Z] #17 9.674 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-12-02T18:24:05.992Z] #17 9.679 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-12-02T18:24:05.992Z] #17 9.713 Selecting previously unselected package xz-utils. [2019-12-02T18:24:05.992Z] #17 9.713 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-12-02T18:24:06.070Z] #26 5.648 #### 6.3% ######### 12.9% ############## 20.7% #################### 28.6% ######################### 35.7% ################################ 45.3% ##################################### 52.6% ######################################### 57.6% ############################################## 64.9% ###################################################### 75.7% ############################################################ 83.5% ################################################################## 91.9% ######################################################################## 100.0% [2019-12-02T18:24:06.181Z] go: finding honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 [2019-12-02T18:24:06.182Z] go: finding github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c [2019-12-02T18:24:06.249Z] #17 9.716 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-12-02T18:24:06.505Z] #17 9.891 Selecting previously unselected package aufs-tools. [2019-12-02T18:24:06.505Z] #17 9.893 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-12-02T18:24:06.505Z] #17 9.896 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-12-02T18:24:06.505Z] #17 9.938 Selecting previously unselected package libonig4:amd64. [2019-12-02T18:24:06.505Z] #17 9.941 Preparing to unpack .../14-libonig4_6.1.3-2_amd64.deb ... [2019-12-02T18:24:06.505Z] #17 9.944 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-12-02T18:24:06.505Z] #17 9.990 Selecting previously unselected package libjq1:amd64. [2019-12-02T18:24:06.505Z] #17 9.992 Preparing to unpack .../15-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-12-02T18:24:06.505Z] #17 9.996 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-02T18:24:06.505Z] #17 10.04 Selecting previously unselected package jq. [2019-12-02T18:24:06.505Z] #17 10.04 Preparing to unpack .../16-jq_1.5+dfsg-1.3_amd64.deb ... [2019-12-02T18:24:06.505Z] #17 10.04 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-02T18:24:06.505Z] #17 10.08 Selecting previously unselected package libaio1:amd64. [2019-12-02T18:24:06.505Z] #17 10.08 Preparing to unpack .../17-libaio1_0.3.110-3_amd64.deb ... [2019-12-02T18:24:06.505Z] #17 10.08 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-12-02T18:24:06.505Z] #17 10.11 Selecting previously unselected package libcap2-bin. [2019-12-02T18:24:06.505Z] #17 10.11 Preparing to unpack .../18-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-12-02T18:24:06.637Z] #26 7.550 [2019-12-02T18:24:06.762Z] #17 10.11 Unpacking libcap2-bin (1:2.25-1) ... [2019-12-02T18:24:06.762Z] #17 10.27 Selecting previously unselected package libnl-3-200:amd64. [2019-12-02T18:24:06.762Z] #17 10.27 Preparing to unpack .../19-libnl-3-200_3.2.27-2_amd64.deb ... [2019-12-02T18:24:06.762Z] #17 10.27 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-12-02T18:24:06.762Z] #17 10.31 Selecting previously unselected package libprotobuf-c1:amd64. [2019-12-02T18:24:06.762Z] #17 10.31 Preparing to unpack .../20-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-12-02T18:24:06.762Z] #17 10.32 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-02T18:24:06.762Z] #17 10.35 Selecting previously unselected package libreadline5:amd64. [2019-12-02T18:24:06.762Z] #17 10.35 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-12-02T18:24:06.762Z] #17 10.35 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-12-02T18:24:06.762Z] #17 10.39 Selecting previously unselected package net-tools. [2019-12-02T18:24:06.917Z] go: finding github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 [2019-12-02T18:24:07.019Z] #17 10.39 Preparing to unpack .../22-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-12-02T18:24:07.019Z] #17 10.39 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-02T18:24:07.019Z] #17 10.45 Selecting previously unselected package python-pip-whl. [2019-12-02T18:24:07.019Z] #17 10.45 Preparing to unpack .../23-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-12-02T18:24:07.019Z] #17 10.45 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-02T18:24:07.019Z] #17 10.58 Selecting previously unselected package python3-pip. [2019-12-02T18:24:07.019Z] #17 10.58 Preparing to unpack .../24-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-12-02T18:24:07.019Z] #17 10.58 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-12-02T18:24:07.019Z] #17 10.63 Selecting previously unselected package python3-pkg-resources. [2019-12-02T18:24:07.019Z] #17 10.63 Preparing to unpack .../25-python3-pkg-resources_33.1.1-1_all.deb ... [2019-12-02T18:24:07.019Z] #17 10.63 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-12-02T18:24:07.019Z] #17 10.68 Selecting previously unselected package python3-setuptools. [2019-12-02T18:24:07.277Z] #17 10.68 Preparing to unpack .../26-python3-setuptools_33.1.1-1_all.deb ... [2019-12-02T18:24:07.277Z] #17 10.68 Unpacking python3-setuptools (33.1.1-1) ... [2019-12-02T18:24:07.277Z] #17 10.73 Selecting previously unselected package python3-wheel. [2019-12-02T18:24:07.277Z] #17 10.73 Preparing to unpack .../27-python3-wheel_0.29.0-2_all.deb ... [2019-12-02T18:24:07.277Z] #17 10.74 Unpacking python3-wheel (0.29.0-2) ... [2019-12-02T18:24:07.277Z] #17 10.77 Selecting previously unselected package thin-provisioning-tools. [2019-12-02T18:24:07.277Z] #17 10.77 Preparing to unpack .../28-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-12-02T18:24:07.277Z] #17 10.77 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-02T18:24:07.277Z] #17 10.84 Selecting previously unselected package vim-runtime. [2019-12-02T18:24:07.277Z] #17 10.84 Preparing to unpack .../29-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:24:07.277Z] #17 10.85 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-12-02T18:24:07.277Z] #17 10.86 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-12-02T18:24:07.277Z] #17 10.87 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:07.671Z] #26 8.001 ########## 14.1% #################### 29.1% ################################# 46.1% ############################################### 65.8% ########################################################## 81.5% ######################################################################## 100.0% [2019-12-02T18:24:07.929Z] #26 8.955 [2019-12-02T18:24:08.112Z] go: finding github.com/client9/misspell v0.3.4 [2019-12-02T18:24:08.112Z] go: finding github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed [2019-12-02T18:24:08.209Z] #17 11.50 Selecting previously unselected package vim. [2019-12-02T18:24:08.209Z] #17 11.50 Preparing to unpack .../30-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-02T18:24:08.209Z] #17 11.50 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:08.209Z] #17 11.63 Selecting previously unselected package xfsprogs. [2019-12-02T18:24:08.209Z] #17 11.63 Preparing to unpack .../31-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-12-02T18:24:08.209Z] #17 11.63 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-12-02T18:24:08.209Z] #17 11.74 Selecting previously unselected package zip. [2019-12-02T18:24:08.209Z] #17 11.74 Preparing to unpack .../32-zip_3.0-11+b1_amd64.deb ... [2019-12-02T18:24:08.209Z] #17 11.74 Unpacking zip (3.0-11+b1) ... [2019-12-02T18:24:08.209Z] #17 11.79 Selecting previously unselected package libapparmor-perl. [2019-12-02T18:24:08.209Z] #17 11.79 Preparing to unpack .../33-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-12-02T18:24:08.209Z] #17 11.79 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-02T18:24:08.445Z] #26 9.244 ### 4.4% ######## 11.6% ############# 18.3% ################## [2019-12-02T18:24:08.445Z] #26 ... [2019-12-02T18:24:08.445Z] [2019-12-02T18:24:08.445Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:24:08.445Z] #10 43.65 Get:25 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-12-02T18:24:08.445Z] #10 46.42 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-12-02T18:24:08.445Z] #10 46.42 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-12-02T18:24:08.445Z] #10 47.53 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:24:08.445Z] #10 47.70 Fetched 73.5 MB in 9s (7854 kB/s) [2019-12-02T18:24:08.445Z] #10 47.83 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-12-02T18:24:08.446Z] #10 47.83 (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-12-02T18:24:08.446Z] #10 47.89 Preparing to unpack .../00-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 47.91 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-12-02T18:24:08.446Z] #10 48.09 Selecting previously unselected package libudev-dev:amd64. [2019-12-02T18:24:08.446Z] #10 48.09 Preparing to unpack .../01-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 48.14 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-12-02T18:24:08.446Z] #10 48.35 Selecting previously unselected package liblzo2-2:amd64. [2019-12-02T18:24:08.446Z] #10 48.37 Preparing to unpack .../02-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 48.37 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:24:08.446Z] #10 48.50 Selecting previously unselected package btrfs-progs. [2019-12-02T18:24:08.446Z] #10 48.50 Preparing to unpack .../03-btrfs-progs_4.7.3-1_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 48.50 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-02T18:24:08.446Z] #10 49.22 Selecting previously unselected package btrfs-tools. [2019-12-02T18:24:08.446Z] #10 49.22 Preparing to unpack .../04-btrfs-tools_4.7.3-1_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 49.23 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-02T18:24:08.446Z] #10 49.37 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-12-02T18:24:08.446Z] #10 49.37 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 49.38 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-12-02T18:24:08.446Z] #10 49.68 Selecting previously unselected package dmsetup. [2019-12-02T18:24:08.446Z] #10 49.68 Preparing to unpack .../06-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 49.69 Unpacking dmsetup (2:1.02.137-2) ... [2019-12-02T18:24:08.446Z] #10 49.95 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-12-02T18:24:08.446Z] #10 49.95 Preparing to unpack .../07-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 49.96 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-12-02T18:24:08.446Z] #10 50.11 Selecting previously unselected package libsepol1-dev:amd64. [2019-12-02T18:24:08.446Z] #10 50.13 Preparing to unpack .../08-libsepol1-dev_2.6-2_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 50.13 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-12-02T18:24:08.446Z] #10 50.56 Selecting previously unselected package libpcre16-3:amd64. [2019-12-02T18:24:08.446Z] #10 50.59 Preparing to unpack .../09-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 50.60 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-12-02T18:24:08.446Z] #10 50.83 Selecting previously unselected package libpcre32-3:amd64. [2019-12-02T18:24:08.446Z] #10 50.84 Preparing to unpack .../10-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 50.85 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-12-02T18:24:08.446Z] #10 51.10 Selecting previously unselected package libpcre3-dev:amd64. [2019-12-02T18:24:08.446Z] #10 51.10 Preparing to unpack .../11-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 51.10 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-12-02T18:24:08.446Z] #10 51.87 Selecting previously unselected package libselinux1-dev:amd64. [2019-12-02T18:24:08.446Z] #10 51.87 Preparing to unpack .../12-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 51.88 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-12-02T18:24:08.446Z] #10 52.30 Selecting previously unselected package libdevmapper-dev:amd64. [2019-12-02T18:24:08.446Z] #10 52.33 Preparing to unpack .../13-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 52.35 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-12-02T18:24:08.446Z] #10 52.53 Selecting previously unselected package libseccomp2:amd64. [2019-12-02T18:24:08.446Z] #10 52.54 Preparing to unpack .../14-libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 52.55 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-02T18:24:08.446Z] #10 52.70 Selecting previously unselected package libseccomp-dev:amd64. [2019-12-02T18:24:08.446Z] #10 52.74 Preparing to unpack .../15-libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 52.75 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-02T18:24:08.446Z] #10 52.93 Selecting previously unselected package libsystemd-dev:amd64. [2019-12-02T18:24:08.446Z] #10 52.96 Preparing to unpack .../16-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-12-02T18:24:08.446Z] #10 52.96 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-12-02T18:24:08.465Z] #17 11.95 Selecting previously unselected package apparmor. [2019-12-02T18:24:08.466Z] #17 11.95 Preparing to unpack .../34-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-12-02T18:24:08.466Z] #17 11.97 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-12-02T18:24:08.704Z] #10 ... [2019-12-02T18:24:08.704Z] [2019-12-02T18:24:08.704Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:08.722Z] #17 12.18 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-12-02T18:24:08.722Z] #17 12.19 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-02T18:24:08.722Z] #17 12.20 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-02T18:24:08.723Z] #17 12.22 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:24:08.723Z] #17 12.23 Processing triggers for mime-support (3.60) ... [2019-12-02T18:24:08.723Z] #17 12.24 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:08.723Z] #17 12.25 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-12-02T18:24:08.723Z] #17 12.26 Setting up libcap2-bin (1:2.25-1) ... [2019-12-02T18:24:08.723Z] #17 12.27 Setting up bash-completion (1:2.1-4.3) ... [2019-12-02T18:24:09.287Z] #17 12.87 Setting up libonig4:amd64 (6.1.3-2) ... [2019-12-02T18:24:09.287Z] #17 12.88 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-02T18:24:09.287Z] #17 12.89 Setting up zip (3.0-11+b1) ... [2019-12-02T18:24:09.287Z] #17 12.90 Setting up bzip2 (1.0.6-8.1) ... [2019-12-02T18:24:09.287Z] #17 12.91 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-02T18:24:09.287Z] #17 12.92 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:24:09.287Z] #17 12.93 Setting up libaio1:amd64 (0.3.110-3) ... [2019-12-02T18:24:09.287Z] #17 12.95 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:24:09.287Z] #17 12.96 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-12-02T18:24:09.287Z] #17 12.97 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-12-02T18:24:09.287Z] #17 12.98 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-02T18:24:09.287Z] #17 12.99 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:09.301Z] go: finding golang.org/x/text v0.3.0 [2019-12-02T18:24:09.481Z] #26 9.244 ### 4.4% ######## 11.6% ############# 18.3% ################## 25.1% ####################### 33.1% ########################### 38.3% ################################ 45.6% ###################################### 53.0% ########################################## 58.4% ############################################### 65.3% ################################################## 70.2% ###################################################### 75.4% [2019-12-02T18:24:09.481Z] #26 ... [2019-12-02T18:24:09.481Z] [2019-12-02T18:24:09.481Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:24:09.481Z] #59 3.282 + RM_GOPATH=0 [2019-12-02T18:24:09.481Z] #59 3.282 + TMP_GOPATH= [2019-12-02T18:24:09.481Z] #59 3.282 + : /build [2019-12-02T18:24:09.481Z] #59 3.282 + '[' -z '' ']' [2019-12-02T18:24:09.481Z] #59 3.283 ++ mktemp -d [2019-12-02T18:24:09.481Z] #59 3.289 + export GOPATH=/tmp/tmp.vVjwpp1w72 [2019-12-02T18:24:09.481Z] #59 3.289 + GOPATH=/tmp/tmp.vVjwpp1w72 [2019-12-02T18:24:09.481Z] #59 3.289 + RM_GOPATH=1 [2019-12-02T18:24:09.481Z] #59 3.292 ++ dirname ./install.sh [2019-12-02T18:24:09.481Z] #59 3.297 + dir=. [2019-12-02T18:24:09.481Z] #59 3.297 + bin=containerd [2019-12-02T18:24:09.481Z] #59 3.297 + shift [2019-12-02T18:24:09.481Z] #59 3.297 + '[' '!' -f ./containerd.installer ']' [2019-12-02T18:24:09.481Z] #59 3.297 + . ./containerd.installer [2019-12-02T18:24:09.481Z] #59 3.297 ++ : c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:24:09.481Z] #59 3.302 + install_containerd [2019-12-02T18:24:09.481Z] #59 3.302 Install containerd version c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:24:09.481Z] #59 3.302 + echo 'Install containerd version c7a4f874b3267c499484aae602d1257b12d69e40' [2019-12-02T18:24:09.481Z] #59 3.303 + git clone https://github.com/containerd/containerd.git /tmp/tmp.vVjwpp1w72/src/github.com/containerd/containerd [2019-12-02T18:24:09.481Z] #59 3.309 Cloning into '/tmp/tmp.vVjwpp1w72/src/github.com/containerd/containerd'... [2019-12-02T18:24:09.481Z] #59 ... [2019-12-02T18:24:09.481Z] [2019-12-02T18:24:09.481Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:09.544Z] #17 13.00 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-12-02T18:24:09.544Z] #17 13.02 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:09.544Z] #17 13.10 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-12-02T18:24:09.544Z] #17 13.11 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-12-02T18:24:09.544Z] #17 13.12 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-02T18:24:09.544Z] #17 13.13 Setting up pigz (2.3.4-1) ... [2019-12-02T18:24:09.544Z] #17 13.14 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-02T18:24:09.544Z] #17 13.15 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-12-02T18:24:09.544Z] #17 13.16 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:24:09.544Z] #17 13.17 Setting up jq (1.5+dfsg-1.3) ... [2019-12-02T18:24:09.544Z] #17 13.18 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-12-02T18:24:09.544Z] #17 13.19 Setting up xfsprogs (4.9.0+nmu1) ... [2019-12-02T18:24:09.544Z] #17 13.20 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:09.544Z] #17 13.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-12-02T18:24:09.644Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2019-12-02T18:24:09.739Z] #26 9.244 ### 4.4% ######## 11.6% ############# 18.3% ################## 25.1% ####################### 33.1% ########################### 38.3% ################################ 45.6% ###################################### 53.0% ########################################## 58.4% ############################################### 65.3% ################################################## 70.2% ###################################################### 75.4% ########################################################## 81.6% ############################################################## 87.2% ####################################################################### 99.7% ######################################################################## 100.0% [2019-12-02T18:24:09.801Z] #17 13.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-12-02T18:24:09.801Z] #17 13.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-12-02T18:24:09.801Z] #17 13.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-12-02T18:24:09.801Z] #17 13.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-12-02T18:24:09.801Z] #17 13.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-12-02T18:24:09.801Z] #17 13.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-12-02T18:24:09.801Z] #17 13.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-12-02T18:24:09.801Z] #17 13.34 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-12-02T18:24:09.801Z] #17 13.35 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:24:09.801Z] #17 13.36 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-12-02T18:24:09.988Z] go: finding github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc [2019-12-02T18:24:10.058Z] #17 13.47 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-12-02T18:24:10.305Z] #26 11.34 [2019-12-02T18:24:10.334Z] go: finding github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e [2019-12-02T18:24:10.334Z] go: finding github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2019-12-02T18:24:10.680Z] go: finding github.com/json-iterator/go v1.1.6 [2019-12-02T18:24:11.006Z] #17 14.41 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-12-02T18:24:11.006Z] #17 14.42 Setting up python3 (3.5.3-1) ... [2019-12-02T18:24:11.264Z] #17 14.72 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-12-02T18:24:11.323Z] ok github.com/docker/docker/api/server/httputils 0.022s coverage: 14.7% of statements [2019-12-02T18:24:11.417Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2019-12-02T18:24:11.417Z] go: finding github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e [2019-12-02T18:24:11.893Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-12-02T18:24:12.193Z] go: finding github.com/magiconair/properties v1.8.0 [2019-12-02T18:24:12.193Z] go: finding github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2019-12-02T18:24:12.196Z] #17 15.44 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-12-02T18:24:12.196Z] #17 15.48 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-12-02T18:24:12.196Z] #17 15.49 Setting up python3-wheel (0.29.0-2) ... [2019-12-02T18:24:12.196Z] #17 15.68 Setting up python3-pkg-resources (33.1.1-1) ... [2019-12-02T18:24:12.453Z] #17 15.88 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-12-02T18:24:12.453Z] #17 16.11 Setting up python3-setuptools (33.1.1-1) ... [2019-12-02T18:24:12.462Z] ok github.com/docker/docker/api/server/middleware 0.015s coverage: 37.7% of statements [2019-12-02T18:24:12.462Z] ? github.com/docker/docker/api/server/router [no test files] [2019-12-02T18:24:12.462Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-12-02T18:24:12.462Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-12-02T18:24:12.710Z] #17 16.33 Setting up dh-python (2.20170125) ... [2019-12-02T18:24:12.722Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-12-02T18:24:12.722Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-12-02T18:24:12.722Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-12-02T18:24:12.722Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-12-02T18:24:12.722Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-12-02T18:24:12.926Z] go: finding github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2019-12-02T18:24:12.967Z] #17 16.49 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:24:12.983Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-12-02T18:24:13.146Z] #26 11.61 # 1.7% ### 4.5% ##### 7.0% ####### 10.0% ######### 12.9% ########### 15.6% ############# 18.9% ############### 21.2% ################# 23.8% ################### 27.0% ##################### 29.4% ###################### 31.6% ######################## 34.7% ########################## 37.4% ############################# 40.4% ############################## 41.9% ################################ 44.6% ################################## 47.3% ################################### 50.0% ###################################### 53.5% ######################################## 56.2% ########################################## 59.2% ############################################# 62.8% ############################################### 66.1% [2019-12-02T18:24:13.146Z] #26 ... [2019-12-02T18:24:13.146Z] [2019-12-02T18:24:13.146Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:24:13.146Z] #40 48.26 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-02T18:24:13.146Z] #40 48.39 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-02T18:24:13.146Z] #40 48.40 Setting up python-pkg-resources (33.1.1-1) ... [2019-12-02T18:24:13.146Z] #40 53.40 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-12-02T18:24:13.146Z] #40 53.41 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-12-02T18:24:13.146Z] #40 53.42 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:24:13.146Z] #40 53.45 Setting up python-protobuf (3.0.0-9) ... [2019-12-02T18:24:13.146Z] #40 ... [2019-12-02T18:24:13.146Z] [2019-12-02T18:24:13.146Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:13.663Z] go: finding github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c [2019-12-02T18:24:13.897Z] #17 DONE 17.4s [2019-12-02T18:24:13.897Z] [2019-12-02T18:24:13.897Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:24:13.923Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-12-02T18:24:13.923Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-12-02T18:24:14.005Z] go: finding github.com/coreos/go-etcd v2.0.0+incompatible [2019-12-02T18:24:14.184Z] ok github.com/docker/docker/api/types/strslice 0.022s coverage: 90.0% of statements [2019-12-02T18:24:14.348Z] go: finding github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2019-12-02T18:24:14.439Z] #26 11.61 # 1.7% ### 4.5% ##### 7.0% ####### 10.0% ######### 12.9% ########### 15.6% ############# 18.9% ############### 21.2% ################# 23.8% ################### 27.0% ##################### 29.4% ###################### 31.6% ######################## 34.7% ########################## 37.4% ############################# 40.4% ############################## 41.9% ################################ 44.6% ################################## 47.3% ################################### 50.0% ###################################### 53.5% ######################################## 56.2% ########################################## 59.2% ############################################# 62.8% ############################################### 66.1% ################################################# 68.6% ################################################### 71.4% ##################################################### 74.0% ####################################################### 76.6% ######################################################### 79.3% ########################################################### 82.6% ############################################################# 85.0% ############################################################### 88.2% ################################################################# 91.1% #################################################################### 95.0% ####################################################################### 98.6% ######################################################################## 100.0% [2019-12-02T18:24:14.439Z] #26 15.53 [2019-12-02T18:24:14.439Z] #26 ... [2019-12-02T18:24:14.439Z] [2019-12-02T18:24:14.439Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:14.439Z] #44 49.33 syscall [2019-12-02T18:24:14.439Z] #44 57.95 time [2019-12-02T18:24:14.446Z] ok github.com/docker/docker/api/server/router/swarm 0.017s coverage: 4.0% of statements [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/container [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/events [no test files] [2019-12-02T18:24:14.446Z] ok github.com/docker/docker/api/types/filters 0.013s coverage: 92.2% of statements [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/image [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/network [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-12-02T18:24:14.446Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-12-02T18:24:14.698Z] #44 ... [2019-12-02T18:24:14.698Z] [2019-12-02T18:24:14.698Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:24:14.698Z] #33 55.02 Selecting previously unselected package libxml2:amd64. [2019-12-02T18:24:14.698Z] #33 55.02 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-12-02T18:24:14.698Z] #33 55.03 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-02T18:24:14.698Z] #33 55.95 Selecting previously unselected package libarchive13:amd64. [2019-12-02T18:24:14.698Z] #33 55.95 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_amd64.deb ... [2019-12-02T18:24:14.698Z] #33 55.96 Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-12-02T18:24:14.698Z] #33 56.44 Selecting previously unselected package libjsoncpp1:amd64. [2019-12-02T18:24:14.698Z] #33 56.46 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-12-02T18:24:14.698Z] #33 56.49 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-12-02T18:24:14.698Z] #33 56.78 Selecting previously unselected package libuv1:amd64. [2019-12-02T18:24:14.698Z] #33 56.82 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-12-02T18:24:14.698Z] #33 56.82 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-12-02T18:24:14.698Z] #33 57.07 Selecting previously unselected package cmake. [2019-12-02T18:24:14.698Z] #33 57.08 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-12-02T18:24:14.698Z] #33 57.19 Unpacking cmake (3.7.2-1) ... [2019-12-02T18:24:14.705Z] go: finding github.com/docker/go-connections v0.3.0 [2019-12-02T18:24:14.707Z] ok github.com/docker/docker/api/types/time 0.016s coverage: 100.0% of statements [2019-12-02T18:24:14.970Z] ok github.com/docker/docker/api/types/versions 0.011s coverage: 75.0% of statements [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/builder [no test files] [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-12-02T18:24:14.970Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-12-02T18:24:15.047Z] go: finding github.com/pelletier/go-toml v1.2.0 [2019-12-02T18:24:15.230Z] ok github.com/docker/docker/builder/dockerignore 0.014s coverage: 96.8% of statements [2019-12-02T18:24:15.264Z] #33 60.49 Selecting previously unselected package xxd. [2019-12-02T18:24:15.264Z] #33 ... [2019-12-02T18:24:15.264Z] [2019-12-02T18:24:15.264Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:24:15.264Z] #40 60.49 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-12-02T18:24:15.533Z] #40 60.51 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-12-02T18:24:15.533Z] #40 60.52 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-12-02T18:24:15.533Z] #40 60.56 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-12-02T18:24:15.533Z] #40 60.58 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-12-02T18:24:15.533Z] #40 60.59 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-12-02T18:24:15.533Z] #40 60.61 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-12-02T18:24:15.533Z] #40 60.63 Setting up protobuf-compiler (3.0.0-9) ... [2019-12-02T18:24:15.533Z] #40 60.64 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-12-02T18:24:15.533Z] #40 60.65 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-12-02T18:24:15.533Z] #40 60.66 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:24:15.792Z] #18 1.643 Collecting yamllint==1.16.0 [2019-12-02T18:24:16.233Z] go: finding github.com/docker/go-events v0.0.0-20170721190031-9461782956ad [2019-12-02T18:24:16.233Z] go: finding github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c [2019-12-02T18:24:16.573Z] go: finding github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 [2019-12-02T18:24:16.910Z] #40 DONE 61.8s [2019-12-02T18:24:16.910Z] [2019-12-02T18:24:16.910Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:16.910Z] #26 16.90 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-12-02T18:24:16.910Z] #26 17.51 [2019-12-02T18:24:16.910Z] #26 17.73 ######################################################################## 100.0% [2019-12-02T18:24:16.910Z] #26 17.92 [2019-12-02T18:24:16.928Z] go: finding golang.org/x/time v0.0.0-20161028155119-f51c12702a4d [2019-12-02T18:24:16.928Z] go: finding vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787 [2019-12-02T18:24:16.928Z] go: finding github.com/pkg/profile v1.2.1 [2019-12-02T18:24:17.270Z] go: finding github.com/docker/docker-credential-helpers v0.6.1 [2019-12-02T18:24:17.270Z] go: finding github.com/google/go-cmp v0.2.0 [2019-12-02T18:24:17.476Z] #26 ... [2019-12-02T18:24:17.476Z] [2019-12-02T18:24:17.476Z] #33 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:24:17.476Z] #33 60.52 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-02T18:24:17.476Z] #33 60.54 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:17.476Z] #33 60.67 Selecting previously unselected package vim-common. [2019-12-02T18:24:17.476Z] #33 60.67 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:24:17.476Z] #33 60.71 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:17.476Z] #33 61.37 Processing triggers for mime-support (3.60) ... [2019-12-02T18:24:17.476Z] #33 61.56 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:17.476Z] #33 61.78 Setting up libuv1:amd64 (1.9.1-3) ... [2019-12-02T18:24:17.476Z] #33 61.83 Setting up cmake-data (3.7.2-1) ... [2019-12-02T18:24:17.476Z] #33 61.88 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-12-02T18:24:17.476Z] #33 61.94 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-02T18:24:17.476Z] #33 61.95 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:24:17.476Z] #33 62.04 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:24:17.476Z] #33 62.12 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:24:17.476Z] #33 62.14 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-12-02T18:24:17.476Z] #33 62.16 Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ... [2019-12-02T18:24:17.476Z] #33 62.17 Setting up cmake (3.7.2-1) ... [2019-12-02T18:24:17.476Z] #33 62.26 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:24:17.476Z] #33 DONE 62.6s [2019-12-02T18:24:17.612Z] go: finding github.com/stretchr/objx v0.1.0 [2019-12-02T18:24:17.733Z] [2019-12-02T18:24:17.733Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:24:17.733Z] #34 DONE 0.2s [2019-12-02T18:24:17.733Z] [2019-12-02T18:24:17.733Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-12-02T18:24:17.733Z] #35 DONE 0.1s [2019-12-02T18:24:17.733Z] [2019-12-02T18:24:17.733Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:17.777Z] ok github.com/docker/docker/cli/debug 0.012s coverage: 100.0% of statements [2019-12-02T18:24:18.351Z] go: finding github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 [2019-12-02T18:24:18.666Z] #36 ... [2019-12-02T18:24:18.666Z] [2019-12-02T18:24:18.666Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:24:18.666Z] #31 53.67 time [2019-12-02T18:24:18.666Z] #31 59.45 internal/poll [2019-12-02T18:24:18.666Z] #31 62.34 internal/syscall/unix [2019-12-02T18:24:18.666Z] #31 62.73 os [2019-12-02T18:24:18.666Z] #31 62.73 internal/fmtsort [2019-12-02T18:24:18.666Z] #31 63.67 strings [2019-12-02T18:24:18.924Z] #31 ... [2019-12-02T18:24:18.924Z] [2019-12-02T18:24:18.924Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:18.924Z] #26 19.72 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-12-02T18:24:19.161Z] ok github.com/docker/docker/builder/remotecontext 0.283s coverage: 13.6% of statements [2019-12-02T18:24:19.182Z] #26 20.39 [2019-12-02T18:24:19.422Z] ok github.com/docker/docker/builder/remotecontext/git 3.030s coverage: 85.1% of statements [2019-12-02T18:24:19.542Z] go: finding github.com/gogo/protobuf v1.2.1 [2019-12-02T18:24:19.542Z] go: finding github.com/golang/mock v1.1.1 [2019-12-02T18:24:19.749Z] #26 20.73 ################ 23.2% ######################################################################## 100.0% [2019-12-02T18:24:19.749Z] #26 20.96 [2019-12-02T18:24:19.886Z] go: finding github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 [2019-12-02T18:24:19.886Z] go: finding golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 [2019-12-02T18:24:19.886Z] go: finding github.com/containerd/go-runc v0.0.0-20190911050354-e029b79d8cda [2019-12-02T18:24:19.886Z] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1 [2019-12-02T18:24:19.886Z] go: finding github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 [2019-12-02T18:24:20.364Z] ok github.com/docker/docker/builder/dockerfile 1.041s coverage: 48.2% of statements [2019-12-02T18:24:20.364Z] ? github.com/docker/docker/cli [no test files] [2019-12-02T18:24:20.364Z] ? github.com/docker/docker/cli/config [no test files] [2019-12-02T18:24:20.685Z] #26 ... [2019-12-02T18:24:20.685Z] [2019-12-02T18:24:20.685Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:24:20.685Z] #10 55.64 Selecting previously unselected package binutils-mingw-w64-i686. [2019-12-02T18:24:20.685Z] #10 55.65 Preparing to unpack .../17-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-12-02T18:24:20.685Z] #10 55.65 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-02T18:24:20.685Z] #10 58.26 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-12-02T18:24:20.685Z] #10 58.26 Preparing to unpack .../18-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-12-02T18:24:20.685Z] #10 58.27 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-02T18:24:20.685Z] #10 61.82 Selecting previously unselected package binutils-mingw-w64. [2019-12-02T18:24:20.685Z] #10 61.88 Preparing to unpack .../19-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-12-02T18:24:20.685Z] #10 61.93 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-02T18:24:20.685Z] #10 62.16 Selecting previously unselected package mingw-w64-common. [2019-12-02T18:24:20.685Z] #10 62.17 Preparing to unpack .../20-mingw-w64-common_5.0.1-1_all.deb ... [2019-12-02T18:24:20.685Z] #10 62.18 Unpacking mingw-w64-common (5.0.1-1) ... [2019-12-02T18:24:20.944Z] #10 ... [2019-12-02T18:24:20.944Z] [2019-12-02T18:24:20.944Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:20.944Z] #36 3.226 + RM_GOPATH=0 [2019-12-02T18:24:20.944Z] #36 3.226 + TMP_GOPATH= [2019-12-02T18:24:20.944Z] #36 3.226 + : /build [2019-12-02T18:24:20.944Z] #36 3.226 + '[' -z '' ']' [2019-12-02T18:24:20.944Z] #36 3.226 ++ mktemp -d [2019-12-02T18:24:20.944Z] #36 3.251 + export GOPATH=/tmp/tmp.bVT7e2d9FQ [2019-12-02T18:24:20.944Z] #36 3.251 + GOPATH=/tmp/tmp.bVT7e2d9FQ [2019-12-02T18:24:20.944Z] #36 3.251 + RM_GOPATH=1 [2019-12-02T18:24:20.944Z] #36 3.252 ++ dirname ./install.sh [2019-12-02T18:24:20.944Z] #36 3.253 + dir=. [2019-12-02T18:24:20.944Z] #36 3.253 + bin=tini [2019-12-02T18:24:20.944Z] #36 3.253 + shift [2019-12-02T18:24:20.944Z] #36 3.253 + '[' '!' -f ./tini.installer ']' [2019-12-02T18:24:20.944Z] #36 3.253 + . ./tini.installer [2019-12-02T18:24:20.944Z] #36 3.253 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:24:20.944Z] #36 3.253 + install_tini [2019-12-02T18:24:20.944Z] #36 3.253 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:24:20.944Z] #36 3.253 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-12-02T18:24:20.944Z] #36 3.253 + git clone https://github.com/krallin/tini.git /tmp/tmp.bVT7e2d9FQ/tini [2019-12-02T18:24:20.944Z] #36 3.258 Cloning into '/tmp/tmp.bVT7e2d9FQ/tini'... [2019-12-02T18:24:21.072Z] go: finding github.com/jinzhu/now v1.0.0 [2019-12-02T18:24:21.416Z] go: finding github.com/docker/go-connections v0.4.0 [2019-12-02T18:24:21.759Z] go: finding github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e [2019-12-02T18:24:22.102Z] go: finding github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0 [2019-12-02T18:24:22.102Z] go: finding github.com/docker/docker-credential-helpers v0.6.0 [2019-12-02T18:24:22.102Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2019-12-02T18:24:22.102Z] go: finding github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad [2019-12-02T18:24:22.319Z] #36 4.257 + cd /tmp/tmp.bVT7e2d9FQ/tini [2019-12-02T18:24:22.319Z] #36 4.265 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:24:22.319Z] #36 4.278 + cmake . [2019-12-02T18:24:22.319Z] #36 4.693 -- The C compiler identification is GNU 6.3.0 [2019-12-02T18:24:22.319Z] #36 4.727 -- Check for working C compiler: /usr/bin/cc [2019-12-02T18:24:22.333Z] #18 7.927 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-12-02T18:24:22.333Z] #18 7.992 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-12-02T18:24:22.833Z] go: finding github.com/coreos/etcd v3.3.10+incompatible [2019-12-02T18:24:22.833Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2019-12-02T18:24:22.897Z] #18 9.027 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-12-02T18:24:23.154Z] #18 9.360 Collecting pyyaml (from yamllint==1.16.0) [2019-12-02T18:24:23.177Z] go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2019-12-02T18:24:23.177Z] go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be [2019-12-02T18:24:23.177Z] go: finding github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf [2019-12-02T18:24:23.177Z] go: finding google.golang.org/appengine v1.1.0 [2019-12-02T18:24:23.254Z] #36 5.452 -- Check for working C compiler: /usr/bin/cc -- works [2019-12-02T18:24:23.254Z] #36 5.459 -- Detecting C compiler ABI info [2019-12-02T18:24:23.824Z] #36 5.898 -- Detecting C compiler ABI info - done [2019-12-02T18:24:23.824Z] #36 5.977 -- Detecting C compile features [2019-12-02T18:24:24.082Z] #36 ... [2019-12-02T18:24:24.082Z] [2019-12-02T18:24:24.082Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:24.082Z] #26 22.17 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-12-02T18:24:24.082Z] #26 22.26 skipping existing 1849cc453dee [2019-12-02T18:24:24.082Z] #26 22.44 [2019-12-02T18:24:24.082Z] #26 23.85 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-12-02T18:24:24.082Z] #26 24.30 [2019-12-02T18:24:24.082Z] #26 24.64 ######################################################################## 100.0% [2019-12-02T18:24:24.082Z] #26 24.81 [2019-12-02T18:24:24.082Z] #26 24.89 Download of images into '/build' complete. [2019-12-02T18:24:24.082Z] #26 24.89 Use something like the following to load the result into a Docker daemon: [2019-12-02T18:24:24.082Z] #26 24.89 tar -cC '/build' . | docker load [2019-12-02T18:24:24.082Z] #26 DONE 25.1s [2019-12-02T18:24:24.343Z] [2019-12-02T18:24:24.343Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:24:24.343Z] #10 68.58 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-12-02T18:24:24.343Z] #10 68.60 Preparing to unpack .../21-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-12-02T18:24:24.343Z] #10 68.61 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-02T18:24:24.522Z] #18 10.42 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-12-02T18:24:24.780Z] #18 10.78 Building wheels for collected packages: pathspec, pyyaml [2019-12-02T18:24:24.780Z] #18 10.78 Running setup.py bdist_wheel for pathspec: started [2019-12-02T18:24:24.780Z] #18 11.05 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-12-02T18:24:25.037Z] #18 11.05 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-12-02T18:24:25.037Z] #18 11.06 Running setup.py bdist_wheel for pyyaml: started [2019-12-02T18:24:25.037Z] #18 11.34 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-12-02T18:24:25.295Z] #18 11.34 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-12-02T18:24:25.295Z] #18 11.36 Successfully built pathspec pyyaml [2019-12-02T18:24:25.295Z] #18 11.36 Installing collected packages: pathspec, pyyaml, yamllint [2019-12-02T18:24:25.295Z] #18 11.47 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-12-02T18:24:25.531Z] go: finding gotest.tools v2.2.0+incompatible [2019-12-02T18:24:25.552Z] #18 DONE 11.6s [2019-12-02T18:24:25.552Z] [2019-12-02T18:24:25.552Z] #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-12-02T18:24:25.552Z] #67 DONE 0.1s [2019-12-02T18:24:25.552Z] [2019-12-02T18:24:25.552Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-02T18:24:25.809Z] ok github.com/docker/docker/client 0.362s coverage: 75.8% of statements [2019-12-02T18:24:25.811Z] #25 ... [2019-12-02T18:24:25.811Z] [2019-12-02T18:24:25.811Z] #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-12-02T18:24:25.811Z] #61 DONE 0.2s [2019-12-02T18:24:25.811Z] [2019-12-02T18:24:25.811Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-02T18:24:25.811Z] #65 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-12-02T18:24:25.811Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.4s [2019-12-02T18:24:25.811Z] #65 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-12-02T18:24:25.873Z] go: finding github.com/kr/pretty v0.1.0 [2019-12-02T18:24:26.074Z] #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.5s done [2019-12-02T18:24:26.074Z] #65 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c [2019-12-02T18:24:26.074Z] #65 ... [2019-12-02T18:24:26.074Z] [2019-12-02T18:24:26.074Z] #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-12-02T18:24:26.074Z] #46 DONE 0.5s [2019-12-02T18:24:26.074Z] [2019-12-02T18:24:26.074Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:24:26.074Z] #52 DONE 0.5s [2019-12-02T18:24:26.074Z] [2019-12-02T18:24:26.074Z] #49 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-12-02T18:24:26.074Z] #49 DONE 0.5s [2019-12-02T18:24:26.074Z] [2019-12-02T18:24:26.074Z] #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-12-02T18:24:26.074Z] #43 DONE 0.5s [2019-12-02T18:24:26.074Z] [2019-12-02T18:24:26.074Z] #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:24:26.074Z] #34 DONE 0.6s [2019-12-02T18:24:26.074Z] [2019-12-02T18:24:26.074Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-12-02T18:24:26.074Z] #23 DONE 0.6s [2019-12-02T18:24:26.215Z] go: finding github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2019-12-02T18:24:26.215Z] go: finding github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 [2019-12-02T18:24:26.341Z] [2019-12-02T18:24:26.341Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-02T18:24:26.341Z] #25 DONE 0.6s [2019-12-02T18:24:26.341Z] [2019-12-02T18:24:26.341Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-12-02T18:24:26.341Z] #53 DONE 0.2s [2019-12-02T18:24:26.341Z] [2019-12-02T18:24:26.341Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:26.341Z] #26 ... [2019-12-02T18:24:26.341Z] [2019-12-02T18:24:26.341Z] #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-12-02T18:24:26.341Z] #35 DONE 0.2s [2019-12-02T18:24:26.341Z] [2019-12-02T18:24:26.341Z] #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-02T18:24:26.999Z] #10 ... [2019-12-02T18:24:26.999Z] [2019-12-02T18:24:26.999Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:24:26.999Z] #41 5.252 Note: Building without setproctitle() and strlcpy() support. [2019-12-02T18:24:26.999Z] #41 5.253 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-02T18:24:26.999Z] #41 6.912 fatal: Not a git repository (or any of the parent directories): .git [2019-12-02T18:24:26.999Z] #41 6.933 GEN .gitid [2019-12-02T18:24:26.999Z] #41 6.941 GEN criu/include/version.h [2019-12-02T18:24:26.999Z] #41 6.968 GEN include/common/asm [2019-12-02T18:24:26.999Z] #41 ... [2019-12-02T18:24:26.999Z] [2019-12-02T18:24:26.999Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:26.999Z] #36 8.945 -- Detecting C compile features - done [2019-12-02T18:24:26.999Z] #36 9.030 -- Performing Test HAS_BUILTIN_FORTIFY [2019-12-02T18:24:26.999Z] #36 9.319 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-12-02T18:24:27.258Z] #36 9.420 -- Configuring done [2019-12-02T18:24:27.258Z] #36 9.462 -- Generating done [2019-12-02T18:24:27.258Z] #36 9.464 -- Build files have been written to: /tmp/tmp.bVT7e2d9FQ/tini [2019-12-02T18:24:27.258Z] #36 9.486 + make tini-static [2019-12-02T18:24:27.398Z] go: finding github.com/davecgh/go-spew v1.1.0 [2019-12-02T18:24:27.517Z] #36 9.910 Scanning dependencies of target tini-static [2019-12-02T18:24:27.740Z] go: finding github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5 [2019-12-02T18:24:27.776Z] #36 10.08 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-12-02T18:24:28.082Z] go: finding github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 [2019-12-02T18:24:28.817Z] go: finding github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed [2019-12-02T18:24:28.817Z] go: finding github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470 [2019-12-02T18:24:28.817Z] go: finding github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f [2019-12-02T18:24:28.875Z] #65 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 2.6s done [2019-12-02T18:24:28.875Z] #65 DONE 3.1s [2019-12-02T18:24:28.875Z] [2019-12-02T18:24:28.875Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:29.552Z] go: finding github.com/gogo/protobuf v1.2.0 [2019-12-02T18:24:29.679Z] #36 11.63 [100%] Linking C executable tini-static [2019-12-02T18:24:29.679Z] #36 ... [2019-12-02T18:24:29.679Z] [2019-12-02T18:24:29.679Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:29.679Z] #44 64.37 strings [2019-12-02T18:24:29.679Z] #44 64.98 os [2019-12-02T18:24:29.679Z] #44 67.30 regexp/syntax [2019-12-02T18:24:29.679Z] #44 69.69 fmt [2019-12-02T18:24:29.679Z] #44 73.87 regexp [2019-12-02T18:24:29.679Z] #44 ... [2019-12-02T18:24:29.679Z] [2019-12-02T18:24:29.679Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:24:29.679Z] #41 10.56 PBCC images/google/protobuf/descriptor.pb-c.c [2019-12-02T18:24:29.679Z] #41 10.64 PBCC images/opts.pb-c.c [2019-12-02T18:24:29.679Z] #41 10.74 PBCC images/sit.pb-c.c [2019-12-02T18:24:29.679Z] #41 10.80 DEP images/google/protobuf/descriptor.pb-c.d [2019-12-02T18:24:29.679Z] #41 10.89 DEP images/opts.pb-c.d [2019-12-02T18:24:29.679Z] #41 10.94 DEP images/sit.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.03 PBCC images/macvlan.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.05 DEP images/macvlan.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.09 PBCC images/autofs.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.12 DEP images/autofs.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.19 PBCC images/sysctl.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.26 DEP images/sysctl.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.31 PBCC images/time.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.34 DEP images/time.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.39 PBCC images/binfmt-misc.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.40 DEP images/binfmt-misc.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.44 PBCC images/seccomp.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.47 DEP images/seccomp.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.48 PBCC images/userns.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.52 DEP images/userns.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.57 PBCC images/cgroup.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.58 DEP images/cgroup.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.63 PBCC images/fown.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.68 PBCC images/ext-file.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.70 DEP images/fown.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.73 DEP images/ext-file.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.79 PBCC images/rpc.pb-c.c [2019-12-02T18:24:29.679Z] #41 11.86 DEP images/rpc.pb-c.d [2019-12-02T18:24:29.679Z] #41 11.96 PBCC images/siginfo.pb-c.c [2019-12-02T18:24:29.679Z] #41 12.02 DEP images/siginfo.pb-c.d [2019-12-02T18:24:29.679Z] #41 12.08 PBCC images/pagemap.pb-c.c [2019-12-02T18:24:29.679Z] #41 12.16 DEP images/pagemap.pb-c.d [2019-12-02T18:24:29.679Z] #41 12.22 PBCC images/rlimit.pb-c.c [2019-12-02T18:24:29.679Z] #41 12.28 DEP images/rlimit.pb-c.d [2019-12-02T18:24:29.679Z] #41 12.34 PBCC images/file-lock.pb-c.c [2019-12-02T18:24:29.679Z] #41 12.36 DEP images/file-lock.pb-c.d [2019-12-02T18:24:29.679Z] #41 12.42 PBCC images/tty.pb-c.c [2019-12-02T18:24:29.679Z] #41 12.46 DEP images/tty.pb-c.d [2019-12-02T18:24:29.679Z] #41 12.51 PBCC images/tun.pb-c.c [2019-12-02T18:24:29.679Z] #41 12.55 PBCC images/netdev.pb-c.c [2019-12-02T18:24:29.679Z] #41 12.60 DEP images/tun.pb-c.d [2019-12-02T18:24:29.679Z] #41 12.70 DEP images/netdev.pb-c.d [2019-12-02T18:24:29.679Z] #41 12.76 PBCC images/vma.pb-c.c [2019-12-02T18:24:29.679Z] #41 12.83 DEP images/vma.pb-c.d [2019-12-02T18:24:29.679Z] #41 12.89 PBCC images/creds.pb-c.c [2019-12-02T18:24:29.679Z] #41 12.92 DEP images/creds.pb-c.d [2019-12-02T18:24:29.679Z] #41 12.97 PBCC images/utsns.pb-c.c [2019-12-02T18:24:29.679Z] #41 13.02 DEP images/utsns.pb-c.d [2019-12-02T18:24:29.679Z] #41 13.07 PBCC images/ipc-desc.pb-c.c [2019-12-02T18:24:29.938Z] #41 13.10 PBCC images/ipc-sem.pb-c.c [2019-12-02T18:24:29.938Z] #41 13.14 DEP images/ipc-desc.pb-c.d [2019-12-02T18:24:29.938Z] #41 13.22 DEP images/ipc-sem.pb-c.d [2019-12-02T18:24:29.938Z] #41 13.27 PBCC images/ipc-msg.pb-c.c [2019-12-02T18:24:29.938Z] #41 13.29 DEP images/ipc-msg.pb-c.d [2019-12-02T18:24:30.196Z] #41 ... [2019-12-02T18:24:30.196Z] [2019-12-02T18:24:30.196Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:30.196Z] #36 12.12 [100%] Built target tini-static [2019-12-02T18:24:30.196Z] #36 12.17 + mkdir -p /build [2019-12-02T18:24:30.196Z] #36 12.17 + cp tini-static /build/docker-init [2019-12-02T18:24:30.196Z] #36 DONE 12.4s [2019-12-02T18:24:30.196Z] [2019-12-02T18:24:30.196Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:24:30.196Z] #41 13.38 PBCC images/ipc-shm.pb-c.c [2019-12-02T18:24:30.196Z] #41 13.43 DEP images/ipc-shm.pb-c.d [2019-12-02T18:24:30.196Z] #41 13.57 PBCC images/ipc-var.pb-c.c [2019-12-02T18:24:30.455Z] #41 13.72 DEP images/ipc-var.pb-c.d [2019-12-02T18:24:30.714Z] #41 13.87 PBCC images/sk-opts.pb-c.c [2019-12-02T18:24:30.714Z] #41 13.91 PBCC images/packet-sock.pb-c.c [2019-12-02T18:24:30.714Z] #41 14.00 DEP images/sk-opts.pb-c.d [2019-12-02T18:24:30.714Z] #41 14.07 DEP images/packet-sock.pb-c.d [2019-12-02T18:24:30.772Z] go: finding github.com/kisielk/errcheck v1.1.0 [2019-12-02T18:24:30.972Z] #41 14.21 PBCC images/sk-netlink.pb-c.c [2019-12-02T18:24:31.231Z] #41 14.43 DEP images/sk-netlink.pb-c.d [2019-12-02T18:24:31.231Z] #41 14.57 PBCC images/sk-inet.pb-c.c [2019-12-02T18:24:31.490Z] #41 14.67 DEP images/sk-inet.pb-c.d [2019-12-02T18:24:31.490Z] #41 14.74 PBCC images/sk-unix.pb-c.c [2019-12-02T18:24:31.490Z] #41 14.77 DEP images/sk-unix.pb-c.d [2019-12-02T18:24:31.490Z] #41 14.86 PBCC images/mm.pb-c.c [2019-12-02T18:24:31.490Z] #41 14.89 DEP images/mm.pb-c.d [2019-12-02T18:24:31.504Z] go: finding github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 [2019-12-02T18:24:31.749Z] #41 14.95 PBCC images/timerfd.pb-c.c [2019-12-02T18:24:31.749Z] #41 15.00 DEP images/timerfd.pb-c.d [2019-12-02T18:24:31.749Z] #41 15.08 PBCC images/timer.pb-c.c [2019-12-02T18:24:31.749Z] #41 15.10 DEP images/timer.pb-c.d [2019-12-02T18:24:31.845Z] go: finding golang.org/x/tools v0.0.0-20190311212946-11955173bddd [2019-12-02T18:24:31.845Z] go: finding github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1 [2019-12-02T18:24:32.008Z] #41 15.16 PBCC images/sa.pb-c.c [2019-12-02T18:24:32.008Z] #41 15.20 DEP images/sa.pb-c.d [2019-12-02T18:24:32.008Z] #41 15.28 PBCC images/pipe-data.pb-c.c [2019-12-02T18:24:32.008Z] #41 ... [2019-12-02T18:24:32.008Z] [2019-12-02T18:24:32.008Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:24:32.008Z] #31 66.87 path [2019-12-02T18:24:32.008Z] #31 67.21 text/tabwriter [2019-12-02T18:24:32.008Z] #31 67.53 fmt [2019-12-02T18:24:32.008Z] #31 67.94 path/filepath [2019-12-02T18:24:32.008Z] #31 70.27 io/ioutil [2019-12-02T18:24:32.008Z] #31 72.92 flag [2019-12-02T18:24:32.008Z] #31 72.94 github.com/BurntSushi/toml [2019-12-02T18:24:32.008Z] #31 74.70 log [2019-12-02T18:24:32.008Z] #31 ... [2019-12-02T18:24:32.008Z] [2019-12-02T18:24:32.008Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:24:32.008Z] #41 15.31 DEP images/pipe-data.pb-c.d [2019-12-02T18:24:32.008Z] #41 15.36 PBCC images/mnt.pb-c.c [2019-12-02T18:24:32.008Z] #41 15.41 DEP images/mnt.pb-c.d [2019-12-02T18:24:32.072Z] Removing intermediate container 78a705f3c28c [2019-12-02T18:24:32.072Z] ---> 377e4ec13796 [2019-12-02T18:24:32.072Z] Step 11/16 : ARG GOOS [2019-12-02T18:24:32.072Z] ---> Running in 219e0ddb8781 [2019-12-02T18:24:32.072Z] Removing intermediate container 219e0ddb8781 [2019-12-02T18:24:32.072Z] ---> 743cfa4b851e [2019-12-02T18:24:32.072Z] Step 12/16 : ARG GOARCH [2019-12-02T18:24:32.072Z] ---> Running in 4f47caf4a1b2 [2019-12-02T18:24:32.072Z] Removing intermediate container 4f47caf4a1b2 [2019-12-02T18:24:32.072Z] ---> 42b7fbc34e41 [2019-12-02T18:24:32.072Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2019-12-02T18:24:32.072Z] ---> Running in d9f2695ac2f9 [2019-12-02T18:24:32.155Z] #36 ... [2019-12-02T18:24:32.155Z] [2019-12-02T18:24:32.155Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:24:32.155Z] #31 5.921 + RM_GOPATH=0 [2019-12-02T18:24:32.155Z] #31 5.921 + TMP_GOPATH= [2019-12-02T18:24:32.155Z] #31 5.921 + : /build [2019-12-02T18:24:32.155Z] #31 5.921 + '[' -z '' ']' [2019-12-02T18:24:32.155Z] #31 5.922 ++ mktemp -d [2019-12-02T18:24:32.155Z] #31 5.935 + export GOPATH=/tmp/tmp.9GPmXGtXmA [2019-12-02T18:24:32.155Z] #31 5.935 + GOPATH=/tmp/tmp.9GPmXGtXmA [2019-12-02T18:24:32.155Z] #31 5.935 + RM_GOPATH=1 [2019-12-02T18:24:32.155Z] #31 5.937 ++ dirname ./install.sh [2019-12-02T18:24:32.155Z] #31 5.941 + dir=. [2019-12-02T18:24:32.155Z] #31 5.941 + bin=tomlv [2019-12-02T18:24:32.155Z] #31 5.941 + shift [2019-12-02T18:24:32.155Z] #31 5.941 + '[' '!' -f ./tomlv.installer ']' [2019-12-02T18:24:32.155Z] #31 5.941 + . ./tomlv.installer [2019-12-02T18:24:32.155Z] #31 5.941 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:24:32.155Z] #31 5.941 + install_tomlv [2019-12-02T18:24:32.155Z] #31 5.941 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-12-02T18:24:32.155Z] #31 5.941 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.9GPmXGtXmA/src/github.com/BurntSushi/toml [2019-12-02T18:24:32.155Z] #31 5.941 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:24:32.155Z] #31 5.950 Cloning into '/tmp/tmp.9GPmXGtXmA/src/github.com/BurntSushi/toml'... [2019-12-02T18:24:32.188Z] go: finding gopkg.in/inf.v0 v0.9.1 [2019-12-02T18:24:32.188Z] go: finding github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2019-12-02T18:24:32.267Z] #41 15.47 PBCC images/sk-packet.pb-c.c [2019-12-02T18:24:32.267Z] #41 15.50 DEP images/sk-packet.pb-c.d [2019-12-02T18:24:32.267Z] #41 15.55 PBCC images/tcp-stream.pb-c.c [2019-12-02T18:24:32.267Z] #41 15.64 DEP images/tcp-stream.pb-c.d [2019-12-02T18:24:32.267Z] #41 15.68 PBCC images/pipe.pb-c.c [2019-12-02T18:24:32.413Z] #31 ... [2019-12-02T18:24:32.413Z] [2019-12-02T18:24:32.413Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:24:32.413Z] #38 6.745 + mktemp -d [2019-12-02T18:24:32.413Z] #38 6.748 + export GOPATH=/tmp/tmp.uHodbXydJm [2019-12-02T18:24:32.413Z] #38 6.749 + git clone https://github.com/docker/distribution.git /tmp/tmp.uHodbXydJm/src/github.com/docker/distribution [2019-12-02T18:24:32.413Z] #38 6.752 Cloning into '/tmp/tmp.uHodbXydJm/src/github.com/docker/distribution'... [2019-12-02T18:24:32.525Z] #41 15.73 DEP images/pipe.pb-c.d [2019-12-02T18:24:32.525Z] #41 15.82 PBCC images/pstree.pb-c.c [2019-12-02T18:24:32.525Z] #41 15.83 DEP images/pstree.pb-c.d [2019-12-02T18:24:32.525Z] #41 15.89 PBCC images/fs.pb-c.c [2019-12-02T18:24:32.525Z] #41 15.95 DEP images/fs.pb-c.d [2019-12-02T18:24:32.670Z] #38 ... [2019-12-02T18:24:32.670Z] [2019-12-02T18:24:32.670Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:24:32.670Z] #68 6.841 + RM_GOPATH=0 [2019-12-02T18:24:32.670Z] #68 6.841 + TMP_GOPATH= [2019-12-02T18:24:32.670Z] #68 6.841 + : /build [2019-12-02T18:24:32.670Z] #68 6.842 + '[' -z '' ']' [2019-12-02T18:24:32.670Z] #68 6.843 ++ mktemp -d [2019-12-02T18:24:32.670Z] #68 6.845 + export GOPATH=/tmp/tmp.BeywiMq1QE [2019-12-02T18:24:32.670Z] #68 6.845 + GOPATH=/tmp/tmp.BeywiMq1QE [2019-12-02T18:24:32.670Z] #68 6.845 + RM_GOPATH=1 [2019-12-02T18:24:32.670Z] #68 6.846 ++ dirname ./install.sh [2019-12-02T18:24:32.670Z] #68 6.846 + dir=. [2019-12-02T18:24:32.670Z] #68 6.846 + bin=proxy [2019-12-02T18:24:32.670Z] #68 6.846 + shift [2019-12-02T18:24:32.670Z] #68 6.847 + '[' '!' -f ./proxy.installer ']' [2019-12-02T18:24:32.670Z] #68 6.847 + . ./proxy.installer [2019-12-02T18:24:32.670Z] #68 6.847 ++ : 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:24:32.670Z] #68 6.847 + install_proxy [2019-12-02T18:24:32.670Z] #68 6.847 + case "$1" in [2019-12-02T18:24:32.670Z] #68 6.847 + export CGO_ENABLED=0 [2019-12-02T18:24:32.670Z] #68 6.847 + CGO_ENABLED=0 [2019-12-02T18:24:32.670Z] #68 6.847 + _install_proxy [2019-12-02T18:24:32.670Z] #68 6.847 + echo 'Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377' [2019-12-02T18:24:32.670Z] #68 6.847 Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:24:32.670Z] #68 6.847 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.BeywiMq1QE/src/github.com/docker/libnetwork [2019-12-02T18:24:32.670Z] #68 6.858 Cloning into '/tmp/tmp.BeywiMq1QE/src/github.com/docker/libnetwork'... [2019-12-02T18:24:32.784Z] #41 15.98 PBCC images/signalfd.pb-c.c [2019-12-02T18:24:32.784Z] #41 16.03 DEP images/signalfd.pb-c.d [2019-12-02T18:24:32.784Z] #41 16.07 PBCC images/fh.pb-c.c [2019-12-02T18:24:32.784Z] #41 16.11 PBCC images/fsnotify.pb-c.c [2019-12-02T18:24:32.784Z] #41 16.18 DEP images/fh.pb-c.d [2019-12-02T18:24:32.928Z] #68 ... [2019-12-02T18:24:32.928Z] [2019-12-02T18:24:32.928Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:24:32.928Z] #31 7.247 + cd /tmp/tmp.9GPmXGtXmA/src/github.com/BurntSushi/toml [2019-12-02T18:24:32.928Z] #31 7.247 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:24:32.928Z] #31 7.254 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-12-02T18:24:33.042Z] #41 16.25 DEP images/fsnotify.pb-c.d [2019-12-02T18:24:33.042Z] #41 16.32 PBCC images/eventpoll.pb-c.c [2019-12-02T18:24:33.042Z] #41 16.34 DEP images/eventpoll.pb-c.d [2019-12-02T18:24:33.042Z] #41 16.39 PBCC images/eventfd.pb-c.c [2019-12-02T18:24:33.042Z] #41 16.40 DEP images/eventfd.pb-c.d [2019-12-02T18:24:33.042Z] #41 16.46 PBCC images/remap-file-path.pb-c.c [2019-12-02T18:24:33.301Z] #41 16.52 DEP images/remap-file-path.pb-c.d [2019-12-02T18:24:33.301Z] #41 16.58 PBCC images/fifo.pb-c.c [2019-12-02T18:24:33.301Z] #41 16.63 DEP images/fifo.pb-c.d [2019-12-02T18:24:33.301Z] #41 16.67 PBCC images/ghost-file.pb-c.c [2019-12-02T18:24:33.301Z] #41 16.70 DEP images/ghost-file.pb-c.d [2019-12-02T18:24:33.370Z] go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2019-12-02T18:24:33.370Z] go: finding github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2019-12-02T18:24:33.493Z] #31 8.052 runtime/internal/atomic [2019-12-02T18:24:33.493Z] #31 8.060 internal/cpu [2019-12-02T18:24:33.559Z] #41 16.76 PBCC images/regfile.pb-c.c [2019-12-02T18:24:33.559Z] #41 16.82 DEP images/regfile.pb-c.d [2019-12-02T18:24:33.559Z] #41 16.86 PBCC images/ns.pb-c.c [2019-12-02T18:24:33.559Z] #41 16.89 DEP images/ns.pb-c.d [2019-12-02T18:24:33.559Z] #41 16.94 PBCC images/fdinfo.pb-c.c [2019-12-02T18:24:33.709Z] go: finding github.com/BurntSushi/toml v0.3.1 [2019-12-02T18:24:33.751Z] #31 8.215 runtime/internal/sys [2019-12-02T18:24:33.817Z] #41 17.01 DEP images/fdinfo.pb-c.d [2019-12-02T18:24:33.817Z] #41 17.12 PBCC images/core-aarch64.pb-c.c [2019-12-02T18:24:33.817Z] #41 17.19 PBCC images/core-arm.pb-c.c [2019-12-02T18:24:34.009Z] #31 8.572 runtime/internal/math [2019-12-02T18:24:34.009Z] #31 8.676 math/bits [2019-12-02T18:24:34.076Z] #41 17.23 PBCC images/core-ppc64.pb-c.c [2019-12-02T18:24:34.076Z] #41 17.27 PBCC images/core-s390.pb-c.c [2019-12-02T18:24:34.076Z] #41 17.31 PBCC images/core-x86.pb-c.c [2019-12-02T18:24:34.076Z] #41 17.43 PBCC images/core.pb-c.c [2019-12-02T18:24:34.076Z] #41 17.53 PBCC images/inventory.pb-c.c [2019-12-02T18:24:34.266Z] #31 8.760 internal/bytealg [2019-12-02T18:24:34.334Z] #41 17.60 DEP images/core-aarch64.pb-c.d [2019-12-02T18:24:34.334Z] #41 17.65 DEP images/core-arm.pb-c.d [2019-12-02T18:24:34.334Z] #41 17.71 DEP images/core-ppc64.pb-c.d [2019-12-02T18:24:34.334Z] #41 17.77 DEP images/core-s390.pb-c.d [2019-12-02T18:24:34.592Z] #41 17.83 DEP images/core-x86.pb-c.d [2019-12-02T18:24:34.592Z] #41 17.88 DEP images/core.pb-c.d [2019-12-02T18:24:34.592Z] #41 17.96 DEP images/inventory.pb-c.d [2019-12-02T18:24:34.831Z] #31 9.322 math [2019-12-02T18:24:34.850Z] #41 18.03 PBCC images/cpuinfo.pb-c.c [2019-12-02T18:24:34.850Z] #41 18.07 DEP images/cpuinfo.pb-c.d [2019-12-02T18:24:34.850Z] #41 18.12 PBCC images/stats.pb-c.c [2019-12-02T18:24:34.850Z] #41 18.13 DEP images/stats.pb-c.d [2019-12-02T18:24:34.890Z] go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 [2019-12-02T18:24:35.398Z] #31 9.792 runtime [2019-12-02T18:24:35.655Z] #31 ... [2019-12-02T18:24:35.655Z] [2019-12-02T18:24:35.655Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:24:35.655Z] #56 6.198 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:24:35.655Z] #56 6.200 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:24:35.655Z] #56 6.250 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:24:35.655Z] #56 6.255 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:24:35.655Z] #56 6.420 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:24:35.655Z] #56 7.061 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:24:35.655Z] #56 8.762 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:24:35.655Z] #56 9.664 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:24:35.655Z] #56 ... [2019-12-02T18:24:35.655Z] [2019-12-02T18:24:35.655Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:24:35.655Z] #28 3.955 + mktemp -d [2019-12-02T18:24:35.655Z] #28 3.956 + export GOPATH=/tmp/tmp.FV7DvNxUq9 [2019-12-02T18:24:35.655Z] #28 3.956 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.FV7DvNxUq9/src/github.com/go-swagger/go-swagger [2019-12-02T18:24:35.655Z] #28 3.959 Cloning into '/tmp/tmp.FV7DvNxUq9/src/github.com/go-swagger/go-swagger'... [2019-12-02T18:24:35.655Z] #28 ... [2019-12-02T18:24:35.655Z] [2019-12-02T18:24:35.655Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:24:35.655Z] #40 8.621 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:24:35.655Z] #40 8.623 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:24:35.656Z] #40 8.647 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:24:35.656Z] #40 8.662 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:24:35.656Z] #40 8.751 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:24:35.656Z] #40 9.666 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:24:35.913Z] #40 ... [2019-12-02T18:24:35.913Z] [2019-12-02T18:24:35.913Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:24:35.913Z] #62 7.054 + RM_GOPATH=0 [2019-12-02T18:24:35.913Z] #62 7.054 + TMP_GOPATH= [2019-12-02T18:24:35.913Z] #62 7.054 + : /build/ [2019-12-02T18:24:35.913Z] #62 7.054 + '[' -z '' ']' [2019-12-02T18:24:35.913Z] #62 7.059 ++ mktemp -d [2019-12-02T18:24:35.913Z] #62 7.061 + export GOPATH=/tmp/tmp.nyP9TitdLy [2019-12-02T18:24:35.913Z] #62 7.061 + GOPATH=/tmp/tmp.nyP9TitdLy [2019-12-02T18:24:35.913Z] #62 7.061 + RM_GOPATH=1 [2019-12-02T18:24:35.913Z] #62 7.063 ++ dirname ./install.sh [2019-12-02T18:24:35.913Z] #62 7.066 + dir=. [2019-12-02T18:24:35.913Z] #62 7.075 + bin=rootlesskit [2019-12-02T18:24:35.913Z] #62 7.075 + shift [2019-12-02T18:24:35.913Z] #62 7.075 + '[' '!' -f ./rootlesskit.installer ']' [2019-12-02T18:24:35.913Z] #62 7.076 + . ./rootlesskit.installer [2019-12-02T18:24:35.913Z] #62 7.076 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:24:35.913Z] #62 7.081 + install_rootlesskit [2019-12-02T18:24:35.913Z] #62 7.089 + case "$1" in [2019-12-02T18:24:35.913Z] #62 7.089 + export CGO_ENABLED=0 [2019-12-02T18:24:35.913Z] #62 7.089 + CGO_ENABLED=0 [2019-12-02T18:24:35.913Z] #62 7.089 + _install_rootlesskit [2019-12-02T18:24:35.913Z] #62 7.089 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-12-02T18:24:35.913Z] #62 7.089 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:24:35.913Z] #62 7.089 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.nyP9TitdLy/src/github.com/rootless-containers/rootlesskit [2019-12-02T18:24:35.913Z] #62 7.092 Cloning into '/tmp/tmp.nyP9TitdLy/src/github.com/rootless-containers/rootlesskit'... [2019-12-02T18:24:35.913Z] #62 ... [2019-12-02T18:24:35.913Z] [2019-12-02T18:24:35.913Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:24:35.913Z] #47 6.939 + RM_GOPATH=0 [2019-12-02T18:24:35.913Z] #47 6.939 + TMP_GOPATH= [2019-12-02T18:24:35.913Z] #47 6.939 + : /build [2019-12-02T18:24:35.913Z] #47 6.939 + '[' -z '' ']' [2019-12-02T18:24:35.913Z] #47 6.942 ++ mktemp -d [2019-12-02T18:24:35.913Z] #47 6.950 + export GOPATH=/tmp/tmp.ORPualAqrj [2019-12-02T18:24:35.913Z] #47 6.950 + GOPATH=/tmp/tmp.ORPualAqrj [2019-12-02T18:24:35.913Z] #47 6.950 + RM_GOPATH=1 [2019-12-02T18:24:35.913Z] #47 6.952 ++ dirname ./install.sh [2019-12-02T18:24:35.913Z] #47 6.959 + dir=. [2019-12-02T18:24:35.913Z] #47 6.962 Installing gotestsum version v0.3.5 [2019-12-02T18:24:35.913Z] #47 6.962 + bin=gotestsum [2019-12-02T18:24:35.913Z] #47 6.962 + shift [2019-12-02T18:24:35.913Z] #47 6.962 + '[' '!' -f ./gotestsum.installer ']' [2019-12-02T18:24:35.913Z] #47 6.962 + . ./gotestsum.installer [2019-12-02T18:24:35.913Z] #47 6.962 ++ : v0.3.5 [2019-12-02T18:24:35.913Z] #47 6.962 + install_gotestsum [2019-12-02T18:24:35.913Z] #47 6.962 + echo 'Installing gotestsum version v0.3.5' [2019-12-02T18:24:35.913Z] #47 6.962 + go get -d gotest.tools/gotestsum [2019-12-02T18:24:36.076Z] go: finding golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc [2019-12-02T18:24:36.076Z] go: finding github.com/docker/cli v1.14.0-0.20190523191156-ab688a9a79a1 [2019-12-02T18:24:36.076Z] go: finding github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 [2019-12-02T18:24:36.076Z] go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a [2019-12-02T18:24:36.170Z] #47 ... [2019-12-02T18:24:36.170Z] [2019-12-02T18:24:36.170Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:36.170Z] #44 6.993 + RM_GOPATH=0 [2019-12-02T18:24:36.170Z] #44 6.993 + TMP_GOPATH= [2019-12-02T18:24:36.170Z] #44 6.993 + : /build [2019-12-02T18:24:36.170Z] #44 6.993 + '[' -z '' ']' [2019-12-02T18:24:36.170Z] #44 6.993 ++ mktemp -d [2019-12-02T18:24:36.170Z] #44 6.997 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:24:36.170Z] #44 6.997 + export GOPATH=/tmp/tmp.0h1xcKAB7t [2019-12-02T18:24:36.170Z] #44 6.997 + GOPATH=/tmp/tmp.0h1xcKAB7t [2019-12-02T18:24:36.170Z] #44 6.997 + RM_GOPATH=1 [2019-12-02T18:24:36.170Z] #44 6.997 ++ dirname ./install.sh [2019-12-02T18:24:36.170Z] #44 6.997 + dir=. [2019-12-02T18:24:36.170Z] #44 6.997 + bin=vndr [2019-12-02T18:24:36.170Z] #44 6.997 + shift [2019-12-02T18:24:36.170Z] #44 6.997 + '[' '!' -f ./vndr.installer ']' [2019-12-02T18:24:36.170Z] #44 6.997 + . ./vndr.installer [2019-12-02T18:24:36.170Z] #44 6.997 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:24:36.170Z] #44 6.997 + install_vndr [2019-12-02T18:24:36.170Z] #44 6.997 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-12-02T18:24:36.170Z] #44 6.997 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.0h1xcKAB7t/src/github.com/LK4D4/vndr [2019-12-02T18:24:36.170Z] #44 7.003 Cloning into '/tmp/tmp.0h1xcKAB7t/src/github.com/LK4D4/vndr'... [2019-12-02T18:24:36.170Z] #44 8.154 + cd /tmp/tmp.0h1xcKAB7t/src/github.com/LK4D4/vndr [2019-12-02T18:24:36.170Z] #44 8.154 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:24:36.170Z] #44 8.165 + go build -buildmode=pie -v -o /build/vndr . [2019-12-02T18:24:36.170Z] #44 9.727 internal/race [2019-12-02T18:24:36.170Z] #44 9.864 sync/atomic [2019-12-02T18:24:36.170Z] #44 9.934 runtime [2019-12-02T18:24:36.170Z] #44 ... [2019-12-02T18:24:36.170Z] [2019-12-02T18:24:36.170Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:24:36.170Z] #50 6.666 + RM_GOPATH=0 [2019-12-02T18:24:36.170Z] #50 6.666 + TMP_GOPATH= [2019-12-02T18:24:36.170Z] #50 6.666 + : /build [2019-12-02T18:24:36.170Z] #50 6.666 + '[' -z '' ']' [2019-12-02T18:24:36.170Z] #50 6.668 ++ mktemp -d [2019-12-02T18:24:36.170Z] #50 6.688 + export GOPATH=/tmp/tmp.luFIUP5HFM [2019-12-02T18:24:36.170Z] #50 6.688 + GOPATH=/tmp/tmp.luFIUP5HFM [2019-12-02T18:24:36.170Z] #50 6.688 + RM_GOPATH=1 [2019-12-02T18:24:36.170Z] #50 6.691 ++ dirname ./install.sh [2019-12-02T18:24:36.170Z] #50 6.706 + dir=. [2019-12-02T18:24:36.170Z] #50 6.707 + bin=golangci_lint [2019-12-02T18:24:36.170Z] #50 6.707 + shift [2019-12-02T18:24:36.170Z] #50 6.707 + '[' '!' -f ./golangci_lint.installer ']' [2019-12-02T18:24:36.170Z] #50 6.707 + . ./golangci_lint.installer [2019-12-02T18:24:36.170Z] #50 6.708 ++ : v1.20.0 [2019-12-02T18:24:36.170Z] #50 6.710 + install_golangci_lint [2019-12-02T18:24:36.170Z] #50 6.710 + echo 'Installing golangci-lint version v1.20.0' [2019-12-02T18:24:36.170Z] #50 6.711 Installing golangci-lint version v1.20.0 [2019-12-02T18:24:36.170Z] #50 6.712 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-02T18:24:36.429Z] #50 ... [2019-12-02T18:24:36.429Z] [2019-12-02T18:24:36.429Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:36.429Z] #54 6.950 + RM_GOPATH=0 [2019-12-02T18:24:36.429Z] #54 6.950 + TMP_GOPATH= [2019-12-02T18:24:36.429Z] #54 6.950 + : /build [2019-12-02T18:24:36.429Z] #54 6.950 + '[' -z '' ']' [2019-12-02T18:24:36.429Z] #54 6.952 ++ mktemp -d [2019-12-02T18:24:36.429Z] #54 6.953 + export GOPATH=/tmp/tmp.JWZ7l5zhtc [2019-12-02T18:24:36.429Z] #54 6.953 + GOPATH=/tmp/tmp.JWZ7l5zhtc [2019-12-02T18:24:36.429Z] #54 6.953 + RM_GOPATH=1 [2019-12-02T18:24:36.429Z] #54 6.953 ++ dirname ./install.sh [2019-12-02T18:24:36.429Z] #54 6.956 + dir=. [2019-12-02T18:24:36.429Z] #54 6.956 + bin=runc [2019-12-02T18:24:36.429Z] #54 6.957 + shift [2019-12-02T18:24:36.429Z] #54 6.957 + '[' '!' -f ./runc.installer ']' [2019-12-02T18:24:36.429Z] #54 6.957 + . ./runc.installer [2019-12-02T18:24:36.429Z] #54 6.957 ++ : d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-02T18:24:36.429Z] #54 6.958 + install_runc [2019-12-02T18:24:36.429Z] #54 6.958 + uname -r [2019-12-02T18:24:36.429Z] #54 6.958 + grep -q '^3\.10\.0.*\.el7\.' [2019-12-02T18:24:36.429Z] #54 6.968 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-12-02T18:24:36.429Z] #54 6.969 + echo 'Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux )' [2019-12-02T18:24:36.429Z] #54 6.969 Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux ) [2019-12-02T18:24:36.429Z] #54 6.969 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.JWZ7l5zhtc/src/github.com/opencontainers/runc [2019-12-02T18:24:36.429Z] #54 6.993 Cloning into '/tmp/tmp.JWZ7l5zhtc/src/github.com/opencontainers/runc'... [2019-12-02T18:24:36.429Z] #54 ... [2019-12-02T18:24:36.429Z] [2019-12-02T18:24:36.429Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:36.429Z] #26 8.413 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-12-02T18:24:36.429Z] #26 9.054 [2019-12-02T18:24:36.753Z] #41 19.64 make[1]: Nothing to be done for 'all'. [2019-12-02T18:24:37.485Z] #26 9.386 ### 4.7% ###### 9.6% ########## 14.0% ############ 17.6% ################ 23.3% #################### 28.7% ########################## 37.4% ################################ 45.1% ##################################### 52.2% ######################################### 57.9% ############################################### 66.2% ################################################### 71.1% ##################################################### 74.3% ###################################################### 76.2% ######################################################### 79.4% ############################################################ 84.3% ################################################################ 89.3% ####################################################################### 100.0% ######################################################################## 100.0% [2019-12-02T18:24:37.710Z] #41 ... [2019-12-02T18:24:37.711Z] [2019-12-02T18:24:37.711Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:24:37.711Z] #31 77.85 github.com/BurntSushi/toml/cmd/tomlv [2019-12-02T18:24:37.711Z] #31 DONE 82.5s [2019-12-02T18:24:37.711Z] [2019-12-02T18:24:37.711Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:24:37.711Z] #59 32.46 + cd /tmp/tmp.vVjwpp1w72/src/github.com/containerd/containerd [2019-12-02T18:24:37.711Z] #59 32.46 + git checkout -q c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:24:37.711Z] #59 33.49 + export 'BUILDTAGS=netgo osusergo static_build' [2019-12-02T18:24:37.711Z] #59 33.49 + BUILDTAGS='netgo osusergo static_build' [2019-12-02T18:24:37.711Z] #59 33.49 + export EXTRA_FLAGS=-buildmode=pie [2019-12-02T18:24:37.711Z] #59 33.49 + EXTRA_FLAGS=-buildmode=pie [2019-12-02T18:24:37.711Z] #59 33.49 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-12-02T18:24:37.711Z] #59 33.49 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-12-02T18:24:37.711Z] #59 33.49 + '[' '' = dynamic ']' [2019-12-02T18:24:37.711Z] #59 33.49 + make [2019-12-02T18:24:37.711Z] #59 34.80 + bin/ctr [2019-12-02T18:24:37.797Z] go: finding cloud.google.com/go v0.26.0 [2019-12-02T18:24:37.968Z] #59 ... [2019-12-02T18:24:37.968Z] [2019-12-02T18:24:37.968Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:24:37.968Z] #41 21.28 CC images/stats.o [2019-12-02T18:24:38.049Z] #26 11.96 [2019-12-02T18:24:38.909Z] #41 22.07 CC images/core.o [2019-12-02T18:24:38.987Z] go: finding github.com/tonistiigi/fsutil v0.0.0-20190819224149-3d2716dd0a4d [2019-12-02T18:24:39.128Z] #26 12.61 ############## 19.9% ######################### 35.6% ###################################### 53.1% ###################################################### 75.5% ######################################################################## 100.0% [2019-12-02T18:24:39.473Z] #41 22.78 CC images/core-x86.o [2019-12-02T18:24:40.040Z] #41 23.30 CC images/core-arm.o [2019-12-02T18:24:40.061Z] #26 13.71 [2019-12-02T18:24:40.298Z] #41 23.65 CC images/core-aarch64.o [2019-12-02T18:24:40.864Z] #41 24.11 CC images/core-ppc64.o [2019-12-02T18:24:40.864Z] #41 ... [2019-12-02T18:24:40.864Z] [2019-12-02T18:24:40.864Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:40.864Z] #44 75.73 go/token [2019-12-02T18:24:40.864Z] #44 76.66 go/scanner [2019-12-02T18:24:40.864Z] #44 77.89 go/ast [2019-12-02T18:24:40.864Z] #44 78.41 internal/lazyregexp [2019-12-02T18:24:40.864Z] #44 78.67 net/url [2019-12-02T18:24:40.864Z] #44 80.35 text/template/parse [2019-12-02T18:24:40.864Z] #44 83.92 go/parser [2019-12-02T18:24:40.864Z] #44 85.13 text/template [2019-12-02T18:24:41.431Z] #44 ... [2019-12-02T18:24:41.431Z] [2019-12-02T18:24:41.431Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:24:41.431Z] #41 24.71 CC images/core-s390.o [2019-12-02T18:24:41.606Z] #26 14.09 ###### 9.0% ########## 14.9% ############### 22.1% #################### 27.8% ######################## 34.6% ########################### 38.6% ############################## 43.0% ###################################### 53.9% ############################################ 62.1% ################################################# 68.3% ###################################################### 76.2% ############################################################# 85.2% #################################################################### 95.6% ######################################################################## 100.0% [2019-12-02T18:24:41.997Z] #41 25.37 CC images/cpuinfo.o [2019-12-02T18:24:41.997Z] #41 ... [2019-12-02T18:24:41.997Z] [2019-12-02T18:24:41.997Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:24:41.997Z] #10 77.14 Selecting previously unselected package gcc-mingw-w64-base. [2019-12-02T18:24:41.997Z] #10 77.17 Preparing to unpack .../22-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-02T18:24:41.997Z] #10 77.20 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-02T18:24:41.997Z] #10 77.34 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-12-02T18:24:41.997Z] #10 77.34 Preparing to unpack .../23-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-02T18:24:41.997Z] #10 77.34 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:24:42.171Z] #26 16.10 [2019-12-02T18:24:42.564Z] #10 ... [2019-12-02T18:24:42.564Z] [2019-12-02T18:24:42.564Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:24:42.564Z] #41 25.93 CC images/inventory.o [2019-12-02T18:24:43.130Z] #41 26.26 CC images/fdinfo.o [2019-12-02T18:24:43.253Z] #26 16.45 # 1.6% ## 3.9% #### 6.2% ###### 8.6% ####### 10.4% ######### 12.5% ########## [2019-12-02T18:24:43.253Z] #26 ... [2019-12-02T18:24:43.253Z] [2019-12-02T18:24:43.253Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:43.253Z] #36 6.780 + RM_GOPATH=0 [2019-12-02T18:24:43.253Z] #36 6.780 + TMP_GOPATH= [2019-12-02T18:24:43.253Z] #36 6.780 + : /build [2019-12-02T18:24:43.253Z] #36 6.780 + '[' -z '' ']' [2019-12-02T18:24:43.253Z] #36 6.787 ++ mktemp -d [2019-12-02T18:24:43.253Z] #36 6.790 + export GOPATH=/tmp/tmp.pslogNUBRz [2019-12-02T18:24:43.253Z] #36 6.790 + GOPATH=/tmp/tmp.pslogNUBRz [2019-12-02T18:24:43.253Z] #36 6.790 + RM_GOPATH=1 [2019-12-02T18:24:43.253Z] #36 6.796 ++ dirname ./install.sh [2019-12-02T18:24:43.253Z] #36 6.803 + dir=. [2019-12-02T18:24:43.253Z] #36 6.803 + bin=tini [2019-12-02T18:24:43.253Z] #36 6.803 + shift [2019-12-02T18:24:43.253Z] #36 6.803 + '[' '!' -f ./tini.installer ']' [2019-12-02T18:24:43.253Z] #36 6.803 + . ./tini.installer [2019-12-02T18:24:43.253Z] #36 6.803 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:24:43.253Z] #36 6.803 + install_tini [2019-12-02T18:24:43.253Z] #36 6.803 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-12-02T18:24:43.253Z] #36 6.803 + git clone https://github.com/krallin/tini.git /tmp/tmp.pslogNUBRz/tini [2019-12-02T18:24:43.253Z] #36 6.803 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:24:43.253Z] #36 6.817 Cloning into '/tmp/tmp.pslogNUBRz/tini'... [2019-12-02T18:24:43.253Z] #36 8.009 + cd /tmp/tmp.pslogNUBRz/tini [2019-12-02T18:24:43.253Z] #36 8.010 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:24:43.253Z] #36 8.036 + cmake . [2019-12-02T18:24:43.253Z] #36 8.833 -- The C compiler identification is GNU 6.3.0 [2019-12-02T18:24:43.253Z] #36 8.873 -- Check for working C compiler: /usr/bin/cc [2019-12-02T18:24:43.253Z] #36 9.601 -- Check for working C compiler: /usr/bin/cc -- works [2019-12-02T18:24:43.253Z] #36 9.602 -- Detecting C compiler ABI info [2019-12-02T18:24:43.253Z] #36 10.44 -- Detecting C compiler ABI info - done [2019-12-02T18:24:43.253Z] #36 10.52 -- Detecting C compile features [2019-12-02T18:24:43.253Z] #36 12.48 -- Detecting C compile features - done [2019-12-02T18:24:43.253Z] #36 12.59 -- Performing Test HAS_BUILTIN_FORTIFY [2019-12-02T18:24:43.253Z] #36 12.86 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-12-02T18:24:43.253Z] #36 12.97 -- Configuring done [2019-12-02T18:24:43.253Z] #36 12.99 -- Generating done [2019-12-02T18:24:43.253Z] #36 13.01 -- Build files have been written to: /tmp/tmp.pslogNUBRz/tini [2019-12-02T18:24:43.253Z] #36 13.01 + make tini-static [2019-12-02T18:24:43.253Z] #36 13.51 Scanning dependencies of target tini-static [2019-12-02T18:24:43.253Z] #36 13.59 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-12-02T18:24:43.253Z] #36 15.54 [100%] Linking C executable tini-static [2019-12-02T18:24:43.253Z] #36 16.09 [100%] Built target tini-static [2019-12-02T18:24:43.253Z] #36 16.15 + mkdir -p /build [2019-12-02T18:24:43.253Z] #36 16.15 + cp tini-static /build/docker-init [2019-12-02T18:24:43.253Z] #36 ... [2019-12-02T18:24:43.253Z] [2019-12-02T18:24:43.253Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:43.389Z] #41 26.59 CC images/fown.o [2019-12-02T18:24:43.647Z] #41 26.82 CC images/ns.o [2019-12-02T18:24:43.647Z] #41 27.05 CC images/regfile.o [2019-12-02T18:24:43.856Z] go: finding golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 [2019-12-02T18:24:43.856Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2019-12-02T18:24:43.856Z] go: finding github.com/onsi/ginkgo v1.7.0 [2019-12-02T18:24:43.905Z] #41 27.25 CC images/ghost-file.o [2019-12-02T18:24:44.163Z] #41 27.51 CC images/fifo.o [2019-12-02T18:24:44.421Z] #41 27.70 CC images/remap-file-path.o [2019-12-02T18:24:44.589Z] go: finding github.com/kisielk/gotool v1.0.0 [2019-12-02T18:24:44.678Z] #41 27.89 CC images/eventfd.o [2019-12-02T18:24:44.678Z] #41 28.08 CC images/eventpoll.o [2019-12-02T18:24:44.931Z] go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 [2019-12-02T18:24:45.243Z] #41 28.40 CC images/fh.o [2019-12-02T18:24:45.501Z] #41 28.76 CC images/fsnotify.o [2019-12-02T18:24:46.067Z] #41 29.40 CC images/signalfd.o [2019-12-02T18:24:46.123Z] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 [2019-12-02T18:24:46.326Z] #41 29.67 CC images/fs.o [2019-12-02T18:24:46.356Z] #26 16.45 # 1.6% ## 3.9% #### 6.2% ###### 8.6% ####### 10.4% ######### 12.5% ########## 14.6% ############ 17.3% ############## 19.5% ############### 21.3% ################ 23.5% ################### 26.4% #################### 28.9% ###################### 31.8% ######################## 34.2% ######################### 36.1% ############################ 39.4% ############################## 42.7% ################################# 46.8% #################################### 50.4% ####################################### 54.5% ######################################### 57.3% ########################################### 61.0% ############################################# 63.8% ################################################# 68.2% #################################################### 73.2% ###################################################### 75.9% ######################################################## 78.9% ########################################################## 81.7% ############################################################# 85.4% ############################################################### 87.6% ################################################################ 89.9% ################################################################## 92.4% #################################################################### 94.5% ###################################################################### 97.4% ######################################################################## 100.0% [2019-12-02T18:24:46.356Z] #26 ... [2019-12-02T18:24:46.356Z] [2019-12-02T18:24:46.356Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:46.356Z] #44 10.29 unicode [2019-12-02T18:24:46.356Z] #44 14.38 internal/testlog [2019-12-02T18:24:46.356Z] #44 14.72 encoding [2019-12-02T18:24:46.356Z] #44 14.94 unicode/utf16 [2019-12-02T18:24:46.356Z] #44 15.16 container/list [2019-12-02T18:24:46.356Z] #44 15.87 crypto/internal/subtle [2019-12-02T18:24:46.356Z] #44 15.96 crypto/subtle [2019-12-02T18:24:46.356Z] #44 16.17 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-12-02T18:24:46.356Z] #44 16.26 internal/nettrace [2019-12-02T18:24:46.356Z] #44 16.36 runtime/cgo [2019-12-02T18:24:46.461Z] go: finding github.com/vishvananda/netlink v1.0.0 [2019-12-02T18:24:46.584Z] #41 29.90 CC images/pstree.o [2019-12-02T18:24:46.614Z] #44 ... [2019-12-02T18:24:46.614Z] [2019-12-02T18:24:46.614Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:46.614Z] #26 20.41 [2019-12-02T18:24:46.842Z] #41 30.21 CC images/pipe.o [2019-12-02T18:24:47.100Z] #41 30.45 CC images/tcp-stream.o [2019-12-02T18:24:47.186Z] #26 ... [2019-12-02T18:24:47.186Z] [2019-12-02T18:24:47.186Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:24:47.186Z] #62 11.29 + cd /tmp/tmp.nyP9TitdLy/src/github.com/rootless-containers/rootlesskit [2019-12-02T18:24:47.186Z] #62 11.29 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:24:47.186Z] #62 11.78 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-02T18:24:47.186Z] #62 11.78 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-12-02T18:24:47.186Z] #62 ... [2019-12-02T18:24:47.186Z] [2019-12-02T18:24:47.186Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:24:47.186Z] #40 11.72 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:24:47.186Z] #40 12.59 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:24:47.443Z] #40 ... [2019-12-02T18:24:47.443Z] [2019-12-02T18:24:47.443Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:24:47.443Z] #38 19.84 + cd /tmp/tmp.uHodbXydJm/src/github.com/docker/distribution [2019-12-02T18:24:47.443Z] #38 19.84 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-12-02T18:24:47.644Z] go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 [2019-12-02T18:24:47.666Z] #41 30.77 CC images/sk-packet.o [2019-12-02T18:24:47.700Z] #38 22.33 + GOPATH=/tmp/tmp.uHodbXydJm/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.uHodbXydJm go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-12-02T18:24:47.925Z] #41 31.08 CC images/mnt.o [2019-12-02T18:24:48.184Z] #41 31.34 CC images/pipe-data.o [2019-12-02T18:24:48.442Z] #41 31.64 CC images/sa.o [2019-12-02T18:24:48.700Z] #41 31.87 CC images/timer.o [2019-12-02T18:24:48.828Z] go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2019-12-02T18:24:48.828Z] go: finding github.com/Microsoft/go-winio v0.4.11 [2019-12-02T18:24:48.958Z] #41 32.21 CC images/timerfd.o [2019-12-02T18:24:49.072Z] #38 ... [2019-12-02T18:24:49.072Z] [2019-12-02T18:24:49.072Z] #36 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:49.072Z] #36 DONE 22.6s [2019-12-02T18:24:49.072Z] [2019-12-02T18:24:49.072Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:49.072Z] #26 21.92 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-12-02T18:24:49.072Z] #26 22.51 [2019-12-02T18:24:49.072Z] #26 22.78 ######################################################################## 100.0% [2019-12-02T18:24:49.072Z] #26 22.96 [2019-12-02T18:24:49.171Z] go: finding github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 [2019-12-02T18:24:49.216Z] #41 32.47 CC images/mm.o [2019-12-02T18:24:49.475Z] #41 32.81 CC images/sk-opts.o [2019-12-02T18:24:49.637Z] #26 ... [2019-12-02T18:24:49.637Z] [2019-12-02T18:24:49.637Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:24:49.637Z] #31 14.14 unicode/utf8 [2019-12-02T18:24:49.637Z] #31 14.76 unicode [2019-12-02T18:24:49.637Z] #31 18.07 runtime/cgo [2019-12-02T18:24:49.894Z] #31 ... [2019-12-02T18:24:49.894Z] [2019-12-02T18:24:49.894Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:24:49.894Z] #68 22.11 + cd /tmp/tmp.BeywiMq1QE/src/github.com/docker/libnetwork [2019-12-02T18:24:49.894Z] #68 22.11 + git checkout -q 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:24:49.894Z] #68 22.63 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-12-02T18:24:50.041Z] #41 33.08 CC images/sk-unix.o [2019-12-02T18:24:50.041Z] #41 33.33 CC images/sk-inet.o [2019-12-02T18:24:50.299Z] #41 33.77 CC images/tun.o [2019-12-02T18:24:50.361Z] go: finding github.com/opencontainers/runc v1.0.0-rc8 [2019-12-02T18:24:50.866Z] #41 34.11 CC images/sk-netlink.o [2019-12-02T18:24:51.124Z] #41 34.39 CC images/packet-sock.o [2019-12-02T18:24:51.548Z] go: finding github.com/godbus/dbus v4.1.0+incompatible [2019-12-02T18:24:51.691Z] #41 34.90 CC images/ipc-var.o [2019-12-02T18:24:51.691Z] #41 35.11 CC images/ipc-desc.o [2019-12-02T18:24:51.949Z] #41 35.39 CC images/ipc-shm.o [2019-12-02T18:24:52.280Z] go: finding github.com/docker/go-units v0.3.1 [2019-12-02T18:24:52.384Z] ok github.com/docker/docker/cmd/dockerd 0.098s coverage: 30.3% of statements [2019-12-02T18:24:52.384Z] ok github.com/docker/docker/container 0.154s coverage: 35.3% of statements [2019-12-02T18:24:52.384Z] ? github.com/docker/docker/container/stream [no test files] [2019-12-02T18:24:52.384Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-12-02T18:24:52.384Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-12-02T18:24:52.384Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-12-02T18:24:52.516Z] #41 35.62 CC images/ipc-msg.o [2019-12-02T18:24:52.516Z] #41 35.86 CC images/ipc-sem.o [2019-12-02T18:24:52.774Z] #41 36.10 CC images/utsns.o [2019-12-02T18:24:52.774Z] #41 ... [2019-12-02T18:24:52.774Z] [2019-12-02T18:24:52.774Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:52.774Z] #44 87.68 encoding/xml [2019-12-02T18:24:52.774Z] #44 90.21 go/doc [2019-12-02T18:24:52.774Z] #44 93.56 crypto/x509/pkix [2019-12-02T18:24:52.774Z] #44 93.74 github.com/LK4D4/vndr/build [2019-12-02T18:24:52.774Z] #44 94.02 vendor/golang.org/x/crypto/cryptobyte [2019-12-02T18:24:52.774Z] #44 96.16 net [2019-12-02T18:24:52.774Z] #44 97.06 vendor/golang.org/x/sys/cpu [2019-12-02T18:24:52.774Z] #44 97.36 vendor/golang.org/x/crypto/chacha20poly1305 [2019-12-02T18:24:53.032Z] #44 ... [2019-12-02T18:24:53.032Z] [2019-12-02T18:24:53.032Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:24:53.032Z] #41 36.35 CC images/creds.o [2019-12-02T18:24:53.060Z] go: finding github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd [2019-12-02T18:24:53.175Z] #68 ... [2019-12-02T18:24:53.175Z] [2019-12-02T18:24:53.175Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:53.175Z] #54 16.69 + cd /tmp/tmp.JWZ7l5zhtc/src/github.com/opencontainers/runc [2019-12-02T18:24:53.175Z] #54 16.71 + git checkout -q d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-02T18:24:53.175Z] #54 17.21 + '[' -z '' ']' [2019-12-02T18:24:53.175Z] #54 17.21 + target=static [2019-12-02T18:24:53.175Z] #54 17.21 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-12-02T18:24:53.175Z] #54 19.46 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o runc . [2019-12-02T18:24:53.175Z] #54 ... [2019-12-02T18:24:53.175Z] [2019-12-02T18:24:53.175Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:24:53.176Z] #50 23.89 + cd /tmp/tmp.luFIUP5HFM/src/github.com/golangci/golangci-lint/ [2019-12-02T18:24:53.176Z] #50 23.89 + git checkout -q v1.20.0 [2019-12-02T18:24:53.176Z] #50 24.57 ++ git describe --tags [2019-12-02T18:24:53.176Z] #50 24.57 + version=v1.20.0 [2019-12-02T18:24:53.176Z] #50 24.57 ++ git rev-parse --short HEAD [2019-12-02T18:24:53.176Z] #50 24.57 + commit=cc98739 [2019-12-02T18:24:53.176Z] #50 24.58 ++ git show -s --format=%cd [2019-12-02T18:24:53.176Z] #50 24.58 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-12-02T18:24:53.176Z] #50 24.58 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-02T18:24:53.290Z] #41 36.55 CC images/vma.o [2019-12-02T18:24:53.400Z] go: finding github.com/gotestyourself/gotestyourself v2.2.0+incompatible [2019-12-02T18:24:53.548Z] #41 36.80 CC images/netdev.o [2019-12-02T18:24:53.777Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.078s coverage: 65.3% of statements [2019-12-02T18:24:53.807Z] #41 37.22 CC images/tty.o [2019-12-02T18:24:54.587Z] go: finding github.com/sirupsen/logrus v1.3.0 [2019-12-02T18:24:54.587Z] go: finding github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 [2019-12-02T18:24:54.740Z] #41 37.92 CC images/file-lock.o [2019-12-02T18:24:54.931Z] go: finding github.com/sirupsen/logrus v1.0.3 [2019-12-02T18:24:54.931Z] go: finding github.com/stretchr/objx v0.1.1 [2019-12-02T18:24:54.931Z] go: finding github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507 [2019-12-02T18:24:54.998Z] #41 38.24 CC images/rlimit.o [2019-12-02T18:24:55.162Z] ok github.com/docker/docker/daemon/cluster/convert 0.033s coverage: 35.8% of statements [2019-12-02T18:24:55.256Z] #41 38.52 CC images/pagemap.o [2019-12-02T18:24:55.514Z] #41 38.88 CC images/siginfo.o [2019-12-02T18:24:55.772Z] #41 39.24 CC images/rpc.o [2019-12-02T18:24:56.119Z] go: finding github.com/bugsnag/bugsnag-go v1.4.1 [2019-12-02T18:24:56.119Z] go: finding github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197 [2019-12-02T18:24:56.449Z] #50 ... [2019-12-02T18:24:56.449Z] [2019-12-02T18:24:56.449Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:24:56.449Z] #26 24.79 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-12-02T18:24:56.449Z] #26 25.37 [2019-12-02T18:24:56.449Z] #26 25.76 ######################################################################## 100.0% [2019-12-02T18:24:56.449Z] #26 25.88 [2019-12-02T18:24:56.449Z] #26 27.15 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-12-02T18:24:56.449Z] #26 27.26 skipping existing 1849cc453dee [2019-12-02T18:24:56.449Z] #26 27.44 [2019-12-02T18:24:56.449Z] #26 28.81 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-12-02T18:24:56.449Z] #26 29.47 [2019-12-02T18:24:56.449Z] #26 29.69 ######################################################################## 100.0% [2019-12-02T18:24:56.449Z] #26 29.80 [2019-12-02T18:24:56.449Z] #26 29.90 Download of images into '/build' complete. [2019-12-02T18:24:56.449Z] #26 29.90 Use something like the following to load the result into a Docker daemon: [2019-12-02T18:24:56.449Z] #26 29.90 tar -cC '/build' . | docker load [2019-12-02T18:24:56.449Z] #26 DONE 30.1s [2019-12-02T18:24:56.449Z] [2019-12-02T18:24:56.449Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:24:56.449Z] #44 27.69 vendor/golang.org/x/crypto/internal/subtle [2019-12-02T18:24:56.449Z] #44 27.76 vendor/golang.org/x/crypto/curve25519 [2019-12-02T18:24:56.463Z] go: finding github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a [2019-12-02T18:24:56.463Z] go: finding github.com/golang/protobuf v1.2.0 [2019-12-02T18:24:56.463Z] go: finding golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 [2019-12-02T18:24:56.549Z] ok github.com/docker/docker/daemon/cluster 0.145s coverage: 0.5% of statements [2019-12-02T18:24:56.707Z] #44 ... [2019-12-02T18:24:56.707Z] [2019-12-02T18:24:56.707Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:24:56.707Z] #56 21.01 Fetched 7927 kB in 15s (499 kB/s) [2019-12-02T18:24:56.707Z] #56 21.01 Reading package lists... [2019-12-02T18:24:56.707Z] #56 28.20 Reading package lists... [2019-12-02T18:24:56.707Z] #56 ... [2019-12-02T18:24:56.707Z] [2019-12-02T18:24:56.707Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:24:56.707Z] #40 24.58 Fetched 7927 kB in 17s (466 kB/s) [2019-12-02T18:24:56.707Z] #40 24.58 Reading package lists... [2019-12-02T18:24:56.805Z] go: finding github.com/kr/text v0.1.0 [2019-12-02T18:24:56.805Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2019-12-02T18:24:57.147Z] #41 40.45 CC images/ext-file.o [2019-12-02T18:24:57.184Z] go: finding github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352 [2019-12-02T18:24:57.184Z] go: finding gotest.tools v2.1.0+incompatible [2019-12-02T18:24:57.184Z] go: finding github.com/gogo/protobuf v1.0.0 [2019-12-02T18:24:57.405Z] #41 40.67 CC images/cgroup.o [2019-12-02T18:24:57.918Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2019-12-02T18:24:57.971Z] #41 41.27 CC images/userns.o [2019-12-02T18:24:58.240Z] #41 41.57 CC images/google/protobuf/descriptor.o [2019-12-02T18:24:58.667Z] go: finding github.com/Microsoft/hcsshim v0.8.5 [2019-12-02T18:24:58.667Z] go: finding github.com/opencontainers/runc v1.0.0-rc6 [2019-12-02T18:24:58.667Z] go: finding github.com/kr/pty v1.1.1 [2019-12-02T18:24:58.667Z] go: finding github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75 [2019-12-02T18:24:59.009Z] go: finding github.com/containerd/containerd v1.2.4 [2019-12-02T18:24:59.744Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2019-12-02T18:24:59.744Z] go: finding github.com/containerd/containerd v1.3.0-0.20190507210959-7c1e88399ec0 [2019-12-02T18:24:59.849Z] ok github.com/docker/docker/daemon/discovery 0.021s coverage: 30.0% of statements [2019-12-02T18:24:59.986Z] #40 30.24 Reading package lists... [2019-12-02T18:24:59.986Z] #40 ... [2019-12-02T18:24:59.986Z] [2019-12-02T18:24:59.986Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:24:59.986Z] #28 33.87 + cd /tmp/tmp.FV7DvNxUq9/src/github.com/go-swagger/go-swagger [2019-12-02T18:24:59.986Z] #28 33.87 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-12-02T18:25:00.087Z] go: finding github.com/hashicorp/go-uuid v1.0.0 [2019-12-02T18:25:00.110Z] ok github.com/docker/docker/daemon/config 0.071s coverage: 82.1% of statements [2019-12-02T18:25:00.139Z] #41 43.30 CC images/opts.o [2019-12-02T18:25:00.396Z] #41 43.52 CC images/seccomp.o [2019-12-02T18:25:00.431Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2019-12-02T18:25:00.654Z] #41 43.88 CC images/binfmt-misc.o [2019-12-02T18:25:00.654Z] #41 44.12 CC images/time.o [2019-12-02T18:25:00.679Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2019-12-02T18:25:00.775Z] go: finding github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448 [2019-12-02T18:25:00.775Z] go: finding github.com/spf13/afero v1.1.2 [2019-12-02T18:25:00.775Z] go: finding github.com/onsi/gomega v1.4.3 [2019-12-02T18:25:00.775Z] go: finding github.com/hashicorp/go-version v1.1.0 [2019-12-02T18:25:01.220Z] #41 44.42 CC images/sysctl.o [2019-12-02T18:25:01.220Z] #41 44.70 CC images/autofs.o [2019-12-02T18:25:01.787Z] #41 44.97 CC images/macvlan.o [2019-12-02T18:25:01.881Z] #28 36.33 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-12-02T18:25:01.971Z] go: finding github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 [2019-12-02T18:25:02.046Z] #41 45.27 CC images/sit.o [2019-12-02T18:25:02.304Z] #41 45.51 LINK images/built-in.o [2019-12-02T18:25:02.304Z] #41 45.70 GEN compel/include/asm [2019-12-02T18:25:02.315Z] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd [2019-12-02T18:25:02.315Z] go: finding github.com/hpcloud/tail v1.0.0 [2019-12-02T18:25:02.561Z] #41 45.71 GEN compel/include/version.h [2019-12-02T18:25:02.561Z] #41 45.75 touch .config [2019-12-02T18:25:02.561Z] #41 45.76 GEN include/common/config.h [2019-12-02T18:25:02.561Z] #41 45.86 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-12-02T18:25:02.561Z] #41 45.88 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-12-02T18:25:02.561Z] #41 45.93 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-12-02T18:25:02.561Z] #41 45.95 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-12-02T18:25:02.632Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2019-12-02T18:25:02.657Z] go: finding gopkg.in/yaml.v2 v2.2.1 [2019-12-02T18:25:02.657Z] go: finding github.com/onsi/ginkgo v1.6.0 [2019-12-02T18:25:02.819Z] #41 45.98 DEP compel/arch/x86/plugins/std/memcpy.d [2019-12-02T18:25:02.819Z] #41 46.00 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-12-02T18:25:02.819Z] #41 46.04 GEN compel/plugins/include/uapi/std/syscall.h [2019-12-02T18:25:02.819Z] #41 46.08 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-12-02T18:25:02.819Z] #41 46.10 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-12-02T18:25:02.819Z] #41 46.13 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-12-02T18:25:02.819Z] #41 46.14 DEP compel/plugins/std/infect.d [2019-12-02T18:25:02.999Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2019-12-02T18:25:03.077Z] #41 46.28 DEP compel/plugins/std/string.d [2019-12-02T18:25:03.077Z] #41 46.41 DEP compel/plugins/std/log.d [2019-12-02T18:25:03.077Z] #41 ... [2019-12-02T18:25:03.077Z] [2019-12-02T18:25:03.077Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:25:03.077Z] #10 98.24 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-12-02T18:25:03.077Z] #10 98.24 Preparing to unpack .../24-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-12-02T18:25:03.077Z] #10 98.25 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:25:03.335Z] #10 ... [2019-12-02T18:25:03.335Z] [2019-12-02T18:25:03.335Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:03.335Z] #41 46.54 DEP compel/plugins/std/fds.d [2019-12-02T18:25:03.335Z] #41 46.71 DEP compel/plugins/std/std.d [2019-12-02T18:25:03.593Z] #41 46.81 DEP compel/plugins/shmem/shmem.d [2019-12-02T18:25:03.593Z] #41 46.91 DEP compel/plugins/fds/fds.d [2019-12-02T18:25:03.593Z] #41 47.05 CC compel/plugins/std/std.o [2019-12-02T18:25:03.593Z] #41 ... [2019-12-02T18:25:03.593Z] [2019-12-02T18:25:03.593Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:03.593Z] #44 98.65 vendor/golang.org/x/crypto/hkdf [2019-12-02T18:25:03.593Z] #44 98.79 vendor/golang.org/x/text/transform [2019-12-02T18:25:03.593Z] #44 99.61 vendor/golang.org/x/text/unicode/bidi [2019-12-02T18:25:03.593Z] #44 101.3 vendor/golang.org/x/text/secure/bidirule [2019-12-02T18:25:03.593Z] #44 101.6 vendor/golang.org/x/text/unicode/norm [2019-12-02T18:25:03.593Z] #44 105.8 vendor/golang.org/x/net/idna [2019-12-02T18:25:03.593Z] #44 108.3 vendor/golang.org/x/net/http2/hpack [2019-12-02T18:25:03.734Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2019-12-02T18:25:04.158Z] #44 ... [2019-12-02T18:25:04.158Z] [2019-12-02T18:25:04.158Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:04.158Z] #41 47.45 CC compel/plugins/std/fds.o [2019-12-02T18:25:04.481Z] #28 ... [2019-12-02T18:25:04.481Z] [2019-12-02T18:25:04.481Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-02T18:25:04.481Z] #27 DONE 4.7s [2019-12-02T18:25:04.481Z] [2019-12-02T18:25:04.481Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:25:04.481Z] #40 30.24 Reading package lists... [2019-12-02T18:25:04.481Z] #40 36.84 Building dependency tree... [2019-12-02T18:25:04.481Z] #40 38.95 The following additional packages will be installed: [2019-12-02T18:25:04.481Z] #40 38.95 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-12-02T18:25:04.481Z] #40 38.96 libprotoc10 python-pkg-resources zlib1g-dev [2019-12-02T18:25:04.481Z] #40 38.96 Suggested packages: [2019-12-02T18:25:04.481Z] #40 38.96 manpages-dev python-setuptools [2019-12-02T18:25:04.723Z] #41 47.87 CC compel/plugins/std/log.o [2019-12-02T18:25:05.236Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.488s coverage: 13.7% of statements [2019-12-02T18:25:05.412Z] #40 ... [2019-12-02T18:25:05.412Z] [2019-12-02T18:25:05.412Z] #68 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:25:05.412Z] #68 DONE 39.8s [2019-12-02T18:25:05.495Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2019-12-02T18:25:05.656Z] #41 48.72 CC compel/plugins/std/string.o [2019-12-02T18:25:05.670Z] [2019-12-02T18:25:05.670Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:25:05.670Z] #31 39.87 sync [2019-12-02T18:25:05.670Z] #31 39.88 internal/reflectlite [2019-12-02T18:25:06.223Z] #41 ... [2019-12-02T18:25:06.223Z] [2019-12-02T18:25:06.223Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:06.223Z] #62 103.2 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-02T18:25:06.223Z] #62 103.2 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-12-02T18:25:06.223Z] #62 DONE 111.0s [2019-12-02T18:25:06.223Z] [2019-12-02T18:25:06.223Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:06.223Z] #41 49.37 CC compel/plugins/std/infect.o [2019-12-02T18:25:06.223Z] #41 ... [2019-12-02T18:25:06.223Z] [2019-12-02T18:25:06.223Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-02T18:25:06.223Z] #63 DONE 0.1s [2019-12-02T18:25:06.455Z] Removing intermediate container d9f2695ac2f9 [2019-12-02T18:25:06.455Z] ---> 51f85f175f07 [2019-12-02T18:25:06.455Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2019-12-02T18:25:06.455Z] ---> 687421176e14 [2019-12-02T18:25:06.455Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2019-12-02T18:25:06.455Z] ---> dd8fe5798398 [2019-12-02T18:25:06.455Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2019-12-02T18:25:06.455Z] ---> Running in 43bdc0c7e7b1 [2019-12-02T18:25:06.455Z] Removing intermediate container 43bdc0c7e7b1 [2019-12-02T18:25:06.455Z] ---> 66149675437d [2019-12-02T18:25:06.455Z] Successfully built 66149675437d [2019-12-02T18:25:06.455Z] Successfully tagged moby-buildx:latest [2019-12-02T18:25:06.455Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2019-12-02T18:25:06.455Z] if [ -n "${id}" ]; then \ [2019-12-02T18:25:06.455Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2019-12-02T18:25:06.455Z] && touch bundles/buildx; \ [2019-12-02T18:25:06.455Z] docker rm -f ${id}; \ [2019-12-02T18:25:06.455Z] fi [2019-12-02T18:25:06.455Z] 09d3a7a2ad919388eefbbc6ba5e4f50e7f6dfaa3c75f70cdbf4bfca9c90b871b [2019-12-02T18:25:06.455Z] bundles/buildx version [2019-12-02T18:25:06.455Z] buildx v0.3.1 6db68d0 [2019-12-02T18:25:06.455Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR=cdn-fastly.deb.debian.org -t docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 . [2019-12-02T18:25:06.455Z] #1 [internal] booting buildkit [2019-12-02T18:25:06.455Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-12-02T18:25:06.481Z] [2019-12-02T18:25:06.481Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:06.481Z] #44 109.5 mime [2019-12-02T18:25:06.481Z] #44 111.2 mime/quotedprintable [2019-12-02T18:25:07.048Z] #44 111.9 net/http/internal [2019-12-02T18:25:07.407Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.610s coverage: 57.0% of statements [2019-12-02T18:25:07.569Z] #31 ... [2019-12-02T18:25:07.569Z] [2019-12-02T18:25:07.569Z] #56 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:25:07.569Z] #56 28.20 Reading package lists... [2019-12-02T18:25:07.569Z] #56 34.40 Building dependency tree... [2019-12-02T18:25:07.569Z] #56 36.73 The following additional packages will be installed: [2019-12-02T18:25:07.569Z] #56 36.73 btrfs-progs liblzo2-2 [2019-12-02T18:25:07.569Z] #56 37.01 The following NEW packages will be installed: [2019-12-02T18:25:07.569Z] #56 37.02 btrfs-progs btrfs-tools liblzo2-2 [2019-12-02T18:25:07.569Z] #56 38.13 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:25:07.569Z] #56 38.13 Need to get 649 kB of archives. [2019-12-02T18:25:07.569Z] #56 38.13 After this operation, 4320 kB of additional disk space will be used. [2019-12-02T18:25:07.569Z] #56 38.13 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-12-02T18:25:07.569Z] #56 38.14 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-12-02T18:25:07.569Z] #56 38.28 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-12-02T18:25:07.569Z] #56 39.30 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:25:07.569Z] #56 39.48 Fetched 649 kB in 1s (548 kB/s) [2019-12-02T18:25:07.569Z] #56 39.58 Selecting previously unselected package liblzo2-2:amd64. [2019-12-02T18:25:07.569Z] #56 39.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-02T18:25:07.569Z] #56 39.64 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-12-02T18:25:07.569Z] #56 39.91 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:25:07.570Z] #56 40.15 Selecting previously unselected package btrfs-progs. [2019-12-02T18:25:07.570Z] #56 40.16 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-12-02T18:25:07.570Z] #56 40.17 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-02T18:25:07.570Z] #56 41.20 Selecting previously unselected package btrfs-tools. [2019-12-02T18:25:07.570Z] #56 41.20 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-12-02T18:25:07.570Z] #56 41.22 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-02T18:25:07.570Z] #56 41.32 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:25:07.570Z] #56 41.37 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:25:07.570Z] #56 41.39 Setting up btrfs-progs (4.7.3-1) ... [2019-12-02T18:25:07.570Z] #56 41.40 Setting up btrfs-tools (4.7.3-1) ... [2019-12-02T18:25:07.570Z] #56 41.41 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:25:07.570Z] #56 DONE 41.8s [2019-12-02T18:25:07.570Z] [2019-12-02T18:25:07.570Z] #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:25:07.570Z] #57 DONE 0.2s [2019-12-02T18:25:07.570Z] [2019-12-02T18:25:07.570Z] #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-12-02T18:25:07.570Z] #58 DONE 0.0s [2019-12-02T18:25:07.570Z] [2019-12-02T18:25:07.570Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:08.294Z] #1 pulling image moby/buildkit:buildx-stable-1 2.2s done [2019-12-02T18:25:08.294Z] #1 creating container buildx_buildkit_default [2019-12-02T18:25:08.663Z] #1 creating container buildx_buildkit_default 0.4s done [2019-12-02T18:25:08.663Z] #1 DONE 2.7s [2019-12-02T18:25:08.663Z] [2019-12-02T18:25:08.663Z] #3 [internal] load build definition from Dockerfile [2019-12-02T18:25:09.024Z] #3 transferring dockerfile: 15.32kB done [2019-12-02T18:25:09.024Z] #3 DONE 0.0s [2019-12-02T18:25:09.024Z] [2019-12-02T18:25:09.024Z] #2 [internal] load .dockerignore [2019-12-02T18:25:09.024Z] #2 transferring context: 112B done [2019-12-02T18:25:09.024Z] #2 DONE 0.0s [2019-12-02T18:25:09.024Z] [2019-12-02T18:25:09.024Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-12-02T18:25:09.576Z] #44 ... [2019-12-02T18:25:09.576Z] [2019-12-02T18:25:09.576Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:09.576Z] #47 DONE 114.4s [2019-12-02T18:25:09.576Z] [2019-12-02T18:25:09.576Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:09.576Z] #41 50.16 CC compel/arch/x86/plugins/std/parasite-head.o [2019-12-02T18:25:09.576Z] #41 50.31 CC compel/arch/x86/plugins/std/memcpy.o [2019-12-02T18:25:09.576Z] #41 50.44 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-12-02T18:25:09.576Z] #41 50.58 AR compel/plugins/std.lib.a [2019-12-02T18:25:09.576Z] #41 50.70 CC compel/plugins/fds/fds.o [2019-12-02T18:25:09.576Z] #41 51.05 AR compel/plugins/fds.lib.a [2019-12-02T18:25:09.576Z] #41 51.11 HOSTDEP compel/src/lib/log-host.d [2019-12-02T18:25:09.576Z] #41 51.20 HOSTDEP compel/src/lib/handle-elf-host.d [2019-12-02T18:25:09.576Z] #41 51.37 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-12-02T18:25:09.577Z] #41 51.44 HOSTDEP compel/src/main-host.d [2019-12-02T18:25:09.577Z] #41 51.54 DEP compel/src/lib/ptrace.d [2019-12-02T18:25:09.577Z] #41 51.68 DEP compel/src/lib/infect.d [2019-12-02T18:25:09.577Z] #41 51.84 DEP compel/src/lib/infect-util.d [2019-12-02T18:25:09.577Z] #41 51.94 DEP compel/src/lib/infect-rpc.d [2019-12-02T18:25:09.577Z] #41 52.12 DEP compel/arch/x86/src/lib/infect.d [2019-12-02T18:25:09.577Z] #41 52.32 DEP compel/arch/x86/src/lib/cpu.d [2019-12-02T18:25:09.577Z] #41 52.41 DEP compel/src/lib/log.d [2019-12-02T18:25:09.577Z] #41 52.51 DEP compel/src/main.d [2019-12-02T18:25:09.577Z] #41 52.61 DEP compel/src/lib/handle-elf.d [2019-12-02T18:25:09.577Z] #41 52.84 DEP compel/arch/x86/src/lib/handle-elf.d [2019-12-02T18:25:09.819Z] #4 DONE 0.7s [2019-12-02T18:25:09.819Z] [2019-12-02T18:25:09.819Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-12-02T18:25:09.819Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-12-02T18:25:09.819Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-12-02T18:25:09.819Z] #5 sha256:d4b906005cb39832136e8913e8eae3508cad097e8cea31e9789389b2b49aa150 527B / 527B done [2019-12-02T18:25:09.819Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 4.46MB / 8.87MB 0.1s [2019-12-02T18:25:09.819Z] #5 sha256:60d974c8f0b847daac36ae9c7a8d3950bf838ac11f76a69b99b1857a985f3551 897B / 897B done [2019-12-02T18:25:09.834Z] #41 53.18 CC compel/src/lib/log.o [2019-12-02T18:25:10.096Z] #59 2.654 + RM_GOPATH=0 [2019-12-02T18:25:10.096Z] #59 2.654 + TMP_GOPATH= [2019-12-02T18:25:10.096Z] #59 2.654 + : /build [2019-12-02T18:25:10.096Z] #59 2.654 + '[' -z '' ']' [2019-12-02T18:25:10.184Z] #5 sha256:d0809326ca6ba2a284a0b8f31fe835e1ff678ee534aa98dfcbf3b013c31e26bf 8.87MB / 8.87MB 0.2s done [2019-12-02T18:25:10.184Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-12-02T18:25:10.384Z] #59 2.654 ++ mktemp -d [2019-12-02T18:25:10.384Z] #59 2.657 + export GOPATH=/tmp/tmp.FJhNK1jXSG [2019-12-02T18:25:10.384Z] #59 2.657 + GOPATH=/tmp/tmp.FJhNK1jXSG [2019-12-02T18:25:10.384Z] #59 2.657 + RM_GOPATH=1 [2019-12-02T18:25:10.384Z] #59 2.658 ++ dirname ./install.sh [2019-12-02T18:25:10.384Z] #59 2.658 + dir=. [2019-12-02T18:25:10.384Z] #59 2.660 + bin=containerd [2019-12-02T18:25:10.384Z] #59 2.660 + shift [2019-12-02T18:25:10.384Z] #59 2.660 + '[' '!' -f ./containerd.installer ']' [2019-12-02T18:25:10.384Z] #59 2.660 + . ./containerd.installer [2019-12-02T18:25:10.384Z] #59 2.661 ++ : c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:25:10.384Z] #59 2.662 + install_containerd [2019-12-02T18:25:10.384Z] #59 2.662 + echo 'Install containerd version c7a4f874b3267c499484aae602d1257b12d69e40' [2019-12-02T18:25:10.384Z] #59 2.663 Install containerd version c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:25:10.384Z] #59 2.664 + git clone https://github.com/containerd/containerd.git /tmp/tmp.FJhNK1jXSG/src/github.com/containerd/containerd [2019-12-02T18:25:10.384Z] #59 2.667 Cloning into '/tmp/tmp.FJhNK1jXSG/src/github.com/containerd/containerd'... [2019-12-02T18:25:10.399Z] #41 53.74 CC compel/arch/x86/src/lib/cpu.o [2019-12-02T18:25:10.546Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.3s done [2019-12-02T18:25:10.546Z] #5 DONE 0.8s [2019-12-02T18:25:10.546Z] [2019-12-02T18:25:10.546Z] #6 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-02T18:25:10.703Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.716s coverage: 45.9% of statements [2019-12-02T18:25:11.029Z] #6 ... [2019-12-02T18:25:11.029Z] [2019-12-02T18:25:11.029Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-02T18:25:11.029Z] #7 DONE 0.3s [2019-12-02T18:25:11.029Z] [2019-12-02T18:25:11.029Z] #6 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-02T18:25:11.029Z] #6 DONE 0.5s [2019-12-02T18:25:11.029Z] [2019-12-02T18:25:11.029Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-02T18:25:11.029Z] #66 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-12-02T18:25:11.029Z] #66 DONE 0.1s [2019-12-02T18:25:11.029Z] [2019-12-02T18:25:11.029Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:25:11.029Z] #8 resolve docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 done [2019-12-02T18:25:11.272Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.744s coverage: 48.6% of statements [2019-12-02T18:25:11.332Z] #41 54.48 CC compel/arch/x86/src/lib/infect.o [2019-12-02T18:25:11.332Z] #41 ... [2019-12-02T18:25:11.332Z] [2019-12-02T18:25:11.332Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:25:11.332Z] #10 115.4 Selecting previously unselected package libapparmor1:amd64. [2019-12-02T18:25:11.332Z] #10 115.4 Preparing to unpack .../25-libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-12-02T18:25:11.332Z] #10 115.4 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-12-02T18:25:11.332Z] #10 115.6 Selecting previously unselected package libapparmor-dev:amd64. [2019-12-02T18:25:11.332Z] #10 115.6 Preparing to unpack .../26-libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-12-02T18:25:11.332Z] #10 115.6 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-12-02T18:25:11.332Z] #10 115.7 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-02T18:25:11.332Z] #10 115.7 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-12-02T18:25:11.332Z] #10 115.7 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-02T18:25:11.332Z] #10 115.7 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-02T18:25:11.332Z] #10 115.8 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-02T18:25:11.332Z] #10 115.8 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:25:11.332Z] #10 115.9 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-02T18:25:11.332Z] #10 115.9 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-12-02T18:25:11.332Z] #10 115.9 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-12-02T18:25:11.332Z] #10 115.9 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-12-02T18:25:11.332Z] #10 115.9 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-12-02T18:25:11.332Z] #10 115.9 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-12-02T18:25:11.332Z] #10 115.9 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-12-02T18:25:11.332Z] #10 115.9 Setting up mingw-w64-common (5.0.1-1) ... [2019-12-02T18:25:11.332Z] #10 115.9 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-12-02T18:25:11.332Z] #10 116.0 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-12-02T18:25:11.332Z] #10 116.0 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-12-02T18:25:11.332Z] #10 116.0 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-12-02T18:25:11.332Z] #10 116.0 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-02T18:25:11.332Z] #10 116.0 Setting up btrfs-progs (4.7.3-1) ... [2019-12-02T18:25:11.332Z] #10 116.0 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-12-02T18:25:11.332Z] #10 116.0 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:25:11.332Z] #10 116.0 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-12-02T18:25:11.332Z] #10 116.0 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-12-02T18:25:11.332Z] #10 116.0 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-12-02T18:25:11.332Z] #10 116.0 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-12-02T18:25:11.332Z] #10 116.1 Setting up btrfs-tools (4.7.3-1) ... [2019-12-02T18:25:11.332Z] #10 116.1 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:25:11.332Z] #10 116.1 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-12-02T18:25:11.332Z] #10 116.1 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-12-02T18:25:11.332Z] #10 116.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-12-02T18:25:11.332Z] #10 116.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-12-02T18:25:11.332Z] #10 116.1 Setting up dmsetup (2:1.02.137-2) ... [2019-12-02T18:25:11.332Z] #10 116.1 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-12-02T18:25:11.332Z] #10 116.1 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:25:11.332Z] #10 DONE 116.5s [2019-12-02T18:25:11.332Z] [2019-12-02T18:25:11.332Z] #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:25:11.332Z] #52 DONE 0.1s [2019-12-02T18:25:11.332Z] [2019-12-02T18:25:11.332Z] #11 [dev 1/24] RUN groupadd -r docker [2019-12-02T18:25:11.566Z] #8 sha256:4f69f87b87ecbf28e3d03b1f2bb635e0aaea54bc7d7bcf75d083ce2367beef32 126B / 126B 0.1s [2019-12-02T18:25:11.566Z] #8 sha256:769217f6f555e0026d9206bd251391471d3ac4e845134b62b67697c7c377855d 0B / 4.37MB 0.1s [2019-12-02T18:25:11.566Z] #8 sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 1.42kB / 1.42kB done [2019-12-02T18:25:11.566Z] #8 sha256:16f502f2509a01130f0f62e93f861e047f5edd23102a701a45f43ca399555851 1.80kB / 1.80kB done [2019-12-02T18:25:11.566Z] #8 sha256:a23a79e19b1437cff5613ddc00238e803a1a5e752d382dd8cb978ec5295a2bfb 5.47kB / 5.47kB done [2019-12-02T18:25:11.566Z] #8 sha256:4f69f87b87ecbf28e3d03b1f2bb635e0aaea54bc7d7bcf75d083ce2367beef32 126B / 126B 0.2s done [2019-12-02T18:25:11.566Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 3.27MB / 45.24MB 0.2s [2019-12-02T18:25:11.566Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 97.37kB / 45.98MB 0.2s [2019-12-02T18:25:11.566Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 625.28kB / 102.15MB 0.2s [2019-12-02T18:25:11.566Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 0B / 50.49MB 0.2s [2019-12-02T18:25:11.566Z] #8 sha256:42584671b3106f70e51753265104ef56231608828a9d6686bbce1b9d657e7ba5 1.15MB / 10.32MB 0.2s [2019-12-02T18:25:11.591Z] #11 ... [2019-12-02T18:25:11.591Z] [2019-12-02T18:25:11.591Z] #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-12-02T18:25:11.591Z] #53 DONE 0.1s [2019-12-02T18:25:11.591Z] [2019-12-02T18:25:11.591Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:12.039Z] #8 sha256:769217f6f555e0026d9206bd251391471d3ac4e845134b62b67697c7c377855d 4.37MB / 4.37MB 0.2s done [2019-12-02T18:25:12.039Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 7.15MB / 45.24MB 0.4s [2019-12-02T18:25:12.039Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 2.79MB / 45.98MB 0.4s [2019-12-02T18:25:12.039Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 2.89MB / 50.49MB 0.4s [2019-12-02T18:25:12.039Z] #8 sha256:42584671b3106f70e51753265104ef56231608828a9d6686bbce1b9d657e7ba5 6.69MB / 10.32MB 0.4s [2019-12-02T18:25:12.039Z] #8 sha256:769217f6f555e0026d9206bd251391471d3ac4e845134b62b67697c7c377855d 4.37MB / 4.37MB 0.2s done [2019-12-02T18:25:12.039Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 9.54MB / 45.24MB 0.5s [2019-12-02T18:25:12.039Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 6.92MB / 102.15MB 0.5s [2019-12-02T18:25:12.039Z] #8 sha256:42584671b3106f70e51753265104ef56231608828a9d6686bbce1b9d657e7ba5 9.81MB / 10.32MB 0.5s [2019-12-02T18:25:12.039Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 12.59MB / 45.24MB 0.7s [2019-12-02T18:25:12.039Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 7.54MB / 45.98MB 0.7s [2019-12-02T18:25:12.039Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 8.15MB / 50.49MB 0.7s [2019-12-02T18:25:12.039Z] #8 sha256:42584671b3106f70e51753265104ef56231608828a9d6686bbce1b9d657e7ba5 10.32MB / 10.32MB 0.6s done [2019-12-02T18:25:12.039Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 17.13MB / 45.24MB 0.8s [2019-12-02T18:25:12.039Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 11.41MB / 45.98MB 0.8s [2019-12-02T18:25:12.039Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 12.38MB / 102.15MB 0.8s [2019-12-02T18:25:12.039Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 12.85MB / 50.49MB 0.8s [2019-12-02T18:25:12.500Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 19.70MB / 45.24MB 1.0s [2019-12-02T18:25:12.500Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 22.61MB / 45.24MB 1.1s [2019-12-02T18:25:12.500Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 17.66MB / 45.98MB 1.1s [2019-12-02T18:25:12.500Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 17.53MB / 50.49MB 1.1s [2019-12-02T18:25:12.654Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.657s coverage: 72.5% of statements [2019-12-02T18:25:13.230Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 27.89MB / 45.24MB 1.4s [2019-12-02T18:25:13.230Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 24.17MB / 45.98MB 1.4s [2019-12-02T18:25:13.230Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 22.74MB / 102.15MB 1.4s [2019-12-02T18:25:13.230Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 21.93MB / 50.49MB 1.4s [2019-12-02T18:25:13.230Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 30.51MB / 45.24MB 1.6s [2019-12-02T18:25:13.230Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 29.22MB / 45.98MB 1.6s [2019-12-02T18:25:13.230Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 24.91MB / 50.49MB 1.6s [2019-12-02T18:25:13.230Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 33.75MB / 45.24MB 1.8s [2019-12-02T18:25:13.230Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 33.14MB / 45.98MB 1.8s [2019-12-02T18:25:13.230Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 28.35MB / 102.15MB 1.8s [2019-12-02T18:25:13.230Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 27.86MB / 50.49MB 1.8s [2019-12-02T18:25:13.230Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 37.00MB / 45.24MB 1.9s [2019-12-02T18:25:13.230Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 36.12MB / 45.98MB 1.9s [2019-12-02T18:25:13.230Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 31.96MB / 50.49MB 1.9s [2019-12-02T18:25:17.918Z] #59 ... [2019-12-02T18:25:17.918Z] [2019-12-02T18:25:17.918Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:25:17.918Z] #40 40.73 The following NEW packages will be installed: [2019-12-02T18:25:17.919Z] #40 40.76 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-12-02T18:25:17.919Z] #40 40.76 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-12-02T18:25:17.919Z] #40 40.76 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-12-02T18:25:17.919Z] #40 40.76 zlib1g-dev [2019-12-02T18:25:17.919Z] #40 42.04 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:25:17.919Z] #40 42.04 Need to get 3602 kB of archives. [2019-12-02T18:25:17.919Z] #40 42.04 After this operation, 18.9 MB of additional disk space will be used. [2019-12-02T18:25:17.919Z] #40 42.04 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-12-02T18:25:17.919Z] #40 42.04 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-12-02T18:25:17.919Z] #40 42.05 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-12-02T18:25:17.919Z] #40 42.05 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-12-02T18:25:17.919Z] #40 42.06 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-12-02T18:25:17.919Z] #40 42.06 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-12-02T18:25:17.919Z] #40 42.06 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-12-02T18:25:17.919Z] #40 42.07 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-12-02T18:25:17.919Z] #40 42.12 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-12-02T18:25:17.919Z] #40 42.14 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-12-02T18:25:17.919Z] #40 42.16 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-12-02T18:25:17.919Z] #40 42.27 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-12-02T18:25:17.919Z] #40 42.34 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-12-02T18:25:17.919Z] #40 42.34 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-12-02T18:25:17.919Z] #40 42.34 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-12-02T18:25:17.919Z] #40 42.34 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-12-02T18:25:17.919Z] #40 43.30 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:25:17.919Z] #40 43.48 Fetched 3602 kB in 1s (2576 kB/s) [2019-12-02T18:25:17.919Z] #40 43.56 Selecting previously unselected package libnet1:amd64. [2019-12-02T18:25:17.919Z] #40 43.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-12-02T18:25:17.919Z] #40 43.65 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 43.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-02T18:25:17.919Z] #40 43.79 Selecting previously unselected package libcap-dev:amd64. [2019-12-02T18:25:17.919Z] #40 43.80 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 43.81 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-12-02T18:25:17.919Z] #40 43.94 Selecting previously unselected package libnet1-dev. [2019-12-02T18:25:17.919Z] #40 43.95 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 43.96 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-12-02T18:25:17.919Z] #40 44.11 Selecting previously unselected package libnl-3-200:amd64. [2019-12-02T18:25:17.919Z] #40 44.11 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 44.13 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-12-02T18:25:17.919Z] #40 44.25 Selecting previously unselected package libnl-3-dev:amd64. [2019-12-02T18:25:17.919Z] #40 44.28 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 44.29 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-12-02T18:25:17.919Z] #40 44.50 Selecting previously unselected package libprotobuf-c1:amd64. [2019-12-02T18:25:17.919Z] #40 44.51 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 44.51 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-02T18:25:17.919Z] #40 44.59 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-12-02T18:25:17.919Z] #40 44.59 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 44.61 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-12-02T18:25:17.919Z] #40 44.72 Selecting previously unselected package zlib1g-dev:amd64. [2019-12-02T18:25:17.919Z] #40 44.73 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 44.74 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-12-02T18:25:17.919Z] #40 45.11 Selecting previously unselected package libprotobuf10:amd64. [2019-12-02T18:25:17.919Z] #40 45.11 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 45.12 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-12-02T18:25:17.919Z] #40 45.65 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-12-02T18:25:17.919Z] #40 45.65 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 45.67 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-12-02T18:25:17.919Z] #40 45.83 Selecting previously unselected package libprotobuf-dev:amd64. [2019-12-02T18:25:17.919Z] #40 45.83 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 45.85 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-12-02T18:25:17.919Z] #40 46.91 Selecting previously unselected package libprotoc10:amd64. [2019-12-02T18:25:17.919Z] #40 46.93 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 46.94 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-12-02T18:25:17.919Z] #40 47.41 Selecting previously unselected package protobuf-c-compiler. [2019-12-02T18:25:17.919Z] #40 47.42 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 47.42 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-12-02T18:25:17.919Z] #40 47.56 Selecting previously unselected package protobuf-compiler. [2019-12-02T18:25:17.919Z] #40 47.56 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 47.57 Unpacking protobuf-compiler (3.0.0-9) ... [2019-12-02T18:25:17.919Z] #40 47.84 Selecting previously unselected package python-pkg-resources. [2019-12-02T18:25:17.919Z] #40 47.87 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-12-02T18:25:17.919Z] #40 47.92 Unpacking python-pkg-resources (33.1.1-1) ... [2019-12-02T18:25:17.919Z] #40 48.14 Selecting previously unselected package python-protobuf. [2019-12-02T18:25:17.919Z] #40 48.14 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-12-02T18:25:17.919Z] #40 48.16 Unpacking python-protobuf (3.0.0-9) ... [2019-12-02T18:25:17.919Z] #40 48.56 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-02T18:25:17.919Z] #40 48.63 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-02T18:25:17.919Z] #40 48.64 Setting up python-pkg-resources (33.1.1-1) ... [2019-12-02T18:25:17.919Z] #40 ... [2019-12-02T18:25:17.919Z] [2019-12-02T18:25:17.919Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:17.919Z] #44 38.87 sync [2019-12-02T18:25:17.919Z] #44 38.91 internal/reflectlite [2019-12-02T18:25:17.919Z] #44 40.56 github.com/LK4D4/vndr/godl/singleflight [2019-12-02T18:25:17.919Z] #44 40.79 math/rand [2019-12-02T18:25:17.919Z] #44 42.19 sort [2019-12-02T18:25:17.919Z] #44 42.19 errors [2019-12-02T18:25:17.919Z] #44 42.83 io [2019-12-02T18:25:17.919Z] #44 43.01 strconv [2019-12-02T18:25:17.919Z] #44 43.91 bytes [2019-12-02T18:25:17.919Z] #44 45.85 bufio [2019-12-02T18:25:17.919Z] #44 46.18 reflect [2019-12-02T18:25:17.919Z] #44 47.41 syscall [2019-12-02T18:25:17.919Z] #44 ... [2019-12-02T18:25:17.919Z] [2019-12-02T18:25:17.919Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:17.919Z] #47 40.10 + cd /tmp/tmp.ORPualAqrj/src/gotest.tools/gotestsum [2019-12-02T18:25:17.919Z] #47 40.10 + git checkout -q v0.3.5 [2019-12-02T18:25:17.919Z] #47 40.18 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-12-02T18:25:17.919Z] #47 ... [2019-12-02T18:25:17.919Z] [2019-12-02T18:25:17.919Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:25:17.919Z] #31 42.63 errors [2019-12-02T18:25:17.919Z] #31 42.65 sort [2019-12-02T18:25:17.919Z] #31 43.05 strconv [2019-12-02T18:25:17.919Z] #31 43.88 io [2019-12-02T18:25:17.919Z] #31 44.88 syscall [2019-12-02T18:25:17.919Z] #31 45.70 reflect [2019-12-02T18:25:17.919Z] #31 51.13 time [2019-12-02T18:25:17.919Z] #31 ... [2019-12-02T18:25:17.919Z] [2019-12-02T18:25:17.919Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:25:17.919Z] #40 52.32 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-12-02T18:25:17.919Z] #40 52.33 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-12-02T18:25:17.919Z] #40 52.34 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:25:17.919Z] #40 52.38 Setting up python-protobuf (3.0.0-9) ... [2019-12-02T18:25:17.934Z] ok github.com/docker/docker/daemon 12.330s coverage: 17.6% of statements [2019-12-02T18:25:17.934Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-12-02T18:25:17.934Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-12-02T18:25:17.934Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-12-02T18:25:17.934Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-12-02T18:25:17.934Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-12-02T18:25:17.934Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.521s coverage: 76.1% of statements [2019-12-02T18:25:17.934Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.032s coverage: 58.0% of statements [2019-12-02T18:25:17.934Z] ok github.com/docker/docker/daemon/links 0.014s coverage: 93.0% of statements [2019-12-02T18:25:17.934Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.026s coverage: 3.0% of statements [2019-12-02T18:25:17.934Z] ok github.com/docker/docker/daemon/logger 0.258s coverage: 42.7% of statements [2019-12-02T18:25:17.934Z] ok github.com/docker/docker/daemon/images 0.053s coverage: 4.9% of statements [2019-12-02T18:25:17.934Z] #54 2.510 + RM_GOPATH=0 [2019-12-02T18:25:17.935Z] #54 2.510 + TMP_GOPATH= [2019-12-02T18:25:17.935Z] #54 2.510 + : /build [2019-12-02T18:25:17.935Z] #54 2.510 + '[' -z '' ']' [2019-12-02T18:25:17.935Z] #54 2.513 ++ mktemp -d [2019-12-02T18:25:17.935Z] #54 2.515 + export GOPATH=/tmp/tmp.kjnN399TrY [2019-12-02T18:25:17.935Z] #54 2.515 + GOPATH=/tmp/tmp.kjnN399TrY [2019-12-02T18:25:17.935Z] #54 2.516 + RM_GOPATH=1 [2019-12-02T18:25:17.935Z] #54 2.516 ++ dirname ./install.sh [2019-12-02T18:25:17.935Z] #54 2.517 + dir=. [2019-12-02T18:25:17.935Z] #54 2.517 + bin=runc [2019-12-02T18:25:17.935Z] #54 2.517 + shift [2019-12-02T18:25:17.935Z] #54 2.517 + '[' '!' -f ./runc.installer ']' [2019-12-02T18:25:17.935Z] #54 2.517 + . ./runc.installer [2019-12-02T18:25:17.935Z] #54 2.517 ++ : d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-02T18:25:17.935Z] #54 2.522 + install_runc [2019-12-02T18:25:17.935Z] #54 2.523 + grep -q '^3\.10\.0.*\.el7\.' [2019-12-02T18:25:17.935Z] #54 2.523 + uname -r [2019-12-02T18:25:17.935Z] #54 2.530 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-12-02T18:25:17.935Z] #54 2.530 Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux ) [2019-12-02T18:25:17.935Z] #54 2.530 + echo 'Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux )' [2019-12-02T18:25:17.935Z] #54 2.530 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.kjnN399TrY/src/github.com/opencontainers/runc [2019-12-02T18:25:17.935Z] #54 2.535 Cloning into '/tmp/tmp.kjnN399TrY/src/github.com/opencontainers/runc'... [2019-12-02T18:25:17.935Z] #54 ... [2019-12-02T18:25:17.935Z] [2019-12-02T18:25:17.935Z] #11 [dev 1/24] RUN groupadd -r docker [2019-12-02T18:25:17.935Z] #11 DONE 2.9s [2019-12-02T18:25:17.935Z] [2019-12-02T18:25:17.935Z] #12 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-12-02T18:25:17.935Z] #12 DONE 2.4s [2019-12-02T18:25:17.935Z] [2019-12-02T18:25:17.935Z] #13 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-12-02T18:25:18.252Z] #8 ... [2019-12-02T18:25:18.252Z] [2019-12-02T18:25:18.252Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-02T18:25:18.252Z] #66 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-12-02T18:25:18.252Z] #66 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-12-02T18:25:18.252Z] #66 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.8s done [2019-12-02T18:25:18.252Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 1.2s done [2019-12-02T18:25:18.252Z] #66 DONE 2.1s [2019-12-02T18:25:18.252Z] [2019-12-02T18:25:18.252Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:25:18.252Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 41.11MB / 45.24MB 2.0s [2019-12-02T18:25:18.252Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 39.79MB / 45.98MB 2.0s [2019-12-02T18:25:18.252Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 35.17MB / 102.15MB 2.0s [2019-12-02T18:25:18.252Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 35.91MB / 50.49MB 2.0s [2019-12-02T18:25:18.252Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 44.72MB / 45.24MB 2.2s [2019-12-02T18:25:18.252Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 42.85MB / 45.98MB 2.2s [2019-12-02T18:25:18.252Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 40.02MB / 50.49MB 2.2s [2019-12-02T18:25:18.252Z] #8 sha256:5c0a87668ad496cd2437dc595f8bbf2fff3dd4764f38a3b40a26fad39d8b5336 45.24MB / 45.24MB 2.3s done [2019-12-02T18:25:18.252Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 45.98MB / 45.98MB 2.3s [2019-12-02T18:25:18.252Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 42.35MB / 102.15MB 2.3s [2019-12-02T18:25:18.252Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 45.60MB / 50.49MB 2.3s [2019-12-02T18:25:18.252Z] #8 sha256:2bd8b51b0f3ac21fd973cb63f8b5b6f42d087c4d85a6f7fee92ad2957ff1f1d8 45.98MB / 45.98MB 2.4s done [2019-12-02T18:25:18.252Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 53.67MB / 102.15MB 2.5s [2019-12-02T18:25:18.252Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 50.49MB / 50.49MB 2.5s [2019-12-02T18:25:18.252Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 65.22MB / 102.15MB 2.6s [2019-12-02T18:25:18.252Z] #8 sha256:5975152de57477bbc6bbd9c83361a582c481dcf26e5911ffc85399ec93855db5 50.49MB / 50.49MB 2.6s done [2019-12-02T18:25:18.252Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 77.23MB / 102.15MB 2.8s [2019-12-02T18:25:18.252Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 84.83MB / 102.15MB 2.9s [2019-12-02T18:25:18.252Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 92.54MB / 102.15MB 3.1s [2019-12-02T18:25:18.252Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 102.15MB / 102.15MB 3.4s [2019-12-02T18:25:18.252Z] #8 ... [2019-12-02T18:25:18.252Z] [2019-12-02T18:25:18.252Z] #20 [internal] load build context [2019-12-02T18:25:18.252Z] #20 transferring context: 45.90MB 3.5s done [2019-12-02T18:25:18.252Z] #20 DONE 3.7s [2019-12-02T18:25:18.252Z] [2019-12-02T18:25:18.252Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:25:18.252Z] #8 sha256:94acdf8e8f0491c1efd3c887a6f6215dcc6600df67467fd29602a965a8412687 102.15MB / 102.15MB 3.4s done [2019-12-02T18:25:18.252Z] #8 unpacking docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 [2019-12-02T18:25:18.506Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.819s coverage: 60.1% of statements [2019-12-02T18:25:18.506Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-12-02T18:25:18.506Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-12-02T18:25:18.506Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-12-02T18:25:18.506Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-12-02T18:25:18.506Z] ok github.com/docker/docker/daemon/logger/awslogs 0.276s coverage: 77.8% of statements [2019-12-02T18:25:18.506Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-12-02T18:25:18.506Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-12-02T18:25:18.871Z] #13 2.086 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-12-02T18:25:18.871Z] #13 DONE 2.2s [2019-12-02T18:25:18.871Z] [2019-12-02T18:25:18.871Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-02T18:25:19.449Z] ok github.com/docker/docker/daemon/logger/gelf 0.029s coverage: 67.0% of statements [2019-12-02T18:25:19.449Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.024s coverage: 88.3% of statements [2019-12-02T18:25:19.710Z] ok github.com/docker/docker/daemon/logger/journald 0.038s coverage: 26.2% of statements [2019-12-02T18:25:20.282Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.030s coverage: 62.1% of statements [2019-12-02T18:25:21.399Z] #14 ... [2019-12-02T18:25:21.399Z] [2019-12-02T18:25:21.399Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:21.399Z] #44 116.0 crypto/tls [2019-12-02T18:25:21.399Z] #44 123.0 net/http/httptrace [2019-12-02T18:25:21.399Z] #44 123.2 net/http [2019-12-02T18:25:21.399Z] #44 ... [2019-12-02T18:25:21.399Z] [2019-12-02T18:25:21.399Z] #14 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-02T18:25:21.399Z] #14 DONE 2.4s [2019-12-02T18:25:21.399Z] [2019-12-02T18:25:21.399Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-02T18:25:21.667Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 19.9% of statements [2019-12-02T18:25:21.667Z] ok github.com/docker/docker/daemon/logger/local 0.043s coverage: 74.7% of statements [2019-12-02T18:25:21.667Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-12-02T18:25:22.031Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 47.8% of statements [2019-12-02T18:25:22.292Z] ok github.com/docker/docker/daemon/logger/templates 0.030s coverage: 8.3% of statements [2019-12-02T18:25:22.400Z] #15 ... [2019-12-02T18:25:22.400Z] [2019-12-02T18:25:22.400Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:22.400Z] #41 55.73 CC compel/src/lib/infect-rpc.o [2019-12-02T18:25:22.400Z] #41 56.24 CC compel/src/lib/infect-util.o [2019-12-02T18:25:22.400Z] #41 56.55 CC compel/src/lib/infect.o [2019-12-02T18:25:22.400Z] #41 59.01 CC compel/src/lib/ptrace.o [2019-12-02T18:25:22.400Z] #41 59.51 AR compel/libcompel.a [2019-12-02T18:25:22.400Z] #41 59.59 HOSTCC compel/src/main-host.o [2019-12-02T18:25:22.400Z] #41 60.02 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-12-02T18:25:22.400Z] #41 60.33 HOSTCC compel/src/lib/handle-elf-host.o [2019-12-02T18:25:22.400Z] #41 60.86 HOSTCC compel/src/lib/log-host.o [2019-12-02T18:25:22.400Z] #41 61.15 HOSTLINK compel/compel-host-bin [2019-12-02T18:25:22.400Z] #41 61.29 DEP soccr/soccr.d [2019-12-02T18:25:22.400Z] #41 61.53 CC soccr/soccr.o [2019-12-02T18:25:22.400Z] #41 63.10 AR soccr/libsoccr.a [2019-12-02T18:25:22.400Z] #41 63.13 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-02T18:25:22.400Z] #41 63.38 DEP criu/arch/x86/sigframe.d [2019-12-02T18:25:22.400Z] #41 63.48 DEP criu/arch/x86/sigaction_compat.d [2019-12-02T18:25:22.400Z] #41 63.63 DEP criu/arch/x86/kerndat.d [2019-12-02T18:25:22.400Z] #41 63.83 DEP criu/arch/x86/crtools.d [2019-12-02T18:25:22.400Z] #41 64.03 DEP criu/arch/x86/cpu.d [2019-12-02T18:25:22.400Z] #41 64.27 CC criu/arch/x86/cpu.o [2019-12-02T18:25:22.400Z] #41 65.33 CC criu/arch/x86/crtools.o [2019-12-02T18:25:22.657Z] #41 ... [2019-12-02T18:25:22.657Z] [2019-12-02T18:25:22.657Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:22.657Z] #54 8.374 + cd /tmp/tmp.kjnN399TrY/src/github.com/opencontainers/runc [2019-12-02T18:25:22.657Z] #54 8.375 + git checkout -q d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-02T18:25:22.657Z] #54 8.650 + '[' -z '' ']' [2019-12-02T18:25:22.657Z] #54 8.652 + target=static [2019-12-02T18:25:22.657Z] #54 8.654 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-12-02T18:25:22.657Z] #54 9.834 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o runc . [2019-12-02T18:25:22.865Z] ok github.com/docker/docker/daemon/network 0.070s coverage: 63.8% of statements [2019-12-02T18:25:23.176Z] #40 57.67 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-12-02T18:25:23.176Z] #40 57.68 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-12-02T18:25:23.176Z] #40 57.73 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-12-02T18:25:23.433Z] #40 57.76 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-12-02T18:25:23.433Z] #40 57.77 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-12-02T18:25:23.433Z] #40 57.79 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-12-02T18:25:23.436Z] ok github.com/docker/docker/daemon/logger/splunk 1.848s coverage: 82.5% of statements [2019-12-02T18:25:23.436Z] ? github.com/docker/docker/daemon/names [no test files] [2019-12-02T18:25:23.436Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-12-02T18:25:23.592Z] #54 ... [2019-12-02T18:25:23.592Z] [2019-12-02T18:25:23.592Z] #15 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-02T18:25:23.592Z] #15 DONE 2.3s [2019-12-02T18:25:23.592Z] [2019-12-02T18:25:23.592Z] #16 [dev 6/24] RUN ldconfig [2019-12-02T18:25:23.690Z] #40 58.07 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-12-02T18:25:23.690Z] #40 58.09 Setting up protobuf-compiler (3.0.0-9) ... [2019-12-02T18:25:23.690Z] #40 58.10 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-12-02T18:25:23.690Z] #40 58.11 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-12-02T18:25:23.690Z] #40 58.12 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:25:24.824Z] ok github.com/docker/docker/distribution/metadata 0.170s coverage: 48.2% of statements [2019-12-02T18:25:25.768Z] ok github.com/docker/docker/errdefs 0.028s coverage: 49.4% of statements [2019-12-02T18:25:25.965Z] #8 unpacking docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 10.2s done [2019-12-02T18:25:25.965Z] #8 DONE 13.8s [2019-12-02T18:25:25.965Z] [2019-12-02T18:25:25.965Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-12-02T18:25:25.965Z] #9 DONE 0.3s [2019-12-02T18:25:25.965Z] [2019-12-02T18:25:25.965Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-12-02T18:25:25.965Z] #10 DONE 0.2s [2019-12-02T18:25:25.965Z] [2019-12-02T18:25:25.965Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:25:25.965Z] #25 ... [2019-12-02T18:25:25.965Z] [2019-12-02T18:25:25.965Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:25:25.965Z] #21 DONE 0.1s [2019-12-02T18:25:25.965Z] [2019-12-02T18:25:25.965Z] #68 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-12-02T18:25:25.965Z] #68 DONE 0.1s [2019-12-02T18:25:25.965Z] [2019-12-02T18:25:25.965Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-02T18:25:25.965Z] #22 DONE 0.1s [2019-12-02T18:25:25.965Z] [2019-12-02T18:25:25.966Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-12-02T18:25:25.966Z] #62 DONE 0.1s [2019-12-02T18:25:25.966Z] [2019-12-02T18:25:25.966Z] #50 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-12-02T18:25:25.966Z] #50 DONE 0.1s [2019-12-02T18:25:25.966Z] [2019-12-02T18:25:25.966Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:25.966Z] #63 ... [2019-12-02T18:25:25.966Z] [2019-12-02T18:25:25.966Z] #47 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-12-02T18:25:25.966Z] #47 DONE 0.1s [2019-12-02T18:25:25.966Z] [2019-12-02T18:25:25.966Z] #44 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-12-02T18:25:25.966Z] #44 DONE 0.1s [2019-12-02T18:25:25.966Z] [2019-12-02T18:25:25.966Z] #31 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-02T18:25:25.966Z] #31 DONE 0.1s [2019-12-02T18:25:25.966Z] [2019-12-02T18:25:25.966Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:25:25.966Z] #39 0.359 + mktemp -d [2019-12-02T18:25:25.966Z] #39 0.360 + export GOPATH=/tmp/tmp.POjO5jZLyQ [2019-12-02T18:25:25.966Z] #39 0.360 + git clone https://github.com/docker/distribution.git /tmp/tmp.POjO5jZLyQ/src/github.com/docker/distribution [2019-12-02T18:25:25.966Z] #39 0.362 Cloning into '/tmp/tmp.POjO5jZLyQ/src/github.com/docker/distribution'... [2019-12-02T18:25:26.029Z] ok github.com/docker/docker/distribution 0.319s coverage: 22.1% of statements [2019-12-02T18:25:26.029Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-12-02T18:25:26.128Z] #16 DONE 2.3s [2019-12-02T18:25:26.128Z] [2019-12-02T18:25:26.128Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:25:26.214Z] #40 DONE 60.7s [2019-12-02T18:25:26.214Z] [2019-12-02T18:25:26.214Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:27.414Z] ok github.com/docker/docker/image 0.050s coverage: 86.4% of statements [2019-12-02T18:25:27.414Z] ok github.com/docker/docker/distribution/xfer 1.731s coverage: 85.1% of statements [2019-12-02T18:25:27.414Z] ? github.com/docker/docker/dockerversion [no test files] [2019-12-02T18:25:27.675Z] ok github.com/docker/docker/image/cache 0.039s coverage: 19.2% of statements [2019-12-02T18:25:27.675Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-12-02T18:25:27.936Z] ok github.com/docker/docker/image/v1 0.038s coverage: 25.0% of statements [2019-12-02T18:25:27.936Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-12-02T18:25:28.196Z] ok github.com/docker/docker/libcontainerd/queue 0.033s coverage: 100.0% of statements [2019-12-02T18:25:29.139Z] ok github.com/docker/docker/pkg/aaparser 0.023s coverage: 50.0% of statements [2019-12-02T18:25:29.412Z] #17 3.398 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:25:29.412Z] #17 3.401 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:25:29.412Z] #17 3.444 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:25:29.412Z] #17 3.447 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:25:29.412Z] #17 3.475 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:25:29.669Z] #17 3.871 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] [2019-12-02T18:25:30.081Z] ok github.com/docker/docker/opts 0.076s coverage: 66.9% of statements [2019-12-02T18:25:30.389Z] #41 ... [2019-12-02T18:25:30.389Z] [2019-12-02T18:25:30.389Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:30.389Z] #44 53.82 time [2019-12-02T18:25:30.389Z] #44 57.02 internal/syscall/unix [2019-12-02T18:25:30.389Z] #44 57.19 strings [2019-12-02T18:25:30.389Z] #44 58.99 os [2019-12-02T18:25:30.389Z] #44 59.17 regexp/syntax [2019-12-02T18:25:30.389Z] #44 62.60 fmt [2019-12-02T18:25:30.389Z] #44 63.55 regexp [2019-12-02T18:25:30.389Z] #44 ... [2019-12-02T18:25:30.389Z] [2019-12-02T18:25:30.389Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:25:30.389Z] #31 56.02 internal/poll [2019-12-02T18:25:30.389Z] #31 57.05 internal/fmtsort [2019-12-02T18:25:30.389Z] #31 57.59 internal/syscall/unix [2019-12-02T18:25:30.389Z] #31 57.86 strings [2019-12-02T18:25:30.389Z] #31 58.07 os [2019-12-02T18:25:30.389Z] #31 60.80 path [2019-12-02T18:25:30.389Z] #31 61.36 fmt [2019-12-02T18:25:30.389Z] #31 61.36 path/filepath [2019-12-02T18:25:30.389Z] #31 63.07 io/ioutil [2019-12-02T18:25:30.389Z] #31 63.82 text/tabwriter [2019-12-02T18:25:30.389Z] #31 ... [2019-12-02T18:25:30.389Z] [2019-12-02T18:25:30.389Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:30.389Z] #41 4.081 Note: Building without setproctitle() and strlcpy() support. [2019-12-02T18:25:30.389Z] #41 4.081 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-02T18:25:30.602Z] #17 4.892 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] [2019-12-02T18:25:31.022Z] ok github.com/docker/docker/pkg/authorization 0.522s coverage: 68.3% of statements [2019-12-02T18:25:31.167Z] #17 5.332 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-12-02T18:25:31.282Z] ok github.com/docker/docker/pkg/broadcaster 0.012s coverage: 100.0% of statements [2019-12-02T18:25:31.439Z] #39 ... [2019-12-02T18:25:31.439Z] [2019-12-02T18:25:31.439Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:25:31.439Z] #32 0.513 + RM_GOPATH=0 [2019-12-02T18:25:31.439Z] #32 0.514 + TMP_GOPATH= [2019-12-02T18:25:31.439Z] #32 0.514 + : /build [2019-12-02T18:25:31.439Z] #32 0.515 + '[' -z '' ']' [2019-12-02T18:25:31.439Z] #32 0.519 ++ mktemp -d [2019-12-02T18:25:31.439Z] #32 0.538 + export GOPATH=/tmp/tmp.MC2Ns9JZvE [2019-12-02T18:25:31.439Z] #32 0.538 + GOPATH=/tmp/tmp.MC2Ns9JZvE [2019-12-02T18:25:31.439Z] #32 0.538 + RM_GOPATH=1 [2019-12-02T18:25:31.439Z] #32 0.539 ++ dirname ./install.sh [2019-12-02T18:25:31.439Z] #32 0.543 + dir=. [2019-12-02T18:25:31.439Z] #32 0.543 + bin=tomlv [2019-12-02T18:25:31.439Z] #32 0.544 + shift [2019-12-02T18:25:31.439Z] #32 0.544 + '[' '!' -f ./tomlv.installer ']' [2019-12-02T18:25:31.439Z] #32 0.545 + . ./tomlv.installer [2019-12-02T18:25:31.439Z] #32 0.545 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:25:31.439Z] #32 0.546 + install_tomlv [2019-12-02T18:25:31.439Z] #32 0.546 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-12-02T18:25:31.439Z] #32 0.546 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:25:31.439Z] #32 0.547 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.MC2Ns9JZvE/src/github.com/BurntSushi/toml [2019-12-02T18:25:31.439Z] #32 0.560 Cloning into '/tmp/tmp.MC2Ns9JZvE/src/github.com/BurntSushi/toml'... [2019-12-02T18:25:31.439Z] #32 2.016 + cd /tmp/tmp.MC2Ns9JZvE/src/github.com/BurntSushi/toml [2019-12-02T18:25:31.439Z] #32 2.016 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:25:31.439Z] #32 2.035 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-12-02T18:25:31.439Z] #32 2.719 runtime/internal/atomic [2019-12-02T18:25:31.439Z] #32 2.727 internal/cpu [2019-12-02T18:25:31.439Z] #32 2.964 runtime/internal/sys [2019-12-02T18:25:31.439Z] #32 3.190 runtime/internal/math [2019-12-02T18:25:31.439Z] #32 3.255 math/bits [2019-12-02T18:25:31.439Z] #32 3.391 internal/bytealg [2019-12-02T18:25:31.439Z] #32 3.792 runtime [2019-12-02T18:25:31.439Z] #32 4.169 math [2019-12-02T18:25:31.542Z] ok github.com/docker/docker/pkg/capabilities 0.017s coverage: 87.5% of statements [2019-12-02T18:25:32.286Z] #41 5.772 fatal: Not a git repository (or any of the parent directories): .git [2019-12-02T18:25:32.286Z] #41 5.794 GEN .gitid [2019-12-02T18:25:32.286Z] #41 5.809 GEN criu/include/version.h [2019-12-02T18:25:32.286Z] #41 5.856 GEN include/common/asm [2019-12-02T18:25:32.488Z] ok github.com/docker/docker/pkg/directory 0.014s coverage: 80.0% of statements [2019-12-02T18:25:32.488Z] ok github.com/docker/docker/pkg/archive 1.220s coverage: 76.8% of statements [2019-12-02T18:25:32.539Z] #17 ... [2019-12-02T18:25:32.539Z] [2019-12-02T18:25:32.539Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:32.539Z] #44 137.2 github.com/LK4D4/vndr/godl [2019-12-02T18:25:33.058Z] ok github.com/docker/docker/pkg/discovery 0.019s coverage: 58.3% of statements [2019-12-02T18:25:33.058Z] ok github.com/docker/docker/pkg/discovery/file 0.020s coverage: 97.6% of statements [2019-12-02T18:25:33.105Z] #44 138.1 github.com/LK4D4/vndr [2019-12-02T18:25:33.219Z] #41 7.167 PBCC images/google/protobuf/descriptor.pb-c.c [2019-12-02T18:25:33.363Z] #44 ... [2019-12-02T18:25:33.363Z] [2019-12-02T18:25:33.363Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:33.363Z] #41 66.60 CC criu/arch/x86/kerndat.o [2019-12-02T18:25:33.363Z] #41 67.47 CC criu/arch/x86/sigaction_compat.o [2019-12-02T18:25:33.363Z] #41 67.81 CC criu/arch/x86/sigframe.o [2019-12-02T18:25:33.363Z] #41 68.12 LINK criu/arch/x86/crtools.built-in.o [2019-12-02T18:25:33.363Z] #41 68.18 DEP criu/pie/util-vdso-elf32.d [2019-12-02T18:25:33.363Z] #41 68.39 DEP criu/arch/x86/vdso-pie.d [2019-12-02T18:25:33.363Z] #41 68.51 DEP criu/pie/parasite-vdso.d [2019-12-02T18:25:33.363Z] #41 68.63 DEP criu/pie/util-vdso.d [2019-12-02T18:25:33.363Z] #41 68.83 DEP criu/pie/util.d [2019-12-02T18:25:33.363Z] #41 69.07 CC criu/pie/util.o [2019-12-02T18:25:33.363Z] #41 69.60 CC criu/pie/util-vdso.o [2019-12-02T18:25:33.363Z] #41 70.37 CC criu/pie/parasite-vdso.o [2019-12-02T18:25:33.363Z] #41 71.42 CC criu/arch/x86/vdso-pie.o [2019-12-02T18:25:33.363Z] #41 71.69 CC criu/pie/util-vdso-elf32.o [2019-12-02T18:25:33.363Z] #41 72.19 AR criu/pie/pie.lib.a [2019-12-02T18:25:33.363Z] #41 72.26 DEP criu/pie/restorer.d [2019-12-02T18:25:33.363Z] #41 72.44 DEP criu/arch/x86/sigaction_compat_pie.d [2019-12-02T18:25:33.363Z] #41 72.54 DEP criu/arch/x86/restorer_unmap.d [2019-12-02T18:25:33.363Z] #41 72.57 DEP criu/arch/x86/restorer.d [2019-12-02T18:25:33.363Z] #41 72.73 DEP criu/pie/parasite.d [2019-12-02T18:25:33.363Z] #41 73.08 CC criu/pie/parasite.o [2019-12-02T18:25:33.363Z] #41 74.27 LINK criu/pie/parasite.built-in.o [2019-12-02T18:25:33.363Z] #41 74.28 GEN criu/pie/parasite-blob.h [2019-12-02T18:25:33.363Z] #41 74.30 CC criu/arch/x86/restorer.o [2019-12-02T18:25:33.363Z] #41 75.02 CC criu/arch/x86/restorer_unmap.o [2019-12-02T18:25:33.363Z] #41 75.10 CC criu/arch/x86/sigaction_compat_pie.o [2019-12-02T18:25:33.363Z] #41 75.45 CC criu/pie/restorer.o [2019-12-02T18:25:33.477Z] #41 7.236 PBCC images/opts.pb-c.c [2019-12-02T18:25:33.477Z] #41 7.316 PBCC images/sit.pb-c.c [2019-12-02T18:25:33.477Z] #41 7.365 DEP images/google/protobuf/descriptor.pb-c.d [2019-12-02T18:25:33.477Z] #41 7.441 DEP images/opts.pb-c.d [2019-12-02T18:25:33.734Z] #41 7.499 DEP images/sit.pb-c.d [2019-12-02T18:25:33.734Z] #41 7.548 PBCC images/macvlan.pb-c.c [2019-12-02T18:25:33.734Z] #41 7.585 DEP images/macvlan.pb-c.d [2019-12-02T18:25:33.734Z] #41 7.614 PBCC images/autofs.pb-c.c [2019-12-02T18:25:33.734Z] #41 7.669 DEP images/autofs.pb-c.d [2019-12-02T18:25:33.992Z] #41 7.748 PBCC images/sysctl.pb-c.c [2019-12-02T18:25:33.992Z] #41 7.790 DEP images/sysctl.pb-c.d [2019-12-02T18:25:33.992Z] #41 7.856 PBCC images/time.pb-c.c [2019-12-02T18:25:33.992Z] #41 7.864 DEP images/time.pb-c.d [2019-12-02T18:25:33.992Z] #41 7.924 PBCC images/binfmt-misc.pb-c.c [2019-12-02T18:25:33.997Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2019-12-02T18:25:34.250Z] #41 7.974 DEP images/binfmt-misc.pb-c.d [2019-12-02T18:25:34.250Z] #41 8.053 PBCC images/seccomp.pb-c.c [2019-12-02T18:25:34.250Z] #41 8.073 DEP images/seccomp.pb-c.d [2019-12-02T18:25:34.250Z] #41 8.131 PBCC images/userns.pb-c.c [2019-12-02T18:25:34.250Z] #41 8.186 DEP images/userns.pb-c.d [2019-12-02T18:25:34.258Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2019-12-02T18:25:34.507Z] #41 8.246 PBCC images/cgroup.pb-c.c [2019-12-02T18:25:34.508Z] #41 8.304 DEP images/cgroup.pb-c.d [2019-12-02T18:25:34.508Z] #41 8.336 PBCC images/fown.pb-c.c [2019-12-02T18:25:34.508Z] #41 8.352 PBCC images/ext-file.pb-c.c [2019-12-02T18:25:34.508Z] #41 8.373 DEP images/fown.pb-c.d [2019-12-02T18:25:34.508Z] #41 8.450 DEP images/ext-file.pb-c.d [2019-12-02T18:25:34.765Z] #41 8.506 PBCC images/rpc.pb-c.c [2019-12-02T18:25:34.765Z] #41 8.593 DEP images/rpc.pb-c.d [2019-12-02T18:25:34.765Z] #41 8.678 PBCC images/siginfo.pb-c.c [2019-12-02T18:25:34.765Z] #41 8.688 DEP images/siginfo.pb-c.d [2019-12-02T18:25:34.765Z] #41 8.739 PBCC images/pagemap.pb-c.c [2019-12-02T18:25:34.828Z] ok github.com/docker/docker/pkg/dmesg 0.013s coverage: 83.3% of statements [2019-12-02T18:25:35.023Z] #41 8.803 DEP images/pagemap.pb-c.d [2019-12-02T18:25:35.023Z] #41 8.850 PBCC images/rlimit.pb-c.c [2019-12-02T18:25:35.023Z] #41 8.877 DEP images/rlimit.pb-c.d [2019-12-02T18:25:35.023Z] #41 8.927 PBCC images/file-lock.pb-c.c [2019-12-02T18:25:35.023Z] #41 8.982 DEP images/file-lock.pb-c.d [2019-12-02T18:25:35.264Z] #41 78.22 LINK criu/pie/restorer.built-in.o [2019-12-02T18:25:35.264Z] #41 78.24 GEN criu/pie/restorer-blob.h [2019-12-02T18:25:35.264Z] #41 78.32 DEP criu/vdso.d [2019-12-02T18:25:35.264Z] #41 78.52 DEP criu/vdso-compat.d [2019-12-02T18:25:35.280Z] #41 9.058 PBCC images/tty.pb-c.c [2019-12-02T18:25:35.280Z] #41 9.134 DEP images/tty.pb-c.d [2019-12-02T18:25:35.280Z] #41 9.185 PBCC images/tun.pb-c.c [2019-12-02T18:25:35.280Z] #41 9.222 PBCC images/netdev.pb-c.c [2019-12-02T18:25:35.280Z] #41 9.246 DEP images/tun.pb-c.d [2019-12-02T18:25:35.522Z] #41 78.67 DEP criu/uts_ns.d [2019-12-02T18:25:35.522Z] #41 78.85 DEP criu/util.d [2019-12-02T18:25:35.549Z] #41 9.384 DEP images/netdev.pb-c.d [2019-12-02T18:25:35.549Z] #41 9.414 PBCC images/vma.pb-c.c [2019-12-02T18:25:35.549Z] #41 9.438 DEP images/vma.pb-c.d [2019-12-02T18:25:35.549Z] #41 9.497 PBCC images/creds.pb-c.c [2019-12-02T18:25:35.765Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2019-12-02T18:25:35.780Z] #41 79.07 DEP criu/uffd.d [2019-12-02T18:25:35.806Z] #41 9.517 DEP images/creds.pb-c.d [2019-12-02T18:25:35.806Z] #41 9.595 PBCC images/utsns.pb-c.c [2019-12-02T18:25:35.806Z] #41 9.622 DEP images/utsns.pb-c.d [2019-12-02T18:25:35.806Z] #41 9.669 PBCC images/ipc-desc.pb-c.c [2019-12-02T18:25:35.806Z] #41 9.701 PBCC images/ipc-sem.pb-c.c [2019-12-02T18:25:35.806Z] #41 9.749 DEP images/ipc-desc.pb-c.d [2019-12-02T18:25:35.810Z] #32 ... [2019-12-02T18:25:35.810Z] [2019-12-02T18:25:35.810Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:35.810Z] #23 0.533 + RM_GOPATH=0 [2019-12-02T18:25:35.810Z] #23 0.533 + TMP_GOPATH= [2019-12-02T18:25:35.810Z] #23 0.533 + : /build [2019-12-02T18:25:35.810Z] #23 0.533 + '[' -z '' ']' [2019-12-02T18:25:35.810Z] #23 0.545 ++ mktemp -d [2019-12-02T18:25:35.810Z] #23 0.558 + export GOPATH=/tmp/tmp.xuE2Eorq2b [2019-12-02T18:25:35.810Z] #23 0.558 + GOPATH=/tmp/tmp.xuE2Eorq2b [2019-12-02T18:25:35.810Z] #23 0.558 + RM_GOPATH=1 [2019-12-02T18:25:35.810Z] #23 0.559 ++ dirname ./install.sh [2019-12-02T18:25:35.810Z] #23 0.559 + dir=. [2019-12-02T18:25:35.810Z] #23 0.559 + bin=dockercli [2019-12-02T18:25:35.810Z] #23 0.559 + shift [2019-12-02T18:25:35.811Z] #23 0.559 + '[' '!' -f ./dockercli.installer ']' [2019-12-02T18:25:35.811Z] #23 0.559 + . ./dockercli.installer [2019-12-02T18:25:35.811Z] #23 0.559 ++ : stable [2019-12-02T18:25:35.811Z] #23 0.559 ++ : 17.06.2-ce [2019-12-02T18:25:35.811Z] #23 0.560 + install_dockercli [2019-12-02T18:25:35.811Z] #23 0.560 Install docker/cli version 17.06.2-ce from stable [2019-12-02T18:25:35.811Z] #23 0.560 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-12-02T18:25:35.811Z] #23 0.566 ++ uname -m [2019-12-02T18:25:35.811Z] #23 0.577 + arch=s390x [2019-12-02T18:25:35.811Z] #23 0.577 + '[' s390x '!=' x86_64 ']' [2019-12-02T18:25:35.811Z] #23 0.577 + '[' s390x '!=' s390x ']' [2019-12-02T18:25:35.811Z] #23 0.577 + url=https://download.docker.com/linux/static [2019-12-02T18:25:35.811Z] #23 0.581 + tar -xz docker/docker [2019-12-02T18:25:35.811Z] #23 0.582 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-12-02T18:25:35.811Z] #23 9.320 + mkdir -p /build [2019-12-02T18:25:35.811Z] #23 9.321 + mv docker/docker /build/ [2019-12-02T18:25:35.811Z] #23 9.322 + rmdir docker [2019-12-02T18:25:35.811Z] #23 DONE 9.4s [2019-12-02T18:25:35.811Z] [2019-12-02T18:25:35.811Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:35.811Z] #45 0.620 + RM_GOPATH=0 [2019-12-02T18:25:35.811Z] #45 0.620 + TMP_GOPATH= [2019-12-02T18:25:35.811Z] #45 0.620 + : /build [2019-12-02T18:25:35.811Z] #45 0.620 + '[' -z '' ']' [2019-12-02T18:25:35.811Z] #45 0.623 ++ mktemp -d [2019-12-02T18:25:35.811Z] #45 0.629 + export GOPATH=/tmp/tmp.HJglBj4W9i [2019-12-02T18:25:35.811Z] #45 0.629 + GOPATH=/tmp/tmp.HJglBj4W9i [2019-12-02T18:25:35.811Z] #45 0.629 + RM_GOPATH=1 [2019-12-02T18:25:35.811Z] #45 0.629 ++ dirname ./install.sh [2019-12-02T18:25:35.811Z] #45 0.630 + dir=. [2019-12-02T18:25:35.811Z] #45 0.630 + bin=vndr [2019-12-02T18:25:35.811Z] #45 0.630 + shift [2019-12-02T18:25:35.811Z] #45 0.630 + '[' '!' -f ./vndr.installer ']' [2019-12-02T18:25:35.811Z] #45 0.630 + . ./vndr.installer [2019-12-02T18:25:35.811Z] #45 0.630 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:25:35.811Z] #45 0.631 + install_vndr [2019-12-02T18:25:35.811Z] #45 0.631 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:25:35.811Z] #45 0.631 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-12-02T18:25:35.811Z] #45 0.631 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.HJglBj4W9i/src/github.com/LK4D4/vndr [2019-12-02T18:25:35.811Z] #45 0.638 Cloning into '/tmp/tmp.HJglBj4W9i/src/github.com/LK4D4/vndr'... [2019-12-02T18:25:35.811Z] #45 1.566 + cd /tmp/tmp.HJglBj4W9i/src/github.com/LK4D4/vndr [2019-12-02T18:25:35.811Z] #45 1.566 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:25:35.811Z] #45 1.585 + go build -buildmode=pie -v -o /build/vndr . [2019-12-02T18:25:35.811Z] #45 2.972 internal/cpu [2019-12-02T18:25:35.811Z] #45 3.007 runtime/internal/sys [2019-12-02T18:25:35.811Z] #45 3.349 internal/race [2019-12-02T18:25:35.811Z] #45 3.537 sync/atomic [2019-12-02T18:25:35.811Z] #45 3.695 unicode [2019-12-02T18:25:35.811Z] #45 3.718 internal/bytealg [2019-12-02T18:25:35.811Z] #45 4.253 runtime [2019-12-02T18:25:35.811Z] #45 8.297 unicode/utf8 [2019-12-02T18:25:35.811Z] #45 8.987 math [2019-12-02T18:25:35.811Z] #45 ... [2019-12-02T18:25:35.811Z] [2019-12-02T18:25:35.811Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:25:35.811Z] #11 0.438 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:25:35.811Z] #11 0.448 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:25:35.811Z] #11 0.487 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:25:35.811Z] #11 0.502 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:25:35.811Z] #11 0.519 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:25:35.811Z] #11 0.901 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-12-02T18:25:35.811Z] #11 2.914 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-02T18:25:35.811Z] #11 3.642 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-02T18:25:35.811Z] #11 ... [2019-12-02T18:25:35.811Z] [2019-12-02T18:25:35.811Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:25:35.811Z] #41 0.536 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:25:35.811Z] #41 0.546 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:25:35.811Z] #41 0.585 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:25:35.811Z] #41 0.602 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:25:35.811Z] #41 0.626 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:25:35.811Z] #41 1.292 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-12-02T18:25:35.811Z] #41 3.335 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-02T18:25:35.811Z] #41 4.021 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-02T18:25:35.811Z] #41 ... [2019-12-02T18:25:35.811Z] [2019-12-02T18:25:35.811Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:35.811Z] #51 0.554 + RM_GOPATH=0 [2019-12-02T18:25:35.811Z] #51 0.555 + TMP_GOPATH= [2019-12-02T18:25:35.811Z] #51 0.555 + : /build [2019-12-02T18:25:35.811Z] #51 0.555 + '[' -z '' ']' [2019-12-02T18:25:35.811Z] #51 0.556 ++ mktemp -d [2019-12-02T18:25:35.811Z] #51 0.558 + export GOPATH=/tmp/tmp.GO0yVOvw1d [2019-12-02T18:25:35.811Z] #51 0.558 + GOPATH=/tmp/tmp.GO0yVOvw1d [2019-12-02T18:25:35.811Z] #51 0.558 + RM_GOPATH=1 [2019-12-02T18:25:35.811Z] #51 0.559 ++ dirname ./install.sh [2019-12-02T18:25:35.811Z] #51 0.560 + dir=. [2019-12-02T18:25:35.811Z] #51 0.560 + bin=golangci_lint [2019-12-02T18:25:35.811Z] #51 0.560 + shift [2019-12-02T18:25:35.811Z] #51 0.561 + '[' '!' -f ./golangci_lint.installer ']' [2019-12-02T18:25:35.811Z] #51 0.561 + . ./golangci_lint.installer [2019-12-02T18:25:35.811Z] #51 0.561 ++ : v1.20.0 [2019-12-02T18:25:35.811Z] #51 0.562 + install_golangci_lint [2019-12-02T18:25:35.811Z] #51 0.562 Installing golangci-lint version v1.20.0 [2019-12-02T18:25:35.811Z] #51 0.562 + echo 'Installing golangci-lint version v1.20.0' [2019-12-02T18:25:35.811Z] #51 0.562 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-02T18:25:35.811Z] #51 ... [2019-12-02T18:25:35.811Z] [2019-12-02T18:25:35.811Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:35.811Z] #48 0.569 + RM_GOPATH=0 [2019-12-02T18:25:35.811Z] #48 0.569 + TMP_GOPATH= [2019-12-02T18:25:35.811Z] #48 0.569 + : /build [2019-12-02T18:25:35.811Z] #48 0.570 + '[' -z '' ']' [2019-12-02T18:25:35.811Z] #48 0.573 ++ mktemp -d [2019-12-02T18:25:35.811Z] #48 0.583 + export GOPATH=/tmp/tmp.ASVeoUy8X5 [2019-12-02T18:25:35.811Z] #48 0.583 + GOPATH=/tmp/tmp.ASVeoUy8X5 [2019-12-02T18:25:35.811Z] #48 0.584 + RM_GOPATH=1 [2019-12-02T18:25:35.811Z] #48 0.587 ++ dirname ./install.sh [2019-12-02T18:25:35.811Z] #48 0.595 + dir=. [2019-12-02T18:25:35.811Z] #48 0.596 + bin=gotestsum [2019-12-02T18:25:35.811Z] #48 0.596 + shift [2019-12-02T18:25:35.811Z] #48 0.596 + '[' '!' -f ./gotestsum.installer ']' [2019-12-02T18:25:35.811Z] #48 0.596 + . ./gotestsum.installer [2019-12-02T18:25:35.811Z] #48 0.596 ++ : v0.3.5 [2019-12-02T18:25:35.811Z] #48 0.597 + install_gotestsum [2019-12-02T18:25:35.811Z] #48 0.597 + echo 'Installing gotestsum version v0.3.5' [2019-12-02T18:25:35.811Z] #48 0.597 Installing gotestsum version v0.3.5 [2019-12-02T18:25:35.811Z] #48 0.597 + go get -d gotest.tools/gotestsum [2019-12-02T18:25:36.026Z] ok github.com/docker/docker/pkg/chrootarchive 3.608s coverage: 43.2% of statements [2019-12-02T18:25:36.037Z] #41 79.33 DEP criu/tun.d [2019-12-02T18:25:36.063Z] #41 9.815 DEP images/ipc-sem.pb-c.d [2019-12-02T18:25:36.063Z] #41 9.894 PBCC images/ipc-msg.pb-c.c [2019-12-02T18:25:36.063Z] #41 9.901 DEP images/ipc-msg.pb-c.d [2019-12-02T18:25:36.063Z] #41 9.955 PBCC images/ipc-shm.pb-c.c [2019-12-02T18:25:36.063Z] #41 10.01 DEP images/ipc-shm.pb-c.d [2019-12-02T18:25:36.295Z] #41 79.52 DEP criu/tty.d [2019-12-02T18:25:36.321Z] #41 10.06 PBCC images/ipc-var.pb-c.c [2019-12-02T18:25:36.321Z] #41 10.09 DEP images/ipc-var.pb-c.d [2019-12-02T18:25:36.321Z] #41 10.14 PBCC images/sk-opts.pb-c.c [2019-12-02T18:25:36.321Z] #41 10.17 PBCC images/packet-sock.pb-c.c [2019-12-02T18:25:36.321Z] #41 10.23 DEP images/sk-opts.pb-c.d [2019-12-02T18:25:36.324Z] #48 ... [2019-12-02T18:25:36.324Z] [2019-12-02T18:25:36.324Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:25:36.324Z] #57 0.397 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:25:36.324Z] #57 0.408 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:25:36.324Z] #57 0.449 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:25:36.324Z] #57 0.464 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:25:36.324Z] #57 0.502 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:25:36.324Z] #57 0.819 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-12-02T18:25:36.324Z] #57 2.869 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-02T18:25:36.324Z] #57 3.586 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-02T18:25:36.324Z] #57 ... [2019-12-02T18:25:36.324Z] [2019-12-02T18:25:36.324Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:25:36.324Z] #69 0.545 + RM_GOPATH=0 [2019-12-02T18:25:36.324Z] #69 0.545 + TMP_GOPATH= [2019-12-02T18:25:36.324Z] #69 0.545 + : /build [2019-12-02T18:25:36.324Z] #69 0.545 + '[' -z '' ']' [2019-12-02T18:25:36.324Z] #69 0.561 ++ mktemp -d [2019-12-02T18:25:36.324Z] #69 0.580 + export GOPATH=/tmp/tmp.xqYeT7MuRj [2019-12-02T18:25:36.324Z] #69 0.580 + GOPATH=/tmp/tmp.xqYeT7MuRj [2019-12-02T18:25:36.324Z] #69 0.580 + RM_GOPATH=1 [2019-12-02T18:25:36.324Z] #69 0.584 ++ dirname ./install.sh [2019-12-02T18:25:36.324Z] #69 0.591 + dir=. [2019-12-02T18:25:36.324Z] #69 0.591 + bin=proxy [2019-12-02T18:25:36.324Z] #69 0.591 + shift [2019-12-02T18:25:36.324Z] #69 0.591 + '[' '!' -f ./proxy.installer ']' [2019-12-02T18:25:36.324Z] #69 0.592 + . ./proxy.installer [2019-12-02T18:25:36.324Z] #69 0.593 ++ : 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:25:36.324Z] #69 0.596 + install_proxy [2019-12-02T18:25:36.324Z] #69 0.596 + case "$1" in [2019-12-02T18:25:36.324Z] #69 0.596 + export CGO_ENABLED=0 [2019-12-02T18:25:36.324Z] #69 0.596 + CGO_ENABLED=0 [2019-12-02T18:25:36.324Z] #69 0.596 Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:25:36.324Z] #69 0.596 + _install_proxy [2019-12-02T18:25:36.324Z] #69 0.596 + echo 'Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377' [2019-12-02T18:25:36.324Z] #69 0.597 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.xqYeT7MuRj/src/github.com/docker/libnetwork [2019-12-02T18:25:36.324Z] #69 0.613 Cloning into '/tmp/tmp.xqYeT7MuRj/src/github.com/docker/libnetwork'... [2019-12-02T18:25:36.324Z] #69 ... [2019-12-02T18:25:36.324Z] [2019-12-02T18:25:36.325Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:25:36.325Z] #34 0.501 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:25:36.325Z] #34 0.511 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:25:36.325Z] #34 0.555 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:25:36.325Z] #34 0.570 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:25:36.325Z] #34 0.583 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:25:36.325Z] #34 1.251 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-12-02T18:25:36.325Z] #34 2.827 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-02T18:25:36.325Z] #34 3.734 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-02T18:25:36.553Z] #41 79.84 DEP criu/timerfd.d [2019-12-02T18:25:36.579Z] #41 10.30 DEP images/packet-sock.pb-c.d [2019-12-02T18:25:36.579Z] #41 10.36 PBCC images/sk-netlink.pb-c.c [2019-12-02T18:25:36.579Z] #41 10.44 DEP images/sk-netlink.pb-c.d [2019-12-02T18:25:36.596Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2019-12-02T18:25:36.818Z] #41 80.11 DEP criu/sysfs_parse.d [2019-12-02T18:25:36.837Z] #41 10.48 PBCC images/sk-inet.pb-c.c [2019-12-02T18:25:36.837Z] #41 10.51 DEP images/sk-inet.pb-c.d [2019-12-02T18:25:36.837Z] #41 10.57 PBCC images/sk-unix.pb-c.c [2019-12-02T18:25:36.837Z] #41 10.63 DEP images/sk-unix.pb-c.d [2019-12-02T18:25:36.837Z] #41 10.71 PBCC images/mm.pb-c.c [2019-12-02T18:25:37.046Z] #34 ... [2019-12-02T18:25:37.046Z] [2019-12-02T18:25:37.046Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:25:37.046Z] #25 0.923 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:25:37.046Z] #25 0.934 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:25:37.046Z] #25 0.976 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:25:37.046Z] #25 1.013 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:25:37.046Z] #25 1.148 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:25:37.046Z] #25 2.016 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-12-02T18:25:37.046Z] #25 3.610 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-02T18:25:37.046Z] #25 4.405 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-02T18:25:37.046Z] #25 ... [2019-12-02T18:25:37.046Z] [2019-12-02T18:25:37.046Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:37.046Z] #63 0.544 + RM_GOPATH=0 [2019-12-02T18:25:37.046Z] #63 0.544 + TMP_GOPATH= [2019-12-02T18:25:37.046Z] #63 0.544 + : /build/ [2019-12-02T18:25:37.046Z] #63 0.544 + '[' -z '' ']' [2019-12-02T18:25:37.046Z] #63 0.544 ++ mktemp -d [2019-12-02T18:25:37.046Z] #63 0.545 + export GOPATH=/tmp/tmp.XBI0jIGcO9 [2019-12-02T18:25:37.046Z] #63 0.545 + GOPATH=/tmp/tmp.XBI0jIGcO9 [2019-12-02T18:25:37.046Z] #63 0.545 + RM_GOPATH=1 [2019-12-02T18:25:37.046Z] #63 0.545 ++ dirname ./install.sh [2019-12-02T18:25:37.046Z] #63 0.557 + dir=. [2019-12-02T18:25:37.046Z] #63 0.557 + bin=rootlesskit [2019-12-02T18:25:37.046Z] #63 0.557 + shift [2019-12-02T18:25:37.046Z] #63 0.557 + '[' '!' -f ./rootlesskit.installer ']' [2019-12-02T18:25:37.046Z] #63 0.557 + . ./rootlesskit.installer [2019-12-02T18:25:37.046Z] #63 0.558 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:25:37.046Z] #63 0.558 + install_rootlesskit [2019-12-02T18:25:37.046Z] #63 0.558 + case "$1" in [2019-12-02T18:25:37.046Z] #63 0.558 + export CGO_ENABLED=0 [2019-12-02T18:25:37.046Z] #63 0.558 + CGO_ENABLED=0 [2019-12-02T18:25:37.046Z] #63 0.558 + _install_rootlesskit [2019-12-02T18:25:37.046Z] #63 0.558 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-12-02T18:25:37.046Z] #63 0.558 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.XBI0jIGcO9/src/github.com/rootless-containers/rootlesskit [2019-12-02T18:25:37.046Z] #63 0.558 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:25:37.046Z] #63 0.577 Cloning into '/tmp/tmp.XBI0jIGcO9/src/github.com/rootless-containers/rootlesskit'... [2019-12-02T18:25:37.046Z] #63 4.197 + cd /tmp/tmp.XBI0jIGcO9/src/github.com/rootless-containers/rootlesskit [2019-12-02T18:25:37.046Z] #63 4.197 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:25:37.046Z] #63 4.428 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-02T18:25:37.046Z] #63 4.428 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-12-02T18:25:37.046Z] #63 ... [2019-12-02T18:25:37.046Z] [2019-12-02T18:25:37.046Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:25:37.046Z] #29 0.293 + mktemp -d [2019-12-02T18:25:37.046Z] #29 0.299 + export GOPATH=/tmp/tmp.4NwITFqvLX [2019-12-02T18:25:37.046Z] #29 0.299 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.4NwITFqvLX/src/github.com/go-swagger/go-swagger [2019-12-02T18:25:37.046Z] #29 0.300 Cloning into '/tmp/tmp.4NwITFqvLX/src/github.com/go-swagger/go-swagger'... [2019-12-02T18:25:37.046Z] #29 ... [2019-12-02T18:25:37.046Z] [2019-12-02T18:25:37.046Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:25:37.046Z] #34 11.39 Fetched 7672 kB in 10s (703 kB/s) [2019-12-02T18:25:37.076Z] #41 80.36 DEP criu/sysctl.d [2019-12-02T18:25:37.076Z] #41 80.53 DEP criu/string.d [2019-12-02T18:25:37.095Z] #41 10.80 DEP images/mm.pb-c.d [2019-12-02T18:25:37.095Z] #41 10.88 PBCC images/timerfd.pb-c.c [2019-12-02T18:25:37.095Z] #41 10.92 DEP images/timerfd.pb-c.d [2019-12-02T18:25:37.095Z] #41 10.97 PBCC images/timer.pb-c.c [2019-12-02T18:25:37.169Z] ok github.com/docker/docker/pkg/fsutils 0.321s coverage: 85.1% of statements [2019-12-02T18:25:37.169Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2019-12-02T18:25:37.334Z] #41 80.62 DEP criu/stats.d [2019-12-02T18:25:37.353Z] #41 11.01 DEP images/timer.pb-c.d [2019-12-02T18:25:37.353Z] #41 11.07 PBCC images/sa.pb-c.c [2019-12-02T18:25:37.353Z] #41 11.12 DEP images/sa.pb-c.d [2019-12-02T18:25:37.353Z] #41 11.19 PBCC images/pipe-data.pb-c.c [2019-12-02T18:25:37.353Z] #41 11.23 DEP images/pipe-data.pb-c.d [2019-12-02T18:25:37.353Z] #41 11.30 PBCC images/mnt.pb-c.c [2019-12-02T18:25:37.430Z] ok github.com/docker/docker/pkg/discovery/kv 3.141s coverage: 84.1% of statements [2019-12-02T18:25:37.592Z] #41 80.75 DEP criu/sockets.d [2019-12-02T18:25:37.592Z] #41 80.94 DEP criu/sk-unix.d [2019-12-02T18:25:37.611Z] #41 11.41 DEP images/mnt.pb-c.d [2019-12-02T18:25:37.611Z] #41 11.49 PBCC images/sk-packet.pb-c.c [2019-12-02T18:25:37.611Z] #41 11.52 DEP images/sk-packet.pb-c.d [2019-12-02T18:25:37.850Z] #41 ... [2019-12-02T18:25:37.850Z] [2019-12-02T18:25:37.850Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:25:37.850Z] #17 11.82 Fetched 7927 kB in 9s (842 kB/s) [2019-12-02T18:25:37.869Z] #41 11.57 PBCC images/tcp-stream.pb-c.c [2019-12-02T18:25:37.869Z] #41 11.63 DEP images/tcp-stream.pb-c.d [2019-12-02T18:25:37.869Z] #41 11.69 PBCC images/pipe.pb-c.c [2019-12-02T18:25:37.869Z] #41 11.74 DEP images/pipe.pb-c.d [2019-12-02T18:25:38.127Z] #41 11.79 PBCC images/pstree.pb-c.c [2019-12-02T18:25:38.127Z] #41 11.80 DEP images/pstree.pb-c.d [2019-12-02T18:25:38.127Z] #41 11.87 PBCC images/fs.pb-c.c [2019-12-02T18:25:38.127Z] #41 11.88 DEP images/fs.pb-c.d [2019-12-02T18:25:38.127Z] #41 11.93 PBCC images/signalfd.pb-c.c [2019-12-02T18:25:38.127Z] #41 12.00 DEP images/signalfd.pb-c.d [2019-12-02T18:25:38.371Z] ok github.com/docker/docker/layer 7.555s coverage: 68.8% of statements [2019-12-02T18:25:38.371Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-12-02T18:25:38.371Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-12-02T18:25:38.371Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-12-02T18:25:38.371Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-12-02T18:25:38.371Z] ? github.com/docker/docker/oci [no test files] [2019-12-02T18:25:38.371Z] ? github.com/docker/docker/oci/caps [no test files] [2019-12-02T18:25:38.371Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-12-02T18:25:38.371Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-12-02T18:25:38.371Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2019-12-02T18:25:38.384Z] #41 12.07 PBCC images/fh.pb-c.c [2019-12-02T18:25:38.384Z] #41 12.13 PBCC images/fsnotify.pb-c.c [2019-12-02T18:25:38.384Z] #41 12.17 DEP images/fh.pb-c.d [2019-12-02T18:25:38.384Z] #41 12.23 DEP images/fsnotify.pb-c.d [2019-12-02T18:25:38.631Z] ok github.com/docker/docker/pkg/idtools 0.639s coverage: 70.1% of statements [2019-12-02T18:25:38.631Z] ok github.com/docker/docker/pkg/ioutils 0.667s coverage: 70.6% of statements [2019-12-02T18:25:38.642Z] #41 12.31 PBCC images/eventpoll.pb-c.c [2019-12-02T18:25:38.642Z] #41 12.39 DEP images/eventpoll.pb-c.d [2019-12-02T18:25:38.642Z] #41 12.42 PBCC images/eventfd.pb-c.c [2019-12-02T18:25:38.642Z] #41 12.46 DEP images/eventfd.pb-c.d [2019-12-02T18:25:38.642Z] #41 12.52 PBCC images/remap-file-path.pb-c.c [2019-12-02T18:25:38.898Z] ok github.com/docker/docker/pkg/locker 0.044s coverage: 88.9% of statements [2019-12-02T18:25:38.898Z] ok github.com/docker/docker/pkg/longpath 0.037s coverage: 100.0% of statements [2019-12-02T18:25:38.898Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-12-02T18:25:38.900Z] #41 12.58 DEP images/remap-file-path.pb-c.d [2019-12-02T18:25:38.900Z] #41 12.61 PBCC images/fifo.pb-c.c [2019-12-02T18:25:38.900Z] #41 12.62 DEP images/fifo.pb-c.d [2019-12-02T18:25:38.900Z] #41 12.66 PBCC images/ghost-file.pb-c.c [2019-12-02T18:25:38.900Z] #41 12.70 DEP images/ghost-file.pb-c.d [2019-12-02T18:25:38.900Z] #41 12.77 PBCC images/regfile.pb-c.c [2019-12-02T18:25:39.158Z] #41 12.83 DEP images/regfile.pb-c.d [2019-12-02T18:25:39.158Z] #41 12.89 PBCC images/ns.pb-c.c [2019-12-02T18:25:39.158Z] #41 12.94 DEP images/ns.pb-c.d [2019-12-02T18:25:39.158Z] #41 12.97 PBCC images/fdinfo.pb-c.c [2019-12-02T18:25:39.158Z] #41 13.02 DEP images/fdinfo.pb-c.d [2019-12-02T18:25:39.158Z] ok github.com/docker/docker/pkg/namesgenerator 0.021s coverage: 85.7% of statements [2019-12-02T18:25:39.417Z] #41 13.11 PBCC images/core-aarch64.pb-c.c [2019-12-02T18:25:39.417Z] #41 13.18 PBCC images/core-arm.pb-c.c [2019-12-02T18:25:39.417Z] #41 13.19 PBCC images/core-ppc64.pb-c.c [2019-12-02T18:25:39.417Z] #41 13.25 PBCC images/core-s390.pb-c.c [2019-12-02T18:25:39.419Z] ok github.com/docker/docker/pkg/parsers 0.029s coverage: 97.0% of statements [2019-12-02T18:25:39.675Z] #41 13.36 PBCC images/core-x86.pb-c.c [2019-12-02T18:25:39.675Z] #41 13.40 PBCC images/core.pb-c.c [2019-12-02T18:25:39.675Z] #41 13.45 PBCC images/inventory.pb-c.c [2019-12-02T18:25:39.675Z] #41 13.49 DEP images/core-aarch64.pb-c.d [2019-12-02T18:25:39.675Z] #41 13.53 DEP images/core-arm.pb-c.d [2019-12-02T18:25:39.675Z] #41 13.59 DEP images/core-ppc64.pb-c.d [2019-12-02T18:25:39.679Z] ok github.com/docker/docker/pkg/parsers/kernel 0.018s coverage: 60.0% of statements [2019-12-02T18:25:39.933Z] #41 13.67 DEP images/core-s390.pb-c.d [2019-12-02T18:25:39.933Z] #41 13.73 DEP images/core-x86.pb-c.d [2019-12-02T18:25:39.933Z] #41 13.81 DEP images/core.pb-c.d [2019-12-02T18:25:39.933Z] #41 13.86 DEP images/inventory.pb-c.d [2019-12-02T18:25:40.193Z] #41 13.92 PBCC images/cpuinfo.pb-c.c [2019-12-02T18:25:40.193Z] #41 13.99 DEP images/cpuinfo.pb-c.d [2019-12-02T18:25:40.193Z] #41 14.04 PBCC images/stats.pb-c.c [2019-12-02T18:25:40.193Z] #41 14.08 DEP images/stats.pb-c.d [2019-12-02T18:25:40.249Z] ok github.com/docker/docker/pkg/pidfile 0.010s coverage: 82.4% of statements [2019-12-02T18:25:40.249Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.014s coverage: 91.4% of statements [2019-12-02T18:25:40.451Z] #41 ... [2019-12-02T18:25:40.451Z] [2019-12-02T18:25:40.451Z] #31 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:25:40.451Z] #31 64.93 github.com/BurntSushi/toml [2019-12-02T18:25:40.451Z] #31 64.93 flag [2019-12-02T18:25:40.451Z] #31 66.59 log [2019-12-02T18:25:40.451Z] #31 68.89 github.com/BurntSushi/toml/cmd/tomlv [2019-12-02T18:25:40.451Z] #31 DONE 74.8s [2019-12-02T18:25:40.451Z] [2019-12-02T18:25:40.451Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:40.451Z] #44 66.99 internal/lazyregexp [2019-12-02T18:25:40.451Z] #44 67.22 hash/crc32 [2019-12-02T18:25:40.451Z] #44 67.24 go/token [2019-12-02T18:25:40.451Z] #44 68.12 net/url [2019-12-02T18:25:40.451Z] #44 68.38 go/scanner [2019-12-02T18:25:40.451Z] #44 69.93 go/ast [2019-12-02T18:25:40.451Z] #44 70.04 text/template/parse [2019-12-02T18:25:40.451Z] #44 74.00 text/template [2019-12-02T18:25:40.509Z] ok github.com/docker/docker/pkg/mount 0.907s coverage: 70.0% of statements [2019-12-02T18:25:40.769Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-12-02T18:25:40.769Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-12-02T18:25:40.769Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-12-02T18:25:40.769Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.021s coverage: 56.8% of statements [2019-12-02T18:25:41.341Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 88.2% of statements [2019-12-02T18:25:41.439Z] #34 11.39 Reading package lists... [2019-12-02T18:25:41.601Z] ok github.com/docker/docker/pkg/progress 0.022s coverage: 75.9% of statements [2019-12-02T18:25:41.601Z] ok github.com/docker/docker/pkg/plugins/transport 0.013s coverage: 85.7% of statements [2019-12-02T18:25:41.824Z] #44 ... [2019-12-02T18:25:41.824Z] [2019-12-02T18:25:41.825Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:41.825Z] #59 24.28 + cd /tmp/tmp.FJhNK1jXSG/src/github.com/containerd/containerd [2019-12-02T18:25:41.825Z] #59 24.29 + git checkout -q c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:25:41.825Z] #59 25.42 + export 'BUILDTAGS=netgo osusergo static_build' [2019-12-02T18:25:41.825Z] #59 25.42 + BUILDTAGS='netgo osusergo static_build' [2019-12-02T18:25:41.825Z] #59 25.42 + export EXTRA_FLAGS=-buildmode=pie [2019-12-02T18:25:41.825Z] #59 25.42 + EXTRA_FLAGS=-buildmode=pie [2019-12-02T18:25:41.825Z] #59 25.42 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-12-02T18:25:41.825Z] #59 25.42 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-12-02T18:25:41.825Z] #59 25.42 + '[' '' = dynamic ']' [2019-12-02T18:25:41.825Z] #59 25.42 + make [2019-12-02T18:25:41.825Z] #59 26.40 + bin/ctr [2019-12-02T18:25:42.034Z] #17 11.82 Reading package lists... [2019-12-02T18:25:42.172Z] ok github.com/docker/docker/pkg/reexec 0.026s coverage: 82.4% of statements [2019-12-02T18:25:42.305Z] #34 15.56 Reading package lists... [2019-12-02T18:25:42.305Z] #34 ... [2019-12-02T18:25:42.305Z] [2019-12-02T18:25:42.305Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:25:42.305Z] #51 15.93 + cd /tmp/tmp.GO0yVOvw1d/src/github.com/golangci/golangci-lint/ [2019-12-02T18:25:42.305Z] #51 15.93 + git checkout -q v1.20.0 [2019-12-02T18:25:42.305Z] #51 16.44 ++ git describe --tags [2019-12-02T18:25:42.305Z] #51 16.44 + version=v1.20.0 [2019-12-02T18:25:42.305Z] #51 16.44 ++ git rev-parse --short HEAD [2019-12-02T18:25:42.305Z] #51 16.45 + commit=cc98739 [2019-12-02T18:25:42.305Z] #51 16.45 ++ git show -s --format=%cd [2019-12-02T18:25:42.305Z] #51 16.45 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-12-02T18:25:42.305Z] #51 16.45 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-02T18:25:42.390Z] #59 ... [2019-12-02T18:25:42.390Z] [2019-12-02T18:25:42.390Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:42.390Z] #41 16.03 make[1]: Nothing to be done for 'all'. [2019-12-02T18:25:42.741Z] ok github.com/docker/docker/pkg/stdcopy 0.012s coverage: 100.0% of statements [2019-12-02T18:25:43.001Z] ok github.com/docker/docker/pkg/pubsub 1.099s coverage: 73.9% of statements [2019-12-02T18:25:43.407Z] #17 15.72 Reading package lists... [2019-12-02T18:25:43.407Z] #17 ... [2019-12-02T18:25:43.407Z] [2019-12-02T18:25:43.407Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:43.407Z] #44 DONE 148.3s [2019-12-02T18:25:43.407Z] [2019-12-02T18:25:43.407Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:43.407Z] #41 81.22 DEP criu/sk-tcp.d [2019-12-02T18:25:43.407Z] #41 81.41 DEP criu/sk-queue.d [2019-12-02T18:25:43.407Z] #41 81.53 DEP criu/sk-packet.d [2019-12-02T18:25:43.407Z] #41 82.03 DEP criu/sk-netlink.d [2019-12-02T18:25:43.407Z] #41 82.27 DEP criu/sk-inet.d [2019-12-02T18:25:43.407Z] #41 82.51 DEP criu/signalfd.d [2019-12-02T18:25:43.407Z] #41 82.66 DEP criu/sigframe.d [2019-12-02T18:25:43.407Z] #41 82.82 DEP criu/shmem.d [2019-12-02T18:25:43.407Z] #41 83.03 DEP criu/servicefd.d [2019-12-02T18:25:43.407Z] #41 83.21 DEP criu/seize.d [2019-12-02T18:25:43.407Z] #41 83.40 DEP criu/seccomp.d [2019-12-02T18:25:43.407Z] #41 83.66 DEP criu/rst-malloc.d [2019-12-02T18:25:43.407Z] #41 83.77 DEP criu/rbtree.d [2019-12-02T18:25:43.407Z] #41 83.79 DEP criu/pstree.d [2019-12-02T18:25:43.407Z] #41 84.05 DEP criu/protobuf.d [2019-12-02T18:25:43.407Z] #41 84.23 GEN criu/protobuf-desc-gen.h [2019-12-02T18:25:43.407Z] #41 85.47 DEP criu/protobuf-desc.d [2019-12-02T18:25:43.408Z] #41 85.72 DEP criu/proc_parse.d [2019-12-02T18:25:43.408Z] #41 86.02 DEP criu/plugin.d [2019-12-02T18:25:43.408Z] #41 86.17 DEP criu/pipes.d [2019-12-02T18:25:43.408Z] #41 86.41 DEP criu/pie-util.d [2019-12-02T18:25:43.408Z] #41 86.55 DEP criu/pie-util-vdso.d [2019-12-02T18:25:43.571Z] ok github.com/docker/docker/pkg/streamformatter 0.024s coverage: 66.2% of statements [2019-12-02T18:25:43.571Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2019-12-02T18:25:43.665Z] #41 86.88 DEP criu/pie-util-vdso-elf32.d [2019-12-02T18:25:43.665Z] #41 87.07 DEP criu/path.d [2019-12-02T18:25:43.764Z] #41 17.33 CC images/stats.o [2019-12-02T18:25:44.022Z] #41 17.67 CC images/core.o [2019-12-02T18:25:44.141Z] ok github.com/docker/docker/pkg/symlink 0.027s coverage: 87.7% of statements [2019-12-02T18:25:44.141Z] ok github.com/docker/docker/pkg/sysinfo 0.014s coverage: 80.6% of statements [2019-12-02T18:25:44.231Z] #41 87.41 DEP criu/parasite-syscall.d [2019-12-02T18:25:44.489Z] #41 87.69 DEP criu/pagemap.d [2019-12-02T18:25:44.587Z] #41 18.40 CC images/core-x86.o [2019-12-02T18:25:44.746Z] #41 88.07 DEP criu/pagemap-cache.d [2019-12-02T18:25:45.004Z] #41 88.21 DEP criu/page-xfer.d [2019-12-02T18:25:45.004Z] #41 88.37 DEP criu/page-pipe.d [2019-12-02T18:25:45.080Z] ok github.com/docker/docker/pkg/tailfile 0.107s coverage: 88.6% of statements [2019-12-02T18:25:45.080Z] ok github.com/docker/docker/pkg/system 0.046s coverage: 36.9% of statements [2019-12-02T18:25:45.080Z] ok github.com/docker/docker/pkg/signal 2.791s coverage: 61.0% of statements [2019-12-02T18:25:45.153Z] #41 19.00 CC images/core-arm.o [2019-12-02T18:25:45.262Z] #41 88.50 DEP criu/netfilter.d [2019-12-02T18:25:45.262Z] #41 88.71 DEP criu/net.d [2019-12-02T18:25:45.411Z] #41 19.37 CC images/core-aarch64.o [2019-12-02T18:25:45.651Z] testing: warning: no tests to run [2019-12-02T18:25:45.651Z] coverage: [no statements] [2019-12-02T18:25:45.651Z] ok github.com/docker/docker/pkg/term/windows 0.018s coverage: [no statements] [no tests to run] [2019-12-02T18:25:45.827Z] #41 88.89 DEP criu/namespaces.d [2019-12-02T18:25:45.827Z] #41 89.04 DEP criu/mount.d [2019-12-02T18:25:45.827Z] #41 ... [2019-12-02T18:25:45.827Z] [2019-12-02T18:25:45.827Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:25:45.827Z] #17 15.72 Reading package lists... [2019-12-02T18:25:45.911Z] ok github.com/docker/docker/pkg/tarsum 0.121s coverage: 89.3% of statements [2019-12-02T18:25:45.911Z] ok github.com/docker/docker/pkg/term 0.018s coverage: 84.8% of statements [2019-12-02T18:25:45.916Z] #51 ... [2019-12-02T18:25:45.916Z] [2019-12-02T18:25:45.916Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:25:45.916Z] #32 10.37 internal/testlog [2019-12-02T18:25:45.916Z] #32 10.83 encoding [2019-12-02T18:25:45.916Z] #32 11.09 runtime/cgo [2019-12-02T18:25:45.977Z] #41 19.78 CC images/core-ppc64.o [2019-12-02T18:25:46.321Z] #32 ... [2019-12-02T18:25:46.321Z] [2019-12-02T18:25:46.321Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:25:46.321Z] #34 15.56 Reading package lists... [2019-12-02T18:25:46.321Z] #34 19.95 Building dependency tree... [2019-12-02T18:25:46.321Z] #34 21.01 The following additional packages will be installed: [2019-12-02T18:25:46.393Z] #17 20.01 Building dependency tree... [2019-12-02T18:25:46.482Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2019-12-02T18:25:46.482Z] ok github.com/docker/docker/pkg/truncindex 0.117s coverage: 91.5% of statements [2019-12-02T18:25:46.482Z] ok github.com/docker/docker/pkg/useragent 0.011s coverage: 88.9% of statements [2019-12-02T18:25:46.543Z] #41 20.35 CC images/core-s390.o [2019-12-02T18:25:46.725Z] #34 21.01 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-12-02T18:25:46.725Z] #34 21.02 Suggested packages: [2019-12-02T18:25:46.725Z] #34 21.02 codeblocks eclipse ninja-build lrzip [2019-12-02T18:25:46.725Z] #34 21.02 Recommended packages: [2019-12-02T18:25:46.725Z] #34 21.02 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-12-02T18:25:46.725Z] #34 ... [2019-12-02T18:25:46.725Z] [2019-12-02T18:25:46.725Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:25:46.725Z] #39 11.14 + cd /tmp/tmp.POjO5jZLyQ/src/github.com/docker/distribution [2019-12-02T18:25:46.725Z] #39 11.15 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-12-02T18:25:46.725Z] #39 13.19 + GOPATH=/tmp/tmp.POjO5jZLyQ/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.POjO5jZLyQ go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-12-02T18:25:46.725Z] #39 ... [2019-12-02T18:25:46.725Z] [2019-12-02T18:25:46.725Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:46.725Z] #45 13.33 unicode/utf16 [2019-12-02T18:25:46.725Z] #45 13.87 container/list [2019-12-02T18:25:46.725Z] #45 14.45 crypto/internal/subtle [2019-12-02T18:25:46.725Z] #45 14.47 crypto/subtle [2019-12-02T18:25:46.725Z] #45 14.55 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-12-02T18:25:46.725Z] #45 14.61 internal/nettrace [2019-12-02T18:25:46.725Z] #45 14.69 runtime/cgo [2019-12-02T18:25:46.958Z] #17 21.13 The following additional packages will be installed: [2019-12-02T18:25:46.958Z] #17 21.13 dh-python libaio1 libapparmor-perl libgpm2 libip4tc0 libip6tc0 libiptc0 [2019-12-02T18:25:46.958Z] #17 21.13 libjq1 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libonig4 [2019-12-02T18:25:46.958Z] #17 21.13 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-12-02T18:25:46.958Z] #17 21.13 libxtables12 python-pip-whl python3 python3-minimal python3-pkg-resources [2019-12-02T18:25:46.958Z] #17 21.13 python3.5 python3.5-minimal vim-runtime xxd [2019-12-02T18:25:46.958Z] #17 21.13 Suggested packages: [2019-12-02T18:25:46.958Z] #17 21.13 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm [2019-12-02T18:25:46.958Z] #17 21.13 python3-doc python3-tk python3-venv python-setuptools-doc python3.5-venv [2019-12-02T18:25:46.958Z] #17 21.13 python3.5-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2019-12-02T18:25:46.958Z] #17 21.13 quota [2019-12-02T18:25:46.958Z] #17 21.13 Recommended packages: [2019-12-02T18:25:46.958Z] #17 21.13 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-12-02T18:25:46.958Z] #17 21.13 python3-keyrings.alt python3-xdg unzip [2019-12-02T18:25:47.136Z] #45 ... [2019-12-02T18:25:47.136Z] [2019-12-02T18:25:47.136Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:25:47.136Z] #57 11.49 Fetched 7672 kB in 11s (694 kB/s) [2019-12-02T18:25:47.136Z] #57 11.49 Reading package lists... [2019-12-02T18:25:47.136Z] #57 15.49 Reading package lists... [2019-12-02T18:25:47.136Z] #57 20.23 Building dependency tree... [2019-12-02T18:25:47.136Z] #57 21.50 The following additional packages will be installed: [2019-12-02T18:25:47.136Z] #57 21.53 btrfs-progs liblzo2-2 [2019-12-02T18:25:47.136Z] #57 21.68 The following NEW packages will be installed: [2019-12-02T18:25:47.136Z] #57 21.70 btrfs-progs btrfs-tools liblzo2-2 [2019-12-02T18:25:47.136Z] #57 ... [2019-12-02T18:25:47.136Z] [2019-12-02T18:25:47.136Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:25:47.136Z] #34 21.64 The following NEW packages will be installed: [2019-12-02T18:25:47.136Z] #34 21.65 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-12-02T18:25:47.136Z] #34 21.65 vim-common xxd [2019-12-02T18:25:47.136Z] #34 21.74 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:25:47.136Z] #34 21.74 Need to get 13.2 MB of archives. [2019-12-02T18:25:47.136Z] #34 21.74 After this operation, 59.4 MB of additional disk space will be used. [2019-12-02T18:25:47.136Z] #34 21.74 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-12-02T18:25:47.476Z] #41 21.00 CC images/cpuinfo.o [2019-12-02T18:25:47.541Z] #34 21.85 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-12-02T18:25:47.541Z] #34 21.87 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-12-02T18:25:47.734Z] #41 21.42 CC images/inventory.o [2019-12-02T18:25:47.935Z] #34 22.45 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-12-02T18:25:47.935Z] #34 22.57 Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x libarchive13 s390x 3.2.2-2+deb9u2 [283 kB] [2019-12-02T18:25:47.992Z] #41 21.76 CC images/fdinfo.o [2019-12-02T18:25:48.332Z] #34 22.63 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-12-02T18:25:48.332Z] #34 22.66 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-12-02T18:25:48.332Z] #34 22.66 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-12-02T18:25:48.332Z] #34 22.91 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-02T18:25:48.396Z] ok github.com/docker/docker/plugin/v2 0.014s coverage: 14.5% of statements [2019-12-02T18:25:48.396Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 73.8% of statements [2019-12-02T18:25:48.557Z] #41 22.28 CC images/fown.o [2019-12-02T18:25:48.557Z] #41 22.42 CC images/ns.o [2019-12-02T18:25:48.750Z] #34 22.97 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-02T18:25:48.750Z] #34 ... [2019-12-02T18:25:48.750Z] [2019-12-02T18:25:48.750Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:25:48.750Z] #11 13.24 Fetched 7672 kB in 12s (599 kB/s) [2019-12-02T18:25:48.750Z] #11 13.24 Reading package lists... [2019-12-02T18:25:48.750Z] #11 17.52 Reading package lists... [2019-12-02T18:25:48.750Z] #11 21.93 Building dependency tree... [2019-12-02T18:25:48.750Z] #11 22.47 The following additional packages will be installed: [2019-12-02T18:25:48.750Z] #11 22.47 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dmsetup [2019-12-02T18:25:48.750Z] #11 22.47 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor1 [2019-12-02T18:25:48.750Z] #11 22.47 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-02T18:25:48.750Z] #11 22.47 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp2 libselinux1-dev [2019-12-02T18:25:48.750Z] #11 22.48 libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2019-12-02T18:25:48.750Z] #11 22.48 Suggested packages: [2019-12-02T18:25:48.750Z] #11 22.48 gcc-6-locales seccomp wine64 [2019-12-02T18:25:48.750Z] #11 ... [2019-12-02T18:25:48.750Z] [2019-12-02T18:25:48.750Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:25:48.750Z] #57 21.89 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:25:48.750Z] #57 21.89 Need to get 668 kB of archives. [2019-12-02T18:25:48.750Z] #57 21.89 After this operation, 5446 kB of additional disk space will be used. [2019-12-02T18:25:48.750Z] #57 21.89 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-12-02T18:25:48.750Z] #57 21.92 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-12-02T18:25:48.751Z] #57 21.95 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-12-02T18:25:48.751Z] #57 22.82 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:25:48.751Z] #57 22.92 Fetched 668 kB in 0s (3802 kB/s) [2019-12-02T18:25:48.751Z] #57 23.01 Selecting previously unselected package liblzo2-2:s390x. [2019-12-02T18:25:48.751Z] #57 23.01 (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-12-02T18:25:48.751Z] #57 23.03 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-12-02T18:25:48.751Z] #57 23.04 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-02T18:25:48.751Z] #57 23.18 Selecting previously unselected package btrfs-progs. [2019-12-02T18:25:48.751Z] #57 23.18 Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-12-02T18:25:48.751Z] #57 23.19 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-02T18:25:48.815Z] #41 22.64 CC images/regfile.o [2019-12-02T18:25:48.855Z] #17 23.04 The following NEW packages will be installed: [2019-12-02T18:25:48.855Z] #17 23.04 apparmor aufs-tools bash-completion bzip2 dh-python iptables jq libaio1 [2019-12-02T18:25:48.855Z] #17 23.04 libapparmor-perl libcap2-bin libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 [2019-12-02T18:25:48.855Z] #17 23.04 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 [2019-12-02T18:25:48.855Z] #17 23.04 libprotobuf-c1 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib [2019-12-02T18:25:48.855Z] #17 23.04 libreadline5 libxtables12 net-tools pigz python-pip-whl python3 [2019-12-02T18:25:48.855Z] #17 23.05 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2019-12-02T18:25:48.856Z] #17 23.05 python3-wheel python3.5 python3.5-minimal thin-provisioning-tools vim [2019-12-02T18:25:48.856Z] #17 23.05 vim-common vim-runtime xfsprogs xxd xz-utils zip [2019-12-02T18:25:49.073Z] #41 22.93 CC images/ghost-file.o [2019-12-02T18:25:49.136Z] #57 ... [2019-12-02T18:25:49.136Z] [2019-12-02T18:25:49.136Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:25:49.136Z] #25 13.62 Fetched 7672 kB in 12s (603 kB/s) [2019-12-02T18:25:49.136Z] #25 13.62 Reading package lists... [2019-12-02T18:25:49.136Z] #25 18.36 Reading package lists... [2019-12-02T18:25:49.338Z] ok github.com/docker/docker/reference 0.031s coverage: 83.7% of statements [2019-12-02T18:25:49.423Z] #17 ... [2019-12-02T18:25:49.423Z] [2019-12-02T18:25:49.423Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:25:49.423Z] #28 154.1 + rm -rf /tmp/tmp.61QXFvGExO [2019-12-02T18:25:49.423Z] #28 DONE 154.5s [2019-12-02T18:25:49.423Z] [2019-12-02T18:25:49.423Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:49.423Z] #41 89.26 DEP criu/mem.d [2019-12-02T18:25:49.423Z] #41 89.42 DEP criu/lsm.d [2019-12-02T18:25:49.423Z] #41 89.62 DEP criu/log.d [2019-12-02T18:25:49.423Z] #41 89.80 DEP criu/libnetlink.d [2019-12-02T18:25:49.423Z] #41 89.99 DEP criu/kerndat.d [2019-12-02T18:25:49.423Z] #41 90.19 DEP criu/kcmp-ids.d [2019-12-02T18:25:49.423Z] #41 90.27 DEP criu/irmap.d [2019-12-02T18:25:49.423Z] #41 90.49 DEP criu/ipc_ns.d [2019-12-02T18:25:49.423Z] #41 90.61 DEP criu/image.d [2019-12-02T18:25:49.423Z] #41 90.78 DEP criu/image-desc.d [2019-12-02T18:25:49.423Z] #41 90.86 DEP criu/fsnotify.d [2019-12-02T18:25:49.423Z] #41 91.09 DEP criu/filesystems.d [2019-12-02T18:25:49.423Z] #41 91.22 DEP criu/files.d [2019-12-02T18:25:49.423Z] #41 91.33 DEP criu/files-reg.d [2019-12-02T18:25:49.423Z] #41 91.57 DEP criu/files-ext.d [2019-12-02T18:25:49.423Z] #41 91.72 DEP criu/file-lock.d [2019-12-02T18:25:49.423Z] #41 91.87 DEP criu/file-ids.d [2019-12-02T18:25:49.423Z] #41 91.99 DEP criu/fifo.d [2019-12-02T18:25:49.423Z] #41 92.14 DEP criu/fdstore.d [2019-12-02T18:25:49.423Z] #41 92.24 DEP criu/fault-injection.d [2019-12-02T18:25:49.423Z] #41 92.28 DEP criu/external.d [2019-12-02T18:25:49.423Z] #41 92.38 DEP criu/eventpoll.d [2019-12-02T18:25:49.423Z] #41 92.53 DEP criu/eventfd.d [2019-12-02T18:25:49.423Z] #41 92.75 DEP criu/crtools.d [2019-12-02T18:25:49.534Z] #25 23.29 Building dependency tree... [2019-12-02T18:25:49.534Z] #25 ... [2019-12-02T18:25:49.534Z] [2019-12-02T18:25:49.534Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:25:49.534Z] #41 14.30 Fetched 7672 kB in 13s (557 kB/s) [2019-12-02T18:25:49.534Z] #41 14.30 Reading package lists... [2019-12-02T18:25:49.534Z] #41 18.56 Reading package lists... [2019-12-02T18:25:49.534Z] #41 23.49 Building dependency tree... [2019-12-02T18:25:49.534Z] #41 ... [2019-12-02T18:25:49.534Z] [2019-12-02T18:25:49.534Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:25:49.534Z] #69 13.71 + cd /tmp/tmp.xqYeT7MuRj/src/github.com/docker/libnetwork [2019-12-02T18:25:49.534Z] #69 13.71 + git checkout -q 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:25:49.534Z] #69 13.89 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-12-02T18:25:49.534Z] #69 ... [2019-12-02T18:25:49.534Z] [2019-12-02T18:25:49.534Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:25:49.534Z] #41 23.49 Building dependency tree... [2019-12-02T18:25:49.639Z] #41 23.24 CC images/fifo.o [2019-12-02T18:25:49.681Z] #41 92.94 DEP criu/cr-service.d [2019-12-02T18:25:49.897Z] #41 23.51 CC images/remap-file-path.o [2019-12-02T18:25:49.909Z] ok github.com/docker/docker/plugin 0.573s coverage: 27.1% of statements [2019-12-02T18:25:49.940Z] #41 93.17 DEP criu/cr-restore.d [2019-12-02T18:25:49.955Z] #41 ... [2019-12-02T18:25:49.955Z] [2019-12-02T18:25:49.955Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:25:49.955Z] #57 23.98 Selecting previously unselected package btrfs-tools. [2019-12-02T18:25:49.955Z] #57 23.98 Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-12-02T18:25:49.955Z] #57 23.98 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-02T18:25:49.955Z] #57 24.05 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:25:49.955Z] #57 24.09 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-02T18:25:49.955Z] #57 24.10 Setting up btrfs-progs (4.7.3-1) ... [2019-12-02T18:25:49.955Z] #57 24.11 Setting up btrfs-tools (4.7.3-1) ... [2019-12-02T18:25:49.955Z] #57 24.12 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:25:49.955Z] #57 DONE 24.3s [2019-12-02T18:25:49.955Z] [2019-12-02T18:25:49.955Z] #58 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:25:49.955Z] #58 DONE 0.1s [2019-12-02T18:25:49.955Z] [2019-12-02T18:25:49.955Z] #59 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-12-02T18:25:49.955Z] #59 DONE 0.1s [2019-12-02T18:25:49.955Z] [2019-12-02T18:25:49.955Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:25:49.955Z] #11 24.53 The following NEW packages will be installed: [2019-12-02T18:25:49.955Z] #11 24.53 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 [2019-12-02T18:25:49.955Z] #11 24.53 btrfs-progs btrfs-tools dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-12-02T18:25:49.955Z] #11 24.53 gcc-mingw-w64-x86-64 libapparmor-dev libapparmor1 libdevmapper-dev [2019-12-02T18:25:49.955Z] #11 24.54 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-02T18:25:49.955Z] #11 24.54 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev libseccomp2 [2019-12-02T18:25:49.955Z] #11 24.54 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2019-12-02T18:25:49.955Z] #11 24.54 mingw-w64-x86-64-dev [2019-12-02T18:25:50.155Z] #41 23.78 CC images/eventfd.o [2019-12-02T18:25:50.155Z] #41 23.97 CC images/eventpoll.o [2019-12-02T18:25:50.198Z] #41 93.51 DEP criu/cr-errno.d [2019-12-02T18:25:50.198Z] #41 93.56 DEP criu/cr-dump.d [2019-12-02T18:25:50.412Z] #41 24.22 CC images/fh.o [2019-12-02T18:25:50.456Z] #41 93.90 DEP criu/cr-dedup.d [2019-12-02T18:25:50.480Z] ok github.com/docker/docker/registry/resumable 0.031s coverage: 100.0% of statements [2019-12-02T18:25:50.480Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 50.9% of statements [2019-12-02T18:25:50.480Z] ok github.com/docker/docker/registry 0.261s coverage: 56.0% of statements [2019-12-02T18:25:50.601Z] #11 24.63 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:25:50.601Z] #11 24.63 Need to get 71.0 MB of archives. [2019-12-02T18:25:50.601Z] #11 24.63 After this operation, 487 MB of additional disk space will be used. [2019-12-02T18:25:50.601Z] #11 24.63 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-12-02T18:25:50.601Z] #11 24.67 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-12-02T18:25:50.601Z] #11 24.68 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-12-02T18:25:50.601Z] #11 24.68 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-12-02T18:25:50.601Z] #11 24.70 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-12-02T18:25:50.601Z] #11 24.74 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-12-02T18:25:50.601Z] #11 24.76 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-12-02T18:25:50.601Z] #11 24.78 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB] [2019-12-02T18:25:50.601Z] #11 24.84 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-12-02T18:25:50.601Z] #11 24.91 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-12-02T18:25:50.601Z] #11 24.93 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-12-02T18:25:50.601Z] #11 24.95 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-12-02T18:25:50.601Z] #11 25.01 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-12-02T18:25:50.601Z] #11 25.04 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-12-02T18:25:50.601Z] #11 25.04 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-12-02T18:25:50.601Z] #11 25.04 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB] [2019-12-02T18:25:50.601Z] #11 25.05 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-12-02T18:25:50.601Z] #11 25.12 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB] [2019-12-02T18:25:50.978Z] #41 24.54 CC images/fsnotify.o [2019-12-02T18:25:51.021Z] #41 94.13 DEP criu/cr-check.d [2019-12-02T18:25:51.021Z] #41 94.31 DEP criu/config.d [2019-12-02T18:25:51.288Z] #41 94.44 DEP criu/clone-noasan.d [2019-12-02T18:25:51.288Z] #41 94.56 DEP criu/cgroup.d [2019-12-02T18:25:51.300Z] #11 25.41 Get:19 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-12-02T18:25:51.300Z] #11 25.74 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-12-02T18:25:51.300Z] #11 25.74 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-12-02T18:25:51.421Z] ok github.com/docker/docker/testutil 0.009s coverage: 62.5% of statements [2019-12-02T18:25:51.544Z] #41 25.15 CC images/signalfd.o [2019-12-02T18:25:51.549Z] #41 94.74 DEP criu/cgroup-props.d [2019-12-02T18:25:51.549Z] #41 94.90 DEP criu/bitmap.d [2019-12-02T18:25:51.549Z] #41 94.94 DEP criu/bfd.d [2019-12-02T18:25:51.681Z] ok github.com/docker/docker/runconfig 0.030s coverage: 68.2% of statements [2019-12-02T18:25:51.712Z] #11 26.28 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-12-02T18:25:51.802Z] #41 25.42 CC images/fs.o [2019-12-02T18:25:51.807Z] #41 95.10 DEP criu/autofs.d [2019-12-02T18:25:52.060Z] #41 25.73 CC images/pstree.o [2019-12-02T18:25:52.060Z] #41 25.92 CC images/pipe.o [2019-12-02T18:25:52.060Z] #41 ... [2019-12-02T18:25:52.060Z] [2019-12-02T18:25:52.060Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:25:52.060Z] #44 76.11 go/parser [2019-12-02T18:25:52.060Z] #44 78.78 encoding/xml [2019-12-02T18:25:52.060Z] #44 80.12 go/doc [2019-12-02T18:25:52.060Z] #44 83.18 github.com/LK4D4/vndr/build [2019-12-02T18:25:52.060Z] #44 84.92 net [2019-12-02T18:25:52.065Z] #41 95.22 DEP criu/aio.d [2019-12-02T18:25:52.065Z] #41 ... [2019-12-02T18:25:52.065Z] [2019-12-02T18:25:52.065Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:25:52.065Z] #17 24.13 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:25:52.065Z] #17 24.13 Need to get 17.8 MB of archives. [2019-12-02T18:25:52.065Z] #17 24.13 After this operation, 76.2 MB of additional disk space will be used. [2019-12-02T18:25:52.065Z] #17 24.13 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-12-02T18:25:52.065Z] #17 24.14 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-12-02T18:25:52.065Z] #17 24.15 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-12-02T18:25:52.065Z] #17 24.15 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-12-02T18:25:52.065Z] #17 24.25 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-12-02T18:25:52.065Z] #17 24.45 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-12-02T18:25:52.065Z] #17 24.45 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-12-02T18:25:52.065Z] #17 24.45 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-12-02T18:25:52.065Z] #17 24.68 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-12-02T18:25:52.065Z] #17 24.69 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-12-02T18:25:52.065Z] #17 24.69 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-12-02T18:25:52.065Z] #17 24.71 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-12-02T18:25:52.065Z] #17 24.71 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-12-02T18:25:52.065Z] #17 24.71 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-12-02T18:25:52.065Z] #17 24.72 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-12-02T18:25:52.065Z] #17 24.72 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-12-02T18:25:52.065Z] #17 24.73 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-12-02T18:25:52.065Z] #17 24.74 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-12-02T18:25:52.065Z] #17 24.74 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-12-02T18:25:52.065Z] #17 24.76 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-02T18:25:52.065Z] #17 24.77 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-02T18:25:52.065Z] #17 24.79 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-12-02T18:25:52.065Z] #17 24.79 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-12-02T18:25:52.065Z] #17 24.79 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-12-02T18:25:52.065Z] #17 24.83 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-12-02T18:25:52.065Z] #17 24.84 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-12-02T18:25:52.065Z] #17 24.86 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-12-02T18:25:52.065Z] #17 24.87 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-12-02T18:25:52.065Z] #17 24.87 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-12-02T18:25:52.065Z] #17 24.88 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-12-02T18:25:52.065Z] #17 24.88 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-12-02T18:25:52.065Z] #17 24.88 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-12-02T18:25:52.065Z] #17 24.88 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-12-02T18:25:52.065Z] #17 24.89 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-12-02T18:25:52.065Z] #17 24.90 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-12-02T18:25:52.065Z] #17 24.96 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-12-02T18:25:52.065Z] #17 24.96 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-12-02T18:25:52.065Z] #17 24.98 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-12-02T18:25:52.065Z] #17 24.98 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-12-02T18:25:52.065Z] #17 24.99 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-12-02T18:25:52.065Z] #17 25.00 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-12-02T18:25:52.065Z] #17 25.28 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-12-02T18:25:52.065Z] #17 25.35 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-12-02T18:25:52.065Z] #17 25.42 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-12-02T18:25:52.065Z] #17 25.43 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-12-02T18:25:52.065Z] #17 25.46 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-12-02T18:25:52.065Z] #17 26.03 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:25:52.065Z] #17 26.14 Fetched 17.8 MB in 2s (7433 kB/s) [2019-12-02T18:25:52.065Z] #17 26.21 Selecting previously unselected package bash-completion. [2019-12-02T18:25:52.065Z] #17 26.21 (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 ... 23402 files and directories currently installed.) [2019-12-02T18:25:52.065Z] #17 26.26 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-12-02T18:25:52.116Z] #11 26.60 Get:23 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-12-02T18:25:52.116Z] #11 26.61 Get:24 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-12-02T18:25:52.318Z] #44 ... [2019-12-02T18:25:52.319Z] [2019-12-02T18:25:52.319Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:25:52.319Z] #41 26.13 CC images/tcp-stream.o [2019-12-02T18:25:52.535Z] #11 ... [2019-12-02T18:25:52.535Z] [2019-12-02T18:25:52.535Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:25:52.535Z] #25 23.29 Building dependency tree... [2019-12-02T18:25:52.535Z] #25 24.36 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-12-02T18:25:52.535Z] #25 24.36 The following additional packages will be installed: [2019-12-02T18:25:52.535Z] #25 24.38 libjq1 libonig4 [2019-12-02T18:25:52.535Z] #25 24.89 The following NEW packages will be installed: [2019-12-02T18:25:52.535Z] #25 24.90 jq libjq1 libonig4 [2019-12-02T18:25:52.535Z] #25 25.04 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:25:52.535Z] #25 25.04 Need to get 328 kB of archives. [2019-12-02T18:25:52.535Z] #25 25.04 After this operation, 1263 kB of additional disk space will be used. [2019-12-02T18:25:52.535Z] #25 25.04 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-12-02T18:25:52.535Z] #25 25.13 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-12-02T18:25:52.535Z] #25 25.14 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-12-02T18:25:52.535Z] #25 25.54 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:25:52.535Z] #25 25.83 Fetched 328 kB in 0s (1855 kB/s) [2019-12-02T18:25:52.535Z] #25 25.92 Selecting previously unselected package libonig4:s390x. [2019-12-02T18:25:52.535Z] #25 25.92 (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-12-02T18:25:52.535Z] #25 25.99 Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-12-02T18:25:52.535Z] #25 26.00 Unpacking libonig4:s390x (6.1.3-2) ... [2019-12-02T18:25:52.535Z] #25 26.24 Selecting previously unselected package libjq1:s390x. [2019-12-02T18:25:52.535Z] #25 26.25 Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-12-02T18:25:52.535Z] #25 26.26 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-12-02T18:25:52.535Z] #25 26.40 Selecting previously unselected package jq. [2019-12-02T18:25:52.535Z] #25 26.40 Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-12-02T18:25:52.535Z] #25 26.40 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-02T18:25:52.535Z] #25 26.65 Setting up libonig4:s390x (6.1.3-2) ... [2019-12-02T18:25:52.535Z] #25 26.66 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-12-02T18:25:52.535Z] #25 26.66 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:25:52.535Z] #25 26.73 Setting up jq (1.5+dfsg-1.3) ... [2019-12-02T18:25:52.535Z] #25 DONE 26.9s [2019-12-02T18:25:52.535Z] [2019-12-02T18:25:52.535Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-02T18:25:52.535Z] #26 DONE 0.1s [2019-12-02T18:25:52.535Z] [2019-12-02T18:25:52.535Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:25:52.535Z] #34 24.00 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:25:52.535Z] #34 24.10 Fetched 13.2 MB in 1s (10.3 MB/s) [2019-12-02T18:25:52.535Z] #34 24.16 Selecting previously unselected package cmake-data. [2019-12-02T18:25:52.535Z] #34 24.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-12-02T18:25:52.535Z] #34 24.28 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-12-02T18:25:52.535Z] #34 24.31 Unpacking cmake-data (3.7.2-1) ... [2019-12-02T18:25:52.577Z] #41 26.38 CC images/sk-packet.o [2019-12-02T18:25:52.941Z] #34 27.61 Selecting previously unselected package liblzo2-2:s390x. [2019-12-02T18:25:52.941Z] #34 27.61 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-12-02T18:25:53.142Z] #41 26.71 CC images/mnt.o [2019-12-02T18:25:53.359Z] #34 27.63 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-02T18:25:53.359Z] #34 27.78 Selecting previously unselected package libicu57:s390x. [2019-12-02T18:25:53.359Z] #34 27.78 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-12-02T18:25:53.359Z] #34 27.78 Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-12-02T18:25:53.400Z] #41 27.00 CC images/pipe-data.o [2019-12-02T18:25:53.400Z] #41 27.27 CC images/sa.o [2019-12-02T18:25:53.590Z] ok github.com/docker/docker/volume/drivers 0.013s coverage: 36.1% of statements [2019-12-02T18:25:53.658Z] #41 27.48 CC images/timer.o [2019-12-02T18:25:53.850Z] ok github.com/docker/docker/volume/local 0.045s coverage: 73.0% of statements [2019-12-02T18:25:53.915Z] #41 27.77 CC images/timerfd.o [2019-12-02T18:25:54.109Z] ok github.com/docker/docker/volume/mounts 0.058s coverage: 67.0% of statements [2019-12-02T18:25:54.173Z] #41 28.01 CC images/mm.o [2019-12-02T18:25:54.594Z] #17 28.49 Unpacking bash-completion (1:2.1-4.3) ... [2019-12-02T18:25:54.595Z] #17 28.80 Selecting previously unselected package libnet1:amd64. [2019-12-02T18:25:54.595Z] #17 28.81 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-12-02T18:25:54.595Z] #17 28.82 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-02T18:25:54.739Z] #41 28.32 CC images/sk-opts.o [2019-12-02T18:25:54.853Z] #17 28.92 Selecting previously unselected package libnfnetlink0:amd64. [2019-12-02T18:25:54.853Z] #17 28.93 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-12-02T18:25:54.853Z] #17 28.94 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-12-02T18:25:54.853Z] #17 29.01 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-12-02T18:25:54.853Z] #17 29.01 Preparing to unpack .../03-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-12-02T18:25:54.853Z] #17 29.02 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-12-02T18:25:54.997Z] #41 28.62 CC images/sk-unix.o [2019-12-02T18:25:54.997Z] #41 28.89 CC images/sk-inet.o [2019-12-02T18:25:55.304Z] #34 ... [2019-12-02T18:25:55.304Z] [2019-12-02T18:25:55.304Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:25:55.304Z] #27 1.913 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-12-02T18:25:55.304Z] #27 2.376 [2019-12-02T18:25:55.420Z] #17 29.45 Selecting previously unselected package python3.5-minimal. [2019-12-02T18:25:55.420Z] #17 29.46 Preparing to unpack .../04-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-12-02T18:25:55.420Z] #17 29.48 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-02T18:25:55.489Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.0% of statements [2019-12-02T18:25:55.563Z] #41 29.27 CC images/tun.o [2019-12-02T18:25:55.821Z] #41 29.64 CC images/sk-netlink.o [2019-12-02T18:25:56.356Z] #17 30.33 Selecting previously unselected package python3-minimal. [2019-12-02T18:25:56.356Z] #17 30.33 Preparing to unpack .../05-python3-minimal_3.5.3-1_amd64.deb ... [2019-12-02T18:25:56.356Z] #17 30.33 Unpacking python3-minimal (3.5.3-1) ... [2019-12-02T18:25:56.356Z] #17 30.42 Selecting previously unselected package libmpdec2:amd64. [2019-12-02T18:25:56.356Z] #17 30.42 Preparing to unpack .../06-libmpdec2_2.4.2-1_amd64.deb ... [2019-12-02T18:25:56.356Z] #17 30.44 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-12-02T18:25:56.356Z] #17 30.54 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-12-02T18:25:56.417Z] #41 29.97 CC images/packet-sock.o [2019-12-02T18:25:56.585Z] #27 2.833 ## 2.8% ### 4.9% ##### 7.0% ###### 9.1% ######## 11.1% ######### 13.3% ########### 15.3% ############ 17.4% ############## 19.5% [2019-12-02T18:25:56.585Z] #27 ... [2019-12-02T18:25:56.585Z] [2019-12-02T18:25:56.585Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:25:56.585Z] #69 DONE 30.9s [2019-12-02T18:25:56.585Z] [2019-12-02T18:25:56.585Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:25:56.614Z] #17 30.54 Preparing to unpack .../07-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-12-02T18:25:56.614Z] #17 30.54 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-12-02T18:25:56.681Z] #41 30.48 CC images/ipc-var.o [2019-12-02T18:25:56.939Z] #41 30.77 CC images/ipc-desc.o [2019-12-02T18:25:57.197Z] #41 31.08 CC images/ipc-shm.o [2019-12-02T18:25:57.455Z] #41 31.26 CC images/ipc-msg.o [2019-12-02T18:25:57.714Z] #41 31.48 CC images/ipc-sem.o [2019-12-02T18:25:57.972Z] #41 31.72 CC images/utsns.o [2019-12-02T18:25:57.989Z] #17 31.81 Selecting previously unselected package python3.5. [2019-12-02T18:25:57.989Z] #17 31.81 Preparing to unpack .../08-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-12-02T18:25:57.989Z] #17 31.82 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-12-02T18:25:57.989Z] #17 31.96 Selecting previously unselected package libpython3-stdlib:amd64. [2019-12-02T18:25:57.989Z] #17 31.96 Preparing to unpack .../09-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-12-02T18:25:57.989Z] #17 31.98 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-12-02T18:25:57.989Z] #17 32.03 Selecting previously unselected package dh-python. [2019-12-02T18:25:57.989Z] #17 32.03 Preparing to unpack .../10-dh-python_2.20170125_all.deb ... [2019-12-02T18:25:57.989Z] #17 32.04 Unpacking dh-python (2.20170125) ... [2019-12-02T18:25:58.230Z] #41 31.91 CC images/creds.o [2019-12-02T18:25:58.230Z] #41 32.13 CC images/vma.o [2019-12-02T18:25:58.247Z] #17 32.21 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-12-02T18:25:58.247Z] #17 32.23 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-02T18:25:58.488Z] #41 32.30 CC images/netdev.o [2019-12-02T18:25:59.054Z] #41 32.78 CC images/tty.o [2019-12-02T18:25:59.987Z] #41 33.48 CC images/file-lock.o [2019-12-02T18:25:59.987Z] #41 33.65 CC images/rlimit.o [2019-12-02T18:25:59.987Z] #41 33.85 CC images/pagemap.o [2019-12-02T18:26:00.111Z] #27 2.833 ## 2.8% ### 4.9% ##### 7.0% ###### 9.1% ######## 11.1% ######### 13.3% ########### 15.3% ############ 17.4% ############## 19.5% ############### 21.6% ################# 23.7% ################## 25.8% #################### 27.9% ##################### 30.0% ####################### 32.0% ######################## 34.1% ########################### 38.3% ############################## 42.5% ################################# 46.7% ################################### 48.8% ###################################### 52.9% ####################################### 55.0% ######################################### 57.1% ############################################ 61.3% ############################################### 65.5% ################################################ 67.6% ################################################## 69.7% ################################################### 71.8% [2019-12-02T18:26:00.111Z] #27 ... [2019-12-02T18:26:00.111Z] [2019-12-02T18:26:00.111Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:26:00.111Z] #41 24.53 The following additional packages will be installed: [2019-12-02T18:26:00.111Z] #41 24.53 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-12-02T18:26:00.111Z] #41 24.53 libprotoc10 python-pkg-resources zlib1g-dev [2019-12-02T18:26:00.111Z] #41 24.54 Suggested packages: [2019-12-02T18:26:00.111Z] #41 24.54 manpages-dev python-setuptools [2019-12-02T18:26:00.111Z] #41 26.83 The following NEW packages will be installed: [2019-12-02T18:26:00.111Z] #41 26.83 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-12-02T18:26:00.111Z] #41 26.84 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-12-02T18:26:00.111Z] #41 26.84 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-12-02T18:26:00.111Z] #41 26.84 zlib1g-dev [2019-12-02T18:26:00.111Z] #41 26.94 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:26:00.111Z] #41 26.94 Need to get 3476 kB of archives. [2019-12-02T18:26:00.111Z] #41 26.94 After this operation, 20.2 MB of additional disk space will be used. [2019-12-02T18:26:00.111Z] #41 26.94 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-12-02T18:26:00.111Z] #41 26.97 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-12-02T18:26:00.111Z] #41 26.97 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-12-02T18:26:00.111Z] #41 26.98 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-12-02T18:26:00.111Z] #41 26.99 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-12-02T18:26:00.111Z] #41 26.99 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-12-02T18:26:00.111Z] #41 27.27 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-12-02T18:26:00.111Z] #41 27.35 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-12-02T18:26:00.111Z] #41 27.36 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-12-02T18:26:00.111Z] #41 27.41 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-12-02T18:26:00.111Z] #41 27.42 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-12-02T18:26:00.111Z] #41 27.49 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-12-02T18:26:00.111Z] #41 27.54 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-12-02T18:26:00.111Z] #41 27.55 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-12-02T18:26:00.111Z] #41 27.56 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-12-02T18:26:00.111Z] #41 27.57 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-12-02T18:26:00.111Z] #41 28.29 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:26:00.111Z] #41 28.36 Fetched 3476 kB in 0s (4861 kB/s) [2019-12-02T18:26:00.111Z] #41 28.43 Selecting previously unselected package libnet1:s390x. [2019-12-02T18:26:00.111Z] #41 28.43 (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-12-02T18:26:00.111Z] #41 28.51 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 28.52 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-12-02T18:26:00.111Z] #41 28.64 Selecting previously unselected package libcap-dev:s390x. [2019-12-02T18:26:00.111Z] #41 28.64 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 28.64 Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-12-02T18:26:00.111Z] #41 28.71 Selecting previously unselected package libnet1-dev. [2019-12-02T18:26:00.111Z] #41 28.72 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 28.72 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-12-02T18:26:00.111Z] #41 28.94 Selecting previously unselected package libnl-3-200:s390x. [2019-12-02T18:26:00.111Z] #41 28.94 Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 28.94 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-12-02T18:26:00.111Z] #41 29.04 Selecting previously unselected package libnl-3-dev:s390x. [2019-12-02T18:26:00.111Z] #41 29.04 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 29.04 Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-12-02T18:26:00.111Z] #41 29.28 Selecting previously unselected package libprotobuf-c1:s390x. [2019-12-02T18:26:00.111Z] #41 29.28 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 29.28 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-12-02T18:26:00.111Z] #41 29.39 Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-12-02T18:26:00.111Z] #41 29.39 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 29.39 Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-12-02T18:26:00.111Z] #41 29.51 Selecting previously unselected package zlib1g-dev:s390x. [2019-12-02T18:26:00.111Z] #41 29.51 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 29.51 Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-12-02T18:26:00.111Z] #41 29.68 Selecting previously unselected package libprotobuf10:s390x. [2019-12-02T18:26:00.111Z] #41 29.68 Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 29.68 Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-12-02T18:26:00.111Z] #41 30.31 Selecting previously unselected package libprotobuf-lite10:s390x. [2019-12-02T18:26:00.111Z] #41 30.31 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 30.31 Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-12-02T18:26:00.111Z] #41 30.56 Selecting previously unselected package libprotobuf-dev:s390x. [2019-12-02T18:26:00.111Z] #41 30.56 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 30.57 Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-12-02T18:26:00.111Z] #41 32.62 Selecting previously unselected package libprotoc10:s390x. [2019-12-02T18:26:00.111Z] #41 32.62 Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 32.63 Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-12-02T18:26:00.111Z] #41 33.29 Selecting previously unselected package protobuf-c-compiler. [2019-12-02T18:26:00.111Z] #41 33.29 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 33.30 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-12-02T18:26:00.111Z] #41 33.42 Selecting previously unselected package protobuf-compiler. [2019-12-02T18:26:00.111Z] #41 33.43 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 33.43 Unpacking protobuf-compiler (3.0.0-9) ... [2019-12-02T18:26:00.111Z] #41 33.55 Selecting previously unselected package python-pkg-resources. [2019-12-02T18:26:00.111Z] #41 33.55 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-12-02T18:26:00.111Z] #41 33.57 Unpacking python-pkg-resources (33.1.1-1) ... [2019-12-02T18:26:00.111Z] #41 33.81 Selecting previously unselected package python-protobuf. [2019-12-02T18:26:00.111Z] #41 33.81 Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-12-02T18:26:00.111Z] #41 33.82 Unpacking python-protobuf (3.0.0-9) ... [2019-12-02T18:26:00.111Z] #41 34.37 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-12-02T18:26:00.111Z] #41 34.46 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-12-02T18:26:00.111Z] #41 34.47 Setting up python-pkg-resources (33.1.1-1) ... [2019-12-02T18:26:00.111Z] #41 ... [2019-12-02T18:26:00.111Z] [2019-12-02T18:26:00.111Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:26:00.111Z] #60 0.274 + RM_GOPATH=0 [2019-12-02T18:26:00.111Z] #60 0.274 + TMP_GOPATH= [2019-12-02T18:26:00.111Z] #60 0.274 + : /build [2019-12-02T18:26:00.111Z] #60 0.274 + '[' -z '' ']' [2019-12-02T18:26:00.111Z] #60 0.274 ++ mktemp -d [2019-12-02T18:26:00.111Z] #60 0.274 + export GOPATH=/tmp/tmp.fa7I0rYXli [2019-12-02T18:26:00.111Z] #60 0.274 + GOPATH=/tmp/tmp.fa7I0rYXli [2019-12-02T18:26:00.111Z] #60 0.274 + RM_GOPATH=1 [2019-12-02T18:26:00.111Z] #60 0.274 ++ dirname ./install.sh [2019-12-02T18:26:00.112Z] #60 0.274 + dir=. [2019-12-02T18:26:00.112Z] #60 0.274 + bin=containerd [2019-12-02T18:26:00.112Z] #60 0.274 + shift [2019-12-02T18:26:00.112Z] #60 0.274 + '[' '!' -f ./containerd.installer ']' [2019-12-02T18:26:00.112Z] #60 0.274 + . ./containerd.installer [2019-12-02T18:26:00.112Z] #60 0.274 ++ : c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:26:00.112Z] #60 0.274 + install_containerd [2019-12-02T18:26:00.112Z] #60 0.274 + echo 'Install containerd version c7a4f874b3267c499484aae602d1257b12d69e40' [2019-12-02T18:26:00.112Z] #60 0.274 + git clone https://github.com/containerd/containerd.git /tmp/tmp.fa7I0rYXli/src/github.com/containerd/containerd [2019-12-02T18:26:00.112Z] #60 0.274 Cloning into '/tmp/tmp.fa7I0rYXli/src/github.com/containerd/containerd'... [2019-12-02T18:26:00.112Z] #60 0.274 Install containerd version c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:26:00.245Z] #41 34.20 CC images/siginfo.o [2019-12-02T18:26:00.503Z] #41 ... [2019-12-02T18:26:00.503Z] [2019-12-02T18:26:00.503Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:26:00.503Z] #62 94.58 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-02T18:26:00.503Z] #62 94.59 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-12-02T18:26:00.531Z] #60 ... [2019-12-02T18:26:00.531Z] [2019-12-02T18:26:00.531Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:00.777Z] #17 34.38 Setting up python3-minimal (3.5.3-1) ... [2019-12-02T18:26:01.324Z] #27 2.833 ## 2.8% ### 4.9% ##### 7.0% ###### 9.1% ######## 11.1% ######### 13.3% ########### 15.3% ############ 17.4% ############## 19.5% ############### 21.6% ################# 23.7% ################## 25.8% #################### 27.9% ##################### 30.0% ####################### 32.0% ######################## 34.1% ########################### 38.3% ############################## 42.5% ################################# 46.7% ################################### 48.8% ###################################### 52.9% ####################################### 55.0% ######################################### 57.1% ############################################ 61.3% ############################################### 65.5% ################################################ 67.6% ################################################## 69.7% ################################################### 71.8% ###################################################### 76.0% ######################################################## 78.0% ######################################################### 80.1% ############################################################ 84.3% ############################################################## 86.4% ################################################################# 90.5% ################################################################## 92.6% ##################################################################### 96.8% ####################################################################### 98.9% ######################################################################## 100.0% [2019-12-02T18:26:01.343Z] #17 35.41 Selecting previously unselected package python3. [2019-12-02T18:26:01.344Z] #17 35.41 (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 ... 24906 files and directories currently installed.) [2019-12-02T18:26:01.344Z] #17 35.45 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-12-02T18:26:01.344Z] #17 35.47 Unpacking python3 (3.5.3-1) ... [2019-12-02T18:26:01.344Z] #17 35.55 Selecting previously unselected package pigz. [2019-12-02T18:26:01.344Z] #17 35.55 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-12-02T18:26:01.344Z] #17 35.56 Unpacking pigz (2.3.4-1) ... [2019-12-02T18:26:01.344Z] #17 35.67 Selecting previously unselected package libip4tc0:amd64. [2019-12-02T18:26:01.602Z] #17 35.68 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-02T18:26:01.602Z] #17 35.69 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:26:01.602Z] #17 35.76 Selecting previously unselected package libip6tc0:amd64. [2019-12-02T18:26:01.602Z] #17 35.77 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-02T18:26:01.602Z] #17 35.77 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:26:01.860Z] #17 35.86 Selecting previously unselected package libiptc0:amd64. [2019-12-02T18:26:01.860Z] #17 35.87 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-02T18:26:01.860Z] #17 35.87 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:26:01.860Z] #17 35.96 Selecting previously unselected package libxtables12:amd64. [2019-12-02T18:26:01.860Z] #17 35.96 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-02T18:26:01.860Z] #17 35.96 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:26:01.860Z] #17 36.05 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-12-02T18:26:01.860Z] #17 36.06 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-12-02T18:26:01.860Z] #17 36.07 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-12-02T18:26:01.860Z] #17 36.14 Selecting previously unselected package iptables. [2019-12-02T18:26:01.860Z] #17 36.14 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-12-02T18:26:01.860Z] #17 36.17 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-12-02T18:26:02.118Z] #17 ... [2019-12-02T18:26:02.118Z] [2019-12-02T18:26:02.118Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:02.118Z] #41 95.42 DEP criu/action-scripts.d [2019-12-02T18:26:02.118Z] #41 95.66 CC criu/action-scripts.o [2019-12-02T18:26:02.118Z] #41 96.09 CC criu/aio.o [2019-12-02T18:26:02.118Z] #41 96.69 CC criu/autofs.o [2019-12-02T18:26:02.118Z] #41 98.17 CC criu/bfd.o [2019-12-02T18:26:02.118Z] #41 98.68 CC criu/bitmap.o [2019-12-02T18:26:02.118Z] #41 98.80 CC criu/cgroup-props.o [2019-12-02T18:26:02.118Z] #41 99.55 CC criu/cgroup.o [2019-12-02T18:26:02.118Z] #41 102.2 CC criu/clone-noasan.o [2019-12-02T18:26:02.118Z] #41 102.3 CC criu/config.o [2019-12-02T18:26:02.118Z] #41 103.7 CC criu/cr-check.o [2019-12-02T18:26:02.118Z] #41 105.2 CC criu/cr-dedup.o [2019-12-02T18:26:02.269Z] #27 9.341 [2019-12-02T18:26:02.377Z] #41 ... [2019-12-02T18:26:02.377Z] [2019-12-02T18:26:02.377Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:26:02.377Z] #17 36.41 Selecting previously unselected package xxd. [2019-12-02T18:26:02.377Z] #17 36.42 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-02T18:26:02.377Z] #17 36.42 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:02.377Z] #17 36.52 Selecting previously unselected package vim-common. [2019-12-02T18:26:02.377Z] #17 36.53 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:26:02.377Z] #17 36.54 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:02.402Z] #62 ... [2019-12-02T18:26:02.402Z] [2019-12-02T18:26:02.402Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:02.402Z] #44 86.33 vendor/golang.org/x/crypto/chacha20poly1305 [2019-12-02T18:26:02.402Z] #44 87.74 vendor/golang.org/x/text/transform [2019-12-02T18:26:02.402Z] #44 88.52 vendor/golang.org/x/text/unicode/bidi [2019-12-02T18:26:02.402Z] #44 90.37 vendor/golang.org/x/text/secure/bidirule [2019-12-02T18:26:02.402Z] #44 90.71 vendor/golang.org/x/text/unicode/norm [2019-12-02T18:26:02.402Z] #44 95.37 vendor/golang.org/x/net/idna [2019-12-02T18:26:02.635Z] #17 36.71 Selecting previously unselected package bzip2. [2019-12-02T18:26:02.635Z] #17 36.72 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-12-02T18:26:02.635Z] #17 36.72 Unpacking bzip2 (1.0.6-8.1) ... [2019-12-02T18:26:02.635Z] #17 36.82 Selecting previously unselected package libgpm2:amd64. [2019-12-02T18:26:02.660Z] #44 ... [2019-12-02T18:26:02.660Z] [2019-12-02T18:26:02.660Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:02.660Z] #41 34.51 CC images/rpc.o [2019-12-02T18:26:02.660Z] #41 35.82 CC images/ext-file.o [2019-12-02T18:26:02.660Z] #41 36.07 CC images/cgroup.o [2019-12-02T18:26:02.894Z] #17 36.83 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-12-02T18:26:02.894Z] #17 36.84 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-12-02T18:26:02.894Z] #17 36.91 Selecting previously unselected package xz-utils. [2019-12-02T18:26:02.894Z] #17 36.92 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-12-02T18:26:02.894Z] #17 36.93 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-12-02T18:26:02.918Z] #41 36.77 CC images/userns.o [2019-12-02T18:26:03.027Z] #27 9.696 ######### 13.0% ############# 18.8% ################# 24.4% ######################### 35.7% [2019-12-02T18:26:03.027Z] #27 ... [2019-12-02T18:26:03.027Z] [2019-12-02T18:26:03.027Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:26:03.027Z] #48 27.06 + cd /tmp/tmp.ASVeoUy8X5/src/gotest.tools/gotestsum [2019-12-02T18:26:03.027Z] #48 27.06 + git checkout -q v0.3.5 [2019-12-02T18:26:03.027Z] #48 27.12 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-12-02T18:26:03.027Z] #48 ... [2019-12-02T18:26:03.027Z] [2019-12-02T18:26:03.027Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:03.152Z] #17 37.12 Selecting previously unselected package aufs-tools. [2019-12-02T18:26:03.152Z] #17 37.12 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-12-02T18:26:03.152Z] #17 37.12 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-12-02T18:26:03.152Z] #17 37.25 Selecting previously unselected package libonig4:amd64. [2019-12-02T18:26:03.152Z] #17 37.25 Preparing to unpack .../14-libonig4_6.1.3-2_amd64.deb ... [2019-12-02T18:26:03.152Z] #17 37.27 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-12-02T18:26:03.410Z] #17 37.39 Selecting previously unselected package libjq1:amd64. [2019-12-02T18:26:03.410Z] #17 37.40 Preparing to unpack .../15-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-12-02T18:26:03.410Z] #17 37.42 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-02T18:26:03.410Z] #17 37.54 Selecting previously unselected package jq. [2019-12-02T18:26:03.410Z] #17 37.54 Preparing to unpack .../16-jq_1.5+dfsg-1.3_amd64.deb ... [2019-12-02T18:26:03.411Z] #17 37.55 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-02T18:26:03.483Z] #41 37.09 CC images/google/protobuf/descriptor.o [2019-12-02T18:26:03.669Z] #17 37.64 Selecting previously unselected package libaio1:amd64. [2019-12-02T18:26:03.669Z] #17 37.66 Preparing to unpack .../17-libaio1_0.3.110-3_amd64.deb ... [2019-12-02T18:26:03.669Z] #17 37.66 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-12-02T18:26:03.669Z] #17 37.73 Selecting previously unselected package libcap2-bin. [2019-12-02T18:26:03.669Z] #17 37.74 Preparing to unpack .../18-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-12-02T18:26:03.669Z] #17 37.75 Unpacking libcap2-bin (1:2.25-1) ... [2019-12-02T18:26:03.669Z] #17 37.86 Selecting previously unselected package libnl-3-200:amd64. [2019-12-02T18:26:03.927Z] #17 37.86 Preparing to unpack .../19-libnl-3-200_3.2.27-2_amd64.deb ... [2019-12-02T18:26:03.927Z] #17 37.87 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-12-02T18:26:03.927Z] #17 37.94 Selecting previously unselected package libprotobuf-c1:amd64. [2019-12-02T18:26:03.927Z] #17 37.94 Preparing to unpack .../20-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-12-02T18:26:03.927Z] #17 37.95 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-02T18:26:03.927Z] #17 38.02 Selecting previously unselected package libreadline5:amd64. [2019-12-02T18:26:03.927Z] #17 38.03 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-12-02T18:26:03.927Z] #17 38.05 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-12-02T18:26:04.092Z] #27 9.696 ######### 13.0% ############# 18.8% ################# 24.4% ######################### 35.7% ############################# 41.4% ################################# 47.1% ##################################### 52.7% ############################################## 64.0% ################################################## 69.7% ###################################################### 75.4% ########################################################## 81.0% ################################################################## 92.4% ######################################################################## 100.0% [2019-12-02T18:26:04.185Z] #17 38.19 Selecting previously unselected package net-tools. [2019-12-02T18:26:04.185Z] #17 38.20 Preparing to unpack .../22-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-12-02T18:26:04.185Z] #17 38.21 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-02T18:26:04.185Z] #17 38.43 Selecting previously unselected package python-pip-whl. [2019-12-02T18:26:04.444Z] #17 38.45 Preparing to unpack .../23-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-12-02T18:26:04.444Z] #17 38.45 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-02T18:26:04.857Z] #41 38.67 CC images/opts.o [2019-12-02T18:26:04.953Z] #27 12.06 [2019-12-02T18:26:04.953Z] #27 ... [2019-12-02T18:26:04.953Z] [2019-12-02T18:26:04.953Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:26:04.953Z] #11 29.19 Get:25 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-12-02T18:26:04.953Z] #11 31.24 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-12-02T18:26:04.953Z] #11 31.27 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-12-02T18:26:04.953Z] #11 32.54 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:26:04.953Z] #11 32.61 Fetched 71.0 MB in 6s (10.6 MB/s) [2019-12-02T18:26:04.953Z] #11 32.75 Selecting previously unselected package libpcrecpp0v5:s390x. [2019-12-02T18:26:04.953Z] #11 32.75 (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-12-02T18:26:04.953Z] #11 32.84 Preparing to unpack .../00-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 32.85 Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-12-02T18:26:04.953Z] #11 32.95 Selecting previously unselected package libudev-dev:s390x. [2019-12-02T18:26:04.953Z] #11 32.96 Preparing to unpack .../01-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 32.99 Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-12-02T18:26:04.953Z] #11 33.23 Selecting previously unselected package liblzo2-2:s390x. [2019-12-02T18:26:04.953Z] #11 33.24 Preparing to unpack .../02-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 33.25 Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-02T18:26:04.953Z] #11 33.37 Selecting previously unselected package btrfs-progs. [2019-12-02T18:26:04.953Z] #11 33.37 Preparing to unpack .../03-btrfs-progs_4.7.3-1_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 33.38 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-02T18:26:04.953Z] #11 34.18 Selecting previously unselected package btrfs-tools. [2019-12-02T18:26:04.953Z] #11 34.18 Preparing to unpack .../04-btrfs-tools_4.7.3-1_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 34.18 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-02T18:26:04.953Z] #11 34.23 Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-12-02T18:26:04.953Z] #11 34.25 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 34.31 Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-12-02T18:26:04.953Z] #11 34.48 Selecting previously unselected package dmsetup. [2019-12-02T18:26:04.953Z] #11 34.49 Preparing to unpack .../06-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 34.49 Unpacking dmsetup (2:1.02.137-2) ... [2019-12-02T18:26:04.953Z] #11 34.62 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-12-02T18:26:04.953Z] #11 34.62 Preparing to unpack .../07-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 34.62 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-12-02T18:26:04.953Z] #11 34.69 Selecting previously unselected package libsepol1-dev:s390x. [2019-12-02T18:26:04.953Z] #11 34.70 Preparing to unpack .../08-libsepol1-dev_2.6-2_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 34.70 Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-12-02T18:26:04.953Z] #11 35.11 Selecting previously unselected package libpcre16-3:s390x. [2019-12-02T18:26:04.953Z] #11 35.11 Preparing to unpack .../09-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 35.11 Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-12-02T18:26:04.953Z] #11 35.27 Selecting previously unselected package libpcre32-3:s390x. [2019-12-02T18:26:04.953Z] #11 35.28 Preparing to unpack .../10-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 35.29 Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-12-02T18:26:04.953Z] #11 35.49 Selecting previously unselected package libpcre3-dev:s390x. [2019-12-02T18:26:04.953Z] #11 35.49 Preparing to unpack .../11-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 35.50 Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-12-02T18:26:04.953Z] #11 35.93 Selecting previously unselected package libselinux1-dev:s390x. [2019-12-02T18:26:04.953Z] #11 35.93 Preparing to unpack .../12-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 35.93 Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-12-02T18:26:04.953Z] #11 36.36 Selecting previously unselected package libdevmapper-dev:s390x. [2019-12-02T18:26:04.953Z] #11 36.38 Preparing to unpack .../13-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 36.39 Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-12-02T18:26:04.953Z] #11 36.60 Selecting previously unselected package libseccomp2:s390x. [2019-12-02T18:26:04.953Z] #11 36.60 Preparing to unpack .../14-libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 36.60 Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-12-02T18:26:04.953Z] #11 36.69 Selecting previously unselected package libseccomp-dev:s390x. [2019-12-02T18:26:04.953Z] #11 36.69 Preparing to unpack .../15-libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 36.69 Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-12-02T18:26:04.953Z] #11 36.91 Selecting previously unselected package libsystemd-dev:s390x. [2019-12-02T18:26:04.953Z] #11 36.91 Preparing to unpack .../16-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 36.92 Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-12-02T18:26:04.953Z] #11 39.45 Selecting previously unselected package binutils-mingw-w64-i686. [2019-12-02T18:26:04.953Z] #11 39.45 Preparing to unpack .../17-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-12-02T18:26:04.953Z] #11 39.46 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-02T18:26:04.953Z] #11 ... [2019-12-02T18:26:04.953Z] [2019-12-02T18:26:04.953Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:04.960Z] #17 38.97 Selecting previously unselected package python3-pip. [2019-12-02T18:26:04.960Z] #17 38.98 Preparing to unpack .../24-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-12-02T18:26:04.960Z] #17 38.98 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-12-02T18:26:04.960Z] #17 39.15 Selecting previously unselected package python3-pkg-resources. [2019-12-02T18:26:04.960Z] #17 39.16 Preparing to unpack .../25-python3-pkg-resources_33.1.1-1_all.deb ... [2019-12-02T18:26:04.960Z] #17 39.17 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-12-02T18:26:05.199Z] #41 38.86 CC images/seccomp.o [2019-12-02T18:26:05.219Z] #17 39.30 Selecting previously unselected package python3-setuptools. [2019-12-02T18:26:05.219Z] #17 39.30 Preparing to unpack .../26-python3-setuptools_33.1.1-1_all.deb ... [2019-12-02T18:26:05.219Z] #17 39.31 Unpacking python3-setuptools (33.1.1-1) ... [2019-12-02T18:26:05.458Z] #41 39.22 CC images/binfmt-misc.o [2019-12-02T18:26:05.477Z] #17 39.48 Selecting previously unselected package python3-wheel. [2019-12-02T18:26:05.477Z] #17 39.49 Preparing to unpack .../27-python3-wheel_0.29.0-2_all.deb ... [2019-12-02T18:26:05.477Z] #17 39.49 Unpacking python3-wheel (0.29.0-2) ... [2019-12-02T18:26:05.477Z] #17 39.58 Selecting previously unselected package thin-provisioning-tools. [2019-12-02T18:26:05.477Z] #17 39.60 Preparing to unpack .../28-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-12-02T18:26:05.477Z] #17 39.60 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-02T18:26:05.716Z] #41 39.43 CC images/time.o [2019-12-02T18:26:05.735Z] #17 39.87 Selecting previously unselected package vim-runtime. [2019-12-02T18:26:05.735Z] #17 39.87 Preparing to unpack .../29-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:26:05.735Z] #17 39.92 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-12-02T18:26:05.735Z] #17 39.96 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-12-02T18:26:05.735Z] #17 39.96 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:05.770Z] #27 12.43 ## 3.2% ##### 8.3% ####### 10.9% ########### 16.0% ############# 18.5% [2019-12-02T18:26:05.770Z] #27 ... [2019-12-02T18:26:05.770Z] [2019-12-02T18:26:05.770Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:26:05.770Z] #29 30.09 + cd /tmp/tmp.4NwITFqvLX/src/github.com/go-swagger/go-swagger [2019-12-02T18:26:05.770Z] #29 30.09 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-12-02T18:26:05.770Z] #29 32.39 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-12-02T18:26:05.770Z] #29 ... [2019-12-02T18:26:05.770Z] [2019-12-02T18:26:05.770Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:05.977Z] #41 39.75 CC images/sysctl.o [2019-12-02T18:26:06.235Z] #41 40.03 CC images/autofs.o [2019-12-02T18:26:06.493Z] #41 40.19 CC images/macvlan.o [2019-12-02T18:26:06.493Z] #41 40.37 CC images/sit.o [2019-12-02T18:26:06.751Z] #41 40.69 LINK images/built-in.o [2019-12-02T18:26:06.961Z] #27 12.43 ## 3.2% ##### 8.3% ####### 10.9% ########### 16.0% ############# 18.5% ############### 21.0% ################## 26.1% #################### 28.7% ###################### 31.2% ######################## 33.7% ########################## 36.3% ########################### 38.8% ############################### 43.9% [2019-12-02T18:26:06.961Z] #27 ... [2019-12-02T18:26:06.961Z] [2019-12-02T18:26:06.961Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:26:06.961Z] #34 35.55 Selecting previously unselected package libxml2:s390x. [2019-12-02T18:26:06.961Z] #34 35.55 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-12-02T18:26:06.961Z] #34 35.55 Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-02T18:26:06.961Z] #34 36.16 Selecting previously unselected package libarchive13:s390x. [2019-12-02T18:26:06.961Z] #34 36.16 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_s390x.deb ... [2019-12-02T18:26:06.961Z] #34 36.16 Unpacking libarchive13:s390x (3.2.2-2+deb9u2) ... [2019-12-02T18:26:06.961Z] #34 36.50 Selecting previously unselected package libjsoncpp1:s390x. [2019-12-02T18:26:06.961Z] #34 36.51 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-12-02T18:26:06.961Z] #34 36.51 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-12-02T18:26:06.961Z] #34 36.61 Selecting previously unselected package libuv1:s390x. [2019-12-02T18:26:06.961Z] #34 36.61 Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-12-02T18:26:06.961Z] #34 36.61 Unpacking libuv1:s390x (1.9.1-3) ... [2019-12-02T18:26:06.961Z] #34 36.76 Selecting previously unselected package cmake. [2019-12-02T18:26:06.961Z] #34 36.76 Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-12-02T18:26:06.961Z] #34 36.86 Unpacking cmake (3.7.2-1) ... [2019-12-02T18:26:06.961Z] #34 40.23 Selecting previously unselected package xxd. [2019-12-02T18:26:06.961Z] #34 40.23 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-12-02T18:26:06.961Z] #34 40.23 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:06.961Z] #34 40.37 Selecting previously unselected package vim-common. [2019-12-02T18:26:06.961Z] #34 40.37 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:26:06.961Z] #34 40.38 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:06.961Z] #34 40.65 Processing triggers for mime-support (3.60) ... [2019-12-02T18:26:06.961Z] #34 40.72 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:06.961Z] #34 40.73 Setting up libuv1:s390x (1.9.1-3) ... [2019-12-02T18:26:06.961Z] #34 40.75 Setting up cmake-data (3.7.2-1) ... [2019-12-02T18:26:06.961Z] #34 40.77 Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-12-02T18:26:06.961Z] #34 40.78 Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-02T18:26:06.961Z] #34 40.79 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:26:06.961Z] #34 40.84 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:06.961Z] #34 40.87 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-02T18:26:06.961Z] #34 40.90 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-12-02T18:26:06.961Z] #34 40.96 Setting up libarchive13:s390x (3.2.2-2+deb9u2) ... [2019-12-02T18:26:06.961Z] #34 40.98 Setting up cmake (3.7.2-1) ... [2019-12-02T18:26:06.961Z] #34 41.02 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:26:06.961Z] #34 DONE 41.2s [2019-12-02T18:26:06.961Z] [2019-12-02T18:26:06.961Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:26:06.961Z] #35 DONE 0.1s [2019-12-02T18:26:06.961Z] [2019-12-02T18:26:06.961Z] #36 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-12-02T18:26:06.961Z] #36 DONE 0.1s [2019-12-02T18:26:06.961Z] [2019-12-02T18:26:06.961Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:07.009Z] #41 40.82 GEN compel/include/asm [2019-12-02T18:26:07.009Z] #41 40.84 GEN compel/include/version.h [2019-12-02T18:26:07.009Z] #41 40.86 touch .config [2019-12-02T18:26:07.009Z] #41 40.88 GEN include/common/config.h [2019-12-02T18:26:07.009Z] #41 40.94 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-12-02T18:26:07.267Z] #41 40.97 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-12-02T18:26:07.267Z] #41 41.03 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-12-02T18:26:07.267Z] #41 41.04 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-12-02T18:26:07.267Z] #41 41.06 DEP compel/arch/x86/plugins/std/memcpy.d [2019-12-02T18:26:07.267Z] #41 41.08 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-12-02T18:26:07.267Z] #41 41.11 GEN compel/plugins/include/uapi/std/syscall.h [2019-12-02T18:26:07.267Z] #41 41.17 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-12-02T18:26:07.371Z] #27 12.43 ## 3.2% ##### 8.3% ####### 10.9% ########### 16.0% ############# 18.5% ############### 21.0% ################## 26.1% #################### 28.7% ###################### 31.2% ######################## 33.7% ########################## 36.3% ########################### 38.8% ############################### 43.9% ################################### 49.0% ###################################### 54.1% ########################################## 59.2% ############################################ 61.8% [2019-12-02T18:26:07.371Z] #27 ... [2019-12-02T18:26:07.371Z] [2019-12-02T18:26:07.371Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:26:07.371Z] #41 36.99 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-12-02T18:26:07.371Z] #41 37.00 Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-12-02T18:26:07.371Z] #41 37.01 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:26:07.371Z] #41 37.03 Setting up python-protobuf (3.0.0-9) ... [2019-12-02T18:26:07.371Z] #41 41.45 Setting up libcap-dev:s390x (1:2.25-1) ... [2019-12-02T18:26:07.371Z] #41 41.46 Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-12-02T18:26:07.371Z] #41 41.47 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-12-02T18:26:07.371Z] #41 41.50 Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-12-02T18:26:07.371Z] #41 41.51 Setting up libprotoc10:s390x (3.0.0-9) ... [2019-12-02T18:26:07.371Z] #41 41.54 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-12-02T18:26:07.371Z] #41 41.54 Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-12-02T18:26:07.371Z] #41 41.56 Setting up protobuf-compiler (3.0.0-9) ... [2019-12-02T18:26:07.371Z] #41 41.57 Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-12-02T18:26:07.371Z] #41 41.58 Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-12-02T18:26:07.371Z] #41 41.59 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:26:07.371Z] #41 DONE 41.9s [2019-12-02T18:26:07.371Z] [2019-12-02T18:26:07.371Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:07.525Z] #41 41.19 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-12-02T18:26:07.525Z] #41 41.20 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-12-02T18:26:07.525Z] #41 41.21 DEP compel/plugins/std/infect.d [2019-12-02T18:26:07.525Z] #41 41.35 DEP compel/plugins/std/string.d [2019-12-02T18:26:07.783Z] #41 41.49 DEP compel/plugins/std/log.d [2019-12-02T18:26:07.783Z] #41 41.59 DEP compel/plugins/std/fds.d [2019-12-02T18:26:07.783Z] #41 41.72 DEP compel/plugins/std/std.d [2019-12-02T18:26:08.041Z] #41 41.83 DEP compel/plugins/shmem/shmem.d [2019-12-02T18:26:08.041Z] #41 41.97 DEP compel/plugins/fds/fds.d [2019-12-02T18:26:08.299Z] #41 42.16 CC compel/plugins/std/std.o [2019-12-02T18:26:08.649Z] #27 12.43 ## 3.2% ##### 8.3% ####### 10.9% ########### 16.0% ############# 18.5% ############### 21.0% ################## 26.1% #################### 28.7% ###################### 31.2% ######################## 33.7% ########################## 36.3% ########################### 38.8% ############################### 43.9% ################################### 49.0% ###################################### 54.1% ########################################## 59.2% ############################################ 61.8% ################################################ 66.8% ################################################# 69.4% ################################################### 71.9% ##################################################### 74.4% ####################################################### 77.0% ######################################################### 79.5% ############################################################ 84.6% ############################################################## 87.2% ################################################################ 89.7% ################################################################## 92.2% [2019-12-02T18:26:08.649Z] #27 ... [2019-12-02T18:26:08.649Z] [2019-12-02T18:26:08.649Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:26:08.649Z] #32 33.07 sync [2019-12-02T18:26:08.649Z] #32 33.09 internal/reflectlite [2019-12-02T18:26:08.649Z] #32 35.66 sort [2019-12-02T18:26:08.649Z] #32 35.67 errors [2019-12-02T18:26:08.649Z] #32 36.01 strconv [2019-12-02T18:26:08.649Z] #32 36.95 io [2019-12-02T18:26:08.649Z] #32 38.83 internal/oserror [2019-12-02T18:26:08.649Z] #32 38.90 syscall [2019-12-02T18:26:08.649Z] #32 41.03 reflect [2019-12-02T18:26:08.866Z] #41 42.51 CC compel/plugins/std/fds.o [2019-12-02T18:26:09.023Z] #17 43.13 Selecting previously unselected package vim. [2019-12-02T18:26:09.023Z] #17 43.13 Preparing to unpack .../30-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-12-02T18:26:09.023Z] #17 43.14 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:09.123Z] #41 ... [2019-12-02T18:26:09.123Z] [2019-12-02T18:26:09.123Z] #62 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:26:09.123Z] #62 DONE 103.4s [2019-12-02T18:26:09.123Z] [2019-12-02T18:26:09.123Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:09.123Z] #44 97.80 vendor/golang.org/x/net/http2/hpack [2019-12-02T18:26:09.123Z] #44 99.30 mime [2019-12-02T18:26:09.123Z] #44 101.1 mime/quotedprintable [2019-12-02T18:26:09.123Z] #44 101.4 net/http/internal [2019-12-02T18:26:09.149Z] #32 ... [2019-12-02T18:26:09.149Z] [2019-12-02T18:26:09.149Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:09.149Z] #27 12.43 ## 3.2% ##### 8.3% ####### 10.9% ########### 16.0% ############# 18.5% ############### 21.0% ################## 26.1% #################### 28.7% ###################### 31.2% ######################## 33.7% ########################## 36.3% ########################### 38.8% ############################### 43.9% ################################### 49.0% ###################################### 54.1% ########################################## 59.2% ############################################ 61.8% ################################################ 66.8% ################################################# 69.4% ################################################### 71.9% ##################################################### 74.4% ####################################################### 77.0% ######################################################### 79.5% ############################################################ 84.6% ############################################################## 87.2% ################################################################ 89.7% ################################################################## 92.2% #################################################################### 94.8% ####################################################################### 99.9% ######################################################################## 100.0% [2019-12-02T18:26:09.381Z] #44 ... [2019-12-02T18:26:09.381Z] [2019-12-02T18:26:09.381Z] #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-02T18:26:09.381Z] #63 DONE 0.1s [2019-12-02T18:26:09.381Z] [2019-12-02T18:26:09.381Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:09.381Z] #41 43.06 CC compel/plugins/std/log.o [2019-12-02T18:26:09.589Z] #17 43.61 Selecting previously unselected package xfsprogs. [2019-12-02T18:26:09.589Z] #17 43.62 Preparing to unpack .../31-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-12-02T18:26:09.589Z] #17 43.63 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-12-02T18:26:09.605Z] #27 ... [2019-12-02T18:26:09.605Z] [2019-12-02T18:26:09.605Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:09.605Z] #45 34.02 sync [2019-12-02T18:26:09.605Z] #45 34.02 internal/reflectlite [2019-12-02T18:26:09.605Z] #45 35.83 github.com/LK4D4/vndr/godl/singleflight [2019-12-02T18:26:09.605Z] #45 36.25 math/rand [2019-12-02T18:26:09.605Z] #45 37.51 internal/singleflight [2019-12-02T18:26:09.605Z] #45 38.46 strconv [2019-12-02T18:26:09.605Z] #45 38.47 io [2019-12-02T18:26:09.605Z] #45 39.65 bytes [2019-12-02T18:26:09.605Z] #45 41.89 bufio [2019-12-02T18:26:09.605Z] #45 42.44 reflect [2019-12-02T18:26:09.848Z] #17 44.09 Selecting previously unselected package zip. [2019-12-02T18:26:09.848Z] #17 44.11 Preparing to unpack .../32-zip_3.0-11+b1_amd64.deb ... [2019-12-02T18:26:09.848Z] #17 44.11 Unpacking zip (3.0-11+b1) ... [2019-12-02T18:26:10.015Z] #45 ... [2019-12-02T18:26:10.015Z] [2019-12-02T18:26:10.015Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:10.015Z] #37 0.301 + RM_GOPATH=0 [2019-12-02T18:26:10.015Z] #37 0.301 + TMP_GOPATH= [2019-12-02T18:26:10.015Z] #37 0.301 + : /build [2019-12-02T18:26:10.015Z] #37 0.301 + '[' -z '' ']' [2019-12-02T18:26:10.015Z] #37 0.302 ++ mktemp -d [2019-12-02T18:26:10.015Z] #37 0.303 + export GOPATH=/tmp/tmp.H7fXZVFvpY [2019-12-02T18:26:10.015Z] #37 0.303 + GOPATH=/tmp/tmp.H7fXZVFvpY [2019-12-02T18:26:10.015Z] #37 0.303 + RM_GOPATH=1 [2019-12-02T18:26:10.015Z] #37 0.304 ++ dirname ./install.sh [2019-12-02T18:26:10.015Z] #37 0.305 + dir=. [2019-12-02T18:26:10.015Z] #37 0.305 + bin=tini [2019-12-02T18:26:10.015Z] #37 0.305 + shift [2019-12-02T18:26:10.015Z] #37 0.305 + '[' '!' -f ./tini.installer ']' [2019-12-02T18:26:10.015Z] #37 0.305 + . ./tini.installer [2019-12-02T18:26:10.015Z] #37 0.305 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:26:10.015Z] #37 0.305 + install_tini [2019-12-02T18:26:10.015Z] #37 0.306 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-12-02T18:26:10.015Z] #37 0.306 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:26:10.015Z] #37 0.307 + git clone https://github.com/krallin/tini.git /tmp/tmp.H7fXZVFvpY/tini [2019-12-02T18:26:10.015Z] #37 0.308 Cloning into '/tmp/tmp.H7fXZVFvpY/tini'... [2019-12-02T18:26:10.015Z] #37 0.973 + cd /tmp/tmp.H7fXZVFvpY/tini [2019-12-02T18:26:10.015Z] #37 0.973 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:26:10.015Z] #37 0.996 + cmake . [2019-12-02T18:26:10.015Z] #37 1.712 -- The C compiler identification is GNU 6.3.0 [2019-12-02T18:26:10.015Z] #37 1.743 -- Check for working C compiler: /usr/bin/cc [2019-12-02T18:26:10.015Z] #37 2.396 -- Check for working C compiler: /usr/bin/cc -- works [2019-12-02T18:26:10.015Z] #37 2.400 -- Detecting C compiler ABI info [2019-12-02T18:26:10.015Z] #37 2.990 -- Detecting C compiler ABI info - done [2019-12-02T18:26:10.015Z] #37 3.058 -- Detecting C compile features [2019-12-02T18:26:10.106Z] #17 44.29 Selecting previously unselected package libapparmor-perl. [2019-12-02T18:26:10.106Z] #17 44.30 Preparing to unpack .../33-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-12-02T18:26:10.106Z] #17 44.30 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-02T18:26:10.364Z] #17 44.42 Selecting previously unselected package apparmor. [2019-12-02T18:26:10.364Z] #17 44.43 Preparing to unpack .../34-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-12-02T18:26:10.364Z] #17 44.53 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-12-02T18:26:10.622Z] #17 44.93 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-12-02T18:26:10.754Z] #41 44.39 CC compel/plugins/std/string.o [2019-12-02T18:26:10.880Z] #17 44.95 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-02T18:26:10.880Z] #17 44.96 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-12-02T18:26:10.880Z] #17 44.99 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:26:10.880Z] #17 45.00 Processing triggers for mime-support (3.60) ... [2019-12-02T18:26:10.880Z] #17 45.03 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:10.880Z] #17 45.04 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-12-02T18:26:10.880Z] #17 45.05 Setting up libcap2-bin (1:2.25-1) ... [2019-12-02T18:26:10.880Z] #17 45.05 Setting up bash-completion (1:2.1-4.3) ... [2019-12-02T18:26:11.012Z] #41 44.91 CC compel/plugins/std/infect.o [2019-12-02T18:26:11.374Z] #37 4.304 -- Detecting C compile features - done [2019-12-02T18:26:11.374Z] #37 4.317 -- Performing Test HAS_BUILTIN_FORTIFY [2019-12-02T18:26:11.374Z] #37 4.471 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-12-02T18:26:11.578Z] #41 45.37 CC compel/arch/x86/plugins/std/parasite-head.o [2019-12-02T18:26:11.578Z] #41 45.42 CC compel/arch/x86/plugins/std/memcpy.o [2019-12-02T18:26:11.578Z] #41 45.50 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-12-02T18:26:11.777Z] #37 4.546 -- Configuring done [2019-12-02T18:26:11.777Z] #37 4.560 -- Generating done [2019-12-02T18:26:11.777Z] #37 4.570 -- Build files have been written to: /tmp/tmp.H7fXZVFvpY/tini [2019-12-02T18:26:11.777Z] #37 4.579 + make tini-static [2019-12-02T18:26:11.778Z] #37 4.827 Scanning dependencies of target tini-static [2019-12-02T18:26:11.778Z] #37 4.869 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-12-02T18:26:11.836Z] #41 45.58 AR compel/plugins/std.lib.a [2019-12-02T18:26:11.836Z] #41 45.63 CC compel/plugins/fds/fds.o [2019-12-02T18:26:12.094Z] #41 45.86 AR compel/plugins/fds.lib.a [2019-12-02T18:26:12.094Z] #41 45.90 HOSTDEP compel/src/lib/log-host.d [2019-12-02T18:26:12.094Z] #41 46.03 HOSTDEP compel/src/lib/handle-elf-host.d [2019-12-02T18:26:12.178Z] #37 ... [2019-12-02T18:26:12.178Z] [2019-12-02T18:26:12.178Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:12.178Z] #27 17.22 [2019-12-02T18:26:12.352Z] #41 46.16 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-12-02T18:26:12.352Z] #41 46.29 HOSTDEP compel/src/main-host.d [2019-12-02T18:26:12.610Z] #41 46.40 DEP compel/src/lib/ptrace.d [2019-12-02T18:26:12.780Z] #17 ... [2019-12-02T18:26:12.780Z] [2019-12-02T18:26:12.780Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:12.780Z] #41 105.7 CC criu/cr-dump.o [2019-12-02T18:26:12.780Z] #41 107.8 CC criu/cr-errno.o [2019-12-02T18:26:12.780Z] #41 108.0 CC criu/cr-restore.o [2019-12-02T18:26:12.780Z] #41 112.4 CC criu/cr-service.o [2019-12-02T18:26:12.780Z] #41 113.9 CC criu/crtools.o [2019-12-02T18:26:12.780Z] #41 114.7 CC criu/eventfd.o [2019-12-02T18:26:12.780Z] #41 115.2 CC criu/eventpoll.o [2019-12-02T18:26:12.780Z] #41 116.0 CC criu/external.o [2019-12-02T18:26:12.868Z] #41 46.62 DEP compel/src/lib/infect.d [2019-12-02T18:26:13.125Z] #41 46.77 DEP compel/src/lib/infect-util.d [2019-12-02T18:26:13.125Z] #41 46.95 DEP compel/src/lib/infect-rpc.d [2019-12-02T18:26:13.344Z] #41 116.5 CC criu/fault-injection.o [2019-12-02T18:26:13.344Z] #41 116.6 CC criu/fdstore.o [2019-12-02T18:26:13.344Z] #41 ... [2019-12-02T18:26:13.344Z] [2019-12-02T18:26:13.344Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:26:13.344Z] #17 47.47 Setting up libonig4:amd64 (6.1.3-2) ... [2019-12-02T18:26:13.344Z] #17 47.48 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-12-02T18:26:13.344Z] #17 47.49 Setting up zip (3.0-11+b1) ... [2019-12-02T18:26:13.344Z] #17 47.49 Setting up bzip2 (1.0.6-8.1) ... [2019-12-02T18:26:13.344Z] #17 47.50 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-12-02T18:26:13.344Z] #17 47.51 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:26:13.344Z] #17 47.53 Setting up libaio1:amd64 (0.3.110-3) ... [2019-12-02T18:26:13.344Z] #17 47.54 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:26:13.344Z] #17 47.55 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-12-02T18:26:13.344Z] #17 47.56 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-12-02T18:26:13.344Z] #17 47.57 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-02T18:26:13.344Z] #17 47.58 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:13.383Z] #41 47.13 DEP compel/arch/x86/src/lib/infect.d [2019-12-02T18:26:13.383Z] #41 47.28 DEP compel/arch/x86/src/lib/cpu.d [2019-12-02T18:26:13.601Z] #17 47.61 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-12-02T18:26:13.601Z] #17 47.64 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:13.613Z] 65014b3c3121: Pull complete [2019-12-02T18:26:13.641Z] #41 47.40 DEP compel/src/lib/log.d [2019-12-02T18:26:13.641Z] #41 47.50 DEP compel/src/main.d [2019-12-02T18:26:13.756Z] #27 17.52 1.2% # 2.1% ## 4.0% #### 5.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ######### 13.5% ########## 14.4% ########### 16.3% ############ 17.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################### 26.7% ################### 27.6% #################### 28.6% ##################### 29.5% ###################### 31.4% ####################### 33.3% ######################### [2019-12-02T18:26:13.756Z] #27 ... [2019-12-02T18:26:13.756Z] [2019-12-02T18:26:13.756Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:13.756Z] #37 6.084 [100%] Linking C executable tini-static [2019-12-02T18:26:13.756Z] #37 6.576 [100%] Built target tini-static [2019-12-02T18:26:13.756Z] #37 6.643 + mkdir -p /build [2019-12-02T18:26:13.756Z] #37 6.660 + cp tini-static /build/docker-init [2019-12-02T18:26:13.756Z] #37 DONE 6.8s [2019-12-02T18:26:13.756Z] [2019-12-02T18:26:13.756Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:13.859Z] #17 48.06 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-12-02T18:26:13.860Z] #17 48.07 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-12-02T18:26:13.860Z] #17 48.09 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-02T18:26:13.860Z] #17 48.10 Setting up pigz (2.3.4-1) ... [2019-12-02T18:26:13.860Z] #17 48.11 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-02T18:26:13.860Z] #17 48.12 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-12-02T18:26:13.860Z] #17 48.13 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:26:13.860Z] #17 48.14 Setting up jq (1.5+dfsg-1.3) ... [2019-12-02T18:26:13.860Z] #17 48.15 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-12-02T18:26:13.898Z] #41 47.60 DEP compel/src/lib/handle-elf.d [2019-12-02T18:26:13.898Z] #41 47.70 DEP compel/arch/x86/src/lib/handle-elf.d [2019-12-02T18:26:14.117Z] #17 48.17 Setting up xfsprogs (4.9.0+nmu1) ... [2019-12-02T18:26:14.117Z] #17 48.18 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:26:14.117Z] #17 48.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-12-02T18:26:14.117Z] #17 48.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-12-02T18:26:14.117Z] #17 48.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-12-02T18:26:14.117Z] #17 48.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-12-02T18:26:14.117Z] #17 48.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-12-02T18:26:14.117Z] #17 48.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-12-02T18:26:14.117Z] #17 48.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-12-02T18:26:14.117Z] #17 48.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-12-02T18:26:14.117Z] #17 48.24 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-12-02T18:26:14.117Z] #17 48.25 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-12-02T18:26:14.117Z] #17 48.27 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-12-02T18:26:14.117Z] #17 48.28 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-12-02T18:26:14.156Z] #41 47.86 CC compel/src/lib/log.o [2019-12-02T18:26:14.414Z] #41 48.24 CC compel/arch/x86/src/lib/cpu.o [2019-12-02T18:26:14.673Z] #41 ... [2019-12-02T18:26:14.673Z] [2019-12-02T18:26:14.673Z] #47 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:26:14.673Z] #47 DONE 108.6s [2019-12-02T18:26:14.673Z] [2019-12-02T18:26:14.673Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:14.673Z] #44 105.0 net/textproto [2019-12-02T18:26:14.673Z] #44 105.0 crypto/x509 [2019-12-02T18:26:14.673Z] #44 105.8 vendor/golang.org/x/net/http/httpguts [2019-12-02T18:26:14.673Z] #44 106.0 vendor/golang.org/x/net/http/httpproxy [2019-12-02T18:26:14.673Z] #44 106.6 mime/multipart [2019-12-02T18:26:15.606Z] #44 109.4 crypto/tls [2019-12-02T18:26:16.699Z] Removing intermediate container 04b045055bf6 [2019-12-02T18:26:16.699Z] ---> e0c413f6e1ea [2019-12-02T18:26:16.699Z] Step 11/16 : ARG GOOS [2019-12-02T18:26:16.699Z] ---> Running in a53a930fe732 [2019-12-02T18:26:16.699Z] Removing intermediate container a53a930fe732 [2019-12-02T18:26:16.699Z] ---> be46848253af [2019-12-02T18:26:16.699Z] Step 12/16 : ARG GOARCH [2019-12-02T18:26:16.699Z] ---> Running in e08b104c7003 [2019-12-02T18:26:16.699Z] Removing intermediate container e08b104c7003 [2019-12-02T18:26:16.699Z] ---> 176b30ee29d7 [2019-12-02T18:26:16.699Z] Step 13/16 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2019-12-02T18:26:16.699Z] ---> Running in 0bdc9faed843 [2019-12-02T18:26:17.301Z] #27 17.52 1.2% # 2.1% ## 4.0% #### 5.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ######### 13.5% ########## 14.4% ########### 16.3% ############ 17.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################### 26.7% ################### 27.6% #################### 28.6% ##################### 29.5% ###################### 31.4% ####################### 33.3% ######################### 35.2% ########################## 37.1% ############################ 39.0% ############################ 39.9% ############################# 40.9% ############################## 41.8% ############################## 42.8% ############################### 43.7% ################################ 44.7% ################################ 45.6% ################################# 46.6% ################################## 47.5% ################################### 49.4% #################################### 50.3% #################################### 51.3% ###################################### 53.2% ###################################### 54.1% ######################################## 56.0% ######################################### 57.0% ######################################### 57.9% ########################################### 59.8% ############################################ 61.7% ############################################# 62.6% ############################################## 64.5% [2019-12-02T18:26:17.301Z] #27 ... [2019-12-02T18:26:17.301Z] [2019-12-02T18:26:17.301Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:17.301Z] #42 1.783 Note: Building without setproctitle() and strlcpy() support. [2019-12-02T18:26:17.301Z] #42 1.783 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-02T18:26:17.301Z] #42 2.780 fatal: Not a git repository (or any of the parent directories): .git [2019-12-02T18:26:17.301Z] #42 2.857 GEN .gitid [2019-12-02T18:26:17.301Z] #42 2.881 GEN criu/include/version.h [2019-12-02T18:26:17.301Z] #42 2.943 GEN include/common/asm [2019-12-02T18:26:17.301Z] #42 4.304 PBCC images/google/protobuf/descriptor.pb-c.c [2019-12-02T18:26:17.301Z] #42 4.363 PBCC images/opts.pb-c.c [2019-12-02T18:26:17.301Z] #42 4.388 PBCC images/sit.pb-c.c [2019-12-02T18:26:17.301Z] #42 4.428 DEP images/google/protobuf/descriptor.pb-c.d [2019-12-02T18:26:17.301Z] #42 4.488 DEP images/opts.pb-c.d [2019-12-02T18:26:17.301Z] #42 4.540 DEP images/sit.pb-c.d [2019-12-02T18:26:17.301Z] #42 4.586 PBCC images/macvlan.pb-c.c [2019-12-02T18:26:17.301Z] #42 4.619 DEP images/macvlan.pb-c.d [2019-12-02T18:26:17.301Z] #42 4.659 PBCC images/autofs.pb-c.c [2019-12-02T18:26:17.301Z] #42 4.680 DEP images/autofs.pb-c.d [2019-12-02T18:26:17.301Z] #42 4.721 PBCC images/sysctl.pb-c.c [2019-12-02T18:26:17.301Z] #42 4.730 DEP images/sysctl.pb-c.d [2019-12-02T18:26:17.301Z] #42 4.745 PBCC images/time.pb-c.c [2019-12-02T18:26:17.301Z] #42 4.767 DEP images/time.pb-c.d [2019-12-02T18:26:17.301Z] #42 4.808 PBCC images/binfmt-misc.pb-c.c [2019-12-02T18:26:17.301Z] #42 4.825 DEP images/binfmt-misc.pb-c.d [2019-12-02T18:26:17.301Z] #42 4.858 PBCC images/seccomp.pb-c.c [2019-12-02T18:26:17.301Z] #42 4.886 DEP images/seccomp.pb-c.d [2019-12-02T18:26:17.301Z] #42 4.924 PBCC images/userns.pb-c.c [2019-12-02T18:26:17.301Z] #42 4.959 DEP images/userns.pb-c.d [2019-12-02T18:26:17.301Z] #42 4.977 PBCC images/cgroup.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.006 DEP images/cgroup.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.063 PBCC images/fown.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.092 PBCC images/ext-file.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.118 DEP images/fown.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.190 DEP images/ext-file.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.220 PBCC images/rpc.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.265 DEP images/rpc.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.327 PBCC images/siginfo.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.332 DEP images/siginfo.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.371 PBCC images/pagemap.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.398 DEP images/pagemap.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.454 PBCC images/rlimit.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.520 DEP images/rlimit.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.540 PBCC images/file-lock.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.558 DEP images/file-lock.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.584 PBCC images/tty.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.647 DEP images/tty.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.668 PBCC images/tun.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.785 PBCC images/netdev.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.849 DEP images/tun.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.931 DEP images/netdev.pb-c.d [2019-12-02T18:26:17.301Z] #42 5.954 PBCC images/vma.pb-c.c [2019-12-02T18:26:17.301Z] #42 5.973 DEP images/vma.pb-c.d [2019-12-02T18:26:17.301Z] #42 6.019 PBCC images/creds.pb-c.c [2019-12-02T18:26:17.301Z] #42 6.041 DEP images/creds.pb-c.d [2019-12-02T18:26:17.301Z] #42 6.097 PBCC images/utsns.pb-c.c [2019-12-02T18:26:17.301Z] #42 6.138 DEP images/utsns.pb-c.d [2019-12-02T18:26:17.301Z] #42 6.166 PBCC images/ipc-desc.pb-c.c [2019-12-02T18:26:17.301Z] #42 6.199 PBCC images/ipc-sem.pb-c.c [2019-12-02T18:26:17.301Z] #42 6.239 DEP images/ipc-desc.pb-c.d [2019-12-02T18:26:17.301Z] #42 6.285 DEP images/ipc-sem.pb-c.d [2019-12-02T18:26:17.301Z] #42 6.376 PBCC images/ipc-msg.pb-c.c [2019-12-02T18:26:17.301Z] #42 6.429 DEP images/ipc-msg.pb-c.d [2019-12-02T18:26:17.301Z] #42 6.449 PBCC images/ipc-shm.pb-c.c [2019-12-02T18:26:17.301Z] #42 6.483 DEP images/ipc-shm.pb-c.d [2019-12-02T18:26:17.301Z] #42 6.553 PBCC images/ipc-var.pb-c.c [2019-12-02T18:26:17.301Z] #42 6.647 DEP images/ipc-var.pb-c.d [2019-12-02T18:26:17.301Z] #42 6.960 PBCC images/sk-opts.pb-c.c [2019-12-02T18:26:17.301Z] #42 6.982 PBCC images/packet-sock.pb-c.c [2019-12-02T18:26:17.301Z] #42 7.200 DEP images/sk-opts.pb-c.d [2019-12-02T18:26:17.301Z] #42 7.280 DEP images/packet-sock.pb-c.d [2019-12-02T18:26:17.301Z] #42 7.551 PBCC images/sk-netlink.pb-c.c [2019-12-02T18:26:17.301Z] #42 7.619 DEP images/sk-netlink.pb-c.d [2019-12-02T18:26:17.301Z] #42 7.700 PBCC images/sk-inet.pb-c.c [2019-12-02T18:26:17.301Z] #42 7.748 DEP images/sk-inet.pb-c.d [2019-12-02T18:26:17.301Z] #42 7.797 PBCC images/sk-unix.pb-c.c [2019-12-02T18:26:17.301Z] #42 7.931 DEP images/sk-unix.pb-c.d [2019-12-02T18:26:17.301Z] #42 7.968 PBCC images/mm.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.020 DEP images/mm.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.145 PBCC images/timerfd.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.199 DEP images/timerfd.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.225 PBCC images/timer.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.239 DEP images/timer.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.286 PBCC images/sa.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.295 DEP images/sa.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.344 PBCC images/pipe-data.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.350 DEP images/pipe-data.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.370 PBCC images/mnt.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.392 DEP images/mnt.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.430 PBCC images/sk-packet.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.448 DEP images/sk-packet.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.525 PBCC images/tcp-stream.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.548 DEP images/tcp-stream.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.634 PBCC images/pipe.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.642 DEP images/pipe.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.680 PBCC images/pstree.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.691 DEP images/pstree.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.718 PBCC images/fs.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.730 DEP images/fs.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.761 PBCC images/signalfd.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.819 DEP images/signalfd.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.843 PBCC images/fh.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.870 PBCC images/fsnotify.pb-c.c [2019-12-02T18:26:17.301Z] #42 8.928 DEP images/fh.pb-c.d [2019-12-02T18:26:17.301Z] #42 8.985 DEP images/fsnotify.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.056 PBCC images/eventpoll.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.061 DEP images/eventpoll.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.087 PBCC images/eventfd.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.095 DEP images/eventfd.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.117 PBCC images/remap-file-path.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.129 DEP images/remap-file-path.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.169 PBCC images/fifo.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.203 DEP images/fifo.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.221 PBCC images/ghost-file.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.259 DEP images/ghost-file.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.314 PBCC images/regfile.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.363 DEP images/regfile.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.411 PBCC images/ns.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.439 DEP images/ns.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.469 PBCC images/fdinfo.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.519 DEP images/fdinfo.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.561 PBCC images/core-aarch64.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.580 PBCC images/core-arm.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.615 PBCC images/core-ppc64.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.678 PBCC images/core-s390.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.720 PBCC images/core-x86.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.800 PBCC images/core.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.831 PBCC images/inventory.pb-c.c [2019-12-02T18:26:17.301Z] #42 9.893 DEP images/core-aarch64.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.950 DEP images/core-arm.pb-c.d [2019-12-02T18:26:17.301Z] #42 9.977 DEP images/core-ppc64.pb-c.d [2019-12-02T18:26:17.301Z] #42 10.03 DEP images/core-s390.pb-c.d [2019-12-02T18:26:17.425Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.6% of statements [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/rootless [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/testutil/request [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/volume [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-12-02T18:26:17.425Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === Skipped [2019-12-02T18:26:17.425Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-12-02T18:26:17.425Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-12-02T18:26:17.425Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:26:17.425Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:26:17.425Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:26:17.425Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:26:17.425Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:26:17.425Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:73: No driver to put! [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-12-02T18:26:17.425Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-12-02T18:26:17.425Z] overlay_test.go:49: Fails to compute changes intermittently [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-12-02T18:26:17.425Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:26:17.425Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:26:17.425Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:26:17.425Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:26:17.425Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:26:17.425Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-12-02T18:26:17.425Z] graphtest_unix.go:73: No driver to put! [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-12-02T18:26:17.425Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-12-02T18:26:17.425Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] [2019-12-02T18:26:17.425Z] DONE 2141 tests, 20 skipped in 184.023s Post stage [Pipeline] junit [2019-12-02T18:26:17.440Z] Recording test results [2019-12-02T18:26:17.751Z] #42 10.08 DEP images/core-x86.pb-c.d [2019-12-02T18:26:17.751Z] #42 10.13 DEP images/core.pb-c.d [2019-12-02T18:26:17.751Z] #42 ... [2019-12-02T18:26:17.751Z] [2019-12-02T18:26:17.751Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:17.751Z] #27 17.52 1.2% # 2.1% ## 4.0% #### 5.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ######### 13.5% ########## 14.4% ########### 16.3% ############ 17.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################### 26.7% ################### 27.6% #################### 28.6% ##################### 29.5% ###################### 31.4% ####################### 33.3% ######################### 35.2% ########################## 37.1% ############################ 39.0% ############################ 39.9% ############################# 40.9% ############################## 41.8% ############################## 42.8% ############################### 43.7% ################################ 44.7% ################################ 45.6% ################################# 46.6% ################################## 47.5% ################################### 49.4% #################################### 50.3% #################################### 51.3% ###################################### 53.2% ###################################### 54.1% ######################################## 56.0% ######################################### 57.0% ######################################### 57.9% ########################################### 59.8% ############################################ 61.7% ############################################# 62.6% ############################################## 64.5% ############################################### 66.4% ################################################# 68.3% [2019-12-02T18:26:17.751Z] #27 ... [2019-12-02T18:26:17.751Z] [2019-12-02T18:26:17.751Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:26:17.751Z] #11 42.12 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-12-02T18:26:17.751Z] #11 42.13 Preparing to unpack .../18-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-12-02T18:26:17.751Z] #11 42.16 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-02T18:26:17.751Z] #11 45.50 Selecting previously unselected package binutils-mingw-w64. [2019-12-02T18:26:17.751Z] #11 45.57 Preparing to unpack .../19-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-12-02T18:26:17.751Z] #11 45.57 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-02T18:26:17.751Z] #11 45.72 Selecting previously unselected package mingw-w64-common. [2019-12-02T18:26:17.751Z] #11 45.72 Preparing to unpack .../20-mingw-w64-common_5.0.1-1_all.deb ... [2019-12-02T18:26:17.751Z] #11 45.72 Unpacking mingw-w64-common (5.0.1-1) ... [2019-12-02T18:26:17.751Z] #11 52.12 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-12-02T18:26:17.751Z] #11 52.12 Preparing to unpack .../21-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-12-02T18:26:17.751Z] #11 52.12 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-02T18:26:17.751Z] #11 ... [2019-12-02T18:26:17.751Z] [2019-12-02T18:26:17.751Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-12-02T18:26:19.404Z] #17 52.88 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-12-02T18:26:19.404Z] #17 52.93 Setting up python3 (3.5.3-1) ... [2019-12-02T18:26:19.560Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/make.sh dynbinary test-integration [2019-12-02T18:26:19.807Z] #44 ... [2019-12-02T18:26:19.807Z] [2019-12-02T18:26:19.807Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:19.807Z] #41 49.48 CC compel/arch/x86/src/lib/infect.o [2019-12-02T18:26:19.807Z] #41 50.33 CC compel/src/lib/infect-rpc.o [2019-12-02T18:26:19.807Z] #41 50.58 CC compel/src/lib/infect-util.o [2019-12-02T18:26:19.807Z] #41 50.82 CC compel/src/lib/infect.o [2019-12-02T18:26:19.807Z] #41 52.79 CC compel/src/lib/ptrace.o [2019-12-02T18:26:19.807Z] #41 53.26 AR compel/libcompel.a [2019-12-02T18:26:19.807Z] #41 53.31 HOSTCC compel/src/main-host.o [2019-12-02T18:26:19.807Z] #41 53.60 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-12-02T18:26:19.807Z] #41 53.78 HOSTCC compel/src/lib/handle-elf-host.o [2019-12-02T18:26:20.023Z] #27 17.52 1.2% # 2.1% ## 4.0% #### 5.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ######### 13.5% ########## 14.4% ########### 16.3% ############ 17.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################### 26.7% ################### 27.6% #################### 28.6% ##################### 29.5% ###################### 31.4% ####################### 33.3% ######################### 35.2% ########################## 37.1% ############################ 39.0% ############################ 39.9% ############################# 40.9% ############################## 41.8% ############################## 42.8% ############################### 43.7% ################################ 44.7% ################################ 45.6% ################################# 46.6% ################################## 47.5% ################################### 49.4% #################################### 50.3% #################################### 51.3% ###################################### 53.2% ###################################### 54.1% ######################################## 56.0% ######################################### 57.0% ######################################### 57.9% ########################################### 59.8% ############################################ 61.7% ############################################# 62.6% ############################################## 64.5% ############################################### 66.4% ################################################# 68.3% ################################################## 70.2% ################################################### 72.1% #################################################### 73.0% ##################################################### 74.4% ####################################################### 76.5% ####################################################### 77.4% ######################################################### 79.3% ########################################################## 81.2% ########################################################### 83.1% ############################################################# 85.0% ############################################################## 86.9% ############################################################### 88.7% ################################################################# 90.6% ################################################################# 91.6% ################################################################## 92.5% ################################################################### 93.5% [2019-12-02T18:26:20.023Z] #27 ... [2019-12-02T18:26:20.023Z] [2019-12-02T18:26:20.023Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:20.023Z] #45 44.29 syscall [2019-12-02T18:26:20.023Z] #45 53.33 internal/poll [2019-12-02T18:26:20.371Z] #41 54.17 HOSTCC compel/src/lib/log-host.o [2019-12-02T18:26:20.498Z] [2019-12-02T18:26:20.498Z] Removing bundles/ [2019-12-02T18:26:20.498Z] [2019-12-02T18:26:20.498Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-12-02T18:26:20.498Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-12-02T18:26:20.498Z] GOOS="" GOARCH="" GOARM="" [2019-12-02T18:26:20.628Z] #41 54.43 HOSTLINK compel/compel-host-bin [2019-12-02T18:26:20.737Z] #45 ... [2019-12-02T18:26:20.737Z] [2019-12-02T18:26:20.737Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:26:20.737Z] #60 29.68 + cd /tmp/tmp.fa7I0rYXli/src/github.com/containerd/containerd [2019-12-02T18:26:20.737Z] #60 29.68 + git checkout -q c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:26:20.782Z] #17 54.80 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-12-02T18:26:20.884Z] #41 54.56 DEP soccr/soccr.d [2019-12-02T18:26:20.884Z] #41 54.81 CC soccr/soccr.o [2019-12-02T18:26:21.133Z] #60 31.11 + export 'BUILDTAGS=netgo osusergo static_build' [2019-12-02T18:26:21.133Z] #60 31.11 + BUILDTAGS='netgo osusergo static_build' [2019-12-02T18:26:21.133Z] #60 31.11 + export EXTRA_FLAGS=-buildmode=pie [2019-12-02T18:26:21.133Z] #60 31.11 + EXTRA_FLAGS=-buildmode=pie [2019-12-02T18:26:21.133Z] #60 31.11 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-12-02T18:26:21.133Z] #60 31.11 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-12-02T18:26:21.133Z] #60 31.11 + '[' '' = dynamic ']' [2019-12-02T18:26:21.133Z] #60 31.11 + make [2019-12-02T18:26:21.965Z] #60 31.94 + bin/ctr [2019-12-02T18:26:22.156Z] #17 56.29 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-12-02T18:26:22.256Z] #41 56.06 AR soccr/libsoccr.a [2019-12-02T18:26:22.256Z] #41 56.10 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-02T18:26:22.414Z] #17 56.52 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-12-02T18:26:22.414Z] #17 56.56 Setting up python3-wheel (0.29.0-2) ... [2019-12-02T18:26:22.514Z] #41 56.34 DEP criu/arch/x86/sigframe.d [2019-12-02T18:26:22.514Z] #41 56.43 DEP criu/arch/x86/sigaction_compat.d [2019-12-02T18:26:22.771Z] #41 56.50 DEP criu/arch/x86/kerndat.d [2019-12-02T18:26:22.771Z] #41 56.65 DEP criu/arch/x86/crtools.d [2019-12-02T18:26:22.826Z] #60 ... [2019-12-02T18:26:22.826Z] [2019-12-02T18:26:22.826Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:26:22.826Z] #32 46.85 time [2019-12-02T18:26:22.826Z] #32 52.90 internal/poll [2019-12-02T18:26:22.826Z] #32 55.41 internal/syscall/unix [2019-12-02T18:26:22.826Z] #32 55.64 os [2019-12-02T18:26:22.826Z] #32 56.70 internal/fmtsort [2019-12-02T18:26:22.826Z] #32 ... [2019-12-02T18:26:22.826Z] [2019-12-02T18:26:22.826Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:22.826Z] #27 17.52 1.2% # 2.1% ## 4.0% #### 5.9% ##### 7.8% ###### 9.7% ######## 11.6% ######### 12.5% ######### 13.5% ########## 14.4% ########### 16.3% ############ 17.2% ############# 19.1% ############### 21.0% ################ 22.9% ################# 24.8% ################### 26.7% ################### 27.6% #################### 28.6% ##################### 29.5% ###################### 31.4% ####################### 33.3% ######################### 35.2% ########################## 37.1% ############################ 39.0% ############################ 39.9% ############################# 40.9% ############################## 41.8% ############################## 42.8% ############################### 43.7% ################################ 44.7% ################################ 45.6% ################################# 46.6% ################################## 47.5% ################################### 49.4% #################################### 50.3% #################################### 51.3% ###################################### 53.2% ###################################### 54.1% ######################################## 56.0% ######################################### 57.0% ######################################### 57.9% ########################################### 59.8% ############################################ 61.7% ############################################# 62.6% ############################################## 64.5% ############################################### 66.4% ################################################# 68.3% ################################################## 70.2% ################################################### 72.1% #################################################### 73.0% ##################################################### 74.4% ####################################################### 76.5% ####################################################### 77.4% ######################################################### 79.3% ########################################################## 81.2% ########################################################### 83.1% ############################################################# 85.0% ############################################################## 86.9% ############################################################### 88.7% ################################################################# 90.6% ################################################################# 91.6% ################################################################## 92.5% ################################################################### 93.5% ################################################################### 94.4% #################################################################### 95.4% ##################################################################### 96.3% ###################################################################### 98.2% ####################################################################### 99.6% ######################################################################## 100.0% [2019-12-02T18:26:22.826Z] #27 28.68 [2019-12-02T18:26:22.826Z] #27 30.11 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-12-02T18:26:22.826Z] #27 30.47 [2019-12-02T18:26:23.028Z] #41 56.78 DEP criu/arch/x86/cpu.d [2019-12-02T18:26:23.236Z] #27 30.76 ######################################################## 77.8% ######################################################################## 100.0% [2019-12-02T18:26:23.236Z] #27 30.90 [2019-12-02T18:26:23.286Z] #41 56.97 CC criu/arch/x86/cpu.o [2019-12-02T18:26:23.349Z] #17 ... [2019-12-02T18:26:23.349Z] [2019-12-02T18:26:23.349Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:26:23.349Z] #38 188.3 + dpkg --print-architecture [2019-12-02T18:26:23.349Z] #38 188.3 + cd /tmp/tmp.h1kLLDf1Tk/src/github.com/docker/distribution [2019-12-02T18:26:23.349Z] #38 188.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-12-02T18:26:23.607Z] #38 188.6 + GOPATH=/tmp/tmp.h1kLLDf1Tk/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.h1kLLDf1Tk [2019-12-02T18:26:23.607Z] #38 188.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-12-02T18:26:23.607Z] #38 ... [2019-12-02T18:26:23.607Z] [2019-12-02T18:26:23.607Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:23.607Z] #41 117.0 CC criu/fifo.o [2019-12-02T18:26:23.607Z] #41 117.4 CC criu/file-ids.o [2019-12-02T18:26:23.607Z] #41 117.8 CC criu/file-lock.o [2019-12-02T18:26:23.607Z] #41 118.8 CC criu/files-ext.o [2019-12-02T18:26:23.607Z] #41 119.2 CC criu/files-reg.o [2019-12-02T18:26:23.607Z] #41 121.5 CC criu/files.o [2019-12-02T18:26:23.607Z] #41 123.5 CC criu/filesystems.o [2019-12-02T18:26:23.607Z] #41 124.2 CC criu/fsnotify.o [2019-12-02T18:26:23.607Z] #41 125.4 CC criu/image-desc.o [2019-12-02T18:26:23.607Z] #41 125.5 CC criu/image.o [2019-12-02T18:26:23.607Z] #41 126.5 CC criu/ipc_ns.o [2019-12-02T18:26:23.851Z] #41 57.49 CC criu/arch/x86/crtools.o [2019-12-02T18:26:23.864Z] #41 ... [2019-12-02T18:26:23.864Z] [2019-12-02T18:26:23.864Z] #17 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:26:23.864Z] #17 57.54 Setting up python3-pkg-resources (33.1.1-1) ... [2019-12-02T18:26:24.430Z] #17 58.59 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-12-02T18:26:24.602Z] #27 32.09 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-12-02T18:26:24.783Z] #41 58.54 CC criu/arch/x86/kerndat.o [2019-12-02T18:26:25.011Z] #27 32.53 [2019-12-02T18:26:25.041Z] #41 58.93 CC criu/arch/x86/sigaction_compat.o [2019-12-02T18:26:25.411Z] #27 32.81 ##################################################### 74.3% ######################################################################## 100.0% [2019-12-02T18:26:25.411Z] #27 32.92 [2019-12-02T18:26:25.607Z] #41 59.20 CC criu/arch/x86/sigframe.o [2019-12-02T18:26:25.607Z] #41 59.46 LINK criu/arch/x86/crtools.built-in.o [2019-12-02T18:26:25.607Z] #41 59.50 DEP criu/pie/util-vdso-elf32.d [2019-12-02T18:26:25.804Z] #17 59.68 Setting up python3-setuptools (33.1.1-1) ... [2019-12-02T18:26:25.864Z] #41 59.63 DEP criu/arch/x86/vdso-pie.d [2019-12-02T18:26:26.122Z] #41 59.73 DEP criu/pie/parasite-vdso.d [2019-12-02T18:26:26.122Z] #41 59.93 DEP criu/pie/util-vdso.d [2019-12-02T18:26:26.122Z] #41 60.03 DEP criu/pie/util.d [2019-12-02T18:26:26.379Z] #41 60.17 CC criu/pie/util.o [2019-12-02T18:26:26.737Z] #17 60.88 Setting up dh-python (2.20170125) ... [2019-12-02T18:26:26.945Z] #41 60.51 CC criu/pie/util-vdso.o [2019-12-02T18:26:27.014Z] #27 34.19 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-12-02T18:26:27.014Z] #27 34.41 skipping existing b63cc5f62c21 [2019-12-02T18:26:27.014Z] #27 34.59 [2019-12-02T18:26:27.426Z] #27 ... [2019-12-02T18:26:27.426Z] [2019-12-02T18:26:27.426Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:27.426Z] #42 10.15 DEP images/inventory.pb-c.d [2019-12-02T18:26:27.427Z] #42 10.20 PBCC images/cpuinfo.pb-c.c [2019-12-02T18:26:27.427Z] #42 10.22 DEP images/cpuinfo.pb-c.d [2019-12-02T18:26:27.427Z] #42 10.25 PBCC images/stats.pb-c.c [2019-12-02T18:26:27.427Z] #42 10.27 DEP images/stats.pb-c.d [2019-12-02T18:26:27.427Z] #42 11.50 make[1]: Nothing to be done for 'all'. [2019-12-02T18:26:27.427Z] #42 12.85 CC images/stats.o [2019-12-02T18:26:27.427Z] #42 13.34 CC images/core.o [2019-12-02T18:26:27.427Z] #42 14.05 CC images/core-x86.o [2019-12-02T18:26:27.427Z] #42 14.43 CC images/core-arm.o [2019-12-02T18:26:27.427Z] #42 14.64 CC images/core-aarch64.o [2019-12-02T18:26:27.427Z] #42 14.89 CC images/core-ppc64.o [2019-12-02T18:26:27.427Z] #42 15.32 CC images/core-s390.o [2019-12-02T18:26:27.427Z] #42 15.79 CC images/cpuinfo.o [2019-12-02T18:26:27.427Z] #42 16.17 CC images/inventory.o [2019-12-02T18:26:27.427Z] #42 16.34 CC images/fdinfo.o [2019-12-02T18:26:27.427Z] #42 16.56 CC images/fown.o [2019-12-02T18:26:27.427Z] #42 16.77 CC images/ns.o [2019-12-02T18:26:27.427Z] #42 16.91 CC images/regfile.o [2019-12-02T18:26:27.427Z] #42 17.05 CC images/ghost-file.o [2019-12-02T18:26:27.427Z] #42 17.26 CC images/fifo.o [2019-12-02T18:26:27.427Z] #42 17.40 CC images/remap-file-path.o [2019-12-02T18:26:27.427Z] #42 17.62 CC images/eventfd.o [2019-12-02T18:26:27.427Z] #42 17.83 CC images/eventpoll.o [2019-12-02T18:26:27.427Z] #42 18.00 CC images/fh.o [2019-12-02T18:26:27.427Z] #42 18.16 CC images/fsnotify.o [2019-12-02T18:26:27.427Z] #42 18.47 CC images/signalfd.o [2019-12-02T18:26:27.427Z] #42 18.59 CC images/fs.o [2019-12-02T18:26:27.427Z] #42 18.73 CC images/pstree.o [2019-12-02T18:26:27.427Z] #42 18.90 CC images/pipe.o [2019-12-02T18:26:27.427Z] #42 19.17 CC images/tcp-stream.o [2019-12-02T18:26:27.427Z] #42 19.45 CC images/sk-packet.o [2019-12-02T18:26:27.427Z] #42 19.77 CC images/mnt.o [2019-12-02T18:26:27.427Z] #42 19.95 CC images/pipe-data.o [2019-12-02T18:26:27.427Z] #42 20.11 CC images/sa.o [2019-12-02T18:26:27.510Z] #41 61.12 CC criu/pie/parasite-vdso.o [2019-12-02T18:26:27.671Z] #17 61.69 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:26:27.834Z] #42 20.33 CC images/timer.o [2019-12-02T18:26:27.834Z] #42 20.48 CC images/timerfd.o [2019-12-02T18:26:27.834Z] #42 20.60 CC images/mm.o [2019-12-02T18:26:28.224Z] #42 20.82 CC images/sk-opts.o [2019-12-02T18:26:28.224Z] #42 20.94 CC images/sk-unix.o [2019-12-02T18:26:28.442Z] #41 62.12 CC criu/arch/x86/vdso-pie.o [2019-12-02T18:26:28.606Z] #17 DONE 62.8s [2019-12-02T18:26:28.606Z] [2019-12-02T18:26:28.606Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:26:28.608Z] #42 ... [2019-12-02T18:26:28.608Z] [2019-12-02T18:26:28.608Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:26:28.608Z] #27 36.02 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-12-02T18:26:28.700Z] #41 62.51 CC criu/pie/util-vdso-elf32.o [2019-12-02T18:26:29.004Z] #27 36.45 [2019-12-02T18:26:29.264Z] #41 62.96 AR criu/pie/pie.lib.a [2019-12-02T18:26:29.265Z] #41 63.05 DEP criu/pie/restorer.d [2019-12-02T18:26:29.408Z] #27 36.60 ######################################################################## 100.0% [2019-12-02T18:26:29.408Z] #27 36.64 [2019-12-02T18:26:29.408Z] #27 36.69 Download of images into '/build' complete. [2019-12-02T18:26:29.408Z] #27 36.69 Use something like the following to load the result into a Docker daemon: [2019-12-02T18:26:29.408Z] #27 36.69 tar -cC '/build' . | docker load [2019-12-02T18:26:29.408Z] #27 DONE 36.8s [2019-12-02T18:26:29.408Z] [2019-12-02T18:26:29.408Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:29.408Z] #42 21.20 CC images/sk-inet.o [2019-12-02T18:26:29.408Z] #42 21.51 CC images/tun.o [2019-12-02T18:26:29.408Z] #42 21.67 CC images/sk-netlink.o [2019-12-02T18:26:29.408Z] #42 21.90 CC images/packet-sock.o [2019-12-02T18:26:29.523Z] #41 63.33 DEP criu/arch/x86/sigaction_compat_pie.d [2019-12-02T18:26:29.523Z] #41 63.44 DEP criu/arch/x86/restorer_unmap.d [2019-12-02T18:26:29.780Z] #41 63.46 DEP criu/arch/x86/restorer.d [2019-12-02T18:26:29.780Z] #41 63.73 DEP criu/pie/parasite.d [2019-12-02T18:26:29.822Z] #42 22.35 CC images/ipc-var.o [2019-12-02T18:26:29.822Z] #42 22.57 CC images/ipc-desc.o [2019-12-02T18:26:30.215Z] #42 22.89 CC images/ipc-shm.o [2019-12-02T18:26:30.345Z] #41 63.93 CC criu/pie/parasite.o [2019-12-02T18:26:30.599Z] #42 23.14 CC images/ipc-msg.o [2019-12-02T18:26:30.599Z] #42 23.30 CC images/ipc-sem.o [2019-12-02T18:26:30.599Z] #42 23.40 CC images/utsns.o [2019-12-02T18:26:30.984Z] #42 23.57 CC images/creds.o [2019-12-02T18:26:30.984Z] #42 23.66 CC images/vma.o [2019-12-02T18:26:30.984Z] #42 ... [2019-12-02T18:26:30.984Z] [2019-12-02T18:26:30.984Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:30.984Z] #45 55.42 internal/syscall/unix [2019-12-02T18:26:30.984Z] #45 55.58 os [2019-12-02T18:26:30.984Z] #45 58.40 strings [2019-12-02T18:26:30.984Z] #45 59.26 fmt [2019-12-02T18:26:30.984Z] #45 61.70 path/filepath [2019-12-02T18:26:30.984Z] #45 62.91 regexp/syntax [2019-12-02T18:26:30.984Z] #45 64.07 flag [2019-12-02T18:26:31.278Z] #41 65.00 LINK criu/pie/parasite.built-in.o [2019-12-02T18:26:31.278Z] #41 65.00 GEN criu/pie/parasite-blob.h [2019-12-02T18:26:31.278Z] #41 65.01 CC criu/arch/x86/restorer.o [2019-12-02T18:26:31.278Z] #41 ... [2019-12-02T18:26:31.278Z] [2019-12-02T18:26:31.278Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:31.278Z] #44 115.2 net/http/httptrace [2019-12-02T18:26:31.278Z] #44 115.4 net/http [2019-12-02T18:26:31.373Z] #45 ... [2019-12-02T18:26:31.373Z] [2019-12-02T18:26:31.373Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:31.373Z] #42 23.88 CC images/netdev.o [2019-12-02T18:26:31.843Z] #44 ... [2019-12-02T18:26:31.843Z] [2019-12-02T18:26:31.843Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:31.843Z] #41 65.54 CC criu/arch/x86/restorer_unmap.o [2019-12-02T18:26:31.843Z] #41 65.58 CC criu/arch/x86/sigaction_compat_pie.o [2019-12-02T18:26:32.015Z] #42 24.15 CC images/tty.o [2019-12-02T18:26:32.101Z] #41 65.85 CC criu/pie/restorer.o [2019-12-02T18:26:32.523Z] #42 24.84 CC images/file-lock.o [2019-12-02T18:26:32.523Z] #42 25.11 CC images/rlimit.o [2019-12-02T18:26:32.913Z] #42 25.35 CC images/pagemap.o [2019-12-02T18:26:32.913Z] #42 25.67 CC images/siginfo.o [2019-12-02T18:26:33.313Z] #42 ... [2019-12-02T18:26:33.313Z] [2019-12-02T18:26:33.313Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:26:33.313Z] #32 57.44 strings [2019-12-02T18:26:33.313Z] #32 59.23 fmt [2019-12-02T18:26:33.313Z] #32 60.02 path/filepath [2019-12-02T18:26:33.313Z] #32 61.87 io/ioutil [2019-12-02T18:26:33.313Z] #32 62.53 path [2019-12-02T18:26:33.313Z] #32 62.97 text/tabwriter [2019-12-02T18:26:33.313Z] #32 64.61 flag [2019-12-02T18:26:33.313Z] #32 64.61 github.com/BurntSushi/toml [2019-12-02T18:26:33.313Z] #32 66.40 log [2019-12-02T18:26:33.313Z] #32 ... [2019-12-02T18:26:33.313Z] [2019-12-02T18:26:33.313Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:33.313Z] #42 25.91 CC images/rpc.o [2019-12-02T18:26:34.163Z] #42 26.70 CC images/ext-file.o [2019-12-02T18:26:34.163Z] #42 ... [2019-12-02T18:26:34.163Z] [2019-12-02T18:26:34.163Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:26:34.163Z] #11 58.71 Selecting previously unselected package gcc-mingw-w64-base. [2019-12-02T18:26:34.163Z] #11 58.71 Preparing to unpack .../22-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-12-02T18:26:34.163Z] #11 58.71 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-02T18:26:34.163Z] #11 58.82 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-12-02T18:26:34.163Z] #11 58.83 Preparing to unpack .../23-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-12-02T18:26:34.163Z] #11 58.83 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:26:34.163Z] #11 ... [2019-12-02T18:26:34.163Z] [2019-12-02T18:26:34.163Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:34.163Z] #42 26.84 CC images/cgroup.o [2019-12-02T18:26:34.990Z] #42 27.31 CC images/userns.o [2019-12-02T18:26:34.990Z] #42 27.57 CC images/google/protobuf/descriptor.o [2019-12-02T18:26:35.343Z] #18 ... [2019-12-02T18:26:35.343Z] [2019-12-02T18:26:35.343Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:35.343Z] #41 127.7 CC criu/irmap.o [2019-12-02T18:26:35.343Z] #41 128.5 CC criu/kcmp-ids.o [2019-12-02T18:26:35.343Z] #41 128.8 CC criu/kerndat.o [2019-12-02T18:26:35.343Z] #41 130.1 CC criu/libnetlink.o [2019-12-02T18:26:35.343Z] #41 130.5 CC criu/log.o [2019-12-02T18:26:35.343Z] #41 131.2 CC criu/lsm.o [2019-12-02T18:26:35.343Z] #41 131.7 CC criu/mem.o [2019-12-02T18:26:35.343Z] #41 133.7 CC criu/mount.o [2019-12-02T18:26:35.343Z] #41 137.4 CC criu/namespaces.o [2019-12-02T18:26:35.381Z] #41 68.60 LINK criu/pie/restorer.built-in.o [2019-12-02T18:26:35.381Z] #41 68.65 GEN criu/pie/restorer-blob.h [2019-12-02T18:26:35.381Z] #41 68.77 DEP criu/vdso.d [2019-12-02T18:26:35.381Z] #41 68.99 DEP criu/vdso-compat.d [2019-12-02T18:26:35.381Z] #41 69.11 DEP criu/uts_ns.d [2019-12-02T18:26:35.601Z] #41 ... [2019-12-02T18:26:35.601Z] [2019-12-02T18:26:35.601Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:26:35.601Z] #18 7.054 Collecting yamllint==1.16.0 [2019-12-02T18:26:35.639Z] #41 69.26 DEP criu/util.d [2019-12-02T18:26:35.639Z] #41 69.50 DEP criu/uffd.d [2019-12-02T18:26:35.812Z] #42 28.56 CC images/opts.o [2019-12-02T18:26:35.896Z] #41 69.76 DEP criu/tun.d [2019-12-02T18:26:36.154Z] #41 69.96 DEP criu/tty.d [2019-12-02T18:26:36.199Z] #42 28.73 CC images/seccomp.o [2019-12-02T18:26:36.200Z] #42 28.87 CC images/binfmt-misc.o [2019-12-02T18:26:36.200Z] #42 28.99 CC images/time.o [2019-12-02T18:26:36.412Z] #41 70.11 DEP criu/timerfd.d [2019-12-02T18:26:36.412Z] #41 70.29 DEP criu/sysfs_parse.d [2019-12-02T18:26:36.582Z] #42 29.17 CC images/sysctl.o [2019-12-02T18:26:36.582Z] #42 29.24 CC images/autofs.o [2019-12-02T18:26:36.670Z] #41 70.47 DEP criu/sysctl.d [2019-12-02T18:26:36.928Z] #41 70.66 DEP criu/string.d [2019-12-02T18:26:36.928Z] #41 70.73 DEP criu/stats.d [2019-12-02T18:26:36.976Z] #42 29.33 CC images/macvlan.o [2019-12-02T18:26:36.976Z] #42 29.54 CC images/sit.o [2019-12-02T18:26:36.976Z] #42 29.72 LINK images/built-in.o [2019-12-02T18:26:37.185Z] #41 70.89 DEP criu/sockets.d [2019-12-02T18:26:37.394Z] #42 29.87 GEN compel/include/asm [2019-12-02T18:26:37.394Z] #42 29.88 GEN compel/include/version.h [2019-12-02T18:26:37.394Z] #42 29.89 touch .config [2019-12-02T18:26:37.394Z] #42 29.91 GEN include/common/config.h [2019-12-02T18:26:37.394Z] #42 29.99 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-12-02T18:26:37.394Z] #42 30.04 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-12-02T18:26:37.394Z] #42 30.05 GEN compel/plugins/include/uapi/std/syscall.h [2019-12-02T18:26:37.394Z] #42 30.08 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-12-02T18:26:37.394Z] #42 30.10 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-12-02T18:26:37.443Z] #41 71.05 DEP criu/sk-unix.d [2019-12-02T18:26:37.701Z] #41 71.54 DEP criu/sk-tcp.d [2019-12-02T18:26:37.944Z] #42 ... [2019-12-02T18:26:37.944Z] [2019-12-02T18:26:37.944Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:26:37.944Z] #32 68.34 github.com/BurntSushi/toml/cmd/tomlv [2019-12-02T18:26:37.944Z] #32 DONE 71.8s [2019-12-02T18:26:37.944Z] [2019-12-02T18:26:37.944Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:37.944Z] #42 30.13 DEP compel/arch/s390/plugins/std/parasite-head.d [2019-12-02T18:26:37.944Z] #42 30.17 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-12-02T18:26:37.944Z] #42 30.17 DEP compel/plugins/std/infect.d [2019-12-02T18:26:37.944Z] #42 30.68 DEP compel/plugins/std/string.d [2019-12-02T18:26:38.266Z] #41 71.80 DEP criu/sk-queue.d [2019-12-02T18:26:38.266Z] #41 71.97 DEP criu/sk-packet.d [2019-12-02T18:26:38.266Z] #41 72.22 DEP criu/sk-netlink.d [2019-12-02T18:26:38.378Z] #42 30.89 DEP compel/plugins/std/log.d [2019-12-02T18:26:38.771Z] #42 31.20 DEP compel/plugins/std/fds.d [2019-12-02T18:26:38.771Z] #42 31.41 DEP compel/plugins/std/std.d [2019-12-02T18:26:38.771Z] #42 31.43 DEP compel/plugins/shmem/shmem.d [2019-12-02T18:26:38.771Z] #42 31.44 DEP compel/plugins/fds/fds.d [2019-12-02T18:26:38.771Z] #42 31.46 CC compel/plugins/std/std.o [2019-12-02T18:26:38.771Z] #42 31.51 CC compel/plugins/std/fds.o [2019-12-02T18:26:38.832Z] #41 72.46 DEP criu/sk-inet.d [2019-12-02T18:26:39.090Z] #41 72.70 DEP criu/signalfd.d [2019-12-02T18:26:39.090Z] #41 72.91 DEP criu/sigframe.d [2019-12-02T18:26:39.154Z] #42 31.78 CC compel/plugins/std/log.o [2019-12-02T18:26:39.347Z] #41 73.06 DEP criu/shmem.d [2019-12-02T18:26:39.348Z] #41 73.21 DEP criu/servicefd.d [2019-12-02T18:26:39.605Z] #41 73.38 DEP criu/seize.d [2019-12-02T18:26:39.605Z] #41 73.52 DEP criu/seccomp.d [2019-12-02T18:26:39.863Z] #41 73.70 DEP criu/rst-malloc.d [2019-12-02T18:26:39.863Z] #41 73.76 DEP criu/rbtree.d [2019-12-02T18:26:39.989Z] #42 32.46 CC compel/plugins/std/string.o [2019-12-02T18:26:40.121Z] #41 73.83 DEP criu/pstree.d [2019-12-02T18:26:40.379Z] #41 74.05 DEP criu/protobuf.d [2019-12-02T18:26:40.379Z] #41 74.24 GEN criu/protobuf-desc-gen.h [2019-12-02T18:26:40.384Z] #42 32.96 CC compel/plugins/std/infect.o [2019-12-02T18:26:40.777Z] #42 33.23 CC compel/arch/s390/plugins/std/parasite-head.o [2019-12-02T18:26:40.777Z] #42 33.25 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-12-02T18:26:40.777Z] #42 33.32 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-12-02T18:26:40.777Z] #42 33.37 AR compel/plugins/std.lib.a [2019-12-02T18:26:40.777Z] #42 33.40 CC compel/plugins/fds/fds.o [2019-12-02T18:26:40.777Z] #42 33.50 AR compel/plugins/fds.lib.a [2019-12-02T18:26:41.185Z] #42 33.54 HOSTDEP compel/src/lib/log-host.d [2019-12-02T18:26:41.185Z] #42 33.67 HOSTDEP compel/src/lib/handle-elf-host.d [2019-12-02T18:26:41.185Z] #42 33.82 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-12-02T18:26:41.185Z] #42 33.91 HOSTDEP compel/src/main-host.d [2019-12-02T18:26:41.592Z] #42 34.03 DEP compel/src/lib/ptrace.d [2019-12-02T18:26:41.592Z] #42 34.14 DEP compel/src/lib/infect.d [2019-12-02T18:26:41.592Z] #42 34.26 DEP compel/src/lib/infect-util.d [2019-12-02T18:26:41.592Z] #42 ... [2019-12-02T18:26:41.592Z] [2019-12-02T18:26:41.592Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:41.592Z] #45 65.89 go/token [2019-12-02T18:26:41.592Z] #45 66.75 go/scanner [2019-12-02T18:26:41.592Z] #45 68.06 go/ast [2019-12-02T18:26:41.592Z] #45 68.09 regexp [2019-12-02T18:26:41.592Z] #45 71.68 internal/lazyregexp [2019-12-02T18:26:41.592Z] #45 71.99 net/url [2019-12-02T18:26:41.592Z] #45 74.08 text/template/parse [2019-12-02T18:26:41.592Z] #45 74.23 go/parser [2019-12-02T18:26:41.592Z] #45 ... [2019-12-02T18:26:41.592Z] [2019-12-02T18:26:41.592Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:41.592Z] #42 34.32 DEP compel/src/lib/infect-rpc.d [2019-12-02T18:26:41.752Z] #41 75.49 DEP criu/protobuf-desc.d [2019-12-02T18:26:41.752Z] #41 75.61 DEP criu/proc_parse.d [2019-12-02T18:26:41.752Z] #41 75.71 DEP criu/plugin.d [2019-12-02T18:26:41.974Z] #42 34.43 DEP compel/arch/s390/src/lib/infect.d [2019-12-02T18:26:41.974Z] #42 34.52 DEP compel/arch/s390/src/lib/cpu.d [2019-12-02T18:26:41.974Z] #42 34.58 DEP compel/src/lib/log.d [2019-12-02T18:26:41.974Z] #42 34.66 DEP compel/src/main.d [2019-12-02T18:26:41.974Z] #42 34.76 DEP compel/src/lib/handle-elf.d [2019-12-02T18:26:42.159Z] #18 ... [2019-12-02T18:26:42.159Z] [2019-12-02T18:26:42.159Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:42.159Z] #41 139.5 CC criu/net.o [2019-12-02T18:26:42.159Z] #41 142.5 CC criu/netfilter.o [2019-12-02T18:26:42.159Z] #41 142.8 CC criu/page-pipe.o [2019-12-02T18:26:42.159Z] #41 143.4 CC criu/page-xfer.o [2019-12-02T18:26:42.159Z] #41 144.5 CC criu/pagemap-cache.o [2019-12-02T18:26:42.159Z] #41 144.9 CC criu/pagemap.o [2019-12-02T18:26:42.333Z] #41 75.86 DEP criu/pipes.d [2019-12-02T18:26:42.333Z] #41 76.01 DEP criu/pie-util.d [2019-12-02T18:26:42.333Z] #41 76.10 DEP criu/pie-util-vdso.d [2019-12-02T18:26:42.333Z] #41 76.19 DEP criu/pie-util-vdso-elf32.d [2019-12-02T18:26:42.333Z] #41 76.31 DEP criu/path.d [2019-12-02T18:26:42.374Z] #42 34.86 DEP compel/arch/s390/src/lib/handle-elf.d [2019-12-02T18:26:42.374Z] #42 34.99 CC compel/src/lib/log.o [2019-12-02T18:26:42.374Z] #42 35.19 CC compel/arch/s390/src/lib/cpu.o [2019-12-02T18:26:42.590Z] #41 ... [2019-12-02T18:26:42.590Z] [2019-12-02T18:26:42.590Z] #44 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:42.590Z] #44 126.5 github.com/LK4D4/vndr/godl [2019-12-02T18:26:42.590Z] #44 127.1 github.com/LK4D4/vndr [2019-12-02T18:26:42.590Z] #44 DONE 136.5s [2019-12-02T18:26:42.725Z] #41 145.9 CC criu/parasite-syscall.o [2019-12-02T18:26:42.725Z] #41 ... [2019-12-02T18:26:42.725Z] [2019-12-02T18:26:42.725Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:26:42.725Z] #18 14.03 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-12-02T18:26:42.797Z] #42 35.40 CC compel/arch/s390/src/lib/infect.o [2019-12-02T18:26:42.849Z] [2019-12-02T18:26:42.849Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:42.849Z] #41 76.48 DEP criu/parasite-syscall.d [2019-12-02T18:26:42.983Z] #18 14.39 Collecting pyyaml (from yamllint==1.16.0) [2019-12-02T18:26:43.106Z] #41 77.06 DEP criu/pagemap.d [2019-12-02T18:26:43.671Z] #41 77.41 DEP criu/pagemap-cache.d [2019-12-02T18:26:43.671Z] #41 77.51 DEP criu/page-xfer.d [2019-12-02T18:26:43.929Z] #41 77.67 DEP criu/page-pipe.d [2019-12-02T18:26:43.935Z] #42 36.42 CC compel/src/lib/infect-rpc.o [2019-12-02T18:26:44.187Z] #41 77.81 DEP criu/netfilter.d [2019-12-02T18:26:44.187Z] #41 77.96 DEP criu/net.d [2019-12-02T18:26:44.317Z] #42 36.91 CC compel/src/lib/infect-util.o [2019-12-02T18:26:44.358Z] #18 15.61 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-12-02T18:26:44.445Z] #41 78.11 DEP criu/namespaces.d [2019-12-02T18:26:44.445Z] #41 78.24 DEP criu/mount.d [2019-12-02T18:26:44.445Z] #41 ... [2019-12-02T18:26:44.445Z] [2019-12-02T18:26:44.445Z] #28 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:26:44.445Z] #28 138.3 + rm -rf /tmp/tmp.FV7DvNxUq9 [2019-12-02T18:26:44.445Z] #28 DONE 139.0s [2019-12-02T18:26:44.703Z] [2019-12-02T18:26:44.703Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:44.703Z] #41 78.42 DEP criu/mem.d [2019-12-02T18:26:44.703Z] #41 78.68 DEP criu/lsm.d [2019-12-02T18:26:44.730Z] #42 37.27 CC compel/src/lib/infect.o [2019-12-02T18:26:45.269Z] #41 78.87 DEP criu/log.d [2019-12-02T18:26:45.269Z] #41 79.04 DEP criu/libnetlink.d [2019-12-02T18:26:45.527Z] #41 79.21 DEP criu/kerndat.d [2019-12-02T18:26:45.784Z] #41 79.48 DEP criu/kcmp-ids.d [2019-12-02T18:26:45.784Z] #41 79.62 DEP criu/irmap.d [2019-12-02T18:26:46.042Z] #41 79.78 DEP criu/ipc_ns.d [2019-12-02T18:26:46.042Z] #41 79.90 DEP criu/image.d [2019-12-02T18:26:46.300Z] #41 80.07 DEP criu/image-desc.d [2019-12-02T18:26:46.300Z] #41 80.13 DEP criu/fsnotify.d [2019-12-02T18:26:46.300Z] #41 ... [2019-12-02T18:26:46.300Z] [2019-12-02T18:26:46.300Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-12-02T18:26:46.300Z] #29 DONE 0.6s [2019-12-02T18:26:46.558Z] [2019-12-02T18:26:46.558Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-12-02T18:26:46.558Z] #32 DONE 0.1s [2019-12-02T18:26:46.558Z] [2019-12-02T18:26:46.558Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:46.558Z] #41 80.35 DEP criu/filesystems.d [2019-12-02T18:26:46.558Z] #41 ... [2019-12-02T18:26:46.558Z] [2019-12-02T18:26:46.558Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-12-02T18:26:46.558Z] #37 DONE 0.1s [2019-12-02T18:26:46.642Z] #42 38.87 CC compel/src/lib/ptrace.o [2019-12-02T18:26:46.642Z] #42 39.11 AR compel/libcompel.a [2019-12-02T18:26:46.642Z] #42 39.15 HOSTCC compel/src/main-host.o [2019-12-02T18:26:46.815Z] [2019-12-02T18:26:46.815Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:46.815Z] #41 80.55 DEP criu/files.d [2019-12-02T18:26:46.887Z] #18 17.85 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-12-02T18:26:47.033Z] #42 39.39 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-12-02T18:26:47.033Z] #42 39.59 HOSTCC compel/src/lib/handle-elf-host.o [2019-12-02T18:26:47.073Z] #41 80.75 DEP criu/files-reg.d [2019-12-02T18:26:47.073Z] #41 80.89 DEP criu/files-ext.d [2019-12-02T18:26:47.331Z] #41 81.01 DEP criu/file-lock.d [2019-12-02T18:26:47.331Z] #41 81.11 DEP criu/file-ids.d [2019-12-02T18:26:47.331Z] #41 81.20 DEP criu/fifo.d [2019-12-02T18:26:47.439Z] #42 39.87 HOSTCC compel/src/lib/log-host.o [2019-12-02T18:26:47.439Z] #42 40.10 HOSTLINK compel/compel-host-bin [2019-12-02T18:26:47.439Z] #42 40.18 DEP soccr/soccr.d [2019-12-02T18:26:47.453Z] #18 18.98 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-12-02T18:26:47.589Z] #41 81.34 DEP criu/fdstore.d [2019-12-02T18:26:47.589Z] #41 81.44 DEP criu/fault-injection.d [2019-12-02T18:26:47.589Z] #41 81.49 DEP criu/external.d [2019-12-02T18:26:47.847Z] #41 81.59 DEP criu/eventpoll.d [2019-12-02T18:26:47.852Z] #42 40.38 CC soccr/soccr.o [2019-12-02T18:26:48.104Z] #41 81.77 DEP criu/eventfd.d [2019-12-02T18:26:48.105Z] #41 81.87 DEP criu/crtools.d [2019-12-02T18:26:48.105Z] #41 82.00 DEP criu/cr-service.d [2019-12-02T18:26:48.362Z] #41 82.13 DEP criu/cr-restore.d [2019-12-02T18:26:48.620Z] #41 82.29 DEP criu/cr-errno.d [2019-12-02T18:26:48.620Z] #41 82.31 DEP criu/cr-dump.d [2019-12-02T18:26:48.620Z] #41 82.49 DEP criu/cr-dedup.d [2019-12-02T18:26:48.828Z] #18 20.18 Building wheels for collected packages: pyyaml, pathspec [2019-12-02T18:26:48.828Z] #18 20.19 Running setup.py bdist_wheel for pyyaml: started [2019-12-02T18:26:48.877Z] #41 82.62 DEP criu/cr-check.d [2019-12-02T18:26:49.135Z] #41 82.79 DEP criu/config.d [2019-12-02T18:26:49.135Z] #41 82.96 DEP criu/clone-noasan.d [2019-12-02T18:26:49.135Z] #41 82.99 DEP criu/cgroup.d [2019-12-02T18:26:49.135Z] #41 83.10 DEP criu/cgroup-props.d [2019-12-02T18:26:49.200Z] #42 41.61 AR soccr/libsoccr.a [2019-12-02T18:26:49.200Z] #42 41.63 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-02T18:26:49.200Z] #42 41.78 DEP criu/arch/s390/sigframe.d [2019-12-02T18:26:49.200Z] #42 41.86 DEP criu/arch/s390/crtools.d [2019-12-02T18:26:49.392Z] #41 83.23 DEP criu/bitmap.d [2019-12-02T18:26:49.651Z] #41 83.24 DEP criu/bfd.d [2019-12-02T18:26:49.651Z] #41 83.32 DEP criu/autofs.d [2019-12-02T18:26:49.651Z] #41 83.49 DEP criu/aio.d [2019-12-02T18:26:49.909Z] #41 83.64 DEP criu/action-scripts.d [2019-12-02T18:26:49.983Z] #42 42.03 DEP criu/arch/s390/cpu.d [2019-12-02T18:26:49.984Z] #42 42.16 CC criu/arch/s390/cpu.o [2019-12-02T18:26:50.166Z] #41 83.82 CC criu/action-scripts.o [2019-12-02T18:26:50.204Z] #18 21.63 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-12-02T18:26:50.204Z] #18 21.63 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-12-02T18:26:50.424Z] #41 84.14 CC criu/aio.o [2019-12-02T18:26:50.462Z] #18 21.72 Running setup.py bdist_wheel for pathspec: started [2019-12-02T18:26:50.469Z] #42 42.78 CC criu/arch/s390/crtools.o [2019-12-02T18:26:50.989Z] #41 84.67 CC criu/autofs.o [2019-12-02T18:26:51.318Z] #42 43.82 CC criu/arch/s390/sigframe.o [2019-12-02T18:26:51.318Z] #42 43.98 LINK criu/arch/s390/crtools.built-in.o [2019-12-02T18:26:51.318Z] #42 44.02 DEP criu/arch/s390/vdso-pie.d [2019-12-02T18:26:51.397Z] #18 ... [2019-12-02T18:26:51.397Z] [2019-12-02T18:26:51.397Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:26:51.397Z] #38 216.5 + rm -rf /tmp/tmp.h1kLLDf1Tk/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.h1kLLDf1Tk [2019-12-02T18:26:51.730Z] #42 44.16 DEP criu/pie/parasite-vdso.d [2019-12-02T18:26:51.730Z] #42 44.35 DEP criu/pie/util-vdso.d [2019-12-02T18:26:52.048Z] #41 85.86 CC criu/bfd.o [2019-12-02T18:26:52.057Z] #38 DONE 217.1s [2019-12-02T18:26:52.057Z] [2019-12-02T18:26:52.057Z] #18 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:26:52.057Z] #18 22.93 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-12-02T18:26:52.057Z] #18 22.93 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-12-02T18:26:52.057Z] #18 22.95 Successfully built pyyaml pathspec [2019-12-02T18:26:52.057Z] #18 22.95 Installing collected packages: pyyaml, pathspec, yamllint [2019-12-02T18:26:52.131Z] #42 44.50 DEP criu/pie/util.d [2019-12-02T18:26:52.131Z] #42 44.64 CC criu/pie/util.o [2019-12-02T18:26:52.131Z] #42 44.84 CC criu/pie/util-vdso.o [2019-12-02T18:26:52.315Z] #18 23.68 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-12-02T18:26:52.620Z] #41 86.22 CC criu/bitmap.o [2019-12-02T18:26:52.620Z] #41 86.33 CC criu/cgroup-props.o [2019-12-02T18:26:52.880Z] #18 DONE 24.3s [2019-12-02T18:26:52.880Z] [2019-12-02T18:26:52.880Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:52.880Z] #41 146.9 CC criu/path.o [2019-12-02T18:26:52.880Z] #41 147.2 CC criu/pie-util-vdso-elf32.o [2019-12-02T18:26:52.880Z] #41 147.7 CC criu/pie-util-vdso.o [2019-12-02T18:26:52.880Z] #41 148.2 CC criu/pie-util.o [2019-12-02T18:26:52.880Z] #41 148.4 CC criu/pipes.o [2019-12-02T18:26:52.880Z] #41 149.4 CC criu/plugin.o [2019-12-02T18:26:52.880Z] #41 149.9 CC criu/proc_parse.o [2019-12-02T18:26:52.880Z] #41 152.9 CC criu/protobuf-desc.o [2019-12-02T18:26:52.880Z] #41 154.1 CC criu/protobuf.o [2019-12-02T18:26:52.880Z] #41 154.6 CC criu/pstree.o [2019-12-02T18:26:52.999Z] #42 45.38 CC criu/pie/parasite-vdso.o [2019-12-02T18:26:53.139Z] #41 ... [2019-12-02T18:26:53.139Z] [2019-12-02T18:26:53.139Z] #23 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-12-02T18:26:53.186Z] #41 87.04 CC criu/cgroup.o [2019-12-02T18:26:53.397Z] #23 DONE 0.3s [2019-12-02T18:26:53.397Z] [2019-12-02T18:26:53.397Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:53.397Z] #41 156.6 CC criu/rbtree.o [2019-12-02T18:26:53.402Z] #42 ... [2019-12-02T18:26:53.402Z] [2019-12-02T18:26:53.403Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:53.403Z] #45 77.53 encoding/xml [2019-12-02T18:26:53.403Z] #45 77.64 text/template [2019-12-02T18:26:53.403Z] #45 82.37 go/doc [2019-12-02T18:26:53.403Z] #45 83.55 crypto/x509/pkix [2019-12-02T18:26:53.403Z] #45 84.42 vendor/golang.org/x/crypto/cryptobyte [2019-12-02T18:26:53.403Z] #45 86.12 github.com/LK4D4/vndr/build [2019-12-02T18:26:53.403Z] #45 86.84 net [2019-12-02T18:26:53.403Z] #45 ... [2019-12-02T18:26:53.403Z] [2019-12-02T18:26:53.403Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:53.403Z] #42 45.91 CC criu/arch/s390/vdso-pie.o [2019-12-02T18:26:53.403Z] #42 46.11 AR criu/pie/pie.lib.a [2019-12-02T18:26:53.403Z] #42 46.17 DEP criu/pie/restorer.d [2019-12-02T18:26:53.803Z] #42 46.37 DEP criu/arch/s390/restorer.d [2019-12-02T18:26:53.803Z] #42 46.49 DEP criu/pie/parasite.d [2019-12-02T18:26:53.963Z] #41 157.1 CC criu/rst-malloc.o [2019-12-02T18:26:53.963Z] #41 157.3 CC criu/seccomp.o [2019-12-02T18:26:54.228Z] #42 46.75 CC criu/pie/parasite.o [2019-12-02T18:26:54.557Z] #41 ... [2019-12-02T18:26:54.557Z] [2019-12-02T18:26:54.557Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:54.557Z] #54 148.4 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-12-02T18:26:54.626Z] #42 ... [2019-12-02T18:26:54.626Z] [2019-12-02T18:26:54.626Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:26:54.626Z] #11 78.92 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-12-02T18:26:54.626Z] #11 78.92 Preparing to unpack .../24-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-12-02T18:26:54.626Z] #11 78.93 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:26:54.898Z] #41 158.0 CC criu/seize.o [2019-12-02T18:26:54.898Z] #41 ... [2019-12-02T18:26:54.898Z] [2019-12-02T18:26:54.898Z] #27 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-02T18:26:54.898Z] #27 DONE 1.5s [2019-12-02T18:26:54.898Z] [2019-12-02T18:26:54.898Z] #29 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-12-02T18:26:54.898Z] #29 DONE 0.1s [2019-12-02T18:26:54.898Z] [2019-12-02T18:26:54.898Z] #32 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-12-02T18:26:54.898Z] #32 DONE 0.1s [2019-12-02T18:26:54.898Z] [2019-12-02T18:26:54.898Z] #37 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-12-02T18:26:55.105Z] #11 ... [2019-12-02T18:26:55.105Z] [2019-12-02T18:26:55.105Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:55.105Z] #42 47.64 LINK criu/pie/parasite.built-in.o [2019-12-02T18:26:55.105Z] #42 47.65 GEN criu/pie/parasite-blob.h [2019-12-02T18:26:55.105Z] #42 47.67 CC criu/arch/s390/restorer.o [2019-12-02T18:26:55.157Z] #37 DONE 0.1s [2019-12-02T18:26:55.157Z] [2019-12-02T18:26:55.157Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:55.157Z] #54 103.6 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-12-02T18:26:55.724Z] #54 ... [2019-12-02T18:26:55.724Z] [2019-12-02T18:26:55.724Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-12-02T18:26:55.724Z] #39 DONE 0.5s [2019-12-02T18:26:55.724Z] [2019-12-02T18:26:55.724Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:55.724Z] #41 158.9 CC criu/servicefd.o [2019-12-02T18:26:55.730Z] #42 48.13 CC criu/pie/restorer.o [2019-12-02T18:26:55.983Z] #41 159.2 CC criu/shmem.o [2019-12-02T18:26:56.456Z] #54 150.2 + mkdir -p /build [2019-12-02T18:26:56.550Z] #41 159.9 CC criu/sigframe.o [2019-12-02T18:26:56.714Z] #54 150.2 + cp runc /build/runc [2019-12-02T18:26:56.809Z] #41 160.1 CC criu/signalfd.o [2019-12-02T18:26:56.972Z] #54 DONE 150.8s [2019-12-02T18:26:56.972Z] [2019-12-02T18:26:56.972Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:56.972Z] #41 89.27 CC criu/clone-noasan.o [2019-12-02T18:26:56.972Z] #41 89.39 CC criu/config.o [2019-12-02T18:26:56.972Z] #41 90.64 CC criu/cr-check.o [2019-12-02T18:26:57.067Z] #41 ... [2019-12-02T18:26:57.067Z] [2019-12-02T18:26:57.067Z] #54 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:26:57.067Z] #54 105.2 + mkdir -p /build [2019-12-02T18:26:57.067Z] #54 105.3 + cp runc /build/runc [2019-12-02T18:26:57.067Z] #54 DONE 105.4s [2019-12-02T18:26:57.067Z] [2019-12-02T18:26:57.067Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:57.067Z] #41 160.5 CC criu/sk-inet.o [2019-12-02T18:26:58.442Z] #41 161.7 CC criu/sk-netlink.o [2019-12-02T18:26:58.457Z] #42 50.58 LINK criu/pie/restorer.built-in.o [2019-12-02T18:26:58.457Z] #42 50.59 GEN criu/pie/restorer-blob.h [2019-12-02T18:26:58.457Z] #42 50.73 DEP criu/vdso.d [2019-12-02T18:26:58.457Z] #42 50.94 DEP criu/uts_ns.d [2019-12-02T18:26:58.457Z] #42 51.06 DEP criu/util.d [2019-12-02T18:26:58.457Z] #42 51.24 DEP criu/uffd.d [2019-12-02T18:26:58.460Z] #41 92.22 CC criu/cr-dedup.o [2019-12-02T18:26:58.701Z] #41 162.1 CC criu/sk-packet.o [2019-12-02T18:26:58.718Z] #41 92.57 CC criu/cr-dump.o [2019-12-02T18:26:58.846Z] #42 51.44 DEP criu/tun.d [2019-12-02T18:26:58.846Z] #42 51.55 DEP criu/tty.d [2019-12-02T18:26:59.249Z] #42 51.67 DEP criu/timerfd.d [2019-12-02T18:26:59.249Z] #42 ... [2019-12-02T18:26:59.249Z] [2019-12-02T18:26:59.249Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:26:59.249Z] #11 92.74 Selecting previously unselected package libapparmor1:s390x. [2019-12-02T18:26:59.249Z] #11 92.75 Preparing to unpack .../25-libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-12-02T18:26:59.249Z] #11 92.75 Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-12-02T18:26:59.249Z] #11 92.82 Selecting previously unselected package libapparmor-dev:s390x. [2019-12-02T18:26:59.249Z] #11 92.82 Preparing to unpack .../26-libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-12-02T18:26:59.249Z] #11 92.83 Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-12-02T18:26:59.249Z] #11 93.00 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-02T18:26:59.249Z] #11 93.02 Setting up libsepol1-dev:s390x (2.6-2) ... [2019-12-02T18:26:59.249Z] #11 93.03 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-02T18:26:59.249Z] #11 93.05 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-02T18:26:59.249Z] #11 93.08 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-02T18:26:59.249Z] #11 93.08 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:26:59.249Z] #11 93.15 Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-12-02T18:26:59.249Z] #11 93.16 Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-12-02T18:26:59.249Z] #11 93.20 Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-12-02T18:26:59.249Z] #11 93.20 Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-12-02T18:26:59.249Z] #11 93.21 Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-12-02T18:26:59.249Z] #11 93.21 Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-12-02T18:26:59.249Z] #11 93.23 Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-12-02T18:26:59.249Z] #11 93.24 Setting up mingw-w64-common (5.0.1-1) ... [2019-12-02T18:26:59.249Z] #11 93.25 Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-12-02T18:26:59.249Z] #11 93.26 Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-12-02T18:26:59.249Z] #11 93.26 Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-12-02T18:26:59.249Z] #11 93.27 Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-12-02T18:26:59.249Z] #11 93.28 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-02T18:26:59.249Z] #11 93.29 Setting up btrfs-progs (4.7.3-1) ... [2019-12-02T18:26:59.249Z] #11 93.29 Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-12-02T18:26:59.249Z] #11 93.30 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:26:59.249Z] #11 93.31 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-12-02T18:26:59.249Z] #11 93.31 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-12-02T18:26:59.249Z] #11 93.31 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-12-02T18:26:59.249Z] #11 93.32 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-12-02T18:26:59.249Z] #11 93.32 Setting up btrfs-tools (4.7.3-1) ... [2019-12-02T18:26:59.249Z] #11 93.33 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:26:59.249Z] #11 93.34 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-12-02T18:26:59.249Z] #11 93.34 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-12-02T18:26:59.249Z] #11 93.36 Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-12-02T18:26:59.249Z] #11 93.37 Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-12-02T18:26:59.249Z] #11 93.37 Setting up dmsetup (2:1.02.137-2) ... [2019-12-02T18:26:59.249Z] #11 93.38 Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-12-02T18:26:59.249Z] #11 93.42 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:26:59.249Z] #11 DONE 93.8s [2019-12-02T18:26:59.249Z] [2019-12-02T18:26:59.249Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:59.249Z] #42 51.79 DEP criu/sysfs_parse.d [2019-12-02T18:26:59.249Z] #42 51.91 DEP criu/sysctl.d [2019-12-02T18:26:59.267Z] #41 162.5 CC criu/sk-queue.o [2019-12-02T18:26:59.526Z] #41 162.8 CC criu/sk-tcp.o [2019-12-02T18:26:59.645Z] #42 ... [2019-12-02T18:26:59.645Z] [2019-12-02T18:26:59.645Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:26:59.645Z] #53 DONE 0.2s [2019-12-02T18:26:59.645Z] [2019-12-02T18:26:59.645Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:59.645Z] #42 52.11 DEP criu/string.d [2019-12-02T18:26:59.645Z] #42 52.15 DEP criu/stats.d [2019-12-02T18:26:59.645Z] #42 ... [2019-12-02T18:26:59.645Z] [2019-12-02T18:26:59.645Z] #54 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-12-02T18:26:59.645Z] #54 DONE 0.1s [2019-12-02T18:26:59.645Z] [2019-12-02T18:26:59.645Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:26:59.645Z] #42 52.27 DEP criu/sockets.d [2019-12-02T18:26:59.784Z] #41 163.2 CC criu/sk-unix.o [2019-12-02T18:27:00.034Z] #42 ... [2019-12-02T18:27:00.034Z] [2019-12-02T18:27:00.034Z] #12 [dev 1/24] RUN groupadd -r docker [2019-12-02T18:27:00.034Z] #12 DONE 0.6s [2019-12-02T18:27:00.034Z] [2019-12-02T18:27:00.034Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:00.034Z] #42 52.52 DEP criu/sk-unix.d [2019-12-02T18:27:00.426Z] #42 52.82 DEP criu/sk-tcp.d [2019-12-02T18:27:00.426Z] #42 ... [2019-12-02T18:27:00.426Z] [2019-12-02T18:27:00.426Z] #13 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-12-02T18:27:00.426Z] #13 DONE 0.4s [2019-12-02T18:27:00.426Z] [2019-12-02T18:27:00.426Z] #14 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-12-02T18:27:00.426Z] #14 0.171 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-12-02T18:27:00.426Z] #14 DONE 0.3s [2019-12-02T18:27:00.426Z] [2019-12-02T18:27:00.426Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:27:00.426Z] #55 0.260 + RM_GOPATH=0 [2019-12-02T18:27:00.426Z] #55 0.260 + TMP_GOPATH= [2019-12-02T18:27:00.426Z] #55 0.260 + : /build [2019-12-02T18:27:00.426Z] #55 0.260 + '[' -z '' ']' [2019-12-02T18:27:00.426Z] #55 0.260 ++ mktemp -d [2019-12-02T18:27:00.426Z] #55 0.261 + export GOPATH=/tmp/tmp.jsd1y30V1A [2019-12-02T18:27:00.426Z] #55 0.261 + GOPATH=/tmp/tmp.jsd1y30V1A [2019-12-02T18:27:00.426Z] #55 0.261 + RM_GOPATH=1 [2019-12-02T18:27:00.426Z] #55 0.261 ++ dirname ./install.sh [2019-12-02T18:27:00.426Z] #55 0.262 + dir=. [2019-12-02T18:27:00.426Z] #55 0.262 + bin=runc [2019-12-02T18:27:00.426Z] #55 0.262 + shift [2019-12-02T18:27:00.426Z] #55 0.262 + '[' '!' -f ./runc.installer ']' [2019-12-02T18:27:00.426Z] #55 0.262 + . ./runc.installer [2019-12-02T18:27:00.426Z] #55 0.262 ++ : d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-02T18:27:00.426Z] #55 0.262 + install_runc [2019-12-02T18:27:00.426Z] #55 0.263 + grep -q '^3\.10\.0.*\.el7\.' [2019-12-02T18:27:00.426Z] #55 0.263 + uname -r [2019-12-02T18:27:00.426Z] #55 0.266 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-12-02T18:27:00.426Z] #55 0.267 + echo 'Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux )' [2019-12-02T18:27:00.426Z] #55 0.267 Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux ) [2019-12-02T18:27:00.426Z] #55 0.268 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jsd1y30V1A/src/github.com/opencontainers/runc [2019-12-02T18:27:00.426Z] #55 0.271 Cloning into '/tmp/tmp.jsd1y30V1A/src/github.com/opencontainers/runc'... [2019-12-02T18:27:00.614Z] #41 94.03 CC criu/cr-errno.o [2019-12-02T18:27:00.615Z] #41 94.11 CC criu/cr-restore.o [2019-12-02T18:27:00.822Z] #55 ... [2019-12-02T18:27:00.822Z] [2019-12-02T18:27:00.822Z] #15 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-02T18:27:00.822Z] #15 DONE 0.3s [2019-12-02T18:27:01.160Z] #41 164.3 CC criu/sockets.o [2019-12-02T18:27:01.221Z] [2019-12-02T18:27:01.221Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:01.221Z] #42 53.08 DEP criu/sk-queue.d [2019-12-02T18:27:01.221Z] #42 53.28 DEP criu/sk-packet.d [2019-12-02T18:27:01.221Z] #42 53.45 DEP criu/sk-netlink.d [2019-12-02T18:27:01.221Z] #42 53.70 DEP criu/sk-inet.d [2019-12-02T18:27:01.221Z] #42 ... [2019-12-02T18:27:01.221Z] [2019-12-02T18:27:01.221Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-02T18:27:01.221Z] #16 DONE 0.3s [2019-12-02T18:27:01.221Z] [2019-12-02T18:27:01.221Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:01.221Z] #42 53.92 DEP criu/signalfd.d [2019-12-02T18:27:01.728Z] #41 164.9 CC criu/stats.o [2019-12-02T18:27:01.728Z] #41 165.2 CC criu/string.o [2019-12-02T18:27:01.754Z] #42 ... [2019-12-02T18:27:01.754Z] [2019-12-02T18:27:01.754Z] #17 [dev 6/24] RUN ldconfig [2019-12-02T18:27:01.754Z] #17 DONE 0.4s [2019-12-02T18:27:01.754Z] [2019-12-02T18:27:01.754Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:01.754Z] #42 54.06 DEP criu/sigframe.d [2019-12-02T18:27:01.754Z] #42 54.26 DEP criu/shmem.d [2019-12-02T18:27:01.986Z] #41 165.3 CC criu/sysctl.o [2019-12-02T18:27:02.329Z] #42 54.50 DEP criu/servicefd.d [2019-12-02T18:27:02.329Z] #42 54.78 DEP criu/seize.d [2019-12-02T18:27:02.329Z] #42 55.11 DEP criu/seccomp.d [2019-12-02T18:27:02.553Z] #41 165.7 CC criu/sysfs_parse.o [2019-12-02T18:27:02.788Z] #42 55.31 DEP criu/rst-malloc.d [2019-12-02T18:27:02.788Z] #42 55.38 DEP criu/rbtree.d [2019-12-02T18:27:02.788Z] #42 55.47 DEP criu/pstree.d [2019-12-02T18:27:02.812Z] #41 165.9 CC criu/timerfd.o [2019-12-02T18:27:02.812Z] #41 166.1 CC criu/tty.o [2019-12-02T18:27:03.142Z] #41 96.84 CC criu/cr-service.o [2019-12-02T18:27:03.201Z] #42 55.79 DEP criu/protobuf.d [2019-12-02T18:27:03.201Z] #42 55.82 GEN criu/protobuf-desc-gen.h [2019-12-02T18:27:04.075Z] #41 97.77 CC criu/crtools.o [2019-12-02T18:27:04.187Z] #41 167.3 CC criu/tun.o [2019-12-02T18:27:04.452Z] #41 167.6 CC criu/uffd.o [2019-12-02T18:27:04.564Z] #42 57.11 DEP criu/protobuf-desc.d [2019-12-02T18:27:04.564Z] #42 57.24 DEP criu/proc_parse.d [2019-12-02T18:27:04.641Z] #41 98.25 CC criu/eventfd.o [2019-12-02T18:27:04.899Z] #41 98.56 CC criu/eventpoll.o [2019-12-02T18:27:04.970Z] #42 57.49 DEP criu/plugin.d [2019-12-02T18:27:04.970Z] #42 57.54 DEP criu/pipes.d [2019-12-02T18:27:04.970Z] #42 57.74 DEP criu/pie-util.d [2019-12-02T18:27:04.970Z] #42 ... [2019-12-02T18:27:04.970Z] [2019-12-02T18:27:04.970Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:27:04.970Z] #45 89.31 vendor/golang.org/x/crypto/hkdf [2019-12-02T18:27:04.970Z] #45 89.46 vendor/golang.org/x/text/transform [2019-12-02T18:27:04.970Z] #45 90.26 vendor/golang.org/x/text/unicode/bidi [2019-12-02T18:27:04.970Z] #45 92.31 vendor/golang.org/x/text/secure/bidirule [2019-12-02T18:27:04.970Z] #45 92.73 vendor/golang.org/x/text/unicode/norm [2019-12-02T18:27:04.970Z] #45 98.02 vendor/golang.org/x/net/idna [2019-12-02T18:27:05.026Z] #41 168.4 CC criu/util.o [2019-12-02T18:27:05.389Z] #45 ... [2019-12-02T18:27:05.389Z] [2019-12-02T18:27:05.389Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:27:05.389Z] #18 0.457 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:27:05.389Z] #18 0.556 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:27:05.389Z] #18 0.626 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:27:05.389Z] #18 0.697 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:27:05.389Z] #18 0.838 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:27:05.389Z] #18 1.322 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-12-02T18:27:05.389Z] #18 2.390 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.9 kB] [2019-12-02T18:27:05.389Z] #18 3.067 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-12-02T18:27:05.476Z] #41 99.29 CC criu/external.o [2019-12-02T18:27:05.734Z] #41 99.51 CC criu/fault-injection.o [2019-12-02T18:27:05.734Z] #41 99.60 CC criu/fdstore.o [2019-12-02T18:27:05.992Z] #41 99.85 CC criu/fifo.o [2019-12-02T18:27:06.407Z] #41 169.4 CC criu/uts_ns.o [2019-12-02T18:27:06.407Z] #41 169.6 CC criu/vdso-compat.o [2019-12-02T18:27:06.558Z] #41 100.1 CC criu/file-ids.o [2019-12-02T18:27:06.558Z] #41 100.4 CC criu/file-lock.o [2019-12-02T18:27:06.665Z] #41 169.8 CC criu/vdso.o [2019-12-02T18:27:07.124Z] #41 101.1 CC criu/files-ext.o [2019-12-02T18:27:07.232Z] #41 170.4 LINK criu/built-in.o [2019-12-02T18:27:07.232Z] #41 170.5 LINK criu/criu [2019-12-02T18:27:07.322Z] #18 ... [2019-12-02T18:27:07.322Z] [2019-12-02T18:27:07.322Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:27:07.322Z] #45 101.4 vendor/golang.org/x/net/http2/hpack [2019-12-02T18:27:07.491Z] #41 170.8 DEP lib/c/criu.d [2019-12-02T18:27:07.491Z] #41 170.9 CC images/rpc.pb-c.o [2019-12-02T18:27:07.689Z] #41 101.4 CC criu/files-reg.o [2019-12-02T18:27:08.058Z] #41 171.4 CC lib/c/criu.o [2019-12-02T18:27:08.467Z] #45 ... [2019-12-02T18:27:08.467Z] [2019-12-02T18:27:08.467Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:08.467Z] #63 93.87 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-02T18:27:08.467Z] #63 93.87 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-12-02T18:27:08.467Z] #63 DONE 102.6s [2019-12-02T18:27:08.467Z] [2019-12-02T18:27:08.467Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:27:08.467Z] #45 102.7 mime [2019-12-02T18:27:08.467Z] #45 ... [2019-12-02T18:27:08.467Z] [2019-12-02T18:27:08.467Z] #64 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-02T18:27:08.467Z] #64 DONE 0.2s [2019-12-02T18:27:08.993Z] #41 172.3 LINK lib/c/built-in.o [2019-12-02T18:27:08.993Z] #41 172.3 LINK lib/c/libcriu.so [2019-12-02T18:27:09.056Z] [2019-12-02T18:27:09.056Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:09.056Z] #42 58.04 DEP criu/pie-util-vdso.d [2019-12-02T18:27:09.056Z] #42 58.14 DEP criu/pie-util-vdso-elf32.d [2019-12-02T18:27:09.056Z] #42 58.37 DEP criu/path.d [2019-12-02T18:27:09.056Z] #42 58.50 DEP criu/parasite-syscall.d [2019-12-02T18:27:09.056Z] #42 58.81 DEP criu/pagemap.d [2019-12-02T18:27:09.056Z] #42 59.02 DEP criu/pagemap-cache.d [2019-12-02T18:27:09.056Z] #42 59.24 DEP criu/page-xfer.d [2019-12-02T18:27:09.056Z] #42 59.37 DEP criu/page-pipe.d [2019-12-02T18:27:09.056Z] #42 59.46 DEP criu/netfilter.d [2019-12-02T18:27:09.056Z] #42 59.68 DEP criu/net.d [2019-12-02T18:27:09.056Z] #42 59.92 DEP criu/namespaces.d [2019-12-02T18:27:09.056Z] #42 60.12 DEP criu/mount.d [2019-12-02T18:27:09.056Z] #42 60.38 DEP criu/mem.d [2019-12-02T18:27:09.056Z] #42 60.55 DEP criu/lsm.d [2019-12-02T18:27:09.056Z] #42 60.88 DEP criu/log.d [2019-12-02T18:27:09.056Z] #42 61.03 DEP criu/libnetlink.d [2019-12-02T18:27:09.056Z] #42 61.48 DEP criu/kerndat.d [2019-12-02T18:27:09.063Z] #41 102.8 CC criu/files.o [2019-12-02T18:27:09.251Z] #41 172.5 GEN magic.py [2019-12-02T18:27:09.251Z] #41 172.6 Note: Building without setproctitle() and strlcpy() support. [2019-12-02T18:27:09.251Z] #41 172.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-02T18:27:09.489Z] #42 62.15 DEP criu/kcmp-ids.d [2019-12-02T18:27:09.489Z] #42 62.21 DEP criu/irmap.d [2019-12-02T18:27:09.818Z] #41 173.0 fatal: Not a git repository (or any of the parent directories): .git [2019-12-02T18:27:09.889Z] #42 62.39 DEP criu/ipc_ns.d [2019-12-02T18:27:09.889Z] #42 62.47 DEP criu/image.d [2019-12-02T18:27:09.889Z] #42 62.59 DEP criu/image-desc.d [2019-12-02T18:27:09.889Z] #42 62.69 DEP criu/fsnotify.d [2019-12-02T18:27:10.077Z] #41 ... [2019-12-02T18:27:10.077Z] [2019-12-02T18:27:10.077Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:10.077Z] #59 190.7 + bin/containerd [2019-12-02T18:27:10.297Z] #42 62.85 DEP criu/filesystems.d [2019-12-02T18:27:10.435Z] #41 104.1 CC criu/filesystems.o [2019-12-02T18:27:10.693Z] #41 104.5 CC criu/fsnotify.o [2019-12-02T18:27:10.699Z] #42 63.09 DEP criu/files.d [2019-12-02T18:27:10.699Z] #42 63.34 DEP criu/files-reg.d [2019-12-02T18:27:11.099Z] #42 63.56 DEP criu/files-ext.d [2019-12-02T18:27:11.099Z] #42 63.74 DEP criu/file-lock.d [2019-12-02T18:27:11.505Z] #42 64.03 DEP criu/file-ids.d [2019-12-02T18:27:11.505Z] #42 64.11 DEP criu/fifo.d [2019-12-02T18:27:11.626Z] #41 105.3 CC criu/image-desc.o [2019-12-02T18:27:11.627Z] #41 105.4 CC criu/image.o [2019-12-02T18:27:11.884Z] #41 ... [2019-12-02T18:27:11.884Z] [2019-12-02T18:27:11.884Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:27:11.884Z] #38 166.4 + dpkg --print-architecture [2019-12-02T18:27:11.884Z] #38 166.4 + cd /tmp/tmp.uHodbXydJm/src/github.com/docker/distribution [2019-12-02T18:27:11.884Z] #38 166.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-12-02T18:27:11.914Z] #42 64.28 DEP criu/fdstore.d [2019-12-02T18:27:11.915Z] #42 64.41 DEP criu/fault-injection.d [2019-12-02T18:27:11.915Z] #42 64.46 DEP criu/external.d [2019-12-02T18:27:11.915Z] #42 64.60 DEP criu/eventpoll.d [2019-12-02T18:27:11.978Z] #59 ... [2019-12-02T18:27:11.978Z] [2019-12-02T18:27:11.978Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:11.978Z] #41 173.5 make[1]: Nothing to be done for 'all'. [2019-12-02T18:27:11.978Z] #41 174.0 make[1]: 'images/built-in.o' is up to date. [2019-12-02T18:27:11.978Z] #41 174.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-12-02T18:27:11.978Z] #41 174.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-12-02T18:27:11.978Z] #41 174.1 make[1]: 'compel/libcompel.a' is up to date. [2019-12-02T18:27:11.978Z] #41 174.1 make[1]: 'compel/compel-host-bin' is up to date. [2019-12-02T18:27:11.978Z] #41 174.1 make[1]: Nothing to be done for 'all'. [2019-12-02T18:27:11.978Z] #41 174.1 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-02T18:27:11.978Z] #41 174.3 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:11.978Z] #41 174.3 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:11.978Z] #41 174.3 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:11.978Z] #41 174.4 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:11.978Z] #41 174.4 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:11.978Z] #41 174.4 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:11.978Z] #41 174.5 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:11.978Z] #41 174.6 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:11.978Z] #41 174.6 INSTALL criu/criu [2019-12-02T18:27:11.978Z] #41 DONE 175.1s [2019-12-02T18:27:11.978Z] [2019-12-02T18:27:11.978Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:12.141Z] #38 166.7 + GOPATH=/tmp/tmp.uHodbXydJm/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.uHodbXydJm [2019-12-02T18:27:12.141Z] #38 166.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-12-02T18:27:12.312Z] #42 64.80 DEP criu/eventfd.d [2019-12-02T18:27:12.312Z] #42 64.89 DEP criu/crtools.d [2019-12-02T18:27:12.312Z] #42 65.01 DEP criu/cr-service.d [2019-12-02T18:27:12.718Z] #42 65.21 DEP criu/cr-restore.d [2019-12-02T18:27:12.718Z] #42 65.36 DEP criu/cr-errno.d [2019-12-02T18:27:12.718Z] #42 65.37 DEP criu/cr-dump.d [2019-12-02T18:27:12.718Z] #42 ... [2019-12-02T18:27:12.718Z] [2019-12-02T18:27:12.718Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:12.718Z] #48 DONE 107.2s [2019-12-02T18:27:12.718Z] [2019-12-02T18:27:12.718Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:27:12.718Z] #55 6.102 + cd /tmp/tmp.jsd1y30V1A/src/github.com/opencontainers/runc [2019-12-02T18:27:12.718Z] #55 6.103 + git checkout -q d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-02T18:27:12.718Z] #55 6.307 + '[' -z '' ']' [2019-12-02T18:27:12.718Z] #55 6.307 + target=static [2019-12-02T18:27:12.718Z] #55 6.308 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-12-02T18:27:12.718Z] #55 7.883 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o runc . [2019-12-02T18:27:12.914Z] #50 ... [2019-12-02T18:27:12.914Z] [2019-12-02T18:27:12.914Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-12-02T18:27:12.914Z] #42 DONE 0.1s [2019-12-02T18:27:12.914Z] [2019-12-02T18:27:12.914Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-12-02T18:27:12.914Z] #45 DONE 0.1s [2019-12-02T18:27:12.914Z] [2019-12-02T18:27:12.914Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:13.116Z] #55 ... [2019-12-02T18:27:13.116Z] [2019-12-02T18:27:13.116Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:13.116Z] #42 65.55 DEP criu/cr-dedup.d [2019-12-02T18:27:13.172Z] #59 ... [2019-12-02T18:27:13.172Z] [2019-12-02T18:27:13.172Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-12-02T18:27:13.172Z] #48 DONE 0.1s [2019-12-02T18:27:13.172Z] [2019-12-02T18:27:13.172Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:13.515Z] #42 66.00 DEP criu/cr-check.d [2019-12-02T18:27:13.515Z] #42 66.18 DEP criu/config.d [2019-12-02T18:27:14.073Z] #42 66.40 DEP criu/clone-noasan.d [2019-12-02T18:27:14.073Z] #42 66.57 DEP criu/cgroup.d [2019-12-02T18:27:14.073Z] #42 66.80 DEP criu/cgroup-props.d [2019-12-02T18:27:14.575Z] #42 66.95 DEP criu/bitmap.d [2019-12-02T18:27:14.575Z] #42 66.95 DEP criu/bfd.d [2019-12-02T18:27:14.575Z] #42 67.15 DEP criu/autofs.d [2019-12-02T18:27:14.991Z] #42 67.44 DEP criu/aio.d [2019-12-02T18:27:14.991Z] #42 67.68 DEP criu/action-scripts.d [2019-12-02T18:27:15.384Z] #42 67.99 CC criu/action-scripts.o [2019-12-02T18:27:15.775Z] #42 68.47 CC criu/aio.o [2019-12-02T18:27:16.454Z] #50 DONE 241.1s [2019-12-02T18:27:16.455Z] [2019-12-02T18:27:16.455Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:16.618Z] #42 69.08 CC criu/autofs.o [2019-12-02T18:27:17.395Z] #59 ... [2019-12-02T18:27:17.395Z] [2019-12-02T18:27:17.395Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-12-02T18:27:17.395Z] #51 DONE 0.2s [2019-12-02T18:27:17.395Z] [2019-12-02T18:27:17.395Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-12-02T18:27:17.652Z] #55 DONE 0.1s [2019-12-02T18:27:17.652Z] [2019-12-02T18:27:17.652Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:17.921Z] #42 70.47 CC criu/bfd.o [2019-12-02T18:27:18.754Z] #42 71.24 CC criu/bitmap.o [2019-12-02T18:27:18.755Z] #42 71.47 CC criu/cgroup-props.o [2019-12-02T18:27:19.695Z] #42 72.13 CC criu/cgroup.o [2019-12-02T18:27:20.267Z] #42 ... [2019-12-02T18:27:20.267Z] [2019-12-02T18:27:20.267Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:27:20.267Z] #18 9.591 Fetched 7672 kB in 9s (836 kB/s) [2019-12-02T18:27:20.267Z] #18 9.591 Reading package lists... [2019-12-02T18:27:20.267Z] #18 12.56 Reading package lists... [2019-12-02T18:27:20.267Z] #18 15.46 Building dependency tree... [2019-12-02T18:27:20.267Z] #18 16.06 The following additional packages will be installed: [2019-12-02T18:27:20.267Z] #18 16.06 dh-python libaio1 libapparmor-perl libgpm2 libip4tc0 libip6tc0 libiptc0 [2019-12-02T18:27:20.267Z] #18 16.06 libjq1 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libonig4 [2019-12-02T18:27:20.267Z] #18 16.06 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-12-02T18:27:20.267Z] #18 16.06 libxtables12 python-pip-whl python3 python3-minimal python3-pkg-resources [2019-12-02T18:27:20.267Z] #18 16.06 python3.5 python3.5-minimal vim-runtime xxd [2019-12-02T18:27:20.267Z] #18 16.06 Suggested packages: [2019-12-02T18:27:20.267Z] #18 16.06 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm [2019-12-02T18:27:20.267Z] #18 16.06 python3-doc python3-tk python3-venv python-setuptools-doc python3.5-venv [2019-12-02T18:27:20.267Z] #18 16.06 python3.5-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2019-12-02T18:27:20.267Z] #18 16.06 quota [2019-12-02T18:27:20.267Z] #18 16.06 Recommended packages: [2019-12-02T18:27:20.267Z] #18 16.06 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-12-02T18:27:20.267Z] #18 16.06 python3-keyrings.alt python3-xdg unzip [2019-12-02T18:27:20.267Z] #18 17.86 The following NEW packages will be installed: [2019-12-02T18:27:20.267Z] #18 17.88 apparmor aufs-tools bash-completion bzip2 dh-python iptables jq libaio1 [2019-12-02T18:27:20.267Z] #18 17.88 libapparmor-perl libcap2-bin libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 [2019-12-02T18:27:20.267Z] #18 17.88 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 [2019-12-02T18:27:20.267Z] #18 17.88 libprotobuf-c1 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib [2019-12-02T18:27:20.267Z] #18 17.88 libreadline5 libxtables12 net-tools pigz python-pip-whl python3 [2019-12-02T18:27:20.267Z] #18 17.88 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2019-12-02T18:27:20.267Z] #18 17.88 python3-wheel python3.5 python3.5-minimal thin-provisioning-tools vim [2019-12-02T18:27:20.267Z] #18 17.88 vim-common vim-runtime xfsprogs xxd xz-utils zip [2019-12-02T18:27:20.267Z] #18 17.96 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:27:20.267Z] #18 17.96 Need to get 17.5 MB of archives. [2019-12-02T18:27:20.267Z] #18 17.96 After this operation, 79.0 MB of additional disk space will be used. [2019-12-02T18:27:20.267Z] #18 17.96 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-12-02T18:27:20.267Z] #18 18.00 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-12-02T18:27:20.267Z] #18 18.00 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-12-02T18:27:20.267Z] #18 18.00 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-12-02T18:27:20.267Z] #18 18.02 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-12-02T18:27:20.267Z] #18 18.10 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-12-02T18:27:20.267Z] #18 18.10 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-12-02T18:27:20.267Z] #18 18.11 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-12-02T18:27:20.267Z] #18 18.19 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-12-02T18:27:20.267Z] #18 18.19 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-12-02T18:27:20.267Z] #18 18.20 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-12-02T18:27:20.267Z] #18 18.20 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-12-02T18:27:20.267Z] #18 18.20 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-12-02T18:27:20.267Z] #18 18.21 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-12-02T18:27:20.267Z] #18 18.21 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-12-02T18:27:20.267Z] #18 18.23 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-12-02T18:27:20.267Z] #18 18.23 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-12-02T18:27:20.267Z] #18 18.23 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-12-02T18:27:20.267Z] #18 18.23 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-12-02T18:27:20.267Z] #18 18.25 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-02T18:27:20.267Z] #18 18.28 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-02T18:27:20.267Z] #18 18.29 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-12-02T18:27:20.267Z] #18 18.29 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-12-02T18:27:20.267Z] #18 18.29 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-12-02T18:27:20.267Z] #18 18.30 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-12-02T18:27:20.267Z] #18 18.30 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-12-02T18:27:20.267Z] #18 18.31 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-12-02T18:27:20.267Z] #18 18.31 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-12-02T18:27:20.267Z] #18 18.32 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-12-02T18:27:20.267Z] #18 18.32 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-12-02T18:27:20.267Z] #18 18.32 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-12-02T18:27:20.267Z] #18 18.33 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-12-02T18:27:20.267Z] #18 18.33 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-12-02T18:27:20.267Z] #18 18.34 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-12-02T18:27:20.267Z] #18 18.35 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-12-02T18:27:20.267Z] #18 18.44 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-12-02T18:27:20.267Z] #18 18.45 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-12-02T18:27:20.267Z] #18 18.45 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-12-02T18:27:20.267Z] #18 18.46 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-12-02T18:27:20.267Z] #18 18.46 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-12-02T18:27:20.267Z] #18 18.47 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-12-02T18:27:20.747Z] #18 18.90 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-12-02T18:27:20.747Z] #18 19.09 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-12-02T18:27:20.747Z] #18 19.15 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-12-02T18:27:20.747Z] #18 19.17 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-12-02T18:27:20.747Z] #18 19.19 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-12-02T18:27:21.601Z] #18 19.84 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:27:21.601Z] #18 ... [2019-12-02T18:27:21.601Z] [2019-12-02T18:27:21.601Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:27:21.601Z] #45 105.6 net/http/internal [2019-12-02T18:27:21.601Z] #45 107.4 crypto/tls [2019-12-02T18:27:21.601Z] #45 113.2 net/http/httptrace [2019-12-02T18:27:21.601Z] #45 113.5 net/http [2019-12-02T18:27:21.601Z] #45 ... [2019-12-02T18:27:21.601Z] [2019-12-02T18:27:21.601Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:27:21.601Z] #18 19.90 Fetched 17.5 MB in 1s (13.2 MB/s) [2019-12-02T18:27:21.601Z] #18 19.96 Selecting previously unselected package bash-completion. [2019-12-02T18:27:21.601Z] #18 19.96 (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 ... 23139 files and directories currently installed.) [2019-12-02T18:27:21.601Z] #18 20.07 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-12-02T18:27:22.105Z] #38 ... [2019-12-02T18:27:22.105Z] [2019-12-02T18:27:22.105Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:22.105Z] #41 105.9 CC criu/ipc_ns.o [2019-12-02T18:27:22.105Z] #41 106.6 CC criu/irmap.o [2019-12-02T18:27:22.105Z] #41 107.2 CC criu/kcmp-ids.o [2019-12-02T18:27:22.105Z] #41 107.4 CC criu/kerndat.o [2019-12-02T18:27:22.105Z] #41 108.1 CC criu/libnetlink.o [2019-12-02T18:27:22.105Z] #41 108.4 CC criu/log.o [2019-12-02T18:27:22.105Z] #41 108.9 CC criu/lsm.o [2019-12-02T18:27:22.105Z] #41 109.2 CC criu/mem.o [2019-12-02T18:27:22.105Z] #41 110.2 CC criu/mount.o [2019-12-02T18:27:22.105Z] #41 112.5 CC criu/namespaces.o [2019-12-02T18:27:22.105Z] #41 113.9 CC criu/net.o [2019-12-02T18:27:22.105Z] #41 115.7 CC criu/netfilter.o [2019-12-02T18:27:22.105Z] #41 115.9 CC criu/page-pipe.o [2019-12-02T18:27:22.670Z] #41 116.5 CC criu/page-xfer.o [2019-12-02T18:27:23.531Z] #18 22.05 Unpacking bash-completion (1:2.1-4.3) ... [2019-12-02T18:27:23.603Z] #41 117.4 CC criu/pagemap-cache.o [2019-12-02T18:27:23.861Z] #41 117.8 CC criu/pagemap.o [2019-12-02T18:27:23.959Z] #18 22.49 Selecting previously unselected package libnet1:s390x. [2019-12-02T18:27:23.959Z] #18 22.49 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-12-02T18:27:23.959Z] #18 22.49 Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-12-02T18:27:23.959Z] #18 22.56 Selecting previously unselected package libnfnetlink0:s390x. [2019-12-02T18:27:23.959Z] #18 22.56 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-12-02T18:27:23.959Z] #18 22.56 Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-12-02T18:27:23.959Z] #18 22.62 Selecting previously unselected package libpython3.5-minimal:s390x. [2019-12-02T18:27:23.959Z] #18 22.62 Preparing to unpack .../03-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-12-02T18:27:23.959Z] #18 22.62 Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-12-02T18:27:24.794Z] #41 118.6 CC criu/parasite-syscall.o [2019-12-02T18:27:24.796Z] #18 23.15 Selecting previously unselected package python3.5-minimal. [2019-12-02T18:27:24.796Z] #18 23.16 Preparing to unpack .../04-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-12-02T18:27:24.796Z] #18 23.16 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-02T18:27:25.189Z] #18 23.79 Selecting previously unselected package python3-minimal. [2019-12-02T18:27:25.593Z] #18 23.80 Preparing to unpack .../05-python3-minimal_3.5.3-1_s390x.deb ... [2019-12-02T18:27:25.593Z] #18 23.80 Unpacking python3-minimal (3.5.3-1) ... [2019-12-02T18:27:25.593Z] #18 23.87 Selecting previously unselected package libmpdec2:s390x. [2019-12-02T18:27:25.593Z] #18 23.88 Preparing to unpack .../06-libmpdec2_2.4.2-1_s390x.deb ... [2019-12-02T18:27:25.593Z] #18 23.88 Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-12-02T18:27:25.593Z] #18 23.97 Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-12-02T18:27:25.593Z] #18 23.97 Preparing to unpack .../07-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-12-02T18:27:25.593Z] #18 23.97 Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-12-02T18:27:25.728Z] #41 119.3 CC criu/path.o [2019-12-02T18:27:25.728Z] #41 119.5 CC criu/pie-util-vdso-elf32.o [2019-12-02T18:27:25.986Z] #41 119.8 CC criu/pie-util-vdso.o [2019-12-02T18:27:26.210Z] Removing intermediate container 0bdc9faed843 [2019-12-02T18:27:26.210Z] ---> 2d7fa1a602c0 [2019-12-02T18:27:26.210Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2019-12-02T18:27:26.210Z] ---> ebd73b5ebd31 [2019-12-02T18:27:26.210Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2019-12-02T18:27:26.210Z] ---> 4bdd1352aa1c [2019-12-02T18:27:26.210Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2019-12-02T18:27:26.210Z] ---> Running in f35a8c9a7b1d [2019-12-02T18:27:26.210Z] Removing intermediate container f35a8c9a7b1d [2019-12-02T18:27:26.210Z] ---> af775137247a [2019-12-02T18:27:26.210Z] Successfully built af775137247a [2019-12-02T18:27:26.210Z] Successfully tagged moby-buildx:latest [2019-12-02T18:27:26.210Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2019-12-02T18:27:26.210Z] if [ -n "${id}" ]; then \ [2019-12-02T18:27:26.210Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2019-12-02T18:27:26.210Z] && touch bundles/buildx; \ [2019-12-02T18:27:26.210Z] docker rm -f ${id}; \ [2019-12-02T18:27:26.210Z] fi [2019-12-02T18:27:26.210Z] 94fac62b33e68c2c95782c8f39206ea96025661ca0b08e7057b0928ca1e604ce [2019-12-02T18:27:26.210Z] bundles/buildx version [2019-12-02T18:27:26.210Z] buildx v0.3.1 6db68d0 [2019-12-02T18:27:26.210Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 . [2019-12-02T18:27:26.210Z] #1 [internal] booting buildkit [2019-12-02T18:27:26.210Z] #1 pulling image moby/buildkit:buildx-stable-1 [2019-12-02T18:27:26.210Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2019-12-02T18:27:26.210Z] #1 creating container buildx_buildkit_default [2019-12-02T18:27:26.210Z] #1 creating container buildx_buildkit_default 0.4s done [2019-12-02T18:27:26.210Z] #1 DONE 3.4s [2019-12-02T18:27:26.210Z] [2019-12-02T18:27:26.210Z] #2 [internal] load build definition from Dockerfile [2019-12-02T18:27:26.210Z] #2 transferring dockerfile: 15.32kB done [2019-12-02T18:27:26.210Z] #2 DONE 0.0s [2019-12-02T18:27:26.210Z] [2019-12-02T18:27:26.210Z] #3 [internal] load .dockerignore [2019-12-02T18:27:26.210Z] #3 transferring context: 112B done [2019-12-02T18:27:26.210Z] #3 DONE 0.0s [2019-12-02T18:27:26.210Z] [2019-12-02T18:27:26.210Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2019-12-02T18:27:26.210Z] #4 DONE 0.7s [2019-12-02T18:27:26.210Z] [2019-12-02T18:27:26.210Z] #5 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2019-12-02T18:27:26.210Z] #5 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2019-12-02T18:27:26.210Z] #5 sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 2.03kB / 2.03kB done [2019-12-02T18:27:26.210Z] #5 sha256:00154e4363769e05ecacae130e0e82fe6e2ac944b0a46bf676ce0f46e8fce80b 527B / 527B done [2019-12-02T18:27:26.210Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 5.06MB / 8.18MB 0.1s [2019-12-02T18:27:26.210Z] #5 sha256:b4f2fdf8e9d2e73f42c77516fe628def2ea4c1fdf5c247db8c3b72b71710929e 899B / 899B done [2019-12-02T18:27:26.210Z] #5 sha256:18585a96afb93cfa75a7628a551b6e4fdcc0b04fcab8c92041ee2889790ea3dd 8.18MB / 8.18MB 0.2s done [2019-12-02T18:27:26.210Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd [2019-12-02T18:27:26.210Z] #5 unpacking docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd 0.6s done [2019-12-02T18:27:26.210Z] #5 DONE 0.8s [2019-12-02T18:27:26.210Z] [2019-12-02T18:27:26.210Z] #7 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2019-12-02T18:27:26.210Z] #7 DONE 0.3s [2019-12-02T18:27:26.210Z] [2019-12-02T18:27:26.210Z] #6 [internal] load metadata for docker.io/library/golang:1.13.4-stretch [2019-12-02T18:27:26.210Z] #6 DONE 0.4s [2019-12-02T18:27:26.210Z] [2019-12-02T18:27:26.210Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:27:26.210Z] #8 resolve docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 done [2019-12-02T18:27:26.210Z] #8 sha256:13ef2fc8de2a21a633642a35e661620e41d137aaad82dc62020a1e23a0eb7b09 5.47kB / 5.47kB done [2019-12-02T18:27:26.210Z] #8 sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 1.42kB / 1.42kB done [2019-12-02T18:27:26.210Z] #8 sha256:6fd4831f322c1b26351c13d489c2643e38fd97b7472ccc92ccfdf1744992fe04 1.79kB / 1.79kB done [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 0B / 10.00MB 0.1s [2019-12-02T18:27:26.210Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 0B / 50.07MB 0.1s [2019-12-02T18:27:26.210Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 0B / 52.87MB 0.1s [2019-12-02T18:27:26.210Z] #8 sha256:748068f174a227547cd5026ee3f1bfe5627ab9eda66b92b6a02c6436b599a8ef 0B / 156B 0.1s [2019-12-02T18:27:26.210Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 0B / 4.30MB 0.1s [2019-12-02T18:27:26.210Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 0B / 96.41MB 0.1s [2019-12-02T18:27:26.210Z] #8 sha256:748068f174a227547cd5026ee3f1bfe5627ab9eda66b92b6a02c6436b599a8ef 156B / 156B 0.2s done [2019-12-02T18:27:26.210Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 228.49kB / 4.30MB 0.3s [2019-12-02T18:27:26.210Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 0B / 45.65MB 0.3s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 903.84kB / 10.00MB 0.4s [2019-12-02T18:27:26.210Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 851.08kB / 4.30MB 0.4s [2019-12-02T18:27:26.210Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 1.38MB / 4.30MB 0.6s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 1.85MB / 10.00MB 0.7s [2019-12-02T18:27:26.210Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 1.97MB / 4.30MB 0.7s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 2.54MB / 10.00MB 0.9s [2019-12-02T18:27:26.210Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 2.62MB / 50.07MB 0.9s [2019-12-02T18:27:26.210Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 2.59MB / 4.30MB 0.9s [2019-12-02T18:27:26.210Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 2.33MB / 45.65MB 0.9s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 3.10MB / 10.00MB 1.0s [2019-12-02T18:27:26.210Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 3.11MB / 52.87MB 1.0s [2019-12-02T18:27:26.210Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 3.14MB / 4.30MB 1.0s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 3.72MB / 10.00MB 1.2s [2019-12-02T18:27:26.210Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 3.77MB / 4.30MB 1.2s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 4.28MB / 10.00MB 1.3s [2019-12-02T18:27:26.210Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 4.29MB / 4.30MB 1.3s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 4.97MB / 10.00MB 1.5s [2019-12-02T18:27:26.210Z] #8 sha256:ae0e19310f2218f7cd89e8a362b2095c6ff570f8382d97551b2d63938db5dbad 4.30MB / 4.30MB 1.3s done [2019-12-02T18:27:26.210Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 4.73MB / 45.65MB 1.5s [2019-12-02T18:27:26.210Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 5.47MB / 50.07MB 1.6s [2019-12-02T18:27:26.210Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 5.37MB / 96.41MB 1.6s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 6.27MB / 10.00MB 1.8s [2019-12-02T18:27:26.210Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 6.23MB / 52.87MB 1.8s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 6.89MB / 10.00MB 1.9s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 7.46MB / 10.00MB 2.1s [2019-12-02T18:27:26.210Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 7.47MB / 45.65MB 2.1s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 8.01MB / 10.00MB 2.2s [2019-12-02T18:27:26.210Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 8.06MB / 50.07MB 2.2s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 8.87MB / 10.00MB 2.4s [2019-12-02T18:27:26.210Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 9.52MB / 10.00MB 2.5s [2019-12-02T18:27:26.210Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 9.50MB / 52.87MB 2.5s [2019-12-02T18:27:26.244Z] #41 120.1 CC criu/pie-util.o [2019-12-02T18:27:26.502Z] #41 120.2 CC criu/pipes.o [2019-12-02T18:27:26.549Z] #8 sha256:2fa6f82a81ab23c1271bbcf65466ad8550ef6e1dc55fb9cf9ff50512e15c4a00 10.00MB / 10.00MB 2.6s done [2019-12-02T18:27:26.549Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 10.12MB / 45.65MB 2.7s [2019-12-02T18:27:26.549Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 11.30MB / 50.07MB 2.8s [2019-12-02T18:27:26.549Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 10.68MB / 96.41MB 2.8s [2019-12-02T18:27:26.904Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 12.75MB / 52.87MB 3.1s [2019-12-02T18:27:26.904Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 12.88MB / 45.65MB 3.3s [2019-12-02T18:27:27.067Z] #41 120.8 CC criu/plugin.o [2019-12-02T18:27:27.255Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 14.12MB / 50.07MB 3.6s [2019-12-02T18:27:27.325Z] #41 121.1 CC criu/proc_parse.o [2019-12-02T18:27:27.608Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 15.20MB / 45.65MB 3.7s [2019-12-02T18:27:27.608Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 16.05MB / 52.87MB 3.9s [2019-12-02T18:27:27.608Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 16.45MB / 96.41MB 3.9s [2019-12-02T18:27:27.666Z] #18 25.83 Selecting previously unselected package python3.5. [2019-12-02T18:27:27.666Z] #18 25.84 Preparing to unpack .../08-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-12-02T18:27:27.666Z] #18 25.84 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-12-02T18:27:27.666Z] #18 25.93 Selecting previously unselected package libpython3-stdlib:s390x. [2019-12-02T18:27:27.666Z] #18 25.93 Preparing to unpack .../09-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-12-02T18:27:27.666Z] #18 25.94 Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-12-02T18:27:27.666Z] #18 26.01 Selecting previously unselected package dh-python. [2019-12-02T18:27:27.666Z] #18 26.02 Preparing to unpack .../10-dh-python_2.20170125_all.deb ... [2019-12-02T18:27:27.666Z] #18 26.02 Unpacking dh-python (2.20170125) ... [2019-12-02T18:27:27.666Z] #18 26.26 Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-12-02T18:27:27.666Z] #18 26.27 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-02T18:27:27.958Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 17.33MB / 50.07MB 4.2s [2019-12-02T18:27:27.958Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 17.78MB / 45.65MB 4.2s [2019-12-02T18:27:28.300Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 19.23MB / 52.87MB 4.5s [2019-12-02T18:27:28.300Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 19.90MB / 50.07MB 4.6s [2019-12-02T18:27:28.300Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 20.46MB / 45.65MB 4.6s [2019-12-02T18:27:28.647Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 21.33MB / 96.41MB 4.8s [2019-12-02T18:27:28.647Z] #8 ... [2019-12-02T18:27:28.647Z] [2019-12-02T18:27:28.647Z] #66 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2019-12-02T18:27:28.647Z] #66 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2019-12-02T18:27:28.647Z] #66 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-12-02T18:27:28.647Z] #66 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.9s done [2019-12-02T18:27:28.647Z] #66 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-12-02T18:27:28.647Z] #66 unpacking docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 3.0s done [2019-12-02T18:27:28.647Z] #66 DONE 5.0s [2019-12-02T18:27:28.647Z] [2019-12-02T18:27:28.647Z] #20 [internal] load build context [2019-12-02T18:27:28.647Z] #20 transferring context: 34.46MB 4.9s [2019-12-02T18:27:29.389Z] #20 transferring context: 45.90MB 5.8s done [2019-12-02T18:27:29.389Z] #20 DONE 5.9s [2019-12-02T18:27:29.389Z] [2019-12-02T18:27:29.389Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c2... [2019-12-02T18:27:29.389Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 26.41MB / 50.07MB 5.7s [2019-12-02T18:27:29.389Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 26.18MB / 52.87MB 5.7s [2019-12-02T18:27:29.389Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 26.57MB / 96.41MB 5.7s [2019-12-02T18:27:29.389Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 26.75MB / 45.65MB 5.7s [2019-12-02T18:27:29.543Z] #18 28.07 Setting up python3-minimal (3.5.3-1) ... [2019-12-02T18:27:29.727Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 29.39MB / 50.07MB 6.0s [2019-12-02T18:27:29.727Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 29.00MB / 52.87MB 6.0s [2019-12-02T18:27:29.727Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 29.51MB / 45.65MB 6.0s [2019-12-02T18:27:29.854Z] #41 123.1 CC criu/protobuf-desc.o [2019-12-02T18:27:30.069Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 32.44MB / 50.07MB 6.3s [2019-12-02T18:27:30.069Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 32.07MB / 52.87MB 6.3s [2019-12-02T18:27:30.069Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 32.53MB / 96.41MB 6.3s [2019-12-02T18:27:30.069Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 33.41MB / 45.65MB 6.3s [2019-12-02T18:27:30.112Z] #41 123.8 CC criu/protobuf.o [2019-12-02T18:27:30.369Z] #41 124.2 CC criu/pstree.o [2019-12-02T18:27:30.383Z] #18 28.90 Selecting previously unselected package python3. [2019-12-02T18:27:30.383Z] #18 28.90 (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 ... 24643 files and directories currently installed.) [2019-12-02T18:27:30.383Z] #18 28.93 Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-12-02T18:27:30.383Z] #18 28.94 Unpacking python3 (3.5.3-1) ... [2019-12-02T18:27:30.383Z] #18 29.03 Selecting previously unselected package pigz. [2019-12-02T18:27:30.383Z] #18 ... [2019-12-02T18:27:30.383Z] [2019-12-02T18:27:30.383Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:27:30.383Z] #45 124.8 github.com/LK4D4/vndr/godl [2019-12-02T18:27:30.409Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 35.87MB / 50.07MB 6.6s [2019-12-02T18:27:30.409Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 35.68MB / 52.87MB 6.6s [2019-12-02T18:27:30.409Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 36.98MB / 45.65MB 6.6s [2019-12-02T18:27:30.752Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 37.98MB / 96.41MB 6.7s [2019-12-02T18:27:30.752Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 39.38MB / 50.07MB 6.9s [2019-12-02T18:27:30.752Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 39.25MB / 52.87MB 6.9s [2019-12-02T18:27:30.752Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 40.49MB / 45.65MB 6.9s [2019-12-02T18:27:31.092Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 42.39MB / 50.07MB 7.2s [2019-12-02T18:27:31.092Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 42.80MB / 52.87MB 7.2s [2019-12-02T18:27:31.092Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 43.57MB / 45.65MB 7.2s [2019-12-02T18:27:31.092Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 44.80MB / 96.41MB 7.3s [2019-12-02T18:27:31.215Z] #45 125.5 github.com/LK4D4/vndr [2019-12-02T18:27:31.302Z] #41 125.1 CC criu/rbtree.o [2019-12-02T18:27:31.433Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 46.52MB / 50.07MB 7.5s [2019-12-02T18:27:31.433Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 46.98MB / 52.87MB 7.5s [2019-12-02T18:27:31.433Z] #8 sha256:c1cdf82fc6642d764daf7d8d8d492dd78e3062c159d066638925d23c7a7a8bf2 45.65MB / 45.65MB 7.4s done [2019-12-02T18:27:31.433Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 49.81MB / 96.41MB 7.6s [2019-12-02T18:27:31.560Z] #41 125.4 CC criu/rst-malloc.o [2019-12-02T18:27:31.772Z] #8 sha256:eaf47c92b3fe3b598562cea743e0702ef4c66c22903aa02a204cb9a8b0f0e4dd 50.07MB / 50.07MB 7.7s done [2019-12-02T18:27:31.772Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 52.82MB / 52.87MB 7.8s [2019-12-02T18:27:31.772Z] #8 sha256:4c92ae2c1d2dc705246218541dcc9e7e3cb0583f16f8afe3c081cf6459173c29 52.87MB / 52.87MB 7.8s done [2019-12-02T18:27:31.772Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 61.18MB / 96.41MB 7.9s [2019-12-02T18:27:31.818Z] #41 125.6 CC criu/seccomp.o [2019-12-02T18:27:32.047Z] #45 ... [2019-12-02T18:27:32.047Z] [2019-12-02T18:27:32.047Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:32.047Z] #42 74.71 CC criu/clone-noasan.o [2019-12-02T18:27:32.047Z] #42 74.85 CC criu/config.o [2019-12-02T18:27:32.047Z] #42 76.07 CC criu/cr-check.o [2019-12-02T18:27:32.047Z] #42 77.54 CC criu/cr-dedup.o [2019-12-02T18:27:32.047Z] #42 77.92 CC criu/cr-dump.o [2019-12-02T18:27:32.047Z] #42 80.41 CC criu/cr-errno.o [2019-12-02T18:27:32.047Z] #42 80.48 CC criu/cr-restore.o [2019-12-02T18:27:32.047Z] #42 84.46 CC criu/cr-service.o [2019-12-02T18:27:32.047Z] #42 ... [2019-12-02T18:27:32.047Z] [2019-12-02T18:27:32.047Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:27:32.047Z] #18 29.04 Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-12-02T18:27:32.047Z] #18 29.04 Unpacking pigz (2.3.4-1) ... [2019-12-02T18:27:32.047Z] #18 29.14 Selecting previously unselected package libip4tc0:s390x. [2019-12-02T18:27:32.047Z] #18 29.14 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-12-02T18:27:32.047Z] #18 29.15 Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-02T18:27:32.047Z] #18 29.20 Selecting previously unselected package libip6tc0:s390x. [2019-12-02T18:27:32.047Z] #18 29.20 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-12-02T18:27:32.047Z] #18 29.21 Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-02T18:27:32.047Z] #18 29.27 Selecting previously unselected package libiptc0:s390x. [2019-12-02T18:27:32.047Z] #18 29.27 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-12-02T18:27:32.047Z] #18 29.27 Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-02T18:27:32.047Z] #18 29.33 Selecting previously unselected package libxtables12:s390x. [2019-12-02T18:27:32.047Z] #18 29.33 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-12-02T18:27:32.047Z] #18 29.34 Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-12-02T18:27:32.047Z] #18 29.45 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-12-02T18:27:32.047Z] #18 29.45 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-12-02T18:27:32.047Z] #18 29.46 Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-12-02T18:27:32.047Z] #18 29.53 Selecting previously unselected package iptables. [2019-12-02T18:27:32.047Z] #18 29.53 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-12-02T18:27:32.047Z] #18 29.53 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-12-02T18:27:32.048Z] #18 29.80 Selecting previously unselected package xxd. [2019-12-02T18:27:32.048Z] #18 29.80 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-12-02T18:27:32.048Z] #18 29.80 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:27:32.048Z] #18 29.94 Selecting previously unselected package vim-common. [2019-12-02T18:27:32.048Z] #18 29.94 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:27:32.048Z] #18 29.95 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:27:32.048Z] #18 30.12 Selecting previously unselected package bzip2. [2019-12-02T18:27:32.048Z] #18 30.12 Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-12-02T18:27:32.048Z] #18 30.12 Unpacking bzip2 (1.0.6-8.1) ... [2019-12-02T18:27:32.048Z] #18 30.18 Selecting previously unselected package libgpm2:s390x. [2019-12-02T18:27:32.048Z] #18 30.18 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-12-02T18:27:32.048Z] #18 30.18 Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-12-02T18:27:32.048Z] #18 30.22 Selecting previously unselected package xz-utils. [2019-12-02T18:27:32.048Z] #18 30.22 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-12-02T18:27:32.048Z] #18 30.22 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-12-02T18:27:32.048Z] #18 30.33 Selecting previously unselected package aufs-tools. [2019-12-02T18:27:32.048Z] #18 30.33 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-12-02T18:27:32.048Z] #18 30.35 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-12-02T18:27:32.048Z] #18 30.44 Selecting previously unselected package libonig4:s390x. [2019-12-02T18:27:32.048Z] #18 30.44 Preparing to unpack .../14-libonig4_6.1.3-2_s390x.deb ... [2019-12-02T18:27:32.048Z] #18 30.44 Unpacking libonig4:s390x (6.1.3-2) ... [2019-12-02T18:27:32.048Z] #18 30.52 Selecting previously unselected package libjq1:s390x. [2019-12-02T18:27:32.048Z] #18 30.52 Preparing to unpack .../15-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-12-02T18:27:32.048Z] #18 30.53 Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-12-02T18:27:32.048Z] #18 30.62 Selecting previously unselected package jq. [2019-12-02T18:27:32.048Z] #18 30.62 Preparing to unpack .../16-jq_1.5+dfsg-1.3_s390x.deb ... [2019-12-02T18:27:32.048Z] #18 30.62 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-02T18:27:32.048Z] #18 30.71 Selecting previously unselected package libaio1:s390x. [2019-12-02T18:27:32.109Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 69.63MB / 96.41MB 8.1s [2019-12-02T18:27:32.109Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 79.68MB / 96.41MB 8.2s [2019-12-02T18:27:32.109Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 89.15MB / 96.41MB 8.4s [2019-12-02T18:27:32.384Z] #41 126.2 CC criu/seize.o [2019-12-02T18:27:32.444Z] #8 sha256:748bf727298cccb650b9282e2b7337d2d658332298c3ab396b00c00001701fed 96.41MB / 96.41MB 8.5s done [2019-12-02T18:27:32.444Z] #8 unpacking docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 [2019-12-02T18:27:32.645Z] #18 30.71 Preparing to unpack .../17-libaio1_0.3.110-3_s390x.deb ... [2019-12-02T18:27:32.645Z] #18 30.71 Unpacking libaio1:s390x (0.3.110-3) ... [2019-12-02T18:27:32.645Z] #18 30.80 Selecting previously unselected package libcap2-bin. [2019-12-02T18:27:32.645Z] #18 30.80 Preparing to unpack .../18-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-12-02T18:27:32.645Z] #18 30.81 Unpacking libcap2-bin (1:2.25-1) ... [2019-12-02T18:27:32.645Z] #18 30.96 Selecting previously unselected package libnl-3-200:s390x. [2019-12-02T18:27:32.645Z] #18 30.96 Preparing to unpack .../19-libnl-3-200_3.2.27-2_s390x.deb ... [2019-12-02T18:27:32.645Z] #18 30.96 Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-12-02T18:27:32.645Z] #18 31.10 Selecting previously unselected package libprotobuf-c1:s390x. [2019-12-02T18:27:32.645Z] #18 31.10 Preparing to unpack .../20-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-12-02T18:27:32.645Z] #18 31.10 Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-12-02T18:27:32.645Z] #18 31.15 Selecting previously unselected package libreadline5:s390x. [2019-12-02T18:27:32.645Z] #18 31.16 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-12-02T18:27:32.645Z] #18 31.16 Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-12-02T18:27:32.953Z] #41 ... [2019-12-02T18:27:32.953Z] [2019-12-02T18:27:32.953Z] #38 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:27:32.953Z] #38 187.2 + rm -rf /tmp/tmp.uHodbXydJm/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.uHodbXydJm [2019-12-02T18:27:33.192Z] #18 31.39 Selecting previously unselected package net-tools. [2019-12-02T18:27:33.192Z] #18 31.39 Preparing to unpack .../22-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-12-02T18:27:33.192Z] #18 31.39 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-02T18:27:33.192Z] #18 31.74 Selecting previously unselected package python-pip-whl. [2019-12-02T18:27:33.192Z] #18 31.74 Preparing to unpack .../23-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-12-02T18:27:33.192Z] #18 31.75 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-02T18:27:34.023Z] #18 32.58 Selecting previously unselected package python3-pip. [2019-12-02T18:27:34.023Z] #18 32.58 Preparing to unpack .../24-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-12-02T18:27:34.421Z] #18 32.59 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-12-02T18:27:34.421Z] #18 32.78 Selecting previously unselected package python3-pkg-resources. [2019-12-02T18:27:34.421Z] #18 32.78 Preparing to unpack .../25-python3-pkg-resources_33.1.1-1_all.deb ... [2019-12-02T18:27:34.421Z] #18 32.78 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-12-02T18:27:34.421Z] #18 32.87 Selecting previously unselected package python3-setuptools. [2019-12-02T18:27:34.421Z] #18 32.87 Preparing to unpack .../26-python3-setuptools_33.1.1-1_all.deb ... [2019-12-02T18:27:34.421Z] #18 32.87 Unpacking python3-setuptools (33.1.1-1) ... [2019-12-02T18:27:34.421Z] #18 33.01 Selecting previously unselected package python3-wheel. [2019-12-02T18:27:34.823Z] #18 33.01 Preparing to unpack .../27-python3-wheel_0.29.0-2_all.deb ... [2019-12-02T18:27:34.823Z] #18 33.02 Unpacking python3-wheel (0.29.0-2) ... [2019-12-02T18:27:34.823Z] #18 33.10 Selecting previously unselected package thin-provisioning-tools. [2019-12-02T18:27:34.823Z] #18 33.10 Preparing to unpack .../28-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-12-02T18:27:34.823Z] #18 33.11 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-02T18:27:34.823Z] #18 33.35 Selecting previously unselected package vim-runtime. [2019-12-02T18:27:34.823Z] #18 33.36 Preparing to unpack .../29-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:27:34.823Z] #18 33.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-12-02T18:27:34.823Z] #18 33.40 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-12-02T18:27:34.823Z] #18 33.40 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:27:36.293Z] #38 DONE 190.4s [2019-12-02T18:27:36.293Z] [2019-12-02T18:27:36.293Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:36.293Z] #41 127.0 CC criu/servicefd.o [2019-12-02T18:27:36.293Z] #41 127.4 CC criu/shmem.o [2019-12-02T18:27:36.293Z] #41 128.0 CC criu/sigframe.o [2019-12-02T18:27:36.293Z] #41 128.2 CC criu/signalfd.o [2019-12-02T18:27:36.293Z] #41 128.6 CC criu/sk-inet.o [2019-12-02T18:27:36.293Z] #41 129.4 CC criu/sk-netlink.o [2019-12-02T18:27:36.293Z] #41 129.7 CC criu/sk-packet.o [2019-12-02T18:27:36.859Z] #41 130.5 CC criu/sk-queue.o [2019-12-02T18:27:37.424Z] #41 131.1 CC criu/sk-tcp.o [2019-12-02T18:27:37.990Z] #41 131.6 CC criu/sk-unix.o [2019-12-02T18:27:38.104Z] #18 36.67 Selecting previously unselected package vim. [2019-12-02T18:27:38.104Z] #18 36.68 Preparing to unpack .../30-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-12-02T18:27:38.104Z] #18 36.69 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:27:38.556Z] #41 ... [2019-12-02T18:27:38.556Z] [2019-12-02T18:27:38.556Z] #39 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-12-02T18:27:38.556Z] #39 DONE 0.9s [2019-12-02T18:27:38.556Z] [2019-12-02T18:27:38.556Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:39.052Z] #18 37.27 Selecting previously unselected package xfsprogs. [2019-12-02T18:27:39.052Z] #18 37.28 Preparing to unpack .../31-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-12-02T18:27:39.052Z] #18 37.28 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-12-02T18:27:39.122Z] #50 ... [2019-12-02T18:27:39.122Z] [2019-12-02T18:27:39.122Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:39.122Z] #41 132.9 CC criu/sockets.o [2019-12-02T18:27:39.573Z] #59 219.4 + bin/containerd-stress [2019-12-02T18:27:39.687Z] #41 133.4 CC criu/stats.o [2019-12-02T18:27:39.687Z] #41 133.6 CC criu/string.o [2019-12-02T18:27:39.687Z] #41 133.6 CC criu/sysctl.o [2019-12-02T18:27:39.761Z] #18 ... [2019-12-02T18:27:39.762Z] [2019-12-02T18:27:39.762Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:27:39.762Z] #45 DONE 133.8s [2019-12-02T18:27:39.762Z] [2019-12-02T18:27:39.762Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:39.762Z] #42 86.68 CC criu/crtools.o [2019-12-02T18:27:39.762Z] #42 87.32 CC criu/eventfd.o [2019-12-02T18:27:39.762Z] #42 87.79 CC criu/eventpoll.o [2019-12-02T18:27:39.762Z] #42 88.79 CC criu/external.o [2019-12-02T18:27:39.762Z] #42 89.21 CC criu/fault-injection.o [2019-12-02T18:27:39.762Z] #42 89.28 CC criu/fdstore.o [2019-12-02T18:27:39.762Z] #42 89.65 CC criu/fifo.o [2019-12-02T18:27:39.762Z] #42 89.90 CC criu/file-ids.o [2019-12-02T18:27:39.762Z] #42 90.11 CC criu/file-lock.o [2019-12-02T18:27:39.762Z] #42 90.91 CC criu/files-ext.o [2019-12-02T18:27:39.762Z] #42 91.58 CC criu/files-reg.o [2019-12-02T18:27:39.762Z] #42 ... [2019-12-02T18:27:39.762Z] [2019-12-02T18:27:39.762Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:27:39.762Z] #18 38.17 Selecting previously unselected package zip. [2019-12-02T18:27:39.762Z] #18 38.20 Preparing to unpack .../32-zip_3.0-11+b1_s390x.deb ... [2019-12-02T18:27:39.762Z] #18 38.22 Unpacking zip (3.0-11+b1) ... [2019-12-02T18:27:40.253Z] #41 134.0 CC criu/sysfs_parse.o [2019-12-02T18:27:40.389Z] #18 38.77 Selecting previously unselected package libapparmor-perl. [2019-12-02T18:27:40.389Z] #18 38.77 Preparing to unpack .../33-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-12-02T18:27:40.389Z] #18 38.77 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-02T18:27:40.389Z] #18 38.94 Selecting previously unselected package apparmor. [2019-12-02T18:27:40.389Z] #18 38.94 Preparing to unpack .../34-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-12-02T18:27:40.506Z] #59 221.2 + bin/containerd-shim [2019-12-02T18:27:40.510Z] #41 134.3 CC criu/timerfd.o [2019-12-02T18:27:40.768Z] #41 134.6 CC criu/tty.o [2019-12-02T18:27:40.786Z] #18 39.02 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-12-02T18:27:41.174Z] #18 39.57 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-12-02T18:27:41.174Z] #18 39.58 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-02T18:27:41.174Z] #18 39.59 Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-12-02T18:27:41.174Z] #18 39.61 Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-02T18:27:41.174Z] #18 39.62 Processing triggers for mime-support (3.60) ... [2019-12-02T18:27:41.174Z] #18 39.65 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:27:41.174Z] #18 39.66 Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-12-02T18:27:41.174Z] #18 39.67 Setting up libcap2-bin (1:2.25-1) ... [2019-12-02T18:27:41.174Z] #18 39.67 Setting up bash-completion (1:2.1-4.3) ... [2019-12-02T18:27:41.961Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-12-02T18:27:41.961Z] [2019-12-02T18:27:41.961Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-02T18:27:41.961Z] PKG_CONFIG=pkg-config [2019-12-02T18:27:41.961Z] GOLANG_VERSION=1.13.4 [2019-12-02T18:27:41.961Z] HOSTNAME=1123f30fc836 [2019-12-02T18:27:41.961Z] DOCKER_EXPERIMENTAL=1 [2019-12-02T18:27:41.961Z] container=docker [2019-12-02T18:27:41.961Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-12-02T18:27:41.961Z] GO111MODULE=off [2019-12-02T18:27:41.961Z] GOPATH=/go [2019-12-02T18:27:41.961Z] PWD=/go/src/github.com/docker/docker [2019-12-02T18:27:41.961Z] HOME=/root [2019-12-02T18:27:41.961Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-02T18:27:41.961Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-02T18:27:41.961Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-02T18:27:41.961Z] DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:27:41.961Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-02T18:27:41.961Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-02T18:27:41.961Z] TERM=xterm [2019-12-02T18:27:41.961Z] VALIDATE_BRANCH=master [2019-12-02T18:27:41.961Z] DEST=bundles/test-integration [2019-12-02T18:27:41.961Z] SHLVL=1 [2019-12-02T18:27:41.961Z] TIMEOUT=120m [2019-12-02T18:27:41.961Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-02T18:27:41.961Z] DOCKER_PKG=github.com/docker/docker [2019-12-02T18:27:41.961Z] TESTDEBUG=0 [2019-12-02T18:27:41.961Z] _=/usr/bin/env [2019-12-02T18:27:41.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-12-02T18:27:42.143Z] #41 135.8 CC criu/tun.o [2019-12-02T18:27:42.401Z] #41 136.1 CC criu/uffd.o [2019-12-02T18:27:42.966Z] #41 136.8 CC criu/util.o [2019-12-02T18:27:43.096Z] #18 41.35 Setting up libonig4:s390x (6.1.3-2) ... [2019-12-02T18:27:43.096Z] #18 41.36 Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-12-02T18:27:43.096Z] #18 41.37 Setting up zip (3.0-11+b1) ... [2019-12-02T18:27:43.096Z] #18 41.38 Setting up bzip2 (1.0.6-8.1) ... [2019-12-02T18:27:43.096Z] #18 41.38 Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-12-02T18:27:43.096Z] #18 41.39 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:27:43.096Z] #18 41.43 Setting up libaio1:s390x (0.3.110-3) ... [2019-12-02T18:27:43.096Z] #18 41.44 Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-12-02T18:27:43.096Z] #18 41.45 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-12-02T18:27:43.096Z] #18 41.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-12-02T18:27:43.096Z] #18 41.47 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-02T18:27:43.096Z] #18 41.47 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:27:43.096Z] #18 41.49 Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-12-02T18:27:43.096Z] #18 41.50 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:27:43.499Z] #18 41.81 Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-12-02T18:27:43.499Z] #18 41.83 Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-12-02T18:27:43.499Z] #18 41.85 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-02T18:27:43.499Z] #18 41.85 Setting up pigz (2.3.4-1) ... [2019-12-02T18:27:43.499Z] #18 41.86 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-02T18:27:43.499Z] #18 41.87 Setting up libmpdec2:s390x (2.4.2-1) ... [2019-12-02T18:27:43.499Z] #18 41.88 Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-02T18:27:43.499Z] #18 41.89 Setting up jq (1.5+dfsg-1.3) ... [2019-12-02T18:27:43.499Z] #18 41.89 Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-12-02T18:27:43.499Z] #18 41.90 Setting up xfsprogs (4.9.0+nmu1) ... [2019-12-02T18:27:43.499Z] #18 41.91 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:27:43.499Z] #18 41.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-12-02T18:27:43.499Z] #18 41.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-12-02T18:27:43.499Z] #18 41.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-12-02T18:27:43.499Z] #18 41.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-12-02T18:27:43.499Z] #18 41.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-12-02T18:27:43.499Z] #18 41.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-12-02T18:27:43.499Z] #18 41.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-12-02T18:27:43.499Z] #18 41.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-12-02T18:27:43.499Z] #18 41.95 Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-12-02T18:27:43.499Z] #18 41.95 Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-12-02T18:27:43.499Z] #18 41.96 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-12-02T18:27:43.499Z] #18 41.97 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-12-02T18:27:43.899Z] #41 137.7 CC criu/uts_ns.o [2019-12-02T18:27:43.899Z] #41 137.8 CC criu/vdso-compat.o [2019-12-02T18:27:44.158Z] #41 138.0 CC criu/vdso.o [2019-12-02T18:27:45.091Z] #41 138.8 LINK criu/built-in.o [2019-12-02T18:27:45.091Z] #41 138.9 LINK criu/criu [2019-12-02T18:27:45.349Z] #41 139.2 DEP lib/c/criu.d [2019-12-02T18:27:45.349Z] #41 139.2 CC images/rpc.pb-c.o [2019-12-02T18:27:45.915Z] #41 139.6 CC lib/c/criu.o [2019-12-02T18:27:46.574Z] #41 140.4 LINK lib/c/built-in.o [2019-12-02T18:27:46.832Z] #41 140.4 LINK lib/c/libcriu.so [2019-12-02T18:27:46.833Z] #41 140.5 GEN magic.py [2019-12-02T18:27:46.833Z] #41 140.6 Note: Building without setproctitle() and strlcpy() support. [2019-12-02T18:27:46.833Z] #41 140.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-02T18:27:47.067Z] #59 227.7 + bin/containerd-shim-runc-v1 [2019-12-02T18:27:47.091Z] #41 ... [2019-12-02T18:27:47.091Z] [2019-12-02T18:27:47.091Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:47.091Z] #59 159.4 + bin/containerd [2019-12-02T18:27:47.948Z] #18 45.96 Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-12-02T18:27:47.948Z] #18 45.97 Setting up python3 (3.5.3-1) ... [2019-12-02T18:27:47.948Z] #18 ... [2019-12-02T18:27:47.948Z] [2019-12-02T18:27:47.948Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:27:47.948Z] #29 142.5 + rm -rf /tmp/tmp.4NwITFqvLX [2019-12-02T18:27:48.352Z] #29 DONE 142.7s [2019-12-02T18:27:48.352Z] [2019-12-02T18:27:48.352Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:48.352Z] #42 94.15 CC criu/files.o [2019-12-02T18:27:48.352Z] #42 95.73 CC criu/filesystems.o [2019-12-02T18:27:48.352Z] #42 96.42 CC criu/fsnotify.o [2019-12-02T18:27:48.352Z] #42 97.47 CC criu/image-desc.o [2019-12-02T18:27:48.352Z] #42 97.57 CC criu/image.o [2019-12-02T18:27:48.352Z] #42 98.26 CC criu/ipc_ns.o [2019-12-02T18:27:48.352Z] #42 99.61 CC criu/irmap.o [2019-12-02T18:27:48.352Z] #42 100.2 CC criu/kcmp-ids.o [2019-12-02T18:27:48.352Z] #42 100.5 CC criu/kerndat.o [2019-12-02T18:27:49.181Z] #42 101.8 CC criu/libnetlink.o [2019-12-02T18:27:49.181Z] #42 ... [2019-12-02T18:27:49.181Z] [2019-12-02T18:27:49.181Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:27:49.181Z] #18 47.60 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-12-02T18:27:50.368Z] #59 230.9 + bin/containerd-shim-runc-v2 [2019-12-02T18:27:50.373Z] #59 ... [2019-12-02T18:27:50.373Z] [2019-12-02T18:27:50.373Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:50.373Z] #41 141.1 fatal: Not a git repository (or any of the parent directories): .git [2019-12-02T18:27:50.373Z] #41 141.6 make[1]: Nothing to be done for 'all'. [2019-12-02T18:27:50.373Z] #41 142.0 make[1]: 'images/built-in.o' is up to date. [2019-12-02T18:27:50.373Z] #41 142.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-12-02T18:27:50.373Z] #41 142.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-12-02T18:27:50.373Z] #41 142.1 make[1]: 'compel/libcompel.a' is up to date. [2019-12-02T18:27:50.373Z] #41 142.1 make[1]: 'compel/compel-host-bin' is up to date. [2019-12-02T18:27:50.373Z] #41 142.1 make[1]: Nothing to be done for 'all'. [2019-12-02T18:27:50.373Z] #41 142.2 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-02T18:27:50.373Z] #41 142.3 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:50.373Z] #41 142.3 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:50.373Z] #41 142.3 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:50.373Z] #41 142.4 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:50.373Z] #41 142.4 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:50.373Z] #41 142.5 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:50.373Z] #41 142.5 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:50.373Z] #41 142.6 make[2]: Nothing to be done for 'all'. [2019-12-02T18:27:50.373Z] #41 142.6 INSTALL criu/criu [2019-12-02T18:27:50.373Z] #41 DONE 143.4s [2019-12-02T18:27:50.373Z] [2019-12-02T18:27:50.373Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:50.545Z] #18 48.79 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-12-02T18:27:50.545Z] #18 48.93 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-12-02T18:27:50.545Z] #18 48.97 Setting up python3-wheel (0.29.0-2) ... [2019-12-02T18:27:50.933Z] #18 49.53 Setting up python3-pkg-resources (33.1.1-1) ... [2019-12-02T18:27:51.068Z] #59 ... [2019-12-02T18:27:51.068Z] [2019-12-02T18:27:51.068Z] #42 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-12-02T18:27:51.068Z] #42 DONE 0.1s [2019-12-02T18:27:51.068Z] [2019-12-02T18:27:51.068Z] #45 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-12-02T18:27:51.302Z] #59 231.7 + binaries [2019-12-02T18:27:51.302Z] #59 231.7 + mkdir -p /build [2019-12-02T18:27:51.302Z] #59 231.7 + cp bin/containerd /build/containerd [2019-12-02T18:27:51.302Z] #59 231.7 + cp bin/containerd-shim /build/containerd-shim [2019-12-02T18:27:51.302Z] #59 231.7 + cp bin/ctr /build/ctr [2019-12-02T18:27:51.325Z] #45 DONE 0.5s [2019-12-02T18:27:51.325Z] [2019-12-02T18:27:51.325Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:51.325Z] #50 ... [2019-12-02T18:27:51.325Z] [2019-12-02T18:27:51.325Z] #48 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-12-02T18:27:51.325Z] #48 DONE 0.1s [2019-12-02T18:27:51.560Z] #59 DONE 232.1s [2019-12-02T18:27:51.582Z] [2019-12-02T18:27:51.582Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:51.777Z] #18 50.18 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-12-02T18:27:52.728Z] #18 50.93 Setting up python3-setuptools (33.1.1-1) ... [2019-12-02T18:27:52.934Z] [2019-12-02T18:27:52.934Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-12-02T18:27:52.934Z] #60 DONE 0.2s [2019-12-02T18:27:52.934Z] [2019-12-02T18:27:52.934Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-12-02T18:27:53.196Z] #64 DONE 0.3s [2019-12-02T18:27:53.196Z] [2019-12-02T18:27:53.196Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-12-02T18:27:53.196Z] #66 DONE 0.1s [2019-12-02T18:27:53.196Z] [2019-12-02T18:27:53.196Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-12-02T18:27:53.196Z] #69 DONE 0.1s [2019-12-02T18:27:53.455Z] [2019-12-02T18:27:53.455Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-12-02T18:27:53.455Z] #70 DONE 0.0s [2019-12-02T18:27:53.455Z] [2019-12-02T18:27:53.455Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-12-02T18:27:53.751Z] #18 52.01 Setting up dh-python (2.20170125) ... [2019-12-02T18:27:54.147Z] #18 52.69 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:27:54.389Z] #71 DONE 1.0s [2019-12-02T18:27:54.389Z] [2019-12-02T18:27:54.389Z] #72 exporting to image [2019-12-02T18:27:54.389Z] #72 exporting layers [2019-12-02T18:27:54.557Z] #18 DONE 52.9s [2019-12-02T18:27:54.557Z] [2019-12-02T18:27:54.557Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:27:54.858Z] #59 ... [2019-12-02T18:27:54.858Z] [2019-12-02T18:27:54.858Z] #50 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:54.858Z] #50 DONE 208.3s [2019-12-02T18:27:54.858Z] [2019-12-02T18:27:54.858Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:55.425Z] #59 ... [2019-12-02T18:27:55.425Z] [2019-12-02T18:27:55.425Z] #51 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-12-02T18:27:55.990Z] #51 DONE 0.5s [2019-12-02T18:27:55.990Z] [2019-12-02T18:27:55.990Z] #55 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-12-02T18:27:55.990Z] #55 DONE 0.2s [2019-12-02T18:27:55.990Z] [2019-12-02T18:27:55.991Z] #59 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:27:57.957Z] #19 3.415 Collecting yamllint==1.16.0 [2019-12-02T18:27:58.367Z] #19 3.891 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-12-02T18:27:58.779Z] #19 4.025 Collecting pyyaml (from yamllint==1.16.0) [2019-12-02T18:27:58.779Z] #19 4.209 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-12-02T18:27:59.809Z] #19 ... [2019-12-02T18:27:59.809Z] [2019-12-02T18:27:59.809Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:27:59.809Z] #42 102.2 CC criu/log.o [2019-12-02T18:27:59.809Z] #42 102.6 CC criu/lsm.o [2019-12-02T18:27:59.809Z] #42 103.0 CC criu/mem.o [2019-12-02T18:27:59.809Z] #42 104.2 CC criu/mount.o [2019-12-02T18:27:59.809Z] #42 107.4 CC criu/namespaces.o [2019-12-02T18:27:59.809Z] #42 108.7 CC criu/net.o [2019-12-02T18:27:59.809Z] #42 110.9 CC criu/netfilter.o [2019-12-02T18:27:59.809Z] #42 111.3 CC criu/page-pipe.o [2019-12-02T18:27:59.809Z] #42 111.7 CC criu/page-xfer.o [2019-12-02T18:28:00.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-12-02T18:28:00.361Z] #8 unpacking docker.io/library/golang:1.13.4-stretch@sha256:97f34d2c23c2ad01b67b7f37073ab4b5bf02e2d1cc5e36b03ae59944077f2096 25.6s done [2019-12-02T18:28:00.361Z] #8 DONE 34.2s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2019-12-02T18:28:00.361Z] #9 DONE 0.2s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-12-02T18:28:00.361Z] #10 DONE 0.2s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:28:00.361Z] #21 DONE 0.1s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #44 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-12-02T18:28:00.361Z] #44 DONE 0.1s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #68 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-12-02T18:28:00.361Z] #68 DONE 0.1s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-02T18:28:00.361Z] #22 DONE 0.1s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #47 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-12-02T18:28:00.361Z] #47 DONE 0.1s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #62 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-12-02T18:28:00.361Z] #62 DONE 0.1s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #31 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-12-02T18:28:00.361Z] #31 DONE 0.1s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #50 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-12-02T18:28:00.361Z] #50 DONE 0.1s [2019-12-02T18:28:00.361Z] [2019-12-02T18:28:00.361Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:28:00.361Z] #45 0.749 + RM_GOPATH=0 [2019-12-02T18:28:00.361Z] #45 0.749 + TMP_GOPATH= [2019-12-02T18:28:00.361Z] #45 0.750 + : /build [2019-12-02T18:28:00.361Z] #45 0.752 + '[' -z '' ']' [2019-12-02T18:28:00.361Z] #45 0.754 ++ mktemp -d [2019-12-02T18:28:00.361Z] #45 0.758 + export GOPATH=/tmp/tmp.ueJEL4JfuG [2019-12-02T18:28:00.361Z] #45 0.766 + GOPATH=/tmp/tmp.ueJEL4JfuG [2019-12-02T18:28:00.361Z] #45 0.767 + RM_GOPATH=1 [2019-12-02T18:28:00.361Z] #45 0.776 ++ dirname ./install.sh [2019-12-02T18:28:00.361Z] #45 0.779 + dir=. [2019-12-02T18:28:00.361Z] #45 0.779 + bin=vndr [2019-12-02T18:28:00.361Z] #45 0.780 + shift [2019-12-02T18:28:00.361Z] #45 0.780 + '[' '!' -f ./vndr.installer ']' [2019-12-02T18:28:00.361Z] #45 0.780 + . ./vndr.installer [2019-12-02T18:28:00.361Z] #45 0.781 ++ : f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:28:00.361Z] #45 0.782 + install_vndr [2019-12-02T18:28:00.361Z] #45 0.786 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-12-02T18:28:00.361Z] #45 0.786 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:28:00.361Z] #45 0.786 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ueJEL4JfuG/src/github.com/LK4D4/vndr [2019-12-02T18:28:00.361Z] #45 0.854 Cloning into '/tmp/tmp.ueJEL4JfuG/src/github.com/LK4D4/vndr'... [2019-12-02T18:28:00.695Z] #42 ... [2019-12-02T18:28:00.695Z] [2019-12-02T18:28:00.695Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:28:00.695Z] #19 6.064 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-12-02T18:28:00.695Z] #19 6.176 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-12-02T18:28:01.097Z] #45 2.612 + cd /tmp/tmp.ueJEL4JfuG/src/github.com/LK4D4/vndr [2019-12-02T18:28:01.097Z] #45 2.634 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-12-02T18:28:01.097Z] #45 2.680 + go build -buildmode=pie -v -o /build/vndr . [2019-12-02T18:28:01.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-12-02T18:28:01.521Z] #19 7.100 Building wheels for collected packages: pyyaml, pathspec [2019-12-02T18:28:01.521Z] #19 7.107 Running setup.py bdist_wheel for pyyaml: started [2019-12-02T18:28:02.338Z] #19 8.020 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-12-02T18:28:02.338Z] #19 8.021 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-12-02T18:28:02.338Z] #19 8.057 Running setup.py bdist_wheel for pathspec: started [2019-12-02T18:28:03.183Z] #19 8.838 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-12-02T18:28:03.183Z] #19 8.838 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-12-02T18:28:03.183Z] #19 8.852 Successfully built pyyaml pathspec [2019-12-02T18:28:03.183Z] #19 8.854 Installing collected packages: pyyaml, pathspec, yamllint [2019-12-02T18:28:03.424Z] #45 4.705 internal/race [2019-12-02T18:28:03.424Z] #45 4.789 runtime/internal/sys [2019-12-02T18:28:03.424Z] #45 4.831 internal/cpu [2019-12-02T18:28:03.424Z] #45 4.848 runtime/internal/atomic [2019-12-02T18:28:03.424Z] #45 4.903 sync/atomic [2019-12-02T18:28:03.581Z] #19 9.054 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-12-02T18:28:03.581Z] #19 DONE 9.3s [2019-12-02T18:28:03.581Z] [2019-12-02T18:28:03.581Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:28:03.581Z] #42 113.2 CC criu/pagemap-cache.o [2019-12-02T18:28:03.581Z] #42 113.5 CC criu/pagemap.o [2019-12-02T18:28:03.581Z] #42 114.3 CC criu/parasite-syscall.o [2019-12-02T18:28:03.581Z] #42 115.2 CC criu/path.o [2019-12-02T18:28:03.581Z] #42 115.5 CC criu/pie-util-vdso-elf32.o [2019-12-02T18:28:03.581Z] #42 116.0 CC criu/pie-util-vdso.o [2019-12-02T18:28:03.581Z] #42 116.4 CC criu/pie-util.o [2019-12-02T18:28:03.987Z] #42 116.5 CC criu/pipes.o [2019-12-02T18:28:03.987Z] #42 ... [2019-12-02T18:28:03.987Z] [2019-12-02T18:28:03.987Z] #24 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-12-02T18:28:03.987Z] #24 DONE 0.2s [2019-12-02T18:28:03.987Z] [2019-12-02T18:28:03.987Z] #28 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-02T18:28:04.192Z] #45 ... [2019-12-02T18:28:04.192Z] [2019-12-02T18:28:04.192Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:28:04.192Z] #32 0.730 + RM_GOPATH=0 [2019-12-02T18:28:04.192Z] #32 0.739 + TMP_GOPATH= [2019-12-02T18:28:04.192Z] #32 0.740 + : /build [2019-12-02T18:28:04.192Z] #32 0.742 + '[' -z '' ']' [2019-12-02T18:28:04.192Z] #32 0.744 ++ mktemp -d [2019-12-02T18:28:04.192Z] #32 0.770 + export GOPATH=/tmp/tmp.R3iGUtqeTk [2019-12-02T18:28:04.192Z] #32 0.772 + GOPATH=/tmp/tmp.R3iGUtqeTk [2019-12-02T18:28:04.192Z] #32 0.773 + RM_GOPATH=1 [2019-12-02T18:28:04.192Z] #32 0.777 ++ dirname ./install.sh [2019-12-02T18:28:04.192Z] #32 0.782 + dir=. [2019-12-02T18:28:04.192Z] #32 0.786 + bin=tomlv [2019-12-02T18:28:04.192Z] #32 0.786 + shift [2019-12-02T18:28:04.192Z] #32 0.786 + '[' '!' -f ./tomlv.installer ']' [2019-12-02T18:28:04.192Z] #32 0.786 + . ./tomlv.installer [2019-12-02T18:28:04.192Z] #32 0.787 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:28:04.192Z] #32 0.788 + install_tomlv [2019-12-02T18:28:04.192Z] #32 0.788 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-12-02T18:28:04.192Z] #32 0.788 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:28:04.192Z] #32 0.788 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.R3iGUtqeTk/src/github.com/BurntSushi/toml [2019-12-02T18:28:04.192Z] #32 0.792 Cloning into '/tmp/tmp.R3iGUtqeTk/src/github.com/BurntSushi/toml'... [2019-12-02T18:28:04.192Z] #32 3.168 + cd /tmp/tmp.R3iGUtqeTk/src/github.com/BurntSushi/toml [2019-12-02T18:28:04.192Z] #32 3.181 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-12-02T18:28:04.192Z] #32 3.226 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-12-02T18:28:04.192Z] #32 4.226 internal/cpu [2019-12-02T18:28:04.192Z] #32 4.226 math/bits [2019-12-02T18:28:04.192Z] #32 4.234 runtime/internal/sys [2019-12-02T18:28:04.192Z] #32 4.394 runtime/internal/atomic [2019-12-02T18:28:04.192Z] #32 5.170 runtime/internal/math [2019-12-02T18:28:04.192Z] #32 5.562 unicode/utf8 [2019-12-02T18:28:04.192Z] #32 5.824 sync/atomic [2019-12-02T18:28:04.353Z] #72 exporting layers 8.4s done [2019-12-02T18:28:04.353Z] #72 writing image sha256:fd0b6d56bbfceaa834edd4b766f0678416fb764773442f60f079e45578b3451d [2019-12-02T18:28:04.353Z] #72 writing image sha256:fd0b6d56bbfceaa834edd4b766f0678416fb764773442f60f079e45578b3451d 0.1s done [2019-12-02T18:28:04.353Z] #72 naming to docker.io/library/docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 done [2019-12-02T18:28:04.353Z] #72 DONE 8.5s [Pipeline] } [Pipeline] // stage [2019-12-02T18:28:04.373Z] #28 DONE 0.4s [2019-12-02T18:28:04.373Z] [2019-12-02T18:28:04.373Z] #30 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-12-02T18:28:04.373Z] #30 DONE 0.1s [2019-12-02T18:28:04.373Z] [2019-12-02T18:28:04.373Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-12-02T18:28:04.536Z] #32 ... [2019-12-02T18:28:04.537Z] [2019-12-02T18:28:04.537Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:28:04.537Z] #45 5.918 unicode [2019-12-02T18:28:04.691Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40180/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/validate/default [2019-12-02T18:28:04.772Z] #55 ... [2019-12-02T18:28:04.772Z] [2019-12-02T18:28:04.772Z] #33 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-12-02T18:28:04.772Z] #33 DONE 0.1s [2019-12-02T18:28:04.772Z] [2019-12-02T18:28:04.772Z] #38 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-12-02T18:28:04.772Z] #38 DONE 0.1s [2019-12-02T18:28:04.772Z] [2019-12-02T18:28:04.772Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:28:04.772Z] #42 117.4 CC criu/plugin.o [2019-12-02T18:28:04.879Z] #45 6.300 math/bits [2019-12-02T18:28:04.879Z] #45 6.323 unicode/utf8 [2019-12-02T18:28:05.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-12-02T18:28:05.328Z] #42 117.7 CC criu/proc_parse.o [2019-12-02T18:28:05.622Z] Congratulations! All commits are properly signed with the DCO! [2019-12-02T18:28:05.880Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-12-02T18:28:05.880Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-12-02T18:28:06.078Z] #45 7.293 internal/bytealg [2019-12-02T18:28:06.967Z] #42 119.7 CC criu/protobuf-desc.o [2019-12-02T18:28:07.812Z] #42 120.5 CC criu/protobuf.o [2019-12-02T18:28:07.813Z] #45 8.941 internal/testlog [2019-12-02T18:28:08.154Z] #45 9.744 math [2019-12-02T18:28:08.212Z] #42 120.9 CC criu/pstree.o [2019-12-02T18:28:08.497Z] #45 ... [2019-12-02T18:28:08.497Z] [2019-12-02T18:28:08.497Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:28:08.497Z] #25 1.197 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:28:08.497Z] #25 1.212 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:28:08.497Z] #25 1.276 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:28:08.497Z] #25 1.311 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:28:08.497Z] #25 1.347 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:28:08.497Z] #25 2.981 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [488 kB] [2019-12-02T18:28:08.497Z] #25 5.756 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-02T18:28:08.497Z] #25 7.962 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-02T18:28:08.497Z] #25 ... [2019-12-02T18:28:08.497Z] [2019-12-02T18:28:08.497Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:28:08.497Z] #57 0.706 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:28:08.497Z] #57 0.717 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:28:08.497Z] #57 0.788 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:28:08.497Z] #57 0.802 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:28:08.497Z] #57 0.830 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:28:08.497Z] #57 2.152 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [488 kB] [2019-12-02T18:28:08.497Z] #57 5.170 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-02T18:28:08.497Z] #57 7.222 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-02T18:28:08.497Z] #57 ... [2019-12-02T18:28:08.497Z] [2019-12-02T18:28:08.497Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:28:08.497Z] #69 0.763 + RM_GOPATH=0 [2019-12-02T18:28:08.497Z] #69 0.763 + TMP_GOPATH= [2019-12-02T18:28:08.497Z] #69 0.763 + : /build [2019-12-02T18:28:08.497Z] #69 0.763 + '[' -z '' ']' [2019-12-02T18:28:08.497Z] #69 0.763 ++ mktemp -d [2019-12-02T18:28:08.497Z] #69 0.822 + export GOPATH=/tmp/tmp.ozW0lEuDsp [2019-12-02T18:28:08.497Z] #69 0.826 + GOPATH=/tmp/tmp.ozW0lEuDsp [2019-12-02T18:28:08.497Z] #69 0.828 + RM_GOPATH=1 [2019-12-02T18:28:08.497Z] #69 0.832 ++ dirname ./install.sh [2019-12-02T18:28:08.497Z] #69 0.835 + dir=. [2019-12-02T18:28:08.497Z] #69 0.835 + bin=proxy [2019-12-02T18:28:08.497Z] #69 0.835 + shift [2019-12-02T18:28:08.497Z] #69 0.836 + '[' '!' -f ./proxy.installer ']' [2019-12-02T18:28:08.497Z] #69 0.836 + . ./proxy.installer [2019-12-02T18:28:08.497Z] #69 0.837 ++ : 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:28:08.497Z] #69 0.838 + install_proxy [2019-12-02T18:28:08.497Z] #69 0.838 + case "$1" in [2019-12-02T18:28:08.497Z] #69 0.838 + export CGO_ENABLED=0 [2019-12-02T18:28:08.497Z] #69 0.838 + CGO_ENABLED=0 [2019-12-02T18:28:08.497Z] #69 0.838 + _install_proxy [2019-12-02T18:28:08.497Z] #69 0.839 + echo 'Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377' [2019-12-02T18:28:08.497Z] #69 0.839 Install docker-proxy version 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:28:08.497Z] #69 0.839 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.ozW0lEuDsp/src/github.com/docker/libnetwork [2019-12-02T18:28:08.497Z] #69 0.854 Cloning into '/tmp/tmp.ozW0lEuDsp/src/github.com/docker/libnetwork'... [2019-12-02T18:28:08.841Z] #69 ... [2019-12-02T18:28:08.841Z] [2019-12-02T18:28:08.841Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:08.841Z] #48 0.731 + RM_GOPATH=0 [2019-12-02T18:28:08.841Z] #48 0.731 + TMP_GOPATH= [2019-12-02T18:28:08.841Z] #48 0.731 + : /build [2019-12-02T18:28:08.841Z] #48 0.732 + '[' -z '' ']' [2019-12-02T18:28:08.841Z] #48 0.734 ++ mktemp -d [2019-12-02T18:28:08.841Z] #48 0.738 + export GOPATH=/tmp/tmp.y7taWLQCxR [2019-12-02T18:28:08.841Z] #48 0.738 + GOPATH=/tmp/tmp.y7taWLQCxR [2019-12-02T18:28:08.841Z] #48 0.738 + RM_GOPATH=1 [2019-12-02T18:28:08.841Z] #48 0.751 ++ dirname ./install.sh [2019-12-02T18:28:08.841Z] #48 0.762 Installing gotestsum version v0.3.5 [2019-12-02T18:28:08.841Z] #48 0.763 + dir=. [2019-12-02T18:28:08.841Z] #48 0.763 + bin=gotestsum [2019-12-02T18:28:08.841Z] #48 0.763 + shift [2019-12-02T18:28:08.841Z] #48 0.763 + '[' '!' -f ./gotestsum.installer ']' [2019-12-02T18:28:08.841Z] #48 0.763 + . ./gotestsum.installer [2019-12-02T18:28:08.841Z] #48 0.763 ++ : v0.3.5 [2019-12-02T18:28:08.841Z] #48 0.763 + install_gotestsum [2019-12-02T18:28:08.841Z] #48 0.763 + echo 'Installing gotestsum version v0.3.5' [2019-12-02T18:28:08.841Z] #48 0.763 + go get -d gotest.tools/gotestsum [2019-12-02T18:28:08.841Z] #48 ... [2019-12-02T18:28:08.841Z] [2019-12-02T18:28:08.841Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:28:08.841Z] #39 0.939 + mktemp -d [2019-12-02T18:28:08.841Z] #39 0.967 + export GOPATH=/tmp/tmp.eOIxJ1Ic9t [2019-12-02T18:28:08.841Z] #39 0.967 + git clone https://github.com/docker/distribution.git /tmp/tmp.eOIxJ1Ic9t/src/github.com/docker/distribution [2019-12-02T18:28:08.841Z] #39 0.990 Cloning into '/tmp/tmp.eOIxJ1Ic9t/src/github.com/docker/distribution'... [2019-12-02T18:28:09.042Z] #42 121.5 CC criu/rbtree.o [2019-12-02T18:28:09.042Z] #42 121.8 CC criu/rst-malloc.o [2019-12-02T18:28:09.182Z] #39 ... [2019-12-02T18:28:09.182Z] [2019-12-02T18:28:09.182Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:28:09.182Z] #29 0.957 + mktemp -d [2019-12-02T18:28:09.182Z] #29 0.967 + export GOPATH=/tmp/tmp.JbHy7lze12 [2019-12-02T18:28:09.182Z] #29 0.967 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.JbHy7lze12/src/github.com/go-swagger/go-swagger [2019-12-02T18:28:09.182Z] #29 0.972 Cloning into '/tmp/tmp.JbHy7lze12/src/github.com/go-swagger/go-swagger'... [2019-12-02T18:28:09.182Z] #29 ... [2019-12-02T18:28:09.182Z] [2019-12-02T18:28:09.182Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:09.182Z] #51 0.757 + RM_GOPATH=0 [2019-12-02T18:28:09.182Z] #51 0.757 + TMP_GOPATH= [2019-12-02T18:28:09.182Z] #51 0.757 + : /build [2019-12-02T18:28:09.182Z] #51 0.757 + '[' -z '' ']' [2019-12-02T18:28:09.182Z] #51 0.780 ++ mktemp -d [2019-12-02T18:28:09.182Z] #51 0.791 + export GOPATH=/tmp/tmp.UAUnXveMs4 [2019-12-02T18:28:09.182Z] #51 0.792 + GOPATH=/tmp/tmp.UAUnXveMs4 [2019-12-02T18:28:09.182Z] #51 0.793 + RM_GOPATH=1 [2019-12-02T18:28:09.182Z] #51 0.805 ++ dirname ./install.sh [2019-12-02T18:28:09.182Z] #51 0.809 + dir=. [2019-12-02T18:28:09.182Z] #51 0.811 + bin=golangci_lint [2019-12-02T18:28:09.182Z] #51 0.811 + shift [2019-12-02T18:28:09.182Z] #51 0.813 + '[' '!' -f ./golangci_lint.installer ']' [2019-12-02T18:28:09.182Z] #51 0.814 + . ./golangci_lint.installer [2019-12-02T18:28:09.182Z] #51 0.818 ++ : v1.20.0 [2019-12-02T18:28:09.182Z] #51 0.830 + install_golangci_lint [2019-12-02T18:28:09.182Z] #51 0.830 + echo 'Installing golangci-lint version v1.20.0' [2019-12-02T18:28:09.182Z] #51 0.831 Installing golangci-lint version v1.20.0 [2019-12-02T18:28:09.182Z] #51 0.831 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-02T18:28:09.428Z] #42 122.0 CC criu/seccomp.o [2019-12-02T18:28:09.525Z] #51 ... [2019-12-02T18:28:09.525Z] [2019-12-02T18:28:09.525Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:28:09.525Z] #11 0.696 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:28:09.525Z] #11 0.707 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:28:09.525Z] #11 0.745 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:28:09.525Z] #11 0.758 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:28:09.525Z] #11 0.794 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:28:09.525Z] #11 2.022 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [488 kB] [2019-12-02T18:28:09.525Z] #11 5.168 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-02T18:28:09.525Z] #11 7.325 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-02T18:28:09.525Z] #11 ... [2019-12-02T18:28:09.525Z] [2019-12-02T18:28:09.525Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:28:09.525Z] #34 1.012 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:28:09.525Z] #34 1.049 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:28:09.525Z] #34 1.126 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:28:09.525Z] #34 1.161 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:28:09.525Z] #34 1.211 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:28:09.525Z] #34 2.669 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [488 kB] [2019-12-02T18:28:09.525Z] #34 5.240 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-02T18:28:09.525Z] #34 7.351 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-02T18:28:09.525Z] #34 ... [2019-12-02T18:28:09.525Z] [2019-12-02T18:28:09.525Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:09.525Z] #23 0.791 + RM_GOPATH=0 [2019-12-02T18:28:09.525Z] #23 0.791 + TMP_GOPATH= [2019-12-02T18:28:09.525Z] #23 0.792 + : /build [2019-12-02T18:28:09.525Z] #23 0.793 + '[' -z '' ']' [2019-12-02T18:28:09.525Z] #23 0.795 ++ mktemp -d [2019-12-02T18:28:09.525Z] #23 0.804 + export GOPATH=/tmp/tmp.iGyeX8RBXd [2019-12-02T18:28:09.525Z] #23 0.813 + GOPATH=/tmp/tmp.iGyeX8RBXd [2019-12-02T18:28:09.525Z] #23 0.815 + RM_GOPATH=1 [2019-12-02T18:28:09.525Z] #23 0.829 ++ dirname ./install.sh [2019-12-02T18:28:09.525Z] #23 0.831 + dir=. [2019-12-02T18:28:09.525Z] #23 0.831 + bin=dockercli [2019-12-02T18:28:09.525Z] #23 0.831 + shift [2019-12-02T18:28:09.525Z] #23 0.831 + '[' '!' -f ./dockercli.installer ']' [2019-12-02T18:28:09.525Z] #23 0.831 + . ./dockercli.installer [2019-12-02T18:28:09.525Z] #23 0.831 ++ : stable [2019-12-02T18:28:09.525Z] #23 0.832 ++ : 17.06.2-ce [2019-12-02T18:28:09.525Z] #23 0.834 + install_dockercli [2019-12-02T18:28:09.525Z] #23 0.835 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-12-02T18:28:09.525Z] #23 0.835 Install docker/cli version 17.06.2-ce from stable [2019-12-02T18:28:09.525Z] #23 0.901 ++ uname -m [2019-12-02T18:28:09.525Z] #23 0.905 + arch=ppc64le [2019-12-02T18:28:09.525Z] #23 0.905 + '[' ppc64le '!=' x86_64 ']' [2019-12-02T18:28:09.525Z] #23 0.905 + '[' ppc64le '!=' s390x ']' [2019-12-02T18:28:09.525Z] #23 0.906 + '[' ppc64le '!=' armhf ']' [2019-12-02T18:28:09.525Z] #23 0.907 + build_dockercli [2019-12-02T18:28:09.525Z] #23 0.908 + git clone https://github.com/docker/docker-ce /tmp/tmp.iGyeX8RBXd/tmp/docker-ce [2019-12-02T18:28:09.525Z] #23 0.912 Cloning into '/tmp/tmp.iGyeX8RBXd/tmp/docker-ce'... [2019-12-02T18:28:09.869Z] #23 ... [2019-12-02T18:28:09.869Z] [2019-12-02T18:28:09.869Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:28:09.869Z] #41 0.807 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:28:09.869Z] #41 0.818 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:28:09.869Z] #41 0.868 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:28:09.869Z] #41 0.923 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:28:09.869Z] #41 1.005 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:28:09.869Z] #41 2.429 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [488 kB] [2019-12-02T18:28:09.869Z] #41 5.527 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-02T18:28:09.869Z] #41 7.530 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-02T18:28:09.869Z] #41 ... [2019-12-02T18:28:09.869Z] [2019-12-02T18:28:09.869Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:09.869Z] #63 0.770 + RM_GOPATH=0 [2019-12-02T18:28:09.869Z] #63 0.771 + TMP_GOPATH= [2019-12-02T18:28:09.869Z] #63 0.772 + : /build/ [2019-12-02T18:28:09.869Z] #63 0.773 + '[' -z '' ']' [2019-12-02T18:28:09.869Z] #63 0.777 ++ mktemp -d [2019-12-02T18:28:09.869Z] #63 0.785 + export GOPATH=/tmp/tmp.YiEQdUfg09 [2019-12-02T18:28:09.869Z] #63 0.787 + GOPATH=/tmp/tmp.YiEQdUfg09 [2019-12-02T18:28:09.869Z] #63 0.789 + RM_GOPATH=1 [2019-12-02T18:28:09.869Z] #63 0.801 ++ dirname ./install.sh [2019-12-02T18:28:09.869Z] #63 0.809 + dir=. [2019-12-02T18:28:09.869Z] #63 0.811 + bin=rootlesskit [2019-12-02T18:28:09.869Z] #63 0.812 + shift [2019-12-02T18:28:09.869Z] #63 0.817 + '[' '!' -f ./rootlesskit.installer ']' [2019-12-02T18:28:09.869Z] #63 0.820 + . ./rootlesskit.installer [2019-12-02T18:28:09.869Z] #63 0.823 ++ : 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:28:09.869Z] #63 0.840 + install_rootlesskit [2019-12-02T18:28:09.869Z] #63 0.842 + case "$1" in [2019-12-02T18:28:09.869Z] #63 0.842 + export CGO_ENABLED=0 [2019-12-02T18:28:09.869Z] #63 0.843 + CGO_ENABLED=0 [2019-12-02T18:28:09.869Z] #63 0.847 + _install_rootlesskit [2019-12-02T18:28:09.869Z] #63 0.847 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-12-02T18:28:09.869Z] #63 0.848 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:28:09.869Z] #63 0.848 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.YiEQdUfg09/src/github.com/rootless-containers/rootlesskit [2019-12-02T18:28:09.869Z] #63 0.853 Cloning into '/tmp/tmp.YiEQdUfg09/src/github.com/rootless-containers/rootlesskit'... [2019-12-02T18:28:09.869Z] #63 6.872 + cd /tmp/tmp.YiEQdUfg09/src/github.com/rootless-containers/rootlesskit [2019-12-02T18:28:09.869Z] #63 6.877 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-12-02T18:28:09.869Z] #63 7.128 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-02T18:28:09.869Z] #63 7.130 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-12-02T18:28:10.257Z] #42 122.7 CC criu/seize.o [2019-12-02T18:28:10.652Z] #42 123.3 CC criu/servicefd.o [2019-12-02T18:28:11.064Z] #42 123.6 CC criu/shmem.o [2019-12-02T18:28:12.177Z] #42 124.5 CC criu/sigframe.o [2019-12-02T18:28:12.177Z] #42 124.7 CC criu/signalfd.o [2019-12-02T18:28:12.617Z] #42 125.0 CC criu/sk-inet.o [2019-12-02T18:28:13.454Z] #42 125.8 CC criu/sk-netlink.o [2019-12-02T18:28:13.854Z] #42 126.3 CC criu/sk-packet.o [2019-12-02T18:28:14.256Z] #42 126.8 CC criu/sk-queue.o [2019-12-02T18:28:14.652Z] #42 127.3 CC criu/sk-tcp.o [2019-12-02T18:28:14.743Z] #63 ... [2019-12-02T18:28:14.743Z] [2019-12-02T18:28:14.743Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:28:14.743Z] #32 6.277 internal/bytealg [2019-12-02T18:28:14.743Z] #32 7.144 unicode [2019-12-02T18:28:14.743Z] #32 7.784 internal/testlog [2019-12-02T18:28:14.743Z] #32 7.873 math [2019-12-02T18:28:14.743Z] #32 9.259 encoding [2019-12-02T18:28:14.743Z] #32 9.581 runtime [2019-12-02T18:28:14.743Z] #32 9.964 runtime/cgo [2019-12-02T18:28:15.051Z] #42 127.6 CC criu/sk-unix.o [2019-12-02T18:28:15.083Z] #32 ... [2019-12-02T18:28:15.083Z] [2019-12-02T18:28:15.083Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:28:15.083Z] #45 10.03 unicode/utf16 [2019-12-02T18:28:15.083Z] #45 10.19 runtime [2019-12-02T18:28:15.083Z] #45 11.38 container/list [2019-12-02T18:28:15.083Z] #45 14.98 crypto/internal/subtle [2019-12-02T18:28:15.083Z] #45 15.63 crypto/subtle [2019-12-02T18:28:15.083Z] #45 16.20 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-12-02T18:28:15.424Z] #45 16.79 internal/nettrace [2019-12-02T18:28:15.764Z] #45 17.25 runtime/cgo [2019-12-02T18:28:16.358Z] #42 128.9 CC criu/sockets.o [2019-12-02T18:28:16.764Z] #42 129.5 CC criu/stats.o [2019-12-02T18:28:17.232Z] #42 129.8 CC criu/string.o [2019-12-02T18:28:17.232Z] #42 130.0 CC criu/sysctl.o [2019-12-02T18:28:17.940Z] #59 189.4 + bin/containerd-stress [2019-12-02T18:28:18.304Z] #42 130.7 CC criu/sysfs_parse.o [2019-12-02T18:28:18.304Z] #42 ... [2019-12-02T18:28:18.304Z] [2019-12-02T18:28:18.304Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:28:18.304Z] #39 172.6 + dpkg --print-architecture [2019-12-02T18:28:18.304Z] #39 172.6 + cd /tmp/tmp.POjO5jZLyQ/src/github.com/docker/distribution [2019-12-02T18:28:18.304Z] #39 172.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-12-02T18:28:18.304Z] #39 172.9 + GOPATH=/tmp/tmp.POjO5jZLyQ/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.POjO5jZLyQ [2019-12-02T18:28:18.304Z] #39 172.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-12-02T18:28:18.870Z] #59 191.4 + bin/containerd-shim [2019-12-02T18:28:20.651Z] #45 ... [2019-12-02T18:28:20.651Z] [2019-12-02T18:28:20.651Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:28:20.651Z] #41 21.90 Fetched 7728 kB in 21s (366 kB/s) [2019-12-02T18:28:25.363Z] e96b0897c5d1: Pull complete [2019-12-02T18:28:25.364Z] Digest: sha256:e75260361cbd398788c195a159c2c56e3ef4ee011ecd9bd57bdac73ff1a43e33 [2019-12-02T18:28:25.364Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:28:25.364Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:28:25.364Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2019-12-02T18:28:25.364Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2019-12-02T18:28:25.364Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.864' [2019-12-02T18:28:25.364Z] INFO: Docker version of control daemon [2019-12-02T18:28:25.364Z] [2019-12-02T18:28:25.364Z] Client: Docker Engine - Enterprise [2019-12-02T18:28:25.364Z] Version: 19.03.2 [2019-12-02T18:28:25.364Z] API version: 1.40 [2019-12-02T18:28:25.364Z] Go version: go1.12.8 [2019-12-02T18:28:25.364Z] Git commit: c92ab06ed9 [2019-12-02T18:28:25.364Z] Built: 09/03/2019 16:38:11 [2019-12-02T18:28:25.364Z] OS/Arch: windows/amd64 [2019-12-02T18:28:25.364Z] Experimental: false [2019-12-02T18:28:25.364Z] [2019-12-02T18:28:25.364Z] Server: Docker Engine - Enterprise [2019-12-02T18:28:25.364Z] Engine: [2019-12-02T18:28:25.364Z] Version: 19.03.2 [2019-12-02T18:28:25.364Z] API version: 1.40 (minimum version 1.24) [2019-12-02T18:28:25.364Z] Go version: go1.12.8 [2019-12-02T18:28:25.364Z] Git commit: c92ab06ed9 [2019-12-02T18:28:25.364Z] Built: 09/03/2019 16:35:47 [2019-12-02T18:28:25.364Z] OS/Arch: windows/amd64 [2019-12-02T18:28:25.364Z] Experimental: true [2019-12-02T18:28:25.364Z] [2019-12-02T18:28:25.364Z] INFO: Docker info of control daemon [2019-12-02T18:28:25.364Z] [2019-12-02T18:28:25.364Z] Client: [2019-12-02T18:28:25.364Z] Debug Mode: false [2019-12-02T18:28:25.364Z] Plugins: [2019-12-02T18:28:25.364Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-12-02T18:28:25.364Z] [2019-12-02T18:28:25.364Z] Server: [2019-12-02T18:28:25.364Z] Containers: 0 [2019-12-02T18:28:25.364Z] Running: 0 [2019-12-02T18:28:25.364Z] Paused: 0 [2019-12-02T18:28:25.364Z] Stopped: 0 [2019-12-02T18:28:25.364Z] Images: 1 [2019-12-02T18:28:25.364Z] Server Version: 19.03.2 [2019-12-02T18:28:25.364Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-12-02T18:28:25.364Z] Windows: [2019-12-02T18:28:25.364Z] LCOW: [2019-12-02T18:28:25.364Z] Logging Driver: json-file [2019-12-02T18:28:25.364Z] Plugins: [2019-12-02T18:28:25.364Z] Volume: local [2019-12-02T18:28:25.364Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-12-02T18:28:25.364Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-12-02T18:28:25.364Z] Swarm: inactive [2019-12-02T18:28:25.364Z] Default Isolation: process [2019-12-02T18:28:25.364Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-12-02T18:28:25.364Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.864) [2019-12-02T18:28:25.364Z] OSType: windows [2019-12-02T18:28:25.364Z] Architecture: x86_64 [2019-12-02T18:28:25.364Z] CPUs: 4 [2019-12-02T18:28:25.364Z] Total Memory: 32GiB [2019-12-02T18:28:25.364Z] Name: azwin-2-02a860 [2019-12-02T18:28:25.364Z] ID: QTTQ:M7RZ:2NA6:EI22:D2PD:ZI4W:RA6Q:C36T:AXPG:HG52:W2NW:AFCP [2019-12-02T18:28:25.364Z] Docker Root Dir: D:\docker [2019-12-02T18:28:25.364Z] Debug Mode: false [2019-12-02T18:28:25.364Z] Registry: https://index.docker.io/v1/ [2019-12-02T18:28:25.364Z] Labels: [2019-12-02T18:28:25.364Z] Experimental: true [2019-12-02T18:28:25.364Z] Insecure Registries: [2019-12-02T18:28:25.364Z] 10.0.0.4:5000 [2019-12-02T18:28:25.364Z] 127.0.0.0/8 [2019-12-02T18:28:25.364Z] Registry Mirrors: [2019-12-02T18:28:25.364Z] http://10.0.0.4:5000/ [2019-12-02T18:28:25.364Z] Live Restore Enabled: false [2019-12-02T18:28:25.364Z] [2019-12-02T18:28:25.364Z] [2019-12-02T18:28:25.364Z] INFO: Commit hash is e6d514dba [2019-12-02T18:28:25.364Z] INFO: Nuke-Everything... [2019-12-02T18:28:25.364Z] INFO: Container count on control daemon to delete is 0 [2019-12-02T18:28:25.364Z] INFO: Nuking d:\CI [2019-12-02T18:28:25.364Z] INFO: Zapped successfully [2019-12-02T18:28:25.364Z] INFO: Location for testing is d:\CI\PR-40180\5 [2019-12-02T18:28:25.364Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-12-02T18:28:25.364Z] [2019-12-02T18:28:25.364Z] [2019-12-02T18:28:25.364Z] INFO: Building the image from Dockerfile.windows at 12/02/2019 18:28:23... [2019-12-02T18:28:25.364Z] [2019-12-02T18:28:25.518Z] #41 21.90 Reading package lists... [2019-12-02T18:28:25.518Z] #41 ... [2019-12-02T18:28:25.518Z] [2019-12-02T18:28:25.518Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:28:25.518Z] #39 25.75 + cd /tmp/tmp.eOIxJ1Ic9t/src/github.com/docker/distribution [2019-12-02T18:28:25.518Z] #39 25.75 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-12-02T18:28:26.208Z] #39 ... [2019-12-02T18:28:26.208Z] [2019-12-02T18:28:26.208Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:28:26.208Z] #42 131.1 CC criu/timerfd.o [2019-12-02T18:28:26.208Z] #42 131.4 CC criu/tty.o [2019-12-02T18:28:26.208Z] #42 132.9 CC criu/tun.o [2019-12-02T18:28:26.208Z] #42 133.4 CC criu/uffd.o [2019-12-02T18:28:26.208Z] #42 134.2 CC criu/util.o [2019-12-02T18:28:26.208Z] #42 135.1 CC criu/uts_ns.o [2019-12-02T18:28:26.208Z] #42 135.4 CC criu/vdso.o [2019-12-02T18:28:26.208Z] #42 135.7 LINK criu/built-in.o [2019-12-02T18:28:26.208Z] #42 135.8 LINK criu/criu [2019-12-02T18:28:26.208Z] #42 136.2 DEP lib/c/criu.d [2019-12-02T18:28:26.208Z] #42 136.3 CC images/rpc.pb-c.o [2019-12-02T18:28:26.208Z] #42 136.7 CC lib/c/criu.o [2019-12-02T18:28:26.208Z] #42 137.5 LINK lib/c/built-in.o [2019-12-02T18:28:26.208Z] #42 137.5 LINK lib/c/libcriu.so [2019-12-02T18:28:26.208Z] #42 137.8 GEN magic.py [2019-12-02T18:28:26.208Z] #42 137.8 Note: Building without setproctitle() and strlcpy() support. [2019-12-02T18:28:26.208Z] #42 137.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-02T18:28:26.208Z] #42 138.1 fatal: Not a git repository (or any of the parent directories): .git [2019-12-02T18:28:26.208Z] #42 138.6 make[1]: Nothing to be done for 'all'. [2019-12-02T18:28:26.607Z] #42 139.1 make[1]: 'images/built-in.o' is up to date. [2019-12-02T18:28:26.607Z] #42 139.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-12-02T18:28:26.607Z] #42 139.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-12-02T18:28:26.607Z] #42 139.2 make[1]: 'compel/libcompel.a' is up to date. [2019-12-02T18:28:26.607Z] #42 139.2 make[1]: 'compel/compel-host-bin' is up to date. [2019-12-02T18:28:26.607Z] #42 139.2 make[1]: Nothing to be done for 'all'. [2019-12-02T18:28:26.607Z] #42 139.2 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-02T18:28:26.607Z] #42 139.4 make[2]: Nothing to be done for 'all'. [2019-12-02T18:28:26.970Z] #59 198.2 + bin/containerd-shim-runc-v1 [2019-12-02T18:28:27.184Z] #42 139.4 make[2]: Nothing to be done for 'all'. [2019-12-02T18:28:27.184Z] #42 139.4 make[2]: Nothing to be done for 'all'. [2019-12-02T18:28:27.184Z] #42 139.5 make[2]: Nothing to be done for 'all'. [2019-12-02T18:28:27.184Z] #42 139.6 make[2]: Nothing to be done for 'all'. [2019-12-02T18:28:27.184Z] #42 139.6 make[2]: Nothing to be done for 'all'. [2019-12-02T18:28:27.184Z] #42 139.7 make[2]: Nothing to be done for 'all'. [2019-12-02T18:28:27.184Z] #42 139.8 make[2]: Nothing to be done for 'all'. [2019-12-02T18:28:27.184Z] #42 139.8 INSTALL criu/criu [2019-12-02T18:28:27.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-12-02T18:28:27.667Z] #42 DONE 140.0s [2019-12-02T18:28:27.667Z] [2019-12-02T18:28:27.667Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:28:27.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-12-02T18:28:27.857Z] #39 29.25 + GOPATH=/tmp/tmp.eOIxJ1Ic9t/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.eOIxJ1Ic9t go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-12-02T18:28:28.866Z] #59 201.4 + bin/containerd-shim-runc-v2 [2019-12-02T18:28:29.043Z] #39 ... [2019-12-02T18:28:29.043Z] [2019-12-02T18:28:29.043Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:29.043Z] #51 30.74 + cd /tmp/tmp.UAUnXveMs4/src/github.com/golangci/golangci-lint/ [2019-12-02T18:28:29.043Z] #51 30.76 + git checkout -q v1.20.0 [2019-12-02T18:28:29.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-12-02T18:28:29.797Z] #59 202.3 + binaries [2019-12-02T18:28:30.054Z] #59 202.3 + mkdir -p /build [2019-12-02T18:28:30.054Z] #59 202.3 + cp bin/containerd /build/containerd [2019-12-02T18:28:30.054Z] #59 202.4 + cp bin/containerd-shim /build/containerd-shim [2019-12-02T18:28:30.054Z] #59 202.4 + cp bin/ctr /build/ctr [2019-12-02T18:28:30.079Z] Sending build context to Docker daemon 50.38MB [2019-12-02T18:28:30.079Z] [2019-12-02T18:28:30.079Z] Step 1/8 : FROM microsoft/windowsservercore [2019-12-02T18:28:30.079Z] ---> 49e459dc7a6b [2019-12-02T18:28:30.079Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-12-02T18:28:30.079Z] ---> Running in b522e8e6da89 [2019-12-02T18:28:30.545Z] Removing intermediate container b522e8e6da89 [2019-12-02T18:28:30.545Z] ---> c73a99076e07 [2019-12-02T18:28:30.545Z] Step 3/8 : ARG GO_VERSION=1.13.4 [2019-12-02T18:28:30.545Z] ---> Running in c79b5bfa03d7 [2019-12-02T18:28:30.787Z] #51 32.08 ++ git describe --tags [2019-12-02T18:28:30.787Z] #51 32.09 + version=v1.20.0 [2019-12-02T18:28:30.787Z] #51 32.09 ++ git rev-parse --short HEAD [2019-12-02T18:28:30.787Z] #51 32.09 + commit=cc98739 [2019-12-02T18:28:30.787Z] #51 32.09 ++ git show -s --format=%cd [2019-12-02T18:28:30.787Z] #51 32.10 + commitDate='Tue Oct 8 14:38:32 2019 +0300' [2019-12-02T18:28:30.787Z] #51 32.10 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.20.0" -X "main.commit=cc98739" -X "main.date=Tue Oct 8 14:38:32 2019 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-12-02T18:28:30.787Z] #51 ... [2019-12-02T18:28:30.787Z] [2019-12-02T18:28:30.787Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:28:30.787Z] #11 22.34 Fetched 7728 kB in 21s (357 kB/s) [2019-12-02T18:28:30.787Z] #11 22.34 Reading package lists... [2019-12-02T18:28:30.787Z] #11 ... [2019-12-02T18:28:30.787Z] [2019-12-02T18:28:30.787Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:28:30.787Z] #34 22.47 Fetched 7728 kB in 21s (360 kB/s) [2019-12-02T18:28:30.787Z] #34 22.47 Reading package lists... [2019-12-02T18:28:30.984Z] #59 DONE 203.3s [2019-12-02T18:28:31.009Z] Removing intermediate container c79b5bfa03d7 [2019-12-02T18:28:31.009Z] ---> 33b9ded974b3 [2019-12-02T18:28:31.009Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-12-02T18:28:31.009Z] ---> Running in bac123cddd29 [2019-12-02T18:28:31.130Z] #34 32.52 Reading package lists... [2019-12-02T18:28:31.130Z] #34 ... [2019-12-02T18:28:31.130Z] [2019-12-02T18:28:31.130Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:28:31.130Z] #25 22.66 Fetched 7728 kB in 21s (360 kB/s) [2019-12-02T18:28:31.130Z] #25 22.66 Reading package lists... [2019-12-02T18:28:31.130Z] #25 32.60 Reading package lists... [2019-12-02T18:28:31.130Z] #25 ... [2019-12-02T18:28:31.130Z] [2019-12-02T18:28:31.130Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:28:31.130Z] #11 32.67 Reading package lists... [2019-12-02T18:28:31.130Z] #11 ... [2019-12-02T18:28:31.130Z] [2019-12-02T18:28:31.130Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:28:31.130Z] #57 22.96 Fetched 7728 kB in 22s (347 kB/s) [2019-12-02T18:28:31.130Z] #57 22.96 Reading package lists... [2019-12-02T18:28:31.469Z] #57 33.11 Reading package lists... [2019-12-02T18:28:31.469Z] #57 ... [2019-12-02T18:28:31.469Z] [2019-12-02T18:28:31.469Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:28:31.469Z] #41 21.90 Reading package lists... [2019-12-02T18:28:31.472Z] Removing intermediate container bac123cddd29 [2019-12-02T18:28:31.472Z] ---> b91833fdb0e8 [2019-12-02T18:28:31.472Z] Step 5/8 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-12-02T18:28:31.472Z] ---> Running in 3d74212a0291 [2019-12-02T18:28:31.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-12-02T18:28:31.809Z] #41 31.61 Reading package lists... [2019-12-02T18:28:31.809Z] #41 ... [2019-12-02T18:28:31.809Z] [2019-12-02T18:28:31.809Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:28:31.809Z] #45 23.17 vendor/golang.org/x/crypto/internal/subtle [2019-12-02T18:28:31.809Z] #45 ... [2019-12-02T18:28:31.809Z] [2019-12-02T18:28:31.809Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:28:31.809Z] #69 27.30 + cd /tmp/tmp.ozW0lEuDsp/src/github.com/docker/libnetwork [2019-12-02T18:28:31.809Z] #69 27.31 + git checkout -q 90afbb01e1d8acacb505a092744ea42b9f167377 [2019-12-02T18:28:31.809Z] #69 28.14 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-12-02T18:28:31.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-12-02T18:28:31.914Z] [2019-12-02T18:28:31.914Z] #60 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-12-02T18:28:32.170Z] #60 DONE 0.4s [2019-12-02T18:28:32.427Z] [2019-12-02T18:28:32.427Z] #64 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-12-02T18:28:32.427Z] #64 DONE 0.2s [2019-12-02T18:28:32.684Z] [2019-12-02T18:28:32.684Z] #66 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-12-02T18:28:32.684Z] #66 DONE 0.1s [2019-12-02T18:28:32.684Z] [2019-12-02T18:28:32.684Z] #69 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-12-02T18:28:32.684Z] #69 DONE 0.1s [2019-12-02T18:28:32.893Z] #39 ... [2019-12-02T18:28:32.893Z] [2019-12-02T18:28:32.893Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:28:32.893Z] #55 93.22 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-12-02T18:28:32.940Z] [2019-12-02T18:28:32.940Z] #70 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-12-02T18:28:32.940Z] #70 DONE 0.0s [2019-12-02T18:28:32.940Z] [2019-12-02T18:28:32.940Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-12-02T18:28:34.254Z] #55 94.53 + mkdir -p /build [2019-12-02T18:28:34.254Z] #55 94.53 + cp runc /build/runc [2019-12-02T18:28:34.254Z] #55 DONE 94.7s [2019-12-02T18:28:34.254Z] [2019-12-02T18:28:34.254Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:34.837Z] #71 DONE 1.7s [2019-12-02T18:28:34.837Z] [2019-12-02T18:28:34.837Z] #72 exporting to image [2019-12-02T18:28:34.837Z] #72 exporting layers [2019-12-02T18:28:36.097Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-12-02T18:28:37.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-12-02T18:28:38.684Z] #60 ... [2019-12-02T18:28:38.684Z] [2019-12-02T18:28:38.684Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:28:38.684Z] #39 192.8 + rm -rf /tmp/tmp.POjO5jZLyQ/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.POjO5jZLyQ [2019-12-02T18:28:38.684Z] #39 DONE 193.0s [2019-12-02T18:28:38.684Z] [2019-12-02T18:28:38.684Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:39.084Z] #51 ... [2019-12-02T18:28:39.084Z] [2019-12-02T18:28:39.084Z] #40 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-12-02T18:28:39.379Z] #69 ... [2019-12-02T18:28:39.379Z] [2019-12-02T18:28:39.379Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:28:39.379Z] #41 31.61 Reading package lists... [2019-12-02T18:28:39.494Z] #40 DONE 0.2s [2019-12-02T18:28:39.494Z] [2019-12-02T18:28:39.494Z] #43 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-12-02T18:28:39.494Z] #43 DONE 0.1s [2019-12-02T18:28:39.494Z] [2019-12-02T18:28:39.494Z] #46 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-12-02T18:28:39.494Z] #46 DONE 0.1s [2019-12-02T18:28:39.494Z] [2019-12-02T18:28:39.494Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:39.494Z] #60 ... [2019-12-02T18:28:39.494Z] [2019-12-02T18:28:39.494Z] #49 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-12-02T18:28:39.494Z] #49 DONE 0.1s [2019-12-02T18:28:39.875Z] [2019-12-02T18:28:39.875Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:40.222Z] [2019-12-02T18:28:40.222Z] SUCCESS: Specified value was saved. [2019-12-02T18:28:40.684Z] INFO: Downloading git... [2019-12-02T18:28:41.127Z] #41 41.29 Building dependency tree... [2019-12-02T18:28:41.670Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-12-02T18:28:42.356Z] INFO: Downloading go... [2019-12-02T18:28:43.447Z] #41 45.02 The following additional packages will be installed: [2019-12-02T18:28:43.447Z] #41 45.02 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-12-02T18:28:43.447Z] #41 45.02 libprotoc10 python-pkg-resources zlib1g-dev [2019-12-02T18:28:43.447Z] #41 45.04 Suggested packages: [2019-12-02T18:28:43.447Z] #41 45.04 manpages-dev python-setuptools [2019-12-02T18:28:43.911Z] INFO: Downloading compiler 1 of 3... [2019-12-02T18:28:44.890Z] INFO: Downloading compiler 2 of 3... [2019-12-02T18:28:45.154Z] #41 ... [2019-12-02T18:28:45.154Z] [2019-12-02T18:28:45.154Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:28:45.154Z] #11 32.67 Reading package lists... [2019-12-02T18:28:45.154Z] #11 42.73 Building dependency tree... [2019-12-02T18:28:45.154Z] #11 45.94 The following additional packages will be installed: [2019-12-02T18:28:45.154Z] #11 45.95 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dmsetup [2019-12-02T18:28:45.154Z] #11 45.95 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor1 [2019-12-02T18:28:45.154Z] #11 45.95 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-02T18:28:45.154Z] #11 45.95 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp2 libselinux1-dev [2019-12-02T18:28:45.154Z] #11 45.96 libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2019-12-02T18:28:45.154Z] #11 45.96 Suggested packages: [2019-12-02T18:28:45.154Z] #11 45.96 gcc-6-locales seccomp wine64 [2019-12-02T18:28:45.351Z] INFO: Downloading compiler 3 of 3... [2019-12-02T18:28:45.816Z] INFO: Extracting git... [2019-12-02T18:28:45.864Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-12-02T18:28:46.859Z] #11 ... [2019-12-02T18:28:46.859Z] [2019-12-02T18:28:46.860Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:28:46.860Z] #41 48.72 The following NEW packages will be installed: [2019-12-02T18:28:47.023Z] #72 exporting layers 10.9s done [2019-12-02T18:28:47.023Z] #72 writing image sha256:59131abf436119edf8dcc56cbaa1fa929b3af174f1297e64f606f03dcdec4947 done [2019-12-02T18:28:47.023Z] #72 naming to docker.io/library/docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 done [2019-12-02T18:28:47.023Z] #72 DONE 11.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-12-02T18:28:47.201Z] #41 48.72 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-12-02T18:28:47.201Z] #41 48.73 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-12-02T18:28:47.201Z] #41 48.73 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-12-02T18:28:47.201Z] #41 48.73 zlib1g-dev [2019-12-02T18:28:47.201Z] #41 48.92 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:28:47.201Z] #41 48.92 Need to get 3548 kB of archives. [2019-12-02T18:28:47.201Z] #41 48.92 After this operation, 21.2 MB of additional disk space will be used. [2019-12-02T18:28:47.201Z] #41 48.92 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-12-02T18:28:47.201Z] #41 48.95 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-12-02T18:28:47.201Z] #41 48.96 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-12-02T18:28:47.201Z] #41 49.00 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-12-02T18:28:47.201Z] #41 49.01 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-12-02T18:28:47.201Z] #41 49.02 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-12-02T18:28:47.201Z] #41 49.02 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-12-02T18:28:47.201Z] #41 49.04 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-12-02T18:28:47.543Z] #41 49.07 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-12-02T18:28:47.543Z] #41 49.22 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-12-02T18:28:47.543Z] #41 49.27 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-12-02T18:28:47.885Z] #41 49.49 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-12-02T18:28:47.885Z] #41 49.63 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-12-02T18:28:47.885Z] #41 49.66 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-12-02T18:28:47.885Z] #41 49.67 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-12-02T18:28:47.885Z] #41 49.72 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-12-02T18:28:48.025Z] [2019-12-02T18:28:48.025Z] Removing bundles/ [2019-12-02T18:28:48.025Z] [2019-12-02T18:28:48.025Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-12-02T18:28:48.025Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-12-02T18:28:48.025Z] GOOS="" GOARCH="" GOARM="" [2019-12-02T18:28:48.091Z] #60 177.4 + bin/containerd [2019-12-02T18:28:48.660Z] #41 ... [2019-12-02T18:28:48.660Z] [2019-12-02T18:28:48.660Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2019-12-02T18:28:48.660Z] #25 32.60 Reading package lists... [2019-12-02T18:28:48.660Z] #25 42.75 Building dependency tree... [2019-12-02T18:28:48.660Z] #25 46.02 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-12-02T18:28:48.660Z] #25 46.02 The following additional packages will be installed: [2019-12-02T18:28:48.660Z] #25 46.05 libjq1 libonig4 [2019-12-02T18:28:48.660Z] #25 46.63 The following NEW packages will be installed: [2019-12-02T18:28:48.660Z] #25 46.64 jq libjq1 libonig4 [2019-12-02T18:28:48.660Z] #25 46.77 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:28:48.660Z] #25 46.77 Need to get 310 kB of archives. [2019-12-02T18:28:48.660Z] #25 46.77 After this operation, 1267 kB of additional disk space will be used. [2019-12-02T18:28:48.660Z] #25 46.77 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-12-02T18:28:48.660Z] #25 46.82 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-12-02T18:28:48.660Z] #25 46.85 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-12-02T18:28:48.660Z] #25 48.24 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:28:48.660Z] #25 48.58 Fetched 310 kB in 0s (2055 kB/s) [2019-12-02T18:28:48.660Z] #25 48.82 Selecting previously unselected package libonig4:ppc64el. [2019-12-02T18:28:48.660Z] #25 48.82 (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-12-02T18:28:48.660Z] #25 48.95 Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-12-02T18:28:48.660Z] #25 48.96 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-12-02T18:28:48.660Z] #25 49.33 Selecting previously unselected package libjq1:ppc64el. [2019-12-02T18:28:48.660Z] #25 49.36 Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-12-02T18:28:48.660Z] #25 49.37 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-12-02T18:28:48.660Z] #25 49.71 Selecting previously unselected package jq. [2019-12-02T18:28:48.660Z] #25 49.73 Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-12-02T18:28:48.660Z] #25 49.74 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-02T18:28:48.660Z] #25 50.04 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-12-02T18:28:48.660Z] #25 50.07 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-12-02T18:28:48.660Z] #25 50.08 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:28:48.660Z] #25 50.18 Setting up jq (1.5+dfsg-1.3) ... [2019-12-02T18:28:48.660Z] #25 DONE 50.3s [2019-12-02T18:28:48.660Z] [2019-12-02T18:28:48.660Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-12-02T18:28:48.660Z] #26 DONE 0.1s [2019-12-02T18:28:48.660Z] [2019-12-02T18:28:48.660Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:28:48.660Z] #11 49.58 The following NEW packages will be installed: [2019-12-02T18:28:48.660Z] #11 49.59 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 [2019-12-02T18:28:48.660Z] #11 49.59 btrfs-progs btrfs-tools dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-12-02T18:28:48.660Z] #11 49.59 gcc-mingw-w64-x86-64 libapparmor-dev libapparmor1 libdevmapper-dev [2019-12-02T18:28:48.660Z] #11 49.59 libdevmapper-event1.02.1 libdevmapper1.02.1 liblzo2-2 libpcre16-3 [2019-12-02T18:28:48.660Z] #11 49.60 libpcre3-dev libpcre32-3 libpcrecpp0v5 libseccomp-dev libseccomp2 [2019-12-02T18:28:48.660Z] #11 49.60 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2019-12-02T18:28:48.660Z] #11 49.60 mingw-w64-x86-64-dev [2019-12-02T18:28:48.660Z] #11 49.72 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:28:48.660Z] #11 49.72 Need to get 70.1 MB of archives. [2019-12-02T18:28:48.660Z] #11 49.72 After this operation, 498 MB of additional disk space will be used. [2019-12-02T18:28:48.660Z] #11 49.72 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-12-02T18:28:48.660Z] #11 49.76 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-12-02T18:28:48.660Z] #11 49.78 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-12-02T18:28:48.660Z] #11 49.78 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-12-02T18:28:48.660Z] #11 49.90 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-12-02T18:28:48.660Z] #11 49.90 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-12-02T18:28:48.660Z] #11 49.94 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-12-02T18:28:48.660Z] #11 49.96 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] [2019-12-02T18:28:48.660Z] #11 49.99 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-12-02T18:28:48.660Z] #11 50.08 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-12-02T18:28:48.660Z] #11 50.13 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-12-02T18:28:48.660Z] #11 50.17 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-12-02T18:28:48.660Z] #11 50.29 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-12-02T18:28:48.660Z] #11 50.33 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-12-02T18:28:48.660Z] #11 50.35 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-12-02T18:28:48.660Z] #11 50.36 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB] [2019-12-02T18:28:48.660Z] #11 50.38 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-12-02T18:28:49.010Z] #11 50.71 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] [2019-12-02T18:28:49.154Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-12-02T18:28:49.357Z] #11 51.10 Get:19 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-12-02T18:28:49.701Z] #11 51.42 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-12-02T18:28:49.701Z] #11 51.43 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-12-02T18:28:50.443Z] #11 52.21 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-12-02T18:28:50.790Z] #11 52.66 Get:23 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-12-02T18:28:50.790Z] #11 52.69 Get:24 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-12-02T18:28:50.790Z] #11 ... [2019-12-02T18:28:50.790Z] [2019-12-02T18:28:50.790Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:28:50.790Z] #34 32.52 Reading package lists... [2019-12-02T18:28:50.790Z] #34 43.04 Building dependency tree... [2019-12-02T18:28:50.790Z] #34 46.35 The following additional packages will be installed: [2019-12-02T18:28:50.790Z] #34 46.36 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-12-02T18:28:50.790Z] #34 46.37 Suggested packages: [2019-12-02T18:28:50.790Z] #34 46.37 codeblocks eclipse ninja-build lrzip [2019-12-02T18:28:50.790Z] #34 46.37 Recommended packages: [2019-12-02T18:28:50.790Z] #34 46.37 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-12-02T18:28:50.790Z] #34 47.80 The following NEW packages will be installed: [2019-12-02T18:28:50.790Z] #34 47.81 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-12-02T18:28:50.790Z] #34 47.81 vim-common xxd [2019-12-02T18:28:50.790Z] #34 48.00 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:28:50.790Z] #34 48.00 Need to get 13.4 MB of archives. [2019-12-02T18:28:50.790Z] #34 48.00 After this operation, 60.4 MB of additional disk space will be used. [2019-12-02T18:28:50.790Z] #34 48.00 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-12-02T18:28:50.790Z] #34 48.25 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-12-02T18:28:50.790Z] #34 48.33 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-12-02T18:28:50.790Z] #34 49.81 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-12-02T18:28:50.790Z] #34 49.92 Get:5 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u2 [272 kB] [2019-12-02T18:28:50.790Z] #34 49.95 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-12-02T18:28:50.790Z] #34 49.96 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-12-02T18:28:50.790Z] #34 49.97 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-12-02T18:28:50.790Z] #34 50.34 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-02T18:28:50.790Z] #34 50.38 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-02T18:28:50.790Z] #34 52.03 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:28:50.790Z] #34 52.27 Fetched 13.4 MB in 2s (5315 kB/s) [2019-12-02T18:28:50.790Z] #34 52.54 Selecting previously unselected package cmake-data. [2019-12-02T18:28:50.790Z] #34 52.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 ... 14950 files and directories currently installed.) [2019-12-02T18:28:50.790Z] #34 52.67 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-12-02T18:28:51.060Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-12-02T18:28:51.134Z] #34 52.69 Unpacking cmake-data (3.7.2-1) ... [2019-12-02T18:28:51.134Z] #34 ... [2019-12-02T18:28:51.134Z] [2019-12-02T18:28:51.134Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:28:51.134Z] #57 33.11 Reading package lists... [2019-12-02T18:28:51.134Z] #57 43.20 Building dependency tree... [2019-12-02T18:28:51.134Z] #57 47.48 The following additional packages will be installed: [2019-12-02T18:28:51.134Z] #57 47.49 btrfs-progs liblzo2-2 [2019-12-02T18:28:51.134Z] #57 47.93 The following NEW packages will be installed: [2019-12-02T18:28:51.134Z] #57 47.95 btrfs-progs btrfs-tools liblzo2-2 [2019-12-02T18:28:51.134Z] #57 48.15 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:28:51.134Z] #57 48.15 Need to get 588 kB of archives. [2019-12-02T18:28:51.134Z] #57 48.15 After this operation, 5005 kB of additional disk space will be used. [2019-12-02T18:28:51.134Z] #57 48.15 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-12-02T18:28:51.134Z] #57 48.19 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-12-02T18:28:51.134Z] #57 48.32 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-12-02T18:28:51.134Z] #57 50.39 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:28:51.134Z] #57 50.78 Fetched 588 kB in 0s (2207 kB/s) [2019-12-02T18:28:51.134Z] #57 50.97 Selecting previously unselected package liblzo2-2:ppc64el. [2019-12-02T18:28:51.134Z] #57 50.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 ... 14950 files and directories currently installed.) [2019-12-02T18:28:51.134Z] #57 51.13 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-12-02T18:28:51.134Z] #57 51.15 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-02T18:28:51.134Z] #57 51.36 Selecting previously unselected package btrfs-progs. [2019-12-02T18:28:51.134Z] #57 51.39 Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-12-02T18:28:51.134Z] #57 51.40 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-02T18:28:51.134Z] #57 52.43 Selecting previously unselected package btrfs-tools. [2019-12-02T18:28:51.134Z] #57 52.45 Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-12-02T18:28:51.134Z] #57 52.46 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-02T18:28:51.134Z] #57 52.66 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:28:51.134Z] #57 52.80 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-02T18:28:51.134Z] #57 52.81 Setting up btrfs-progs (4.7.3-1) ... [2019-12-02T18:28:51.134Z] #57 52.82 Setting up btrfs-tools (4.7.3-1) ... [2019-12-02T18:28:51.134Z] #57 52.83 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:28:51.134Z] #57 ... [2019-12-02T18:28:51.134Z] [2019-12-02T18:28:51.134Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:28:51.134Z] #41 51.86 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:28:51.134Z] #41 52.16 Fetched 3548 kB in 0s (3832 kB/s) [2019-12-02T18:28:51.134Z] #41 52.35 Selecting previously unselected package libnet1:ppc64el. [2019-12-02T18:28:51.134Z] #41 52.35 (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-12-02T18:28:51.134Z] #41 52.48 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-12-02T18:28:51.134Z] #41 52.49 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-12-02T18:28:51.134Z] #41 52.76 Selecting previously unselected package libcap-dev:ppc64el. [2019-12-02T18:28:51.134Z] #41 52.77 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-12-02T18:28:51.134Z] #41 52.77 Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-12-02T18:28:51.481Z] #41 ... [2019-12-02T18:28:51.481Z] [2019-12-02T18:28:51.481Z] #57 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2019-12-02T18:28:51.481Z] #57 DONE 53.0s [2019-12-02T18:28:51.481Z] [2019-12-02T18:28:51.481Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:28:51.481Z] #41 52.97 Selecting previously unselected package libnet1-dev. [2019-12-02T18:28:51.481Z] #41 52.97 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-12-02T18:28:51.481Z] #41 52.98 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-12-02T18:28:51.481Z] #41 ... [2019-12-02T18:28:51.481Z] [2019-12-02T18:28:51.481Z] #58 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:28:51.481Z] #58 DONE 0.1s [2019-12-02T18:28:51.481Z] [2019-12-02T18:28:51.481Z] #59 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-12-02T18:28:51.481Z] #59 DONE 0.1s [2019-12-02T18:28:51.481Z] [2019-12-02T18:28:51.481Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:28:51.481Z] #41 53.35 Selecting previously unselected package libnl-3-200:ppc64el. [2019-12-02T18:28:51.481Z] #41 53.36 Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-12-02T18:28:51.825Z] #41 53.37 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-12-02T18:28:51.825Z] #41 53.55 Selecting previously unselected package libnl-3-dev:ppc64el. [2019-12-02T18:28:51.825Z] #41 53.57 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-12-02T18:28:51.825Z] #41 53.58 Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-12-02T18:28:52.169Z] #41 53.95 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-12-02T18:28:52.169Z] #41 53.97 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-12-02T18:28:52.169Z] #41 54.01 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-12-02T18:28:52.258Z] #60 ... [2019-12-02T18:28:52.258Z] [2019-12-02T18:28:52.258Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:52.258Z] #51 DONE 206.5s [2019-12-02T18:28:52.258Z] [2019-12-02T18:28:52.258Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:52.512Z] #41 54.24 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-12-02T18:28:52.512Z] #41 54.25 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-12-02T18:28:52.512Z] #41 54.26 Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-12-02T18:28:52.855Z] #41 54.41 Selecting previously unselected package zlib1g-dev:ppc64el. [2019-12-02T18:28:52.855Z] #41 54.42 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-12-02T18:28:52.855Z] #41 54.44 Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-12-02T18:28:53.152Z] #60 ... [2019-12-02T18:28:53.152Z] [2019-12-02T18:28:53.152Z] #52 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-12-02T18:28:53.152Z] #52 DONE 0.1s [2019-12-02T18:28:53.152Z] [2019-12-02T18:28:53.152Z] #56 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-12-02T18:28:53.152Z] #56 DONE 0.2s [2019-12-02T18:28:53.152Z] [2019-12-02T18:28:53.152Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:53.201Z] #41 54.84 Selecting previously unselected package libprotobuf10:ppc64el. [2019-12-02T18:28:53.201Z] #41 54.84 Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-12-02T18:28:53.201Z] #41 54.84 Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-12-02T18:28:54.408Z] #41 56.17 Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-12-02T18:28:54.408Z] #41 56.20 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-12-02T18:28:54.408Z] #41 56.22 Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-12-02T18:28:54.753Z] #41 56.46 Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-12-02T18:28:54.753Z] #41 56.47 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-12-02T18:28:54.753Z] #41 56.47 Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-12-02T18:28:55.254Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-12-02T18:28:57.091Z] #41 ... [2019-12-02T18:28:57.091Z] [2019-12-02T18:28:57.091Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:28:57.091Z] #27 4.891 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-12-02T18:28:57.091Z] #27 6.020 [2019-12-02T18:28:57.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-12-02T18:28:57.434Z] #27 6.777 ### 4.9% ######## 11.2% ########### 15.5% ############### 21.9% ################## 26.2% ####################### 32.5% ############################# 41.0% ##################################### 51.7% ######################################### 58.2% ########################################### 60.3% ############################################## 64.6% ################################################### 71.0% ####################################################### 77.3% ############################################################ 83.7% ################################################################ 90.1% ################################################################### 94.4% ####################################################################### 98.6% ######################################################################## 100.0% [2019-12-02T18:28:58.168Z] #27 ... [2019-12-02T18:28:58.168Z] [2019-12-02T18:28:58.168Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:28:58.168Z] #48 59.85 + cd /tmp/tmp.y7taWLQCxR/src/gotest.tools/gotestsum [2019-12-02T18:28:58.511Z] #48 59.85 + git checkout -q v0.3.5 [2019-12-02T18:28:58.512Z] #48 60.00 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-12-02T18:28:59.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-12-02T18:29:00.851Z] #48 ... [2019-12-02T18:29:00.851Z] [2019-12-02T18:29:00.851Z] #69 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:29:00.851Z] #69 DONE 62.4s [2019-12-02T18:29:00.851Z] [2019-12-02T18:29:00.851Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:29:00.851Z] #27 9.967 [2019-12-02T18:29:00.851Z] #27 10.54 ######### 13.3% ############# 19.1% ########################## 36.3% ################################## 47.8% ############################################## 65.1% ####################################################### 76.5% ########################################################### 82.3% ################################################################### 93.8% ######################################################################## 100.0% [2019-12-02T18:29:00.976Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-02T18:29:00.976Z] Using test binary docker [2019-12-02T18:29:00.976Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-12-02T18:29:00.976Z] +++ /etc/init.d/apparmor start [2019-12-02T18:29:00.976Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-02T18:29:00.976Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-02T18:29:00.976Z] Warning failed to create cache: (null) [2019-12-02T18:29:00.976Z] . [2019-12-02T18:29:00.976Z] INFO: Waiting for daemon to start... [2019-12-02T18:29:00.976Z] Starting dockerd [2019-12-02T18:29:00.976Z] +++ 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-12-02T18:29:01.582Z] #27 12.81 [2019-12-02T18:29:01.582Z] #27 ... [2019-12-02T18:29:01.582Z] [2019-12-02T18:29:01.582Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:29:01.582Z] #60 0.338 + RM_GOPATH=0 [2019-12-02T18:29:01.582Z] #60 0.338 + TMP_GOPATH= [2019-12-02T18:29:01.582Z] #60 0.338 + : /build [2019-12-02T18:29:01.582Z] #60 0.338 + '[' -z '' ']' [2019-12-02T18:29:01.582Z] #60 0.339 ++ mktemp -d [2019-12-02T18:29:01.582Z] #60 0.360 + export GOPATH=/tmp/tmp.W3FIz7gtPi [2019-12-02T18:29:01.582Z] #60 0.366 + GOPATH=/tmp/tmp.W3FIz7gtPi [2019-12-02T18:29:01.582Z] #60 0.366 + RM_GOPATH=1 [2019-12-02T18:29:01.582Z] #60 0.367 ++ dirname ./install.sh [2019-12-02T18:29:01.582Z] #60 0.375 + dir=. [2019-12-02T18:29:01.582Z] #60 0.376 + bin=containerd [2019-12-02T18:29:01.582Z] #60 0.376 + shift [2019-12-02T18:29:01.582Z] #60 0.377 + '[' '!' -f ./containerd.installer ']' [2019-12-02T18:29:01.582Z] #60 0.377 + . ./containerd.installer [2019-12-02T18:29:01.582Z] #60 0.378 ++ : c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:29:01.582Z] #60 0.386 + install_containerd [2019-12-02T18:29:01.582Z] #60 0.390 Install containerd version c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:29:01.582Z] #60 0.390 + echo 'Install containerd version c7a4f874b3267c499484aae602d1257b12d69e40' [2019-12-02T18:29:01.582Z] #60 0.391 + git clone https://github.com/containerd/containerd.git /tmp/tmp.W3FIz7gtPi/src/github.com/containerd/containerd [2019-12-02T18:29:01.582Z] #60 0.419 Cloning into '/tmp/tmp.W3FIz7gtPi/src/github.com/containerd/containerd'... [2019-12-02T18:29:01.582Z] #60 ... [2019-12-02T18:29:01.582Z] [2019-12-02T18:29:01.582Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:29:01.582Z] #41 58.92 Selecting previously unselected package libprotoc10:ppc64el. [2019-12-02T18:29:01.582Z] #41 58.97 Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-12-02T18:29:01.582Z] #41 58.99 Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-12-02T18:29:01.582Z] #41 60.34 Selecting previously unselected package protobuf-c-compiler. [2019-12-02T18:29:01.582Z] #41 60.36 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-12-02T18:29:01.582Z] #41 60.37 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-12-02T18:29:01.582Z] #41 60.59 Selecting previously unselected package protobuf-compiler. [2019-12-02T18:29:01.582Z] #41 60.60 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-12-02T18:29:01.582Z] #41 60.60 Unpacking protobuf-compiler (3.0.0-9) ... [2019-12-02T18:29:01.582Z] #41 60.84 Selecting previously unselected package python-pkg-resources. [2019-12-02T18:29:01.582Z] #41 60.84 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-12-02T18:29:01.582Z] #41 60.84 Unpacking python-pkg-resources (33.1.1-1) ... [2019-12-02T18:29:01.582Z] #41 61.21 Selecting previously unselected package python-protobuf. [2019-12-02T18:29:01.582Z] #41 61.22 Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-12-02T18:29:01.582Z] #41 61.26 Unpacking python-protobuf (3.0.0-9) ... [2019-12-02T18:29:01.582Z] #41 62.15 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-12-02T18:29:01.582Z] #41 62.32 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-12-02T18:29:01.582Z] #41 62.32 Setting up python-pkg-resources (33.1.1-1) ... [2019-12-02T18:29:02.371Z] #41 ... [2019-12-02T18:29:02.371Z] [2019-12-02T18:29:02.371Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:29:02.880Z] . [2019-12-02T18:29:02.880Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-02T18:29:02.880Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-02T18:29:02.880Z] Error: No such image: emptyfs [2019-12-02T18:29:02.880Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-02T18:29:02.880Z] ++++ docker load [2019-12-02T18:29:03.140Z] Running integration-test (iteration 1) [2019-12-02T18:29:03.140Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2019-12-02T18:29:03.140Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:29:03.140Z] ++ set -e [2019-12-02T18:29:03.140Z] ++ '[' -n 0 ']' [2019-12-02T18:29:03.140Z] ++ set -x [2019-12-02T18:29:03.140Z] ++ 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=arm64 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/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:29:03.541Z] INFO: Expanding go... [2019-12-02T18:29:03.782Z] #27 13.57 ## 3.1% ##### 8.3% ######### 13.5% ########### 16.0% ############# 18.6% ################# 23.8% ######################## 33.9% ################################# 46.8% ####################################### 54.5% ############################################ 62.2% #################################################### 72.6% ######################################################### 80.3% ############################################################### 88.1% #################################################################### 95.8% ######################################################################## 100.0% [2019-12-02T18:29:04.966Z] #27 ... [2019-12-02T18:29:04.966Z] [2019-12-02T18:29:04.966Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:29:04.966Z] #34 56.52 Selecting previously unselected package liblzo2-2:ppc64el. [2019-12-02T18:29:04.966Z] #34 56.56 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-12-02T18:29:04.966Z] #34 56.58 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-02T18:29:04.966Z] #34 56.83 Selecting previously unselected package libicu57:ppc64el. [2019-12-02T18:29:04.966Z] #34 56.83 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-12-02T18:29:04.966Z] #34 56.83 Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-12-02T18:29:04.966Z] #34 ... [2019-12-02T18:29:04.966Z] [2019-12-02T18:29:04.966Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:29:04.966Z] #11 58.16 Get:25 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-12-02T18:29:04.966Z] #11 62.05 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-12-02T18:29:04.966Z] #11 62.07 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-12-02T18:29:04.966Z] #11 64.28 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:29:04.966Z] #11 64.48 Fetched 70.1 MB in 12s (5649 kB/s) [2019-12-02T18:29:04.966Z] #11 64.63 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-12-02T18:29:04.966Z] #11 64.63 (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-12-02T18:29:04.966Z] #11 64.85 Preparing to unpack .../00-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-12-02T18:29:04.966Z] #11 64.86 Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-12-02T18:29:04.966Z] #11 65.23 Selecting previously unselected package libudev-dev:ppc64el. [2019-12-02T18:29:04.966Z] #11 65.25 Preparing to unpack .../01-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-12-02T18:29:04.966Z] #11 65.32 Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-12-02T18:29:04.966Z] #11 65.69 Selecting previously unselected package liblzo2-2:ppc64el. [2019-12-02T18:29:04.966Z] #11 65.70 Preparing to unpack .../02-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-12-02T18:29:04.966Z] #11 65.71 Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-02T18:29:04.966Z] #11 65.95 Selecting previously unselected package btrfs-progs. [2019-12-02T18:29:04.966Z] #11 65.96 Preparing to unpack .../03-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-12-02T18:29:04.966Z] #11 65.96 Unpacking btrfs-progs (4.7.3-1) ... [2019-12-02T18:29:05.308Z] #11 66.86 Selecting previously unselected package btrfs-tools. [2019-12-02T18:29:05.308Z] #11 66.88 Preparing to unpack .../04-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-12-02T18:29:05.308Z] #11 66.88 Unpacking btrfs-tools (4.7.3-1) ... [2019-12-02T18:29:05.308Z] #11 67.01 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-12-02T18:29:05.308Z] #11 67.02 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-12-02T18:29:05.308Z] #11 67.07 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-12-02T18:29:05.308Z] #11 ... [2019-12-02T18:29:05.308Z] [2019-12-02T18:29:05.308Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:29:05.308Z] #27 16.60 [2019-12-02T18:29:10.324Z] #27 17.30 # 2.0% ### 4.7% ##### 8.3% ###### 9.6% ######## 11.4% ########### 15.9% ############ 16.8% ################ 23.0% #################### 28.6% ##################### 30.3% ####################### 32.3% ######################## 34.1% ########################## 36.2% ########################### 38.2% ############################ 40.0% ############################## 42.7% ################################# 46.3% ################################### 48.9% ##################################### 51.6% ####################################### 55.2% ######################################### 57.9% ########################################### 60.6% ############################################ 62.3% ############################################# 63.2% ############################################## 65.0% ################################################ 67.7% ################################################### 71.3% ##################################################### 74.8% ####################################################### 77.5% ######################################################### 80.2% ############################################################ 84.2% ############################################################# 86.1% ############################################################### 88.2% ################################################################## 91.8% #################################################################### 95.4% ###################################################################### 98.0% ######################################################################## 100.0% [2019-12-02T18:29:11.059Z] #27 22.12 [2019-12-02T18:29:11.059Z] #27 ... [2019-12-02T18:29:11.059Z] [2019-12-02T18:29:11.059Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:29:11.059Z] #41 72.62 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-12-02T18:29:11.059Z] #41 72.62 Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-12-02T18:29:11.059Z] #41 72.63 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:29:11.059Z] #41 72.67 Setting up python-protobuf (3.0.0-9) ... [2019-12-02T18:29:13.146Z] Loaded image: buildpack-deps:jessie [2019-12-02T18:29:13.146Z] Loaded image: busybox:latest [2019-12-02T18:29:13.146Z] Loaded image: busybox:glibc [2019-12-02T18:29:13.146Z] Loaded image: debian:jessie [2019-12-02T18:29:13.146Z] Loaded image: hello-world:latest [2019-12-02T18:29:13.146Z] INFO: Testing against a local daemon [2019-12-02T18:29:13.146Z] === RUN TestCgroupNamespacesBuild [2019-12-02T18:29:13.617Z] #60 202.3 + bin/containerd-stress [2019-12-02T18:29:14.094Z] #41 ... [2019-12-02T18:29:14.094Z] [2019-12-02T18:29:14.094Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:29:14.094Z] #32 65.42 sync [2019-12-02T18:29:14.094Z] #32 65.42 internal/reflectlite [2019-12-02T18:29:14.094Z] #32 72.12 errors [2019-12-02T18:29:14.094Z] #32 72.12 sort [2019-12-02T18:29:14.094Z] #32 72.79 internal/oserror [2019-12-02T18:29:14.094Z] #32 72.80 io [2019-12-02T18:29:14.094Z] #32 72.81 strconv [2019-12-02T18:29:14.094Z] #32 73.80 syscall [2019-12-02T18:29:14.094Z] #32 ... [2019-12-02T18:29:14.094Z] [2019-12-02T18:29:14.094Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:29:14.094Z] #11 67.31 Selecting previously unselected package dmsetup. [2019-12-02T18:29:14.094Z] #11 67.32 Preparing to unpack .../06-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 67.34 Unpacking dmsetup (2:1.02.137-2) ... [2019-12-02T18:29:14.094Z] #11 67.58 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-12-02T18:29:14.094Z] #11 67.59 Preparing to unpack .../07-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 67.60 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-12-02T18:29:14.094Z] #11 67.79 Selecting previously unselected package libsepol1-dev:ppc64el. [2019-12-02T18:29:14.094Z] #11 67.83 Preparing to unpack .../08-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 67.85 Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-12-02T18:29:14.094Z] #11 68.86 Selecting previously unselected package libpcre16-3:ppc64el. [2019-12-02T18:29:14.094Z] #11 68.86 Preparing to unpack .../09-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 68.87 Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-12-02T18:29:14.094Z] #11 69.46 Selecting previously unselected package libpcre32-3:ppc64el. [2019-12-02T18:29:14.094Z] #11 69.50 Preparing to unpack .../10-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 69.50 Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-12-02T18:29:14.094Z] #11 69.96 Selecting previously unselected package libpcre3-dev:ppc64el. [2019-12-02T18:29:14.094Z] #11 69.96 Preparing to unpack .../11-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 69.99 Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-12-02T18:29:14.094Z] #11 71.17 Selecting previously unselected package libselinux1-dev:ppc64el. [2019-12-02T18:29:14.094Z] #11 71.20 Preparing to unpack .../12-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 71.20 Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-12-02T18:29:14.094Z] #11 71.84 Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-12-02T18:29:14.094Z] #11 71.84 Preparing to unpack .../13-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 71.87 Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-12-02T18:29:14.094Z] #11 72.22 Selecting previously unselected package libseccomp2:ppc64el. [2019-12-02T18:29:14.094Z] #11 72.23 Preparing to unpack .../14-libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 72.24 Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-12-02T18:29:14.094Z] #11 72.48 Selecting previously unselected package libseccomp-dev:ppc64el. [2019-12-02T18:29:14.094Z] #11 72.50 Preparing to unpack .../15-libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 72.50 Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-12-02T18:29:14.094Z] #11 72.81 Selecting previously unselected package libsystemd-dev:ppc64el. [2019-12-02T18:29:14.094Z] #11 72.83 Preparing to unpack .../16-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-12-02T18:29:14.094Z] #11 72.86 Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-12-02T18:29:14.411Z] #60 204.2 + bin/containerd-shim [2019-12-02T18:29:14.435Z] #11 ... [2019-12-02T18:29:14.435Z] [2019-12-02T18:29:14.436Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:29:14.436Z] #27 25.83 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-12-02T18:29:15.652Z] #27 26.95 [2019-12-02T18:29:15.652Z] #27 ... [2019-12-02T18:29:15.652Z] [2019-12-02T18:29:15.652Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:29:15.652Z] #45 67.14 sync [2019-12-02T18:29:15.652Z] #45 67.15 internal/reflectlite [2019-12-02T18:29:15.652Z] #45 71.15 github.com/LK4D4/vndr/godl/singleflight [2019-12-02T18:29:15.652Z] #45 71.16 math/rand [2019-12-02T18:29:15.652Z] #45 71.17 internal/singleflight [2019-12-02T18:29:15.652Z] #45 75.47 sort [2019-12-02T18:29:15.652Z] #45 75.50 io [2019-12-02T18:29:15.652Z] #45 75.51 strconv [2019-12-02T18:29:15.652Z] #45 75.61 syscall [2019-12-02T18:29:15.652Z] #45 ... [2019-12-02T18:29:15.652Z] [2019-12-02T18:29:15.652Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:29:15.652Z] #11 76.98 Selecting previously unselected package binutils-mingw-w64-i686. [2019-12-02T18:29:15.652Z] #11 76.99 Preparing to unpack .../17-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-12-02T18:29:15.652Z] #11 76.99 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-02T18:29:15.997Z] #11 ... [2019-12-02T18:29:15.997Z] [2019-12-02T18:29:15.997Z] #34 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2019-12-02T18:29:15.997Z] #34 67.86 Selecting previously unselected package libxml2:ppc64el. [2019-12-02T18:29:15.997Z] #34 67.87 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-12-02T18:29:15.997Z] #34 67.88 Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-02T18:29:15.997Z] #34 69.45 Selecting previously unselected package libarchive13:ppc64el. [2019-12-02T18:29:15.997Z] #34 69.45 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u2_ppc64el.deb ... [2019-12-02T18:29:15.997Z] #34 69.46 Unpacking libarchive13:ppc64el (3.2.2-2+deb9u2) ... [2019-12-02T18:29:15.997Z] #34 69.98 Selecting previously unselected package libjsoncpp1:ppc64el. [2019-12-02T18:29:15.997Z] #34 70.03 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-12-02T18:29:15.997Z] #34 70.04 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-12-02T18:29:15.997Z] #34 70.40 Selecting previously unselected package libuv1:ppc64el. [2019-12-02T18:29:15.997Z] #34 70.43 Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-12-02T18:29:15.997Z] #34 70.44 Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-12-02T18:29:15.997Z] #34 70.66 Selecting previously unselected package cmake. [2019-12-02T18:29:15.997Z] #34 70.69 Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-12-02T18:29:15.997Z] #34 70.97 Unpacking cmake (3.7.2-1) ... [2019-12-02T18:29:15.997Z] #34 75.58 Selecting previously unselected package xxd. [2019-12-02T18:29:15.997Z] #34 75.60 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-12-02T18:29:15.997Z] #34 75.62 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:29:15.997Z] #34 75.96 Selecting previously unselected package vim-common. [2019-12-02T18:29:15.997Z] #34 75.98 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:29:15.997Z] #34 76.06 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:29:15.997Z] #34 76.57 Processing triggers for mime-support (3.60) ... [2019-12-02T18:29:15.997Z] #34 76.93 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:29:15.997Z] #34 76.95 Setting up libuv1:ppc64el (1.9.1-3) ... [2019-12-02T18:29:15.997Z] #34 76.97 Setting up cmake-data (3.7.2-1) ... [2019-12-02T18:29:15.997Z] #34 77.00 Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-12-02T18:29:15.997Z] #34 77.01 Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-12-02T18:29:15.997Z] #34 77.02 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:29:15.997Z] #34 77.15 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:29:15.997Z] #34 77.16 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-02T18:29:15.997Z] #34 77.19 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-12-02T18:29:15.997Z] #34 77.20 Setting up libarchive13:ppc64el (3.2.2-2+deb9u2) ... [2019-12-02T18:29:15.997Z] #34 77.21 Setting up cmake (3.7.2-1) ... [2019-12-02T18:29:15.997Z] #34 77.46 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:29:15.997Z] #34 DONE 77.7s [2019-12-02T18:29:16.341Z] [2019-12-02T18:29:16.341Z] #35 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:29:16.341Z] #35 DONE 0.1s [2019-12-02T18:29:16.341Z] [2019-12-02T18:29:16.341Z] #36 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-12-02T18:29:16.341Z] #36 DONE 0.1s [2019-12-02T18:29:16.341Z] [2019-12-02T18:29:16.341Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:29:16.341Z] #37 0.358 + RM_GOPATH=0 [2019-12-02T18:29:16.536Z] --- PASS: TestCgroupNamespacesBuild (3.75s) [2019-12-02T18:29:16.536Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-12-02T18:29:16.861Z] #37 0.365 + TMP_GOPATH= [2019-12-02T18:29:16.861Z] #37 0.366 + : /build [2019-12-02T18:29:16.861Z] #37 0.368 + '[' -z '' ']' [2019-12-02T18:29:16.861Z] #37 0.369 ++ mktemp -d [2019-12-02T18:29:16.861Z] #37 0.373 + export GOPATH=/tmp/tmp.v31CJMgMKu [2019-12-02T18:29:16.861Z] #37 0.374 + GOPATH=/tmp/tmp.v31CJMgMKu [2019-12-02T18:29:16.861Z] #37 0.375 + RM_GOPATH=1 [2019-12-02T18:29:16.861Z] #37 0.381 ++ dirname ./install.sh [2019-12-02T18:29:16.861Z] #37 0.402 + dir=. [2019-12-02T18:29:16.861Z] #37 0.405 + bin=tini [2019-12-02T18:29:16.861Z] #37 0.406 + shift [2019-12-02T18:29:16.861Z] #37 0.409 + '[' '!' -f ./tini.installer ']' [2019-12-02T18:29:16.861Z] #37 0.410 + . ./tini.installer [2019-12-02T18:29:16.861Z] #37 0.412 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:29:16.861Z] #37 0.417 + install_tini [2019-12-02T18:29:16.861Z] #37 0.419 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-12-02T18:29:16.861Z] #37 0.421 + git clone https://github.com/krallin/tini.git /tmp/tmp.v31CJMgMKu/tini [2019-12-02T18:29:16.861Z] #37 0.421 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:29:16.861Z] #37 0.429 Cloning into '/tmp/tmp.v31CJMgMKu/tini'... [2019-12-02T18:29:17.924Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.77s) [2019-12-02T18:29:17.924Z] === RUN TestBuildWithSession [2019-12-02T18:29:17.924Z] --- SKIP: TestBuildWithSession (0.00s) [2019-12-02T18:29:17.924Z] build_session_test.go:25: TODO: BuildKit [2019-12-02T18:29:17.924Z] === RUN TestBuildSquashParent [2019-12-02T18:29:18.581Z] #37 2.172 + cd /tmp/tmp.v31CJMgMKu/tini [2019-12-02T18:29:18.581Z] #37 2.173 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-12-02T18:29:18.581Z] #37 2.202 + cmake . [2019-12-02T18:29:19.317Z] #37 3.252 -- The C compiler identification is GNU 6.3.0 [2019-12-02T18:29:19.317Z] #37 3.314 -- Check for working C compiler: /usr/bin/cc [2019-12-02T18:29:19.892Z] #60 210.0 + bin/containerd-shim-runc-v1 [2019-12-02T18:29:20.508Z] #37 4.134 -- Check for working C compiler: /usr/bin/cc -- works [2019-12-02T18:29:20.508Z] #37 4.163 -- Detecting C compiler ABI info [2019-12-02T18:29:21.243Z] #37 ... [2019-12-02T18:29:21.243Z] [2019-12-02T18:29:21.243Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2019-12-02T18:29:21.243Z] #41 82.41 Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-12-02T18:29:21.243Z] #41 82.42 Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-12-02T18:29:21.243Z] #41 82.42 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-12-02T18:29:21.243Z] #41 82.43 Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-12-02T18:29:21.243Z] #41 82.44 Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-12-02T18:29:21.243Z] #41 82.44 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-12-02T18:29:21.243Z] #41 82.44 Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-12-02T18:29:21.243Z] #41 82.45 Setting up protobuf-compiler (3.0.0-9) ... [2019-12-02T18:29:21.243Z] #41 82.46 Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-12-02T18:29:21.243Z] #41 82.46 Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-12-02T18:29:21.243Z] #41 82.47 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:29:21.243Z] #41 DONE 82.7s [2019-12-02T18:29:21.243Z] [2019-12-02T18:29:21.243Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:29:21.243Z] #37 5.069 -- Detecting C compiler ABI info - done [2019-12-02T18:29:21.593Z] #37 5.272 -- Detecting C compile features [2019-12-02T18:29:21.964Z] #37 ... [2019-12-02T18:29:21.964Z] [2019-12-02T18:29:21.964Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:29:21.964Z] #29 73.75 + cd /tmp/tmp.JbHy7lze12/src/github.com/go-swagger/go-swagger [2019-12-02T18:29:21.964Z] #29 73.75 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 [2019-12-02T18:29:21.964Z] #29 76.93 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-12-02T18:29:22.312Z] #29 ... [2019-12-02T18:29:22.312Z] [2019-12-02T18:29:22.312Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:29:22.312Z] #27 27.97 ################################################################### 94.4% ######################################################################## 100.0% [2019-12-02T18:29:22.312Z] #27 28.29 [2019-12-02T18:29:22.312Z] #27 31.90 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-12-02T18:29:22.312Z] #27 33.10 [2019-12-02T18:29:22.312Z] #27 33.69 ######################################################################## 100.0% [2019-12-02T18:29:22.658Z] #27 33.95 [2019-12-02T18:29:23.282Z] #60 213.4 + bin/containerd-shim-runc-v2 [2019-12-02T18:29:24.375Z] #27 ... [2019-12-02T18:29:24.376Z] [2019-12-02T18:29:24.376Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:29:24.376Z] #37 8.380 -- Detecting C compile features - done [2019-12-02T18:29:24.577Z] #60 214.3 + binaries [2019-12-02T18:29:24.578Z] #60 214.3 + mkdir -p /build [2019-12-02T18:29:24.578Z] #60 214.3 + cp bin/containerd /build/containerd [2019-12-02T18:29:24.578Z] #60 214.4 + cp bin/containerd-shim /build/containerd-shim [2019-12-02T18:29:24.578Z] #60 214.4 + cp bin/ctr /build/ctr [2019-12-02T18:29:24.578Z] #60 DONE 214.5s [2019-12-02T18:29:24.718Z] #37 8.488 -- Performing Test HAS_BUILTIN_FORTIFY [2019-12-02T18:29:24.972Z] [2019-12-02T18:29:24.972Z] #61 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-12-02T18:29:25.062Z] #37 8.963 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-12-02T18:29:25.336Z] #61 DONE 0.2s [2019-12-02T18:29:25.336Z] [2019-12-02T18:29:25.336Z] #65 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-12-02T18:29:25.336Z] #65 DONE 0.1s [2019-12-02T18:29:25.336Z] [2019-12-02T18:29:25.336Z] #67 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-12-02T18:29:25.336Z] #67 DONE 0.1s [2019-12-02T18:29:25.409Z] #37 9.249 -- Configuring done [2019-12-02T18:29:25.409Z] #37 9.284 -- Generating done [2019-12-02T18:29:25.409Z] #37 9.311 -- Build files have been written to: /tmp/tmp.v31CJMgMKu/tini [2019-12-02T18:29:25.409Z] #37 9.327 + make tini-static [2019-12-02T18:29:25.714Z] [2019-12-02T18:29:25.715Z] #70 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-12-02T18:29:25.715Z] #70 DONE 0.1s [2019-12-02T18:29:25.715Z] [2019-12-02T18:29:25.715Z] #71 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-12-02T18:29:25.715Z] #71 DONE 0.0s [2019-12-02T18:29:25.715Z] [2019-12-02T18:29:25.715Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-12-02T18:29:26.046Z] --- PASS: TestBuildSquashParent (6.64s) [2019-12-02T18:29:26.046Z] === RUN TestBuildWithRemoveAndForceRemove [2019-12-02T18:29:26.046Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:29:26.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:29:26.046Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:29:26.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:29:26.046Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:29:26.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:29:26.046Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:29:26.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:29:26.046Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:29:26.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:29:26.046Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:29:26.046Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:29:26.046Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:29:26.046Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:29:26.046Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:29:26.046Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:29:26.143Z] #37 9.884 Scanning dependencies of target tini-static [2019-12-02T18:29:26.143Z] #37 9.966 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-12-02T18:29:26.515Z] #72 DONE 0.9s [2019-12-02T18:29:26.894Z] [2019-12-02T18:29:26.894Z] #73 exporting to oci image format [2019-12-02T18:29:26.894Z] #73 exporting layers [2019-12-02T18:29:27.425Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:29:27.425Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:29:27.857Z] #37 ... [2019-12-02T18:29:27.857Z] [2019-12-02T18:29:27.857Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:29:27.857Z] #32 79.43 bytes [2019-12-02T18:29:27.857Z] #32 79.47 strings [2019-12-02T18:29:28.199Z] #32 ... [2019-12-02T18:29:28.199Z] [2019-12-02T18:29:28.199Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:29:28.199Z] #27 37.29 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-12-02T18:29:28.199Z] #27 37.43 skipping existing c8c2d4a6b2e3 [2019-12-02T18:29:28.199Z] #27 37.66 [2019-12-02T18:29:28.541Z] #27 ... [2019-12-02T18:29:28.541Z] [2019-12-02T18:29:28.541Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:29:28.541Z] #11 80.03 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-12-02T18:29:28.542Z] #11 80.05 Preparing to unpack .../18-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-12-02T18:29:28.542Z] #11 80.05 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-02T18:29:28.542Z] #11 83.81 Selecting previously unselected package binutils-mingw-w64. [2019-12-02T18:29:28.542Z] #11 83.82 Preparing to unpack .../19-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-12-02T18:29:28.542Z] #11 83.83 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-02T18:29:28.542Z] #11 84.11 Selecting previously unselected package mingw-w64-common. [2019-12-02T18:29:28.542Z] #11 84.14 Preparing to unpack .../20-mingw-w64-common_5.0.1-1_all.deb ... [2019-12-02T18:29:28.542Z] #11 84.14 Unpacking mingw-w64-common (5.0.1-1) ... [2019-12-02T18:29:28.542Z] #11 ... [2019-12-02T18:29:28.542Z] [2019-12-02T18:29:28.542Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:29:28.542Z] #42 2.476 Note: Building without setproctitle() and strlcpy() support. [2019-12-02T18:29:28.542Z] #42 2.488 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-02T18:29:28.542Z] #42 4.366 fatal: Not a git repository (or any of the parent directories): .git [2019-12-02T18:29:28.542Z] #42 4.403 GEN .gitid [2019-12-02T18:29:28.542Z] #42 4.424 GEN criu/include/version.h [2019-12-02T18:29:28.542Z] #42 4.466 GEN include/common/asm [2019-12-02T18:29:28.542Z] #42 6.940 PBCC images/google/protobuf/descriptor.pb-c.c [2019-12-02T18:29:28.542Z] #42 7.189 PBCC images/opts.pb-c.c [2019-12-02T18:29:28.542Z] #42 7.312 PBCC images/sit.pb-c.c [2019-12-02T18:29:28.542Z] #42 7.396 DEP images/google/protobuf/descriptor.pb-c.d [2019-12-02T18:29:28.542Z] #42 7.575 DEP images/opts.pb-c.d [2019-12-02T18:29:28.542Z] #42 ... [2019-12-02T18:29:28.542Z] [2019-12-02T18:29:28.542Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:29:28.542Z] #32 90.18 bufio [2019-12-02T18:29:28.894Z] #32 90.32 reflect [2019-12-02T18:29:29.961Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-12-02T18:29:29.961Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.49s) [2019-12-02T18:29:29.961Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.65s) [2019-12-02T18:29:29.961Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.13s) [2019-12-02T18:29:29.961Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.16s) [2019-12-02T18:29:29.961Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.19s) [2019-12-02T18:29:29.961Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.36s) [2019-12-02T18:29:29.961Z] === RUN TestBuildMultiStageCopy [2019-12-02T18:29:29.961Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-12-02T18:29:30.100Z] #32 ... [2019-12-02T18:29:30.100Z] [2019-12-02T18:29:30.100Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:29:30.100Z] #45 81.33 vendor/golang.org/x/net/dns/dnsmessage [2019-12-02T18:29:30.100Z] #45 81.84 bytes [2019-12-02T18:29:30.100Z] #45 ... [2019-12-02T18:29:30.100Z] [2019-12-02T18:29:30.100Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:29:30.100Z] #42 7.738 DEP images/sit.pb-c.d [2019-12-02T18:29:30.100Z] #42 7.813 PBCC images/macvlan.pb-c.c [2019-12-02T18:29:30.100Z] #42 7.875 DEP images/macvlan.pb-c.d [2019-12-02T18:29:30.100Z] #42 8.033 PBCC images/autofs.pb-c.c [2019-12-02T18:29:30.100Z] #42 8.053 DEP images/autofs.pb-c.d [2019-12-02T18:29:30.100Z] #42 8.135 PBCC images/sysctl.pb-c.c [2019-12-02T18:29:30.100Z] #42 8.212 DEP images/sysctl.pb-c.d [2019-12-02T18:29:30.100Z] #42 8.365 PBCC images/time.pb-c.c [2019-12-02T18:29:30.101Z] #42 8.381 DEP images/time.pb-c.d [2019-12-02T18:29:30.101Z] #42 8.458 PBCC images/binfmt-misc.pb-c.c [2019-12-02T18:29:30.101Z] #42 8.526 DEP images/binfmt-misc.pb-c.d [2019-12-02T18:29:30.101Z] #42 8.597 PBCC images/seccomp.pb-c.c [2019-12-02T18:29:30.101Z] #42 8.660 DEP images/seccomp.pb-c.d [2019-12-02T18:29:30.101Z] #42 8.760 PBCC images/userns.pb-c.c [2019-12-02T18:29:30.101Z] #42 8.797 DEP images/userns.pb-c.d [2019-12-02T18:29:30.101Z] #42 8.945 PBCC images/cgroup.pb-c.c [2019-12-02T18:29:30.101Z] #42 9.005 DEP images/cgroup.pb-c.d [2019-12-02T18:29:30.101Z] #42 9.086 PBCC images/fown.pb-c.c [2019-12-02T18:29:30.101Z] #42 9.125 PBCC images/ext-file.pb-c.c [2019-12-02T18:29:30.101Z] #42 9.172 DEP images/fown.pb-c.d [2019-12-02T18:29:30.101Z] #42 9.253 DEP images/ext-file.pb-c.d [2019-12-02T18:29:30.445Z] #42 9.316 PBCC images/rpc.pb-c.c [2019-12-02T18:29:30.445Z] #42 ... [2019-12-02T18:29:30.445Z] [2019-12-02T18:29:30.445Z] #37 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:29:30.445Z] #37 12.99 [100%] Linking C executable tini-static [2019-12-02T18:29:30.445Z] #37 14.03 [100%] Built target tini-static [2019-12-02T18:29:30.445Z] #37 14.16 + mkdir -p /build [2019-12-02T18:29:30.445Z] #37 14.17 + cp tini-static /build/docker-init [2019-12-02T18:29:30.445Z] #37 DONE 14.3s [2019-12-02T18:29:30.445Z] [2019-12-02T18:29:30.445Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:29:30.445Z] #42 9.408 DEP images/rpc.pb-c.d [2019-12-02T18:29:30.445Z] #42 9.656 PBCC images/siginfo.pb-c.c [2019-12-02T18:29:30.788Z] #42 9.827 DEP images/siginfo.pb-c.d [2019-12-02T18:29:31.133Z] #42 10.05 PBCC images/pagemap.pb-c.c [2019-12-02T18:29:31.133Z] #42 10.18 DEP images/pagemap.pb-c.d [2019-12-02T18:29:31.133Z] #42 10.32 PBCC images/rlimit.pb-c.c [2019-12-02T18:29:31.478Z] #42 10.34 DEP images/rlimit.pb-c.d [2019-12-02T18:29:31.478Z] #42 10.50 PBCC images/file-lock.pb-c.c [2019-12-02T18:29:31.478Z] #42 10.55 DEP images/file-lock.pb-c.d [2019-12-02T18:29:31.829Z] #42 10.68 PBCC images/tty.pb-c.c [2019-12-02T18:29:31.829Z] #42 10.86 DEP images/tty.pb-c.d [2019-12-02T18:29:32.175Z] #42 11.02 PBCC images/tun.pb-c.c [2019-12-02T18:29:32.175Z] #42 11.17 PBCC images/netdev.pb-c.c [2019-12-02T18:29:32.496Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-12-02T18:29:32.496Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-12-02T18:29:32.522Z] #42 11.39 DEP images/tun.pb-c.d [2019-12-02T18:29:32.522Z] #42 ... [2019-12-02T18:29:32.522Z] [2019-12-02T18:29:32.522Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2019-12-02T18:29:32.522Z] #27 40.98 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-12-02T18:29:32.522Z] #27 42.25 [2019-12-02T18:29:32.522Z] #27 43.07 ######################################################################## 100.0% [2019-12-02T18:29:32.522Z] #27 43.64 [2019-12-02T18:29:32.522Z] #27 43.72 Download of images into '/build' complete. [2019-12-02T18:29:32.522Z] #27 43.72 Use something like the following to load the result into a Docker daemon: [2019-12-02T18:29:32.522Z] #27 43.73 tar -cC '/build' . | docker load [2019-12-02T18:29:32.522Z] #27 DONE 43.8s [2019-12-02T18:29:32.522Z] [2019-12-02T18:29:32.522Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:29:32.522Z] #42 11.50 DEP images/netdev.pb-c.d [2019-12-02T18:29:32.864Z] #42 11.76 PBCC images/vma.pb-c.c [2019-12-02T18:29:32.864Z] #42 11.86 DEP images/vma.pb-c.d [2019-12-02T18:29:33.065Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-12-02T18:29:33.208Z] #42 12.08 PBCC images/creds.pb-c.c [2019-12-02T18:29:33.208Z] #42 12.13 DEP images/creds.pb-c.d [2019-12-02T18:29:33.208Z] #42 12.33 PBCC images/utsns.pb-c.c [2019-12-02T18:29:33.208Z] #42 12.36 DEP images/utsns.pb-c.d [2019-12-02T18:29:33.534Z] INFO: Expanding compiler 1 of 3... [2019-12-02T18:29:33.534Z] INFO: Expanding compiler 2 of 3... [2019-12-02T18:29:33.551Z] #42 12.52 PBCC images/ipc-desc.pb-c.c [2019-12-02T18:29:33.551Z] #42 12.66 PBCC images/ipc-sem.pb-c.c [2019-12-02T18:29:33.632Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-12-02T18:29:33.894Z] #42 12.76 DEP images/ipc-desc.pb-c.d [2019-12-02T18:29:33.894Z] #42 12.92 DEP images/ipc-sem.pb-c.d [2019-12-02T18:29:34.201Z] --- PASS: TestBuildMultiStageCopy (4.54s) [2019-12-02T18:29:34.201Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.36s) [2019-12-02T18:29:34.201Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2019-12-02T18:29:34.201Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s) [2019-12-02T18:29:34.201Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2019-12-02T18:29:34.201Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2019-12-02T18:29:34.201Z] === RUN TestBuildMultiStageParentConfig [2019-12-02T18:29:34.244Z] #42 13.05 PBCC images/ipc-msg.pb-c.c [2019-12-02T18:29:34.244Z] #42 13.12 DEP images/ipc-msg.pb-c.d [2019-12-02T18:29:34.244Z] #42 13.23 PBCC images/ipc-shm.pb-c.c [2019-12-02T18:29:34.244Z] #42 13.27 DEP images/ipc-shm.pb-c.d [2019-12-02T18:29:34.585Z] #42 13.41 PBCC images/ipc-var.pb-c.c [2019-12-02T18:29:34.585Z] #42 13.43 DEP images/ipc-var.pb-c.d [2019-12-02T18:29:34.585Z] #42 13.60 PBCC images/sk-opts.pb-c.c [2019-12-02T18:29:34.585Z] #42 13.67 PBCC images/packet-sock.pb-c.c [2019-12-02T18:29:34.925Z] #42 13.78 DEP images/sk-opts.pb-c.d [2019-12-02T18:29:34.925Z] #42 13.87 DEP images/packet-sock.pb-c.d [2019-12-02T18:29:34.925Z] #42 13.99 PBCC images/sk-netlink.pb-c.c [2019-12-02T18:29:35.265Z] #42 14.14 DEP images/sk-netlink.pb-c.d [2019-12-02T18:29:35.265Z] #42 14.31 PBCC images/sk-inet.pb-c.c [2019-12-02T18:29:35.580Z] --- PASS: TestBuildMultiStageParentConfig (1.41s) [2019-12-02T18:29:35.580Z] === RUN TestBuildLabelWithTargets [2019-12-02T18:29:35.607Z] #42 14.47 DEP images/sk-inet.pb-c.d [2019-12-02T18:29:35.607Z] #42 14.65 PBCC images/sk-unix.pb-c.c [2019-12-02T18:29:35.607Z] #42 14.69 DEP images/sk-unix.pb-c.d [2019-12-02T18:29:35.948Z] #42 14.84 PBCC images/mm.pb-c.c [2019-12-02T18:29:35.948Z] #42 15.07 DEP images/mm.pb-c.d [2019-12-02T18:29:36.291Z] #42 15.23 PBCC images/timerfd.pb-c.c [2019-12-02T18:29:36.291Z] #42 15.32 DEP images/timerfd.pb-c.d [2019-12-02T18:29:36.633Z] #42 15.54 PBCC images/timer.pb-c.c [2019-12-02T18:29:36.633Z] #42 15.63 DEP images/timer.pb-c.d [2019-12-02T18:29:36.975Z] #42 15.75 PBCC images/sa.pb-c.c [2019-12-02T18:29:36.975Z] #42 15.83 DEP images/sa.pb-c.d [2019-12-02T18:29:36.975Z] #42 15.98 PBCC images/pipe-data.pb-c.c [2019-12-02T18:29:36.975Z] #42 16.04 DEP images/pipe-data.pb-c.d [2019-12-02T18:29:37.293Z] INFO: Expanding compiler 3 of 3... [2019-12-02T18:29:37.318Z] #42 16.23 PBCC images/mnt.pb-c.c [2019-12-02T18:29:37.319Z] #42 16.44 DEP images/mnt.pb-c.d [2019-12-02T18:29:37.660Z] #42 16.55 PBCC images/sk-packet.pb-c.c [2019-12-02T18:29:37.660Z] #42 16.61 DEP images/sk-packet.pb-c.d [2019-12-02T18:29:37.660Z] #42 16.67 PBCC images/tcp-stream.pb-c.c [2019-12-02T18:29:37.660Z] #42 16.74 DEP images/tcp-stream.pb-c.d [2019-12-02T18:29:37.660Z] #42 16.82 PBCC images/pipe.pb-c.c [2019-12-02T18:29:37.754Z] INFO: Removing downloaded files... [2019-12-02T18:29:37.754Z] INFO: Creating source directory... [2019-12-02T18:29:37.754Z] INFO: Configuring git core.autocrlf... [2019-12-02T18:29:37.754Z] INFO: Completed [2019-12-02T18:29:38.003Z] #42 16.88 DEP images/pipe.pb-c.d [2019-12-02T18:29:38.003Z] #42 17.00 PBCC images/pstree.pb-c.c [2019-12-02T18:29:38.003Z] #42 17.04 DEP images/pstree.pb-c.d [2019-12-02T18:29:38.003Z] #42 17.10 PBCC images/fs.pb-c.c [2019-12-02T18:29:38.116Z] --- PASS: TestBuildLabelWithTargets (2.23s) [2019-12-02T18:29:38.116Z] === RUN TestBuildWithEmptyLayers [2019-12-02T18:29:38.347Z] #42 17.16 DEP images/fs.pb-c.d [2019-12-02T18:29:38.347Z] #42 17.26 PBCC images/signalfd.pb-c.c [2019-12-02T18:29:38.347Z] #42 17.36 DEP images/signalfd.pb-c.d [2019-12-02T18:29:38.347Z] #42 17.45 PBCC images/fh.pb-c.c [2019-12-02T18:29:38.691Z] #42 17.56 PBCC images/fsnotify.pb-c.c [2019-12-02T18:29:38.691Z] #42 17.64 DEP images/fh.pb-c.d [2019-12-02T18:29:38.691Z] #42 17.76 DEP images/fsnotify.pb-c.d [2019-12-02T18:29:38.691Z] #42 17.90 PBCC images/eventpoll.pb-c.c [2019-12-02T18:29:39.034Z] #42 17.93 DEP images/eventpoll.pb-c.d [2019-12-02T18:29:39.034Z] #42 18.12 PBCC images/eventfd.pb-c.c [2019-12-02T18:29:39.034Z] #42 18.18 DEP images/eventfd.pb-c.d [2019-12-02T18:29:39.054Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2019-12-02T18:29:39.054Z] === RUN TestBuildMultiStageOnBuild [2019-12-02T18:29:39.377Z] #42 18.31 PBCC images/remap-file-path.pb-c.c [2019-12-02T18:29:39.377Z] #42 18.36 DEP images/remap-file-path.pb-c.d [2019-12-02T18:29:39.377Z] #42 18.44 PBCC images/fifo.pb-c.c [2019-12-02T18:29:39.377Z] #42 18.47 DEP images/fifo.pb-c.d [2019-12-02T18:29:39.377Z] #42 18.54 PBCC images/ghost-file.pb-c.c [2019-12-02T18:29:39.722Z] #42 18.62 DEP images/ghost-file.pb-c.d [2019-12-02T18:29:39.722Z] #42 18.72 PBCC images/regfile.pb-c.c [2019-12-02T18:29:39.722Z] #42 18.78 DEP images/regfile.pb-c.d [2019-12-02T18:29:40.064Z] #42 18.87 PBCC images/ns.pb-c.c [2019-12-02T18:29:40.064Z] #42 18.90 DEP images/ns.pb-c.d [2019-12-02T18:29:40.064Z] #42 19.04 PBCC images/fdinfo.pb-c.c [2019-12-02T18:29:40.408Z] #42 19.24 DEP images/fdinfo.pb-c.d [2019-12-02T18:29:40.408Z] #42 19.40 PBCC images/core-aarch64.pb-c.c [2019-12-02T18:29:40.408Z] #42 19.48 PBCC images/core-arm.pb-c.c [2019-12-02T18:29:40.783Z] #42 19.58 PBCC images/core-ppc64.pb-c.c [2019-12-02T18:29:40.783Z] #42 19.71 PBCC images/core-s390.pb-c.c [2019-12-02T18:29:40.783Z] #42 19.86 PBCC images/core-x86.pb-c.c [2019-12-02T18:29:40.783Z] #42 19.97 PBCC images/core.pb-c.c [2019-12-02T18:29:41.125Z] #42 20.18 PBCC images/inventory.pb-c.c [2019-12-02T18:29:41.467Z] #42 20.30 DEP images/core-aarch64.pb-c.d [2019-12-02T18:29:41.467Z] #42 20.40 DEP images/core-arm.pb-c.d [2019-12-02T18:29:41.467Z] #42 20.48 DEP images/core-ppc64.pb-c.d [2019-12-02T18:29:41.467Z] #42 20.62 DEP images/core-s390.pb-c.d [2019-12-02T18:29:41.589Z] --- PASS: TestBuildMultiStageOnBuild (2.69s) [2019-12-02T18:29:41.589Z] === RUN TestBuildUncleanTarFilenames [2019-12-02T18:29:41.811Z] #42 ... [2019-12-02T18:29:41.811Z] [2019-12-02T18:29:41.811Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:29:41.811Z] #11 93.41 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-12-02T18:29:41.811Z] #11 93.43 Preparing to unpack .../21-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-12-02T18:29:41.811Z] #11 93.44 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-02T18:29:41.811Z] #11 103.0 Selecting previously unselected package gcc-mingw-w64-base. [2019-12-02T18:29:41.811Z] #11 103.0 Preparing to unpack .../22-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-12-02T18:29:41.811Z] #11 103.0 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-02T18:29:41.811Z] #11 103.2 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-12-02T18:29:41.811Z] #11 103.3 Preparing to unpack .../23-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-12-02T18:29:41.811Z] #11 103.3 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:29:41.811Z] #11 ... [2019-12-02T18:29:41.811Z] [2019-12-02T18:29:41.811Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:29:41.811Z] #42 20.80 DEP images/core-x86.pb-c.d [2019-12-02T18:29:42.154Z] #42 20.99 DEP images/core.pb-c.d [2019-12-02T18:29:42.154Z] #42 21.13 DEP images/inventory.pb-c.d [2019-12-02T18:29:42.154Z] #42 ... [2019-12-02T18:29:42.154Z] [2019-12-02T18:29:42.154Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:29:42.154Z] #45 93.61 bufio [2019-12-02T18:29:42.154Z] #45 97.35 reflect [2019-12-02T18:29:42.154Z] #45 102.4 regexp/syntax [2019-12-02T18:29:42.154Z] #45 ... [2019-12-02T18:29:42.154Z] [2019-12-02T18:29:42.154Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:29:42.154Z] #42 21.22 PBCC images/cpuinfo.pb-c.c [2019-12-02T18:29:42.154Z] #42 21.29 DEP images/cpuinfo.pb-c.d [2019-12-02T18:29:42.496Z] #42 21.42 PBCC images/stats.pb-c.c [2019-12-02T18:29:42.496Z] #42 21.52 DEP images/stats.pb-c.d [2019-12-02T18:29:42.967Z] --- PASS: TestBuildUncleanTarFilenames (1.34s) [2019-12-02T18:29:42.967Z] === RUN TestBuildMultiStageLayerLeak [2019-12-02T18:29:44.822Z] #42 ... [2019-12-02T18:29:44.822Z] [2019-12-02T18:29:44.822Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:29:44.822Z] #32 96.11 path [2019-12-02T18:29:44.822Z] #32 99.24 text/tabwriter [2019-12-02T18:29:44.822Z] #32 105.1 internal/syscall/unix [2019-12-02T18:29:44.822Z] #32 105.1 time [2019-12-02T18:29:45.165Z] #32 ... [2019-12-02T18:29:45.165Z] [2019-12-02T18:29:45.165Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:29:45.165Z] #42 24.12 make[1]: Nothing to be done for 'all'. [2019-12-02T18:29:46.260Z] --- PASS: TestBuildMultiStageLayerLeak (2.83s) [2019-12-02T18:29:46.260Z] === RUN TestBuildWithHugeFile [2019-12-02T18:29:47.519Z] #42 26.28 CC images/stats.o [2019-12-02T18:29:47.859Z] #42 26.98 CC images/core.o [2019-12-02T18:29:49.572Z] #42 28.23 CC images/core-x86.o [2019-12-02T18:29:50.305Z] #42 29.34 CC images/core-arm.o [2019-12-02T18:29:51.039Z] #42 30.03 CC images/core-aarch64.o [2019-12-02T18:29:51.381Z] #42 ... [2019-12-02T18:29:51.381Z] [2019-12-02T18:29:51.381Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:29:51.381Z] #60 57.21 + cd /tmp/tmp.W3FIz7gtPi/src/github.com/containerd/containerd [2019-12-02T18:29:51.381Z] #60 57.21 + git checkout -q c7a4f874b3267c499484aae602d1257b12d69e40 [2019-12-02T18:29:51.381Z] #60 58.28 + export 'BUILDTAGS=netgo osusergo static_build' [2019-12-02T18:29:51.381Z] #60 58.28 + BUILDTAGS='netgo osusergo static_build' [2019-12-02T18:29:51.381Z] #60 58.28 + export EXTRA_FLAGS=-buildmode=pie [2019-12-02T18:29:51.381Z] #60 58.28 + EXTRA_FLAGS=-buildmode=pie [2019-12-02T18:29:51.381Z] #60 58.28 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-12-02T18:29:51.381Z] #60 58.29 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-12-02T18:29:51.381Z] #60 58.29 + '[' '' = dynamic ']' [2019-12-02T18:29:51.381Z] #60 58.29 + make [2019-12-02T18:29:51.381Z] #60 59.91 + bin/ctr [2019-12-02T18:29:55.268Z] #60 ... [2019-12-02T18:29:55.268Z] [2019-12-02T18:29:55.268Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:29:55.268Z] #45 106.9 vendor/golang.org/x/text/transform [2019-12-02T18:29:55.268Z] #45 112.4 time [2019-12-02T18:29:55.608Z] #45 ... [2019-12-02T18:29:55.608Z] [2019-12-02T18:29:55.608Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:29:55.608Z] #42 30.82 CC images/core-ppc64.o [2019-12-02T18:29:55.608Z] #42 32.12 CC images/core-s390.o [2019-12-02T18:29:55.608Z] #42 33.58 CC images/cpuinfo.o [2019-12-02T18:29:55.608Z] #42 34.61 CC images/inventory.o [2019-12-02T18:29:55.957Z] #42 34.99 CC images/fdinfo.o [2019-12-02T18:29:56.690Z] #42 35.75 CC images/fown.o [2019-12-02T18:29:57.318Z] INFO [loader] Go packages loading at mode 575 (files|name|types_sizes|compiled_files|deps|exports_file|imports) took 1m48.226113714s [2019-12-02T18:29:57.318Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 464.747396ms [2019-12-02T18:29:57.423Z] #42 36.17 CC images/ns.o [2019-12-02T18:29:57.423Z] #42 36.55 CC images/regfile.o [2019-12-02T18:29:57.765Z] #42 36.98 CC images/ghost-file.o [2019-12-02T18:29:58.500Z] #42 37.50 CC images/fifo.o [2019-12-02T18:29:58.902Z] #42 ... [2019-12-02T18:29:58.902Z] [2019-12-02T18:29:58.902Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:29:58.902Z] #45 120.1 regexp [2019-12-02T18:30:03.771Z] #45 ... [2019-12-02T18:30:03.771Z] [2019-12-02T18:30:03.771Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:30:03.771Z] #32 114.5 internal/poll [2019-12-02T18:30:03.771Z] #32 118.1 os [2019-12-02T18:30:03.771Z] #32 119.7 internal/fmtsort [2019-12-02T18:30:03.771Z] #32 122.1 fmt [2019-12-02T18:30:03.771Z] #32 122.1 path/filepath [2019-12-02T18:30:03.771Z] #32 124.6 io/ioutil [2019-12-02T18:30:03.771Z] #32 ... [2019-12-02T18:30:03.771Z] [2019-12-02T18:30:03.771Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:30:03.771Z] #42 37.80 CC images/remap-file-path.o [2019-12-02T18:30:03.771Z] #42 38.23 CC images/eventfd.o [2019-12-02T18:30:03.771Z] #42 38.51 CC images/eventpoll.o [2019-12-02T18:30:03.771Z] #42 39.19 CC images/fh.o [2019-12-02T18:30:03.771Z] #42 39.74 CC images/fsnotify.o [2019-12-02T18:30:03.771Z] #42 40.90 CC images/signalfd.o [2019-12-02T18:30:03.771Z] #42 41.26 CC images/fs.o [2019-12-02T18:30:03.771Z] #42 41.56 CC images/pstree.o [2019-12-02T18:30:03.771Z] #42 41.86 CC images/pipe.o [2019-12-02T18:30:03.771Z] #42 42.24 CC images/tcp-stream.o [2019-12-02T18:30:03.771Z] #42 42.58 CC images/sk-packet.o [2019-12-02T18:30:04.113Z] #42 43.27 CC images/mnt.o [2019-12-02T18:30:04.851Z] #42 43.68 CC images/pipe-data.o [2019-12-02T18:30:05.196Z] #42 44.08 CC images/sa.o [2019-12-02T18:30:05.196Z] #42 ... [2019-12-02T18:30:05.196Z] [2019-12-02T18:30:05.196Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:30:05.196Z] #11 127.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-12-02T18:30:05.539Z] #11 127.1 Preparing to unpack .../24-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-12-02T18:30:05.539Z] #11 127.1 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:30:09.437Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-12-02T18:30:10.002Z] [2019-12-02T18:30:11.550Z] #11 ... [2019-12-02T18:30:11.550Z] [2019-12-02T18:30:11.550Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:30:11.550Z] #42 44.62 CC images/timer.o [2019-12-02T18:30:11.550Z] #42 45.37 CC images/timerfd.o [2019-12-02T18:30:11.550Z] #42 45.62 CC images/mm.o [2019-12-02T18:30:11.550Z] #42 46.01 CC images/sk-opts.o [2019-12-02T18:30:11.551Z] #42 46.36 CC images/sk-unix.o [2019-12-02T18:30:11.551Z] #42 46.92 CC images/sk-inet.o [2019-12-02T18:30:11.551Z] #42 47.63 CC images/tun.o [2019-12-02T18:30:11.551Z] #42 48.16 CC images/sk-netlink.o [2019-12-02T18:30:11.551Z] #42 48.58 CC images/packet-sock.o [2019-12-02T18:30:11.551Z] #42 49.40 CC images/ipc-var.o [2019-12-02T18:30:11.551Z] #42 49.89 CC images/ipc-desc.o [2019-12-02T18:30:11.551Z] #42 50.37 CC images/ipc-shm.o [2019-12-02T18:30:11.551Z] #42 50.74 CC images/ipc-msg.o [2019-12-02T18:30:12.286Z] #42 51.39 CC images/ipc-sem.o [2019-12-02T18:30:12.628Z] #42 51.76 CC images/utsns.o [2019-12-02T18:30:13.280Z] [2019-12-02T18:30:13.280Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-02T18:30:13.280Z] PKG_CONFIG=pkg-config [2019-12-02T18:30:13.280Z] GOLANG_VERSION=1.13.4 [2019-12-02T18:30:13.280Z] HOSTNAME=d0ef02520337 [2019-12-02T18:30:13.280Z] KEEPBUNDLE=1 [2019-12-02T18:30:13.280Z] container=docker [2019-12-02T18:30:13.280Z] TEST_SKIP_INTEGRATION=1 [2019-12-02T18:30:13.280Z] GO111MODULE=off [2019-12-02T18:30:13.280Z] GOPATH=/go [2019-12-02T18:30:13.280Z] PWD=/go/src/github.com/docker/docker [2019-12-02T18:30:13.280Z] HOME=/root [2019-12-02T18:30:13.280Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-02T18:30:13.280Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-02T18:30:13.280Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-02T18:30:13.280Z] DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:30:13.280Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-02T18:30:13.281Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-02T18:30:13.281Z] TERM=xterm [2019-12-02T18:30:13.281Z] VALIDATE_BRANCH=master [2019-12-02T18:30:13.281Z] DEST=bundles/test-integration [2019-12-02T18:30:13.281Z] SHLVL=1 [2019-12-02T18:30:13.281Z] TIMEOUT=120m [2019-12-02T18:30:13.281Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-12-02T18:30:13.281Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-02T18:30:13.281Z] DOCKER_PKG=github.com/docker/docker [2019-12-02T18:30:13.281Z] TESTDEBUG=0 [2019-12-02T18:30:13.281Z] _=/usr/bin/env [2019-12-02T18:30:13.281Z] Building test suite binary ./integration-cli/test.main [2019-12-02T18:30:13.281Z] [2019-12-02T18:30:13.281Z] [2019-12-02T18:30:13.401Z] #42 52.14 CC images/creds.o [2019-12-02T18:30:13.401Z] #42 52.45 CC images/vma.o [2019-12-02T18:30:13.537Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-12-02T18:30:13.537Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-02T18:30:13.537Z] PKG_CONFIG=pkg-config [2019-12-02T18:30:13.537Z] GOLANG_VERSION=1.13.4 [2019-12-02T18:30:13.537Z] HOSTNAME=50906023dfaa [2019-12-02T18:30:13.537Z] KEEPBUNDLE=1 [2019-12-02T18:30:13.537Z] container=docker [2019-12-02T18:30:13.537Z] TEST_SKIP_INTEGRATION=1 [2019-12-02T18:30:13.537Z] GO111MODULE=off [2019-12-02T18:30:13.537Z] GOPATH=/go [2019-12-02T18:30:13.537Z] PWD=/go/src/github.com/docker/docker [2019-12-02T18:30:13.537Z] HOME=/root [2019-12-02T18:30:13.537Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-02T18:30:13.537Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-02T18:30:13.537Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-02T18:30:13.538Z] DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:30:13.538Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-02T18:30:13.538Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-02T18:30:13.538Z] TERM=xterm [2019-12-02T18:30:13.538Z] VALIDATE_BRANCH=master [2019-12-02T18:30:13.538Z] DEST=bundles/test-integration [2019-12-02T18:30:13.538Z] SHLVL=1 [2019-12-02T18:30:13.538Z] TIMEOUT=120m [2019-12-02T18:30:13.538Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-12-02T18:30:13.538Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-02T18:30:13.538Z] DOCKER_PKG=github.com/docker/docker [2019-12-02T18:30:13.538Z] TESTDEBUG=0 [2019-12-02T18:30:13.538Z] _=/usr/bin/env [2019-12-02T18:30:13.538Z] Building test suite binary ./integration-cli/test.main [2019-12-02T18:30:13.756Z] #42 52.89 CC images/netdev.o [2019-12-02T18:30:13.794Z] No new tests added to integration. [2019-12-02T18:30:13.794Z] [2019-12-02T18:30:13.794Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-02T18:30:14.941Z] #42 53.59 CC images/tty.o [2019-12-02T18:30:15.166Z] PKG_CONFIG=pkg-config [2019-12-02T18:30:15.166Z] GOLANG_VERSION=1.13.4 [2019-12-02T18:30:15.166Z] HOSTNAME=290edef1b27b [2019-12-02T18:30:15.166Z] KEEPBUNDLE=1 [2019-12-02T18:30:15.166Z] container=docker [2019-12-02T18:30:15.166Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-12-02T18:30:15.166Z] GO111MODULE=off [2019-12-02T18:30:15.166Z] GOPATH=/go [2019-12-02T18:30:15.166Z] PWD=/go/src/github.com/docker/docker [2019-12-02T18:30:15.166Z] HOME=/root [2019-12-02T18:30:15.166Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-02T18:30:15.166Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-02T18:30:15.166Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-02T18:30:15.166Z] DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:30:15.166Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-02T18:30:15.166Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-02T18:30:15.166Z] TERM=xterm [2019-12-02T18:30:15.166Z] VALIDATE_BRANCH=master [2019-12-02T18:30:15.166Z] DEST=bundles/test-integration [2019-12-02T18:30:15.166Z] SHLVL=1 [2019-12-02T18:30:15.166Z] TIMEOUT=120m [2019-12-02T18:30:15.166Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-02T18:30:15.166Z] DOCKER_PKG=github.com/docker/docker [2019-12-02T18:30:15.166Z] TESTDEBUG=0 [2019-12-02T18:30:15.166Z] _=/usr/bin/env [2019-12-02T18:30:15.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-12-02T18:30:15.675Z] #42 54.65 CC images/file-lock.o [2019-12-02T18:30:16.018Z] #42 55.00 CC images/rlimit.o [2019-12-02T18:30:16.018Z] #42 ... [2019-12-02T18:30:16.018Z] [2019-12-02T18:30:16.018Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:30:16.018Z] #32 127.6 github.com/BurntSushi/toml [2019-12-02T18:30:16.018Z] #32 127.6 log [2019-12-02T18:30:16.018Z] #32 127.6 flag [2019-12-02T18:30:16.018Z] #32 134.5 github.com/BurntSushi/toml/cmd/tomlv [2019-12-02T18:30:16.362Z] #32 ... [2019-12-02T18:30:16.362Z] [2019-12-02T18:30:16.362Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:30:16.362Z] #45 127.5 os/exec [2019-12-02T18:30:16.362Z] #45 127.6 net [2019-12-02T18:30:16.362Z] #45 132.8 internal/lazyregexp [2019-12-02T18:30:16.362Z] #45 136.3 encoding/binary [2019-12-02T18:30:16.362Z] #45 136.3 go/token [2019-12-02T18:30:16.362Z] #45 136.3 net/url [2019-12-02T18:30:16.706Z] #45 ... [2019-12-02T18:30:16.706Z] [2019-12-02T18:30:16.706Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:30:16.706Z] #42 55.53 CC images/pagemap.o [2019-12-02T18:30:17.051Z] #42 56.17 CC images/siginfo.o [2019-12-02T18:30:17.395Z] #42 56.61 CC images/rpc.o [2019-12-02T18:30:19.750Z] #42 ... [2019-12-02T18:30:19.750Z] [2019-12-02T18:30:19.750Z] #32 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2019-12-02T18:30:19.750Z] #32 DONE 140.9s [2019-12-02T18:30:19.750Z] [2019-12-02T18:30:19.750Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:30:19.750Z] #45 139.8 go/scanner [2019-12-02T18:30:22.784Z] #45 143.7 text/template/parse [2019-12-02T18:30:23.516Z] #45 145.2 go/ast [2019-12-02T18:30:23.858Z] #45 145.2 encoding/base64 [2019-12-02T18:30:25.576Z] #45 ... [2019-12-02T18:30:25.576Z] [2019-12-02T18:30:25.576Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2019-12-02T18:30:25.576Z] #11 147.4 Selecting previously unselected package libapparmor1:ppc64el. [2019-12-02T18:30:25.576Z] #11 147.4 Preparing to unpack .../25-libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-12-02T18:30:25.576Z] #11 147.4 Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-12-02T18:30:25.919Z] #11 147.5 Selecting previously unselected package libapparmor-dev:ppc64el. [2019-12-02T18:30:25.919Z] #11 147.5 Preparing to unpack .../26-libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-12-02T18:30:25.919Z] #11 147.6 Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-12-02T18:30:26.226Z] #73 exporting layers 59.2s done [2019-12-02T18:30:26.227Z] #73 exporting manifest sha256:892b8e32e738ff92047478f84cdac54132246e6edee68942b4a06c361ac44310 done [2019-12-02T18:30:26.227Z] #73 exporting config sha256:377c4d4af0d064fdaab001a5b7af9650cf5f1d6f173138b84f8ed704c6ddeca8 0.0s done [2019-12-02T18:30:26.227Z] #73 sending tarball [2019-12-02T18:30:26.262Z] #11 147.9 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-12-02T18:30:26.262Z] #11 147.9 Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-12-02T18:30:26.262Z] #11 147.9 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-12-02T18:30:26.262Z] #11 147.9 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-12-02T18:30:26.262Z] #11 147.9 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-12-02T18:30:26.262Z] #11 147.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:30:26.262Z] #11 148.0 Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up mingw-w64-common (5.0.1-1) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-12-02T18:30:26.262Z] #11 148.1 Setting up btrfs-progs (4.7.3-1) ... [2019-12-02T18:30:26.262Z] #11 148.2 Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-12-02T18:30:26.606Z] #11 148.2 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:30:26.606Z] #11 148.2 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-12-02T18:30:26.606Z] #11 148.2 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-12-02T18:30:26.606Z] #11 148.2 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-12-02T18:30:26.606Z] #11 148.2 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-12-02T18:30:26.606Z] #11 148.2 Setting up btrfs-tools (4.7.3-1) ... [2019-12-02T18:30:26.606Z] #11 148.2 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-12-02T18:30:26.606Z] #11 148.3 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-12-02T18:30:26.606Z] #11 148.3 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-12-02T18:30:26.606Z] #11 148.3 Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-12-02T18:30:26.606Z] #11 148.3 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-12-02T18:30:26.606Z] #11 148.3 Setting up dmsetup (2:1.02.137-2) ... [2019-12-02T18:30:26.606Z] #11 148.3 Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-12-02T18:30:26.606Z] #11 148.3 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:30:26.949Z] #11 DONE 148.7s [2019-12-02T18:30:26.949Z] [2019-12-02T18:30:26.949Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:30:26.949Z] #45 148.1 encoding/json [2019-12-02T18:30:27.293Z] #45 ... [2019-12-02T18:30:27.293Z] [2019-12-02T18:30:27.293Z] #53 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:30:27.293Z] #53 DONE 0.3s [2019-12-02T18:30:27.293Z] [2019-12-02T18:30:27.293Z] #54 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-12-02T18:30:27.293Z] #54 DONE 0.1s [2019-12-02T18:30:27.699Z] [2019-12-02T18:30:27.699Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:30:27.699Z] #55 0.306 + RM_GOPATH=0 [2019-12-02T18:30:27.699Z] #55 0.307 + TMP_GOPATH= [2019-12-02T18:30:27.699Z] #55 0.307 + : /build [2019-12-02T18:30:27.699Z] #55 0.307 + '[' -z '' ']' [2019-12-02T18:30:27.699Z] #55 0.309 ++ mktemp -d [2019-12-02T18:30:27.699Z] #55 0.314 + export GOPATH=/tmp/tmp.k9FzupyCOG [2019-12-02T18:30:27.699Z] #55 0.314 + GOPATH=/tmp/tmp.k9FzupyCOG [2019-12-02T18:30:27.699Z] #55 0.314 + RM_GOPATH=1 [2019-12-02T18:30:27.699Z] #55 0.316 ++ dirname ./install.sh [2019-12-02T18:30:27.699Z] #55 0.321 + dir=. [2019-12-02T18:30:27.699Z] #55 0.322 + bin=runc [2019-12-02T18:30:27.699Z] #55 0.322 + shift [2019-12-02T18:30:27.699Z] #55 0.323 + '[' '!' -f ./runc.installer ']' [2019-12-02T18:30:27.699Z] #55 0.323 + . ./runc.installer [2019-12-02T18:30:27.699Z] #55 0.324 ++ : d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-02T18:30:27.699Z] #55 0.326 + install_runc [2019-12-02T18:30:27.699Z] #55 0.327 + uname -r [2019-12-02T18:30:27.699Z] #55 0.330 + grep -q '^3\.10\.0.*\.el7\.' [2019-12-02T18:30:27.699Z] #55 0.333 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-12-02T18:30:27.699Z] #55 0.333 + echo 'Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux )' [2019-12-02T18:30:27.699Z] #55 0.333 Install runc version d736ef14f0288d6993a1845745d6756cfc9ddd5a (build tags: seccomp apparmor selinux ) [2019-12-02T18:30:27.699Z] #55 0.333 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.k9FzupyCOG/src/github.com/opencontainers/runc [2019-12-02T18:30:27.699Z] #55 0.344 Cloning into '/tmp/tmp.k9FzupyCOG/src/github.com/opencontainers/runc'... [2019-12-02T18:30:28.051Z] #55 ... [2019-12-02T18:30:28.051Z] [2019-12-02T18:30:28.051Z] #12 [dev 1/24] RUN groupadd -r docker [2019-12-02T18:30:28.051Z] #12 DONE 1.0s [2019-12-02T18:30:28.051Z] [2019-12-02T18:30:28.051Z] #13 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-12-02T18:30:28.394Z] #13 DONE 0.5s [2019-12-02T18:30:28.394Z] [2019-12-02T18:30:28.394Z] #14 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-12-02T18:30:28.735Z] #14 0.317 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-12-02T18:30:28.735Z] #14 DONE 0.4s [2019-12-02T18:30:28.735Z] [2019-12-02T18:30:28.735Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:30:28.735Z] #42 59.76 CC images/ext-file.o [2019-12-02T18:30:28.735Z] #42 60.20 CC images/cgroup.o [2019-12-02T18:30:28.735Z] #42 61.39 CC images/userns.o [2019-12-02T18:30:28.735Z] #42 61.96 CC images/google/protobuf/descriptor.o [2019-12-02T18:30:28.735Z] #42 65.24 CC images/opts.o [2019-12-02T18:30:28.735Z] #42 65.75 CC images/seccomp.o [2019-12-02T18:30:28.735Z] #42 66.46 CC images/binfmt-misc.o [2019-12-02T18:30:28.735Z] #42 66.84 CC images/time.o [2019-12-02T18:30:28.735Z] #42 67.44 CC images/sysctl.o [2019-12-02T18:30:28.735Z] #42 67.84 CC images/autofs.o [2019-12-02T18:30:28.735Z] #42 ... [2019-12-02T18:30:28.735Z] [2019-12-02T18:30:28.735Z] #15 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-12-02T18:30:29.080Z] #15 DONE 0.4s [2019-12-02T18:30:29.080Z] [2019-12-02T18:30:29.080Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:30:29.424Z] #51 ... [2019-12-02T18:30:29.424Z] [2019-12-02T18:30:29.424Z] #16 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-12-02T18:30:29.769Z] #16 DONE 0.4s [2019-12-02T18:30:29.769Z] [2019-12-02T18:30:29.769Z] #17 [dev 6/24] RUN ldconfig [2019-12-02T18:30:30.113Z] #17 DONE 0.4s [2019-12-02T18:30:30.114Z] [2019-12-02T18:30:30.114Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:30:30.457Z] #18 0.632 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-12-02T18:30:30.801Z] #18 0.724 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-12-02T18:30:30.801Z] #18 0.816 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-12-02T18:30:30.801Z] #18 0.831 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-12-02T18:30:30.801Z] #18 0.888 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-12-02T18:30:32.513Z] #18 2.295 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [488 kB] [2019-12-02T18:30:32.963Z] --- PASS: TestBuildWithHugeFile (42.61s) [2019-12-02T18:30:32.963Z] === RUN TestBuildWithEmptyDockerfile [2019-12-02T18:30:32.963Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:30:32.963Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:30:32.963Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:30:32.963Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:30:32.963Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:30:32.963Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:30:32.963Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:30:32.963Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:30:32.963Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:30:32.963Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s) [2019-12-02T18:30:32.963Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s) [2019-12-02T18:30:32.963Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.30s) [2019-12-02T18:30:32.963Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.31s) [2019-12-02T18:30:32.963Z] === RUN TestBuildPreserveOwnership [2019-12-02T18:30:32.963Z] === RUN TestBuildPreserveOwnership/copy_from [2019-12-02T18:30:32.963Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-12-02T18:30:34.872Z] #18 4.518 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.9 kB] [2019-12-02T18:30:35.499Z] --- PASS: TestBuildPreserveOwnership (6.18s) [2019-12-02T18:30:35.499Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.89s) [2019-12-02T18:30:35.499Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.27s) [2019-12-02T18:30:35.499Z] === RUN TestBuildPlatformInvalid [2019-12-02T18:30:35.499Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-12-02T18:30:35.499Z] PASS [2019-12-02T18:30:35.499Z] [2019-12-02T18:30:35.499Z] === Skipped [2019-12-02T18:30:35.499Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2019-12-02T18:30:35.499Z] build_session_test.go:25: TODO: BuildKit [2019-12-02T18:30:35.499Z] [2019-12-02T18:30:35.499Z] [2019-12-02T18:30:35.499Z] DONE 32 tests, 1 skipped in 92.060s [2019-12-02T18:30:35.499Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2019-12-02T18:30:35.499Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:30:35.499Z] ++ set -e [2019-12-02T18:30:35.499Z] ++ '[' -n 0 ']' [2019-12-02T18:30:35.499Z] ++ set -x [2019-12-02T18:30:35.499Z] ++ 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=arm64 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/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:30:35.499Z] INFO: Testing against a local daemon [2019-12-02T18:30:35.499Z] === RUN TestConfigList [2019-12-02T18:30:35.610Z] #18 5.711 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-12-02T18:30:36.803Z] #18 ... [2019-12-02T18:30:36.803Z] [2019-12-02T18:30:36.803Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:30:36.803Z] #42 68.44 CC images/macvlan.o [2019-12-02T18:30:36.803Z] #42 68.89 CC images/sit.o [2019-12-02T18:30:36.803Z] #42 69.28 LINK images/built-in.o [2019-12-02T18:30:36.803Z] #42 69.50 GEN compel/include/asm [2019-12-02T18:30:36.803Z] #42 69.50 GEN compel/include/version.h [2019-12-02T18:30:36.803Z] #42 69.59 touch .config [2019-12-02T18:30:36.803Z] #42 69.61 GEN include/common/config.h [2019-12-02T18:30:36.803Z] #42 69.84 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-12-02T18:30:36.803Z] #42 69.89 GEN compel/plugins/include/uapi/std/syscall.h [2019-12-02T18:30:36.803Z] #42 69.94 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-12-02T18:30:36.803Z] #42 69.98 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-12-02T18:30:36.803Z] #42 70.10 DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-12-02T18:30:36.803Z] #42 70.18 DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-12-02T18:30:36.803Z] #42 70.28 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-12-02T18:30:36.803Z] #42 70.32 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-12-02T18:30:36.803Z] #42 70.33 DEP compel/plugins/std/infect.d [2019-12-02T18:30:36.803Z] #42 70.67 DEP compel/plugins/std/string.d [2019-12-02T18:30:36.803Z] #42 70.91 DEP compel/plugins/std/log.d [2019-12-02T18:30:36.803Z] #42 71.09 DEP compel/plugins/std/fds.d [2019-12-02T18:30:36.803Z] #42 71.29 DEP compel/plugins/std/std.d [2019-12-02T18:30:36.803Z] #42 71.49 DEP compel/plugins/shmem/shmem.d [2019-12-02T18:30:36.803Z] #42 71.68 DEP compel/plugins/fds/fds.d [2019-12-02T18:30:36.803Z] #42 72.11 CC compel/plugins/std/std.o [2019-12-02T18:30:36.803Z] #42 72.69 CC compel/plugins/std/fds.o [2019-12-02T18:30:36.803Z] #42 73.59 CC compel/plugins/std/log.o [2019-12-02T18:30:36.803Z] #42 74.84 CC compel/plugins/std/string.o [2019-12-02T18:30:36.803Z] #42 75.81 CC compel/plugins/std/infect.o [2019-12-02T18:30:36.968Z] #73 sending tarball 10.5s done [2019-12-02T18:30:36.968Z] #73 DONE 69.7s [2019-12-02T18:30:36.968Z] [2019-12-02T18:30:36.968Z] #74 importing to docker [2019-12-02T18:30:37.538Z] #42 76.62 CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-12-02T18:30:37.538Z] #42 76.69 CC compel/arch/ppc64/plugins/std/memcpy.o [2019-12-02T18:30:37.882Z] #42 76.74 CC compel/arch/ppc64/plugins/std/memcmp.o [2019-12-02T18:30:37.882Z] #42 76.86 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-12-02T18:30:38.223Z] #42 76.99 AR compel/plugins/std.lib.a [2019-12-02T18:30:38.223Z] #42 77.19 CC compel/plugins/fds/fds.o [2019-12-02T18:30:38.957Z] #42 77.74 AR compel/plugins/fds.lib.a [2019-12-02T18:30:38.957Z] #42 77.82 HOSTDEP compel/src/lib/log-host.d [2019-12-02T18:30:39.399Z] #42 78.06 HOSTDEP compel/src/lib/handle-elf-host.d [2019-12-02T18:30:39.399Z] #42 78.31 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-12-02T18:30:39.399Z] #42 ... [2019-12-02T18:30:39.399Z] [2019-12-02T18:30:39.399Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:30:39.399Z] #55 12.07 + cd /tmp/tmp.k9FzupyCOG/src/github.com/opencontainers/runc [2019-12-02T18:30:39.399Z] #55 12.07 + git checkout -q d736ef14f0288d6993a1845745d6756cfc9ddd5a [2019-12-02T18:30:39.693Z] --- PASS: TestConfigList (3.42s) [2019-12-02T18:30:39.693Z] === RUN TestConfigsCreateAndDelete [2019-12-02T18:30:39.741Z] #55 12.39 + '[' -z '' ']' [2019-12-02T18:30:39.741Z] #55 12.39 + target=static [2019-12-02T18:30:39.741Z] #55 12.39 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-12-02T18:30:42.229Z] --- PASS: TestConfigsCreateAndDelete (3.30s) [2019-12-02T18:30:42.229Z] === RUN TestConfigsUpdate [2019-12-02T18:30:42.792Z] #55 15.02 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o runc . [2019-12-02T18:30:45.520Z] --- PASS: TestConfigsUpdate (3.20s) [2019-12-02T18:30:45.520Z] === RUN TestTemplatedConfig [2019-12-02T18:30:45.829Z] #55 ... [2019-12-02T18:30:45.829Z] [2019-12-02T18:30:45.829Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:30:45.829Z] #42 78.61 HOSTDEP compel/src/main-host.d [2019-12-02T18:30:45.829Z] #42 78.88 DEP compel/src/lib/ptrace.d [2019-12-02T18:30:45.829Z] #42 79.16 DEP compel/src/lib/infect.d [2019-12-02T18:30:45.829Z] #42 79.58 DEP compel/src/lib/infect-util.d [2019-12-02T18:30:45.829Z] #42 79.81 DEP compel/src/lib/infect-rpc.d [2019-12-02T18:30:45.829Z] #42 80.06 DEP compel/arch/ppc64/src/lib/infect.d [2019-12-02T18:30:45.829Z] #42 80.28 DEP compel/arch/ppc64/src/lib/cpu.d [2019-12-02T18:30:45.829Z] #42 80.53 DEP compel/src/lib/log.d [2019-12-02T18:30:45.829Z] #42 80.65 DEP compel/src/main.d [2019-12-02T18:30:45.829Z] #42 80.94 DEP compel/src/lib/handle-elf.d [2019-12-02T18:30:45.829Z] #42 81.30 DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-12-02T18:30:45.829Z] #42 81.64 CC compel/src/lib/log.o [2019-12-02T18:30:45.829Z] #42 82.21 CC compel/arch/ppc64/src/lib/cpu.o [2019-12-02T18:30:45.829Z] #42 82.84 CC compel/arch/ppc64/src/lib/infect.o [2019-12-02T18:30:45.829Z] #42 84.24 CC compel/src/lib/infect-rpc.o [2019-12-02T18:30:45.829Z] #42 84.90 CC compel/src/lib/infect-util.o [2019-12-02T18:30:46.563Z] #42 85.49 CC compel/src/lib/infect.o [2019-12-02T18:30:46.563Z] #42 ... [2019-12-02T18:30:46.563Z] [2019-12-02T18:30:46.563Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:30:46.563Z] #18 16.54 Fetched 7728 kB in 15s (485 kB/s) [2019-12-02T18:30:49.715Z] --- PASS: TestTemplatedConfig (3.52s) [2019-12-02T18:30:49.715Z] === RUN TestConfigInspect [2019-12-02T18:30:50.446Z] #18 16.54 Reading package lists... [2019-12-02T18:30:50.446Z] #18 ... [2019-12-02T18:30:50.446Z] [2019-12-02T18:30:50.446Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:30:50.446Z] #45 161.3 text/template [2019-12-02T18:30:50.446Z] #45 168.1 go/parser [2019-12-02T18:30:51.180Z] #45 ... [2019-12-02T18:30:51.180Z] [2019-12-02T18:30:51.180Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:30:51.180Z] #42 90.25 CC compel/src/lib/ptrace.o [2019-12-02T18:30:51.917Z] #42 91.14 AR compel/libcompel.a [2019-12-02T18:30:52.249Z] --- PASS: TestConfigInspect (3.18s) [2019-12-02T18:30:52.250Z] === RUN TestConfigCreateWithLabels [2019-12-02T18:30:52.263Z] #42 91.34 HOSTCC compel/src/main-host.o [2019-12-02T18:30:52.998Z] #42 92.03 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-12-02T18:30:53.732Z] #42 92.48 HOSTCC compel/src/lib/handle-elf-host.o [2019-12-02T18:30:54.466Z] #42 93.26 HOSTCC compel/src/lib/log-host.o [2019-12-02T18:30:54.810Z] #42 93.72 HOSTLINK compel/compel-host-bin [2019-12-02T18:30:54.810Z] #42 93.92 DEP soccr/soccr.d [2019-12-02T18:30:55.151Z] #42 94.31 CC soccr/soccr.o [2019-12-02T18:30:55.540Z] --- PASS: TestConfigCreateWithLabels (3.23s) [2019-12-02T18:30:55.541Z] === RUN TestConfigCreateResolve [2019-12-02T18:30:58.831Z] --- PASS: TestConfigCreateResolve (3.24s) [2019-12-02T18:30:58.831Z] === RUN TestConfigDaemonLibtrustID [2019-12-02T18:30:59.025Z] #42 97.47 AR soccr/libsoccr.a [2019-12-02T18:30:59.025Z] #42 97.60 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-02T18:30:59.090Z] --- PASS: TestConfigDaemonLibtrustID (0.61s) [2019-12-02T18:30:59.090Z] PASS [2019-12-02T18:30:59.090Z] [2019-12-02T18:30:59.090Z] DONE 8 tests in 23.884s [2019-12-02T18:30:59.349Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2019-12-02T18:30:59.349Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:30:59.349Z] ++ set -e [2019-12-02T18:30:59.349Z] ++ '[' -n 0 ']' [2019-12-02T18:30:59.349Z] ++ set -x [2019-12-02T18:30:59.349Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 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/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:30:59.349Z] INFO: Testing against a local daemon [2019-12-02T18:30:59.349Z] === RUN TestCheckpoint [2019-12-02T18:30:59.349Z] --- SKIP: TestCheckpoint (0.00s) [2019-12-02T18:30:59.349Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-02T18:30:59.349Z] === RUN TestContainerInvalidJSON [2019-12-02T18:30:59.349Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:30:59.349Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:30:59.349Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:30:59.349Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:30:59.349Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:30:59.349Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:30:59.349Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:30:59.349Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:30:59.349Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:30:59.349Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-12-02T18:30:59.349Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-12-02T18:30:59.349Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-12-02T18:30:59.349Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-12-02T18:30:59.349Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-12-02T18:30:59.367Z] #42 98.22 DEP criu/arch/ppc64/sigframe.d [2019-12-02T18:30:59.367Z] #42 98.46 DEP criu/arch/ppc64/crtools.d [2019-12-02T18:30:59.608Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-12-02T18:30:59.608Z] === RUN TestCopyFromContainerPathIsNotDir [2019-12-02T18:30:59.608Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-12-02T18:30:59.608Z] === RUN TestCopyToContainerPathDoesNotExist [2019-12-02T18:30:59.708Z] #42 98.81 DEP criu/arch/ppc64/cpu.d [2019-12-02T18:30:59.867Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-12-02T18:30:59.867Z] === RUN TestCopyToContainerPathIsNotDir [2019-12-02T18:31:00.126Z] --- PASS: TestCopyToContainerPathIsNotDir (0.27s) [2019-12-02T18:31:00.126Z] === RUN TestCopyFromContainer [2019-12-02T18:31:00.442Z] #42 99.22 CC criu/arch/ppc64/cpu.o [2019-12-02T18:31:00.733Z] #74 DONE 21.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-12-02T18:31:01.175Z] #42 100.1 CC criu/arch/ppc64/crtools.o [2019-12-02T18:31:01.594Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/test/unit [2019-12-02T18:31:02.034Z] === RUN TestCopyFromContainer// [2019-12-02T18:31:02.034Z] === RUN TestCopyFromContainer//bar/root [2019-12-02T18:31:02.294Z] === RUN TestCopyFromContainer//bar/root/ [2019-12-02T18:31:02.294Z] === RUN TestCopyFromContainer/bar/quux [2019-12-02T18:31:02.554Z] === RUN TestCopyFromContainer/bar/quux/ [2019-12-02T18:31:02.554Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-12-02T18:31:02.814Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-12-02T18:31:02.814Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-12-02T18:31:02.814Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-12-02T18:31:03.073Z] === RUN TestCopyFromContainer/bar/notarget [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer (3.23s) [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer// (0.11s) [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-12-02T18:31:03.332Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-12-02T18:31:03.332Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-12-02T18:31:03.332Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:31:03.332Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:31:03.332Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:31:03.332Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:31:03.332Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:31:03.332Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:31:03.332Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:31:03.332Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:31:03.332Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:31:03.332Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-12-02T18:31:03.332Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-12-02T18:31:03.332Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-12-02T18:31:03.332Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-12-02T18:31:03.332Z] === RUN TestCreateLinkToNonExistingContainer [2019-12-02T18:31:03.332Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-12-02T18:31:03.332Z] === RUN TestCreateWithInvalidEnv [2019-12-02T18:31:03.332Z] === RUN TestCreateWithInvalidEnv/0 [2019-12-02T18:31:03.332Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-12-02T18:31:03.333Z] === RUN TestCreateWithInvalidEnv/1 [2019-12-02T18:31:03.333Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-12-02T18:31:03.333Z] === RUN TestCreateWithInvalidEnv/2 [2019-12-02T18:31:03.333Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-12-02T18:31:03.333Z] === CONT TestCreateWithInvalidEnv/0 [2019-12-02T18:31:03.333Z] === CONT TestCreateWithInvalidEnv/2 [2019-12-02T18:31:03.333Z] === CONT TestCreateWithInvalidEnv/1 [2019-12-02T18:31:03.333Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-12-02T18:31:03.333Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-12-02T18:31:03.333Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-12-02T18:31:03.333Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-12-02T18:31:03.333Z] === RUN TestCreateTmpfsMountsTarget [2019-12-02T18:31:03.498Z] #42 102.2 CC criu/arch/ppc64/sigframe.o [2019-12-02T18:31:03.498Z] #42 ... [2019-12-02T18:31:03.498Z] [2019-12-02T18:31:03.498Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:31:03.498Z] #18 16.54 Reading package lists... [2019-12-02T18:31:03.498Z] #18 23.86 Reading package lists... [2019-12-02T18:31:03.498Z] #18 30.83 Building dependency tree... [2019-12-02T18:31:03.498Z] #18 32.88 The following additional packages will be installed: [2019-12-02T18:31:03.498Z] #18 32.88 dh-python libaio1 libapparmor-perl libgpm2 libip4tc0 libip6tc0 libiptc0 [2019-12-02T18:31:03.498Z] #18 32.88 libjq1 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libonig4 [2019-12-02T18:31:03.498Z] #18 32.88 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-12-02T18:31:03.498Z] #18 32.88 libxtables12 python-pip-whl python3 python3-minimal python3-pkg-resources [2019-12-02T18:31:03.498Z] #18 32.88 python3.5 python3.5-minimal vim-runtime xxd [2019-12-02T18:31:03.498Z] #18 32.89 Suggested packages: [2019-12-02T18:31:03.498Z] #18 32.89 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm [2019-12-02T18:31:03.498Z] #18 32.89 python3-doc python3-tk python3-venv python-setuptools-doc python3.5-venv [2019-12-02T18:31:03.498Z] #18 32.89 python3.5-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2019-12-02T18:31:03.498Z] #18 32.89 quota [2019-12-02T18:31:03.498Z] #18 32.89 Recommended packages: [2019-12-02T18:31:03.498Z] #18 32.89 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-12-02T18:31:03.498Z] #18 32.89 python3-keyrings.alt python3-xdg unzip [2019-12-02T18:31:03.592Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-12-02T18:31:03.592Z] === RUN TestCreateWithCustomMaskedPaths [2019-12-02T18:31:03.840Z] #18 ... [2019-12-02T18:31:03.840Z] [2019-12-02T18:31:03.840Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:31:03.840Z] #63 175.3 + for f in rootlesskit rootlesskit-docker-proxy [2019-12-02T18:31:03.840Z] #63 175.3 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-12-02T18:31:03.840Z] #63 ... [2019-12-02T18:31:03.840Z] [2019-12-02T18:31:03.840Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:31:03.840Z] #42 102.8 LINK criu/arch/ppc64/crtools.built-in.o [2019-12-02T18:31:03.840Z] #42 102.9 DEP criu/arch/ppc64/misc.d [2019-12-02T18:31:04.182Z] #42 103.0 DEP criu/arch/ppc64/vdso-trampoline.d [2019-12-02T18:31:04.182Z] #42 103.1 DEP criu/arch/ppc64/vdso-pie.d [2019-12-02T18:31:04.564Z] #42 103.4 DEP criu/pie/parasite-vdso.d [2019-12-02T18:31:04.564Z] #42 ... [2019-12-02T18:31:04.564Z] [2019-12-02T18:31:04.564Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:31:04.564Z] #45 176.1 encoding/xml [2019-12-02T18:31:04.564Z] #45 185.3 math/big [2019-12-02T18:31:04.876Z] ? github.com/docker/docker/api [no test files] [2019-12-02T18:31:04.906Z] #45 ... [2019-12-02T18:31:04.906Z] [2019-12-02T18:31:04.906Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:31:04.906Z] #42 103.9 DEP criu/pie/util-vdso.d [2019-12-02T18:31:05.248Z] #42 104.2 DEP criu/pie/util.d [2019-12-02T18:31:05.589Z] #42 104.5 CC criu/pie/util.o [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCustomMaskedPaths (2.36s) [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:31:06.127Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:31:06.127Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.10s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.10s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.10s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.11s) [2019-12-02T18:31:06.127Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.10s) [2019-12-02T18:31:06.127Z] === RUN TestCreateWithCustomReadonlyPaths [2019-12-02T18:31:06.324Z] #42 105.2 CC criu/pie/util-vdso.o [2019-12-02T18:31:06.666Z] #42 ... [2019-12-02T18:31:06.666Z] [2019-12-02T18:31:06.666Z] #63 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:31:06.666Z] #63 DONE 188.0s [2019-12-02T18:31:06.666Z] [2019-12-02T18:31:06.666Z] #64 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-12-02T18:31:06.666Z] #64 DONE 0.1s [2019-12-02T18:31:06.666Z] [2019-12-02T18:31:06.666Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:31:07.410Z] #55 ... [2019-12-02T18:31:07.410Z] [2019-12-02T18:31:07.410Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:31:07.410Z] #18 37.22 The following NEW packages will be installed: [2019-12-02T18:31:07.410Z] #18 37.22 apparmor aufs-tools bash-completion bzip2 dh-python iptables jq libaio1 [2019-12-02T18:31:07.410Z] #18 37.24 libapparmor-perl libcap2-bin libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 [2019-12-02T18:31:07.410Z] #18 37.24 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 [2019-12-02T18:31:07.410Z] #18 37.24 libprotobuf-c1 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib [2019-12-02T18:31:07.410Z] #18 37.24 libreadline5 libxtables12 net-tools pigz python-pip-whl python3 [2019-12-02T18:31:07.410Z] #18 37.24 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2019-12-02T18:31:07.410Z] #18 37.24 python3-wheel python3.5 python3.5-minimal thin-provisioning-tools vim [2019-12-02T18:31:07.410Z] #18 37.24 vim-common vim-runtime xfsprogs xxd xz-utils zip [2019-12-02T18:31:07.410Z] #18 37.44 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded. [2019-12-02T18:31:07.410Z] #18 37.44 Need to get 17.5 MB of archives. [2019-12-02T18:31:07.410Z] #18 37.44 After this operation, 89.1 MB of additional disk space will be used. [2019-12-02T18:31:07.410Z] #18 37.44 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-12-02T18:31:07.410Z] #18 37.50 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-12-02T18:31:07.410Z] #18 37.54 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-12-02T18:31:07.410Z] #18 37.55 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-12-02T18:31:07.751Z] #18 37.70 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-12-02T18:31:08.095Z] #18 38.24 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-12-02T18:31:08.095Z] #18 38.26 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-12-02T18:31:08.439Z] #18 38.27 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-12-02T18:31:08.668Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.72s) [2019-12-02T18:31:08.668Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-12-02T18:31:08.781Z] #18 38.72 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-12-02T18:31:08.781Z] #18 38.76 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-12-02T18:31:08.781Z] #18 38.76 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-12-02T18:31:08.781Z] #18 38.76 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-12-02T18:31:08.781Z] #18 38.77 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-12-02T18:31:08.781Z] #18 38.79 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-12-02T18:31:08.781Z] #18 38.80 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-12-02T18:31:08.781Z] #18 38.80 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-12-02T18:31:08.781Z] #18 38.81 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-12-02T18:31:08.781Z] #18 38.82 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-12-02T18:31:08.781Z] #18 38.83 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-12-02T18:31:08.781Z] #18 38.86 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-12-02T18:31:08.781Z] #18 38.88 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-12-02T18:31:08.781Z] #18 38.89 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-12-02T18:31:08.781Z] #18 38.90 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-12-02T18:31:08.781Z] #18 38.91 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-12-02T18:31:08.781Z] #18 38.94 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-12-02T18:31:08.931Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:31:08.931Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:31:08.931Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:31:08.931Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:31:08.931Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:31:08.931Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:31:08.931Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:31:08.931Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:31:08.931Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:31:08.931Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:31:08.931Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:31:08.931Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:31:08.931Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:31:08.931Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:31:08.931Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:31:08.931Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2019-12-02T18:31:08.931Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-12-02T18:31:08.931Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.06s) [2019-12-02T18:31:08.931Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.06s) [2019-12-02T18:31:08.931Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.06s) [2019-12-02T18:31:08.931Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2019-12-02T18:31:08.931Z] === RUN TestContainerStartOnDaemonRestart [2019-12-02T18:31:08.931Z] === PAUSE TestContainerStartOnDaemonRestart [2019-12-02T18:31:08.931Z] === RUN TestDaemonRestartIpcMode [2019-12-02T18:31:08.931Z] === PAUSE TestDaemonRestartIpcMode [2019-12-02T18:31:08.931Z] === RUN TestDiff [2019-12-02T18:31:09.126Z] #18 38.95 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-12-02T18:31:09.126Z] #18 38.97 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-12-02T18:31:09.126Z] #18 39.00 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-12-02T18:31:09.126Z] #18 39.00 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-12-02T18:31:09.126Z] #18 39.01 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-12-02T18:31:09.126Z] #18 39.02 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-12-02T18:31:09.126Z] #18 39.03 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-12-02T18:31:09.126Z] #18 39.03 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-12-02T18:31:09.126Z] #18 39.05 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-12-02T18:31:09.126Z] #18 39.09 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-12-02T18:31:09.473Z] #18 39.24 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-12-02T18:31:09.473Z] #18 39.26 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-12-02T18:31:09.473Z] #18 39.29 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-12-02T18:31:09.473Z] #18 39.33 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-12-02T18:31:09.473Z] #18 39.33 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-12-02T18:31:09.473Z] #18 39.38 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-12-02T18:31:09.870Z] --- PASS: TestDiff (0.86s) [2019-12-02T18:31:09.870Z] === RUN TestExecWithCloseStdin [2019-12-02T18:31:10.206Z] #18 39.97 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-12-02T18:31:10.206Z] #18 40.07 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-12-02T18:31:10.206Z] #18 40.16 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-12-02T18:31:10.206Z] #18 40.18 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-12-02T18:31:10.206Z] #18 40.19 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-12-02T18:31:10.807Z] --- PASS: TestExecWithCloseStdin (1.05s) [2019-12-02T18:31:10.807Z] === RUN TestExec [2019-12-02T18:31:11.430Z] #18 41.32 debconf: delaying package configuration, since apt-utils is not installed [2019-12-02T18:31:11.773Z] #18 41.51 Fetched 17.5 MB in 2s (6086 kB/s) [2019-12-02T18:31:11.773Z] #18 41.64 Selecting previously unselected package bash-completion. [2019-12-02T18:31:11.773Z] #18 41.64 (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 ... 23261 files and directories currently installed.) [2019-12-02T18:31:11.773Z] #18 41.74 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-12-02T18:31:12.186Z] --- PASS: TestExec (1.16s) [2019-12-02T18:31:12.186Z] === RUN TestExecUser [2019-12-02T18:31:13.123Z] --- PASS: TestExecUser (1.02s) [2019-12-02T18:31:13.123Z] === RUN TestExportContainerAndImportImage [2019-12-02T18:31:14.060Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2019-12-02T18:31:14.060Z] === RUN TestExportContainerAfterDaemonRestart [2019-12-02T18:31:15.965Z] --- PASS: TestExportContainerAfterDaemonRestart (1.97s) [2019-12-02T18:31:15.965Z] === RUN TestHealthCheckWorkdir [2019-12-02T18:31:16.359Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2019-12-02T18:31:17.344Z] --- PASS: TestHealthCheckWorkdir (1.16s) [2019-12-02T18:31:17.344Z] === RUN TestHealthKillContainer [2019-12-02T18:31:17.796Z] #18 ... [2019-12-02T18:31:17.796Z] [2019-12-02T18:31:17.796Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:31:17.796Z] #45 188.8 go/doc [2019-12-02T18:31:17.796Z] #45 ... [2019-12-02T18:31:17.796Z] [2019-12-02T18:31:17.796Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:31:17.796Z] #42 107.2 CC criu/pie/parasite-vdso.o [2019-12-02T18:31:17.796Z] #42 108.4 CC criu/arch/ppc64/vdso-pie.o [2019-12-02T18:31:17.796Z] #42 109.0 CC criu/arch/ppc64/vdso-trampoline.o [2019-12-02T18:31:17.796Z] #42 109.0 CC criu/arch/ppc64/misc.o [2019-12-02T18:31:17.796Z] #42 109.1 AR criu/pie/pie.lib.a [2019-12-02T18:31:17.796Z] #42 109.2 DEP criu/pie/restorer.d [2019-12-02T18:31:17.796Z] #42 109.5 DEP criu/arch/ppc64/restorer.d [2019-12-02T18:31:17.796Z] #42 109.9 DEP criu/pie/parasite.d [2019-12-02T18:31:17.796Z] #42 110.4 CC criu/pie/parasite.o [2019-12-02T18:31:17.796Z] #42 113.0 LINK criu/pie/parasite.built-in.o [2019-12-02T18:31:17.796Z] #42 113.0 GEN criu/pie/parasite-blob.h [2019-12-02T18:31:17.796Z] #42 113.1 CC criu/arch/ppc64/restorer.o [2019-12-02T18:31:17.796Z] #42 113.9 CC criu/pie/restorer.o [2019-12-02T18:31:17.796Z] #42 ... [2019-12-02T18:31:17.796Z] [2019-12-02T18:31:17.796Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:31:17.796Z] #18 47.41 Unpacking bash-completion (1:2.1-4.3) ... [2019-12-02T18:31:18.138Z] #18 48.02 Selecting previously unselected package libnet1:ppc64el. [2019-12-02T18:31:18.139Z] #18 48.03 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-12-02T18:31:18.139Z] #18 48.03 Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-12-02T18:31:18.139Z] #18 48.21 Selecting previously unselected package libnfnetlink0:ppc64el. [2019-12-02T18:31:18.139Z] #18 48.23 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-12-02T18:31:18.139Z] #18 48.24 Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-12-02T18:31:18.510Z] #18 48.42 Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-12-02T18:31:18.510Z] #18 48.46 Preparing to unpack .../03-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-12-02T18:31:18.510Z] #18 48.47 Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-12-02T18:31:19.241Z] #18 49.20 Selecting previously unselected package python3.5-minimal. [2019-12-02T18:31:19.242Z] #18 49.22 Preparing to unpack .../04-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-12-02T18:31:19.242Z] #18 49.23 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-02T18:31:20.048Z] --- PASS: TestHealthKillContainer (2.93s) [2019-12-02T18:31:20.048Z] === RUN TestInspectCpusetInConfigPre120 [2019-12-02T18:31:20.470Z] #18 50.59 Selecting previously unselected package python3-minimal. [2019-12-02T18:31:20.813Z] #18 50.61 Preparing to unpack .../05-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-12-02T18:31:20.813Z] #18 50.62 Unpacking python3-minimal (3.5.3-1) ... [2019-12-02T18:31:20.813Z] #18 50.78 Selecting previously unselected package libmpdec2:ppc64el. [2019-12-02T18:31:20.813Z] #18 50.79 Preparing to unpack .../06-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-12-02T18:31:20.813Z] #18 50.81 Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-12-02T18:31:20.985Z] --- PASS: TestInspectCpusetInConfigPre120 (0.90s) [2019-12-02T18:31:20.985Z] === RUN TestIpcModeNone [2019-12-02T18:31:21.154Z] #18 50.98 Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-12-02T18:31:21.155Z] #18 50.99 Preparing to unpack .../07-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-12-02T18:31:21.155Z] #18 51.00 Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-12-02T18:31:21.923Z] --- PASS: TestIpcModeNone (0.96s) [2019-12-02T18:31:21.923Z] === RUN TestIpcModePrivate [2019-12-02T18:31:22.864Z] --- PASS: TestIpcModePrivate (0.95s) [2019-12-02T18:31:22.864Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:101, shared: false, mustBeShared: false [2019-12-02T18:31:22.864Z] === RUN TestIpcModeShareable [2019-12-02T18:31:23.472Z] #18 53.14 Selecting previously unselected package python3.5. [2019-12-02T18:31:23.472Z] #18 53.16 Preparing to unpack .../08-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-12-02T18:31:23.472Z] #18 53.16 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-12-02T18:31:23.472Z] #18 53.35 Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-12-02T18:31:23.472Z] #18 53.37 Preparing to unpack .../09-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-12-02T18:31:23.472Z] #18 53.37 Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-12-02T18:31:23.472Z] #18 53.47 Selecting previously unselected package dh-python. [2019-12-02T18:31:23.472Z] #18 53.49 Preparing to unpack .../10-dh-python_2.20170125_all.deb ... [2019-12-02T18:31:23.472Z] #18 53.50 Unpacking dh-python (2.20170125) ... [2019-12-02T18:31:23.806Z] --- PASS: TestIpcModeShareable (0.94s) [2019-12-02T18:31:23.806Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:95, shared: true, mustBeShared: true [2019-12-02T18:31:23.806Z] === RUN TestAPIIpcModeShareableAndContainer [2019-12-02T18:31:23.814Z] #18 53.84 Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-12-02T18:31:23.814Z] #18 53.86 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-12-02T18:31:27.095Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.82s) [2019-12-02T18:31:27.095Z] === RUN TestAPIIpcModeHost [2019-12-02T18:31:27.359Z] --- PASS: TestAPIIpcModeHost (0.73s) [2019-12-02T18:31:27.359Z] === RUN TestDaemonIpcModeShareable [2019-12-02T18:31:28.661Z] #18 58.16 Setting up python3-minimal (3.5.3-1) ... [2019-12-02T18:31:29.895Z] --- PASS: TestDaemonIpcModeShareable (1.97s) [2019-12-02T18:31:29.895Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2019-12-02T18:31:29.895Z] === RUN TestDaemonIpcModePrivate [2019-12-02T18:31:30.387Z] #18 59.90 Selecting previously unselected package python3. [2019-12-02T18:31:30.387Z] #18 59.90 (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 ... 24765 files and directories currently installed.) [2019-12-02T18:31:30.387Z] #18 59.98 Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-12-02T18:31:30.387Z] #18 59.99 Unpacking python3 (3.5.3-1) ... [2019-12-02T18:31:30.387Z] #18 60.13 Selecting previously unselected package pigz. [2019-12-02T18:31:30.387Z] #18 60.13 Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-12-02T18:31:30.387Z] #18 60.14 Unpacking pigz (2.3.4-1) ... [2019-12-02T18:31:30.387Z] #18 60.23 Selecting previously unselected package libip4tc0:ppc64el. [2019-12-02T18:31:30.387Z] #18 60.24 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-12-02T18:31:30.387Z] #18 60.24 Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-02T18:31:30.388Z] #18 ... [2019-12-02T18:31:30.388Z] [2019-12-02T18:31:30.388Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:31:30.388Z] #42 119.4 LINK criu/pie/restorer.built-in.o [2019-12-02T18:31:30.388Z] #42 119.4 GEN criu/pie/restorer-blob.h [2019-12-02T18:31:30.388Z] #42 119.6 DEP criu/vdso.d [2019-12-02T18:31:30.388Z] #42 120.0 DEP criu/uts_ns.d [2019-12-02T18:31:30.388Z] #42 120.3 DEP criu/util.d [2019-12-02T18:31:30.388Z] #42 120.7 DEP criu/uffd.d [2019-12-02T18:31:30.388Z] #42 121.1 DEP criu/tun.d [2019-12-02T18:31:30.388Z] #42 121.5 DEP criu/tty.d [2019-12-02T18:31:30.388Z] #42 121.9 DEP criu/timerfd.d [2019-12-02T18:31:30.388Z] #42 122.3 DEP criu/sysfs_parse.d [2019-12-02T18:31:30.388Z] #42 122.7 DEP criu/sysctl.d [2019-12-02T18:31:30.388Z] #42 123.1 DEP criu/string.d [2019-12-02T18:31:30.388Z] #42 123.1 DEP criu/stats.d [2019-12-02T18:31:30.388Z] #42 123.4 DEP criu/sockets.d [2019-12-02T18:31:30.388Z] #42 123.8 DEP criu/sk-unix.d [2019-12-02T18:31:30.388Z] #42 124.2 DEP criu/sk-tcp.d [2019-12-02T18:31:30.388Z] #42 124.7 DEP criu/sk-queue.d [2019-12-02T18:31:30.388Z] #42 125.1 DEP criu/sk-packet.d [2019-12-02T18:31:30.388Z] #42 125.5 DEP criu/sk-netlink.d [2019-12-02T18:31:30.388Z] #42 125.9 DEP criu/sk-inet.d [2019-12-02T18:31:30.388Z] #42 126.3 DEP criu/signalfd.d [2019-12-02T18:31:30.388Z] #42 126.7 DEP criu/sigframe.d [2019-12-02T18:31:30.388Z] #42 127.0 DEP criu/shmem.d [2019-12-02T18:31:30.388Z] #42 127.4 DEP criu/servicefd.d [2019-12-02T18:31:30.388Z] #42 127.7 DEP criu/seize.d [2019-12-02T18:31:30.388Z] #42 127.9 DEP criu/seccomp.d [2019-12-02T18:31:30.388Z] #42 128.4 DEP criu/rst-malloc.d [2019-12-02T18:31:30.388Z] #42 128.5 DEP criu/rbtree.d [2019-12-02T18:31:30.388Z] #42 128.6 DEP criu/pstree.d [2019-12-02T18:31:30.388Z] #42 128.9 DEP criu/protobuf.d [2019-12-02T18:31:30.388Z] #42 129.1 GEN criu/protobuf-desc-gen.h [2019-12-02T18:31:30.388Z] #42 ... [2019-12-02T18:31:30.388Z] [2019-12-02T18:31:30.388Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:31:30.388Z] #18 60.47 Selecting previously unselected package libip6tc0:ppc64el. [2019-12-02T18:31:30.388Z] #18 60.47 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-12-02T18:31:30.730Z] #18 60.47 Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-02T18:31:30.730Z] #18 60.59 Selecting previously unselected package libiptc0:ppc64el. [2019-12-02T18:31:30.730Z] #18 60.59 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-12-02T18:31:30.730Z] #18 60.60 Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-02T18:31:30.730Z] #18 60.79 Selecting previously unselected package libxtables12:ppc64el. [2019-12-02T18:31:30.730Z] #18 60.80 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-12-02T18:31:30.730Z] #18 60.81 Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-02T18:31:31.070Z] #18 60.97 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-12-02T18:31:31.070Z] #18 61.00 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-12-02T18:31:31.070Z] #18 61.02 Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-12-02T18:31:31.070Z] #18 61.14 Selecting previously unselected package iptables. [2019-12-02T18:31:31.274Z] --- PASS: TestDaemonIpcModePrivate (1.92s) [2019-12-02T18:31:31.274Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2019-12-02T18:31:31.274Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-12-02T18:31:31.428Z] #18 61.16 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-12-02T18:31:31.428Z] #18 61.17 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-12-02T18:31:31.769Z] #18 61.76 Selecting previously unselected package xxd. [2019-12-02T18:31:31.769Z] #18 61.77 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-12-02T18:31:31.769Z] #18 61.78 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:31:32.110Z] #18 61.95 Selecting previously unselected package vim-common. [2019-12-02T18:31:32.110Z] #18 61.96 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:31:32.110Z] #18 61.99 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:31:32.451Z] #18 62.19 Selecting previously unselected package bzip2. [2019-12-02T18:31:32.451Z] #18 62.20 Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-12-02T18:31:32.451Z] #18 62.20 Unpacking bzip2 (1.0.6-8.1) ... [2019-12-02T18:31:32.451Z] #18 ... [2019-12-02T18:31:32.451Z] [2019-12-02T18:31:32.451Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:31:32.451Z] #45 203.9 vendor/golang.org/x/text/unicode/norm [2019-12-02T18:31:32.451Z] #45 205.3 github.com/LK4D4/vndr/build [2019-12-02T18:31:32.451Z] #45 ... [2019-12-02T18:31:32.451Z] [2019-12-02T18:31:32.451Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:31:32.451Z] #18 62.35 Selecting previously unselected package libgpm2:ppc64el. [2019-12-02T18:31:32.451Z] #18 62.39 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-12-02T18:31:32.451Z] #18 62.39 Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-12-02T18:31:32.793Z] #18 62.50 Selecting previously unselected package xz-utils. [2019-12-02T18:31:32.794Z] #18 62.51 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-12-02T18:31:32.794Z] #18 62.53 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-12-02T18:31:32.794Z] #18 62.75 Selecting previously unselected package aufs-tools. [2019-12-02T18:31:32.794Z] #18 62.76 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-12-02T18:31:32.794Z] #18 62.76 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-12-02T18:31:33.136Z] #18 62.99 Selecting previously unselected package libonig4:ppc64el. [2019-12-02T18:31:33.136Z] #18 63.00 Preparing to unpack .../14-libonig4_6.1.3-2_ppc64el.deb ... [2019-12-02T18:31:33.136Z] #18 63.01 Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-12-02T18:31:33.136Z] #18 63.24 Selecting previously unselected package libjq1:ppc64el. [2019-12-02T18:31:33.136Z] #18 63.25 Preparing to unpack .../15-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-12-02T18:31:33.479Z] #18 63.26 Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-12-02T18:31:33.809Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.99s) [2019-12-02T18:31:33.809Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:112, shared: false, mustBeShared: false [2019-12-02T18:31:33.809Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-12-02T18:31:33.822Z] #18 63.51 Selecting previously unselected package jq. [2019-12-02T18:31:33.822Z] #18 63.54 Preparing to unpack .../16-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-12-02T18:31:33.822Z] #18 63.55 Unpacking jq (1.5+dfsg-1.3) ... [2019-12-02T18:31:33.822Z] #18 63.69 Selecting previously unselected package libaio1:ppc64el. [2019-12-02T18:31:33.822Z] #18 63.71 Preparing to unpack .../17-libaio1_0.3.110-3_ppc64el.deb ... [2019-12-02T18:31:33.822Z] #18 63.72 Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-12-02T18:31:33.822Z] #18 63.93 Selecting previously unselected package libcap2-bin. [2019-12-02T18:31:33.961Z] INFO [runner] Issues before processing: 2318, after processing: 0 [2019-12-02T18:31:33.962Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1616/1713, exclude: 1616/1616, exclude-rules: 63/1616, cgo: 1713/2318, path_prettifier: 1713/1713, filename_unadjuster: 1713/1713, skip_dirs: 1713/1713, identifier_marker: 1616/1616, skip_files: 1713/1713, nolint: 0/63 [2019-12-02T18:31:33.962Z] INFO [runner] processing took 127.638159ms with stages: nolint: 52.149381ms, identifier_marker: 40.215297ms, path_prettifier: 13.644387ms, exclude-rules: 8.659241ms, autogenerated_exclude: 7.009182ms, skip_dirs: 2.432709ms, cgo: 2.033294ms, filename_unadjuster: 1.488227ms, max_same_issues: 1.738µs, diff: 760ns, path_shortener: 675ns, exclude: 651ns, source_code: 632ns, uniq_by_line: 613ns, max_from_linter: 572ns, skip_files: 476ns, max_per_file_from_linter: 324ns [2019-12-02T18:31:33.962Z] INFO [runner] linters took 1m35.033570557s with stages: goanalysis_metalinter: 1m17.483292881s, unused: 17.422112222s [2019-12-02T18:31:33.962Z] INFO File cache stats: 1444 entries of total size 6.8MiB [2019-12-02T18:31:33.962Z] INFO Memory: 1511 samples, avg is 251.0MB, max is 3029.2MB [2019-12-02T18:31:33.962Z] INFO Execution took 3m24.027111124s [2019-12-02T18:31:33.962Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-12-02T18:31:33.962Z] No api/types/ or api/swagger.yaml changes in diff. [2019-12-02T18:31:33.962Z] Congratulations! All toml source files changed here have valid syntax. [2019-12-02T18:31:33.962Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-12-02T18:31:33.962Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-12-02T18:31:34.165Z] #18 63.94 Preparing to unpack .../18-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-12-02T18:31:34.165Z] #18 63.95 Unpacking libcap2-bin (1:2.25-1) ... [2019-12-02T18:31:34.165Z] #18 64.17 Selecting previously unselected package libnl-3-200:ppc64el. [2019-12-02T18:31:34.165Z] #18 64.19 Preparing to unpack .../19-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-12-02T18:31:34.165Z] #18 64.20 Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-12-02T18:31:34.295Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/make.sh dynbinary-daemon test-docker-py [2019-12-02T18:31:34.509Z] #18 64.40 Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-12-02T18:31:34.509Z] #18 64.41 Preparing to unpack .../20-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-12-02T18:31:34.509Z] #18 64.43 Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-12-02T18:31:34.510Z] #18 64.51 Selecting previously unselected package libreadline5:ppc64el. [2019-12-02T18:31:34.510Z] #18 64.52 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-12-02T18:31:34.510Z] #18 64.55 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-12-02T18:31:34.861Z] [2019-12-02T18:31:34.872Z] #18 64.77 Selecting previously unselected package net-tools. [2019-12-02T18:31:34.872Z] #18 64.78 Preparing to unpack .../22-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-12-02T18:31:34.872Z] #18 64.79 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-02T18:31:35.119Z] Removing bundles/ [2019-12-02T18:31:35.119Z] [2019-12-02T18:31:35.119Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-12-02T18:31:35.119Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-12-02T18:31:35.119Z] GOOS="" GOARCH="" GOARM="" [2019-12-02T18:31:35.199Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.01s) [2019-12-02T18:31:35.199Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: true, mustBeShared: true [2019-12-02T18:31:35.199Z] === RUN TestIpcModeOlderClient [2019-12-02T18:31:35.458Z] === PAUSE TestIpcModeOlderClient [2019-12-02T18:31:35.458Z] === RUN TestKillContainerInvalidSignal [2019-12-02T18:31:35.609Z] #18 65.26 Selecting previously unselected package python-pip-whl. [2019-12-02T18:31:35.609Z] #18 65.27 Preparing to unpack .../23-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-12-02T18:31:35.609Z] #18 65.28 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-02T18:31:35.950Z] #18 65.90 Selecting previously unselected package python3-pip. [2019-12-02T18:31:35.950Z] #18 65.91 Preparing to unpack .../24-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-12-02T18:31:35.950Z] #18 65.91 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-12-02T18:31:35.950Z] #18 66.12 Selecting previously unselected package python3-pkg-resources. [2019-12-02T18:31:35.950Z] #18 66.12 Preparing to unpack .../25-python3-pkg-resources_33.1.1-1_all.deb ... [2019-12-02T18:31:36.291Z] #18 66.12 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-12-02T18:31:36.291Z] #18 66.34 Selecting previously unselected package python3-setuptools. [2019-12-02T18:31:36.291Z] #18 66.36 Preparing to unpack .../26-python3-setuptools_33.1.1-1_all.deb ... [2019-12-02T18:31:36.291Z] #18 66.36 Unpacking python3-setuptools (33.1.1-1) ... [2019-12-02T18:31:36.395Z] --- PASS: TestKillContainerInvalidSignal (0.95s) [2019-12-02T18:31:36.395Z] === RUN TestKillContainer [2019-12-02T18:31:36.395Z] === RUN TestKillContainer/no_signal [2019-12-02T18:31:36.632Z] #18 66.77 Selecting previously unselected package python3-wheel. [2019-12-02T18:31:36.974Z] #18 66.79 Preparing to unpack .../27-python3-wheel_0.29.0-2_all.deb ... [2019-12-02T18:31:36.974Z] #18 66.79 Unpacking python3-wheel (0.29.0-2) ... [2019-12-02T18:31:36.974Z] #18 66.98 Selecting previously unselected package thin-provisioning-tools. [2019-12-02T18:31:36.974Z] #18 67.00 Preparing to unpack .../28-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-12-02T18:31:36.974Z] #18 67.01 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-02T18:31:37.332Z] === RUN TestKillContainer/non_killing_signal [2019-12-02T18:31:37.708Z] #18 67.57 Selecting previously unselected package vim-runtime. [2019-12-02T18:31:37.708Z] #18 67.59 Preparing to unpack .../29-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-12-02T18:31:37.708Z] #18 67.68 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-12-02T18:31:37.900Z] === RUN TestKillContainer/killing_signal [2019-12-02T18:31:38.050Z] #18 67.76 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-12-02T18:31:38.051Z] #18 67.77 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:31:38.394Z] #18 ... [2019-12-02T18:31:38.394Z] [2019-12-02T18:31:38.394Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:31:38.838Z] --- PASS: TestKillContainer (2.60s) [2019-12-02T18:31:38.838Z] --- PASS: TestKillContainer/no_signal (0.82s) [2019-12-02T18:31:38.838Z] --- PASS: TestKillContainer/non_killing_signal (0.64s) [2019-12-02T18:31:38.838Z] --- PASS: TestKillContainer/killing_signal (0.80s) [2019-12-02T18:31:38.838Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-12-02T18:31:38.838Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-12-02T18:31:39.774Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-12-02T18:31:40.712Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.64s) [2019-12-02T18:31:40.712Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.79s) [2019-12-02T18:31:40.712Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2019-12-02T18:31:40.712Z] === RUN TestKillStoppedContainer [2019-12-02T18:31:40.712Z] --- PASS: TestKillStoppedContainer (0.11s) [2019-12-02T18:31:40.712Z] === RUN TestKillStoppedContainerAPIPre120 [2019-12-02T18:31:40.712Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2019-12-02T18:31:40.712Z] === RUN TestKillDifferentUserContainer [2019-12-02T18:31:41.649Z] --- PASS: TestKillDifferentUserContainer (0.86s) [2019-12-02T18:31:41.649Z] === RUN TestInspectOomKilledTrue [2019-12-02T18:31:41.649Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-12-02T18:31:41.649Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:31:41.649Z] === RUN TestInspectOomKilledFalse [2019-12-02T18:31:41.649Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-12-02T18:31:41.649Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:31:41.649Z] === RUN TestLinksEtcHostsContentMatch [2019-12-02T18:31:42.217Z] --- PASS: TestLinksEtcHostsContentMatch (0.73s) [2019-12-02T18:31:42.217Z] === RUN TestLinksContainerNames [2019-12-02T18:31:43.237Z] #23 220.0 Checking out files: 17% (1823/10716) Checking out files: 18% (1929/10716) Checking out files: 19% (2037/10716) Checking out files: 20% (2144/10716) Checking out files: 21% (2251/10716) Checking out files: 22% (2358/10716) Checking out files: 23% (2465/10716) Checking out files: 24% (2572/10716) Checking out files: 25% (2679/10716) Checking out files: 26% (2787/10716) Checking out files: 27% (2894/10716) Checking out files: 28% (3001/10716) Checking out files: 29% (3108/10716) Checking out files: 30% (3215/10716) Checking out files: 31% (3322/10716) Checking out files: 32% (3430/10716) Checking out files: 33% (3537/10716) Checking out files: 33% (3633/10716) Checking out files: 34% (3644/10716) Checking out files: 35% (3751/10716) Checking out files: 36% (3858/10716) Checking out files: 37% (3965/10716) Checking out files: 38% (4073/10716) Checking out files: 39% (4180/10716) Checking out files: 40% (4287/10716) Checking out files: 41% (4394/10716) Checking out files: 42% (4501/10716) Checking out files: 43% (4608/10716) Checking out files: 44% (4716/10716) Checking out files: 45% (4823/10716) Checking out files: 46% (4930/10716) Checking out files: 47% (5037/10716) Checking out files: 47% (5092/10716) Checking out files: 48% (5144/10716) Checking out files: 49% (5251/10716) Checking out files: 50% (5358/10716) Checking out files: 51% (5466/10716) Checking out files: 52% (5573/10716) Checking out files: 53% (5680/10716) Checking out files: 54% (5787/10716) Checking out files: 55% (5894/10716) Checking out files: 56% (6001/10716) Checking out files: 57% (6109/10716) Checking out files: 58% (6216/10716) Checking out files: 59% (6323/10716) Checking out files: 60% (6430/10716) Checking out files: 61% (6537/10716) Checking out files: 62% (6644/10716) Checking out files: 63% (6752/10716) Checking out files: 64% (6859/10716) Checking out files: 65% (6966/10716) Checking out files: 65% (7005/10716) Checking out files: 66% (7073/10716) Checking out files: 67% (7180/10716) Checking out files: 68% (7287/10716) Checking out files: 69% (7395/10716) Checking out files: 70% (7502/10716) Checking out files: 71% (7609/10716) Checking out files: 72% (7716/10716) Checking out files: 73% (7823/10716) Checking out files: 74% (7930/10716) Checking out files: 75% (8037/10716) Checking out files: 76% (8145/10716) Checking out files: 77% (8252/10716) Checking out files: 78% (8359/10716) Checking out files: 79% (8466/10716) Checking out files: 80% (8573/10716) Checking out files: 81% (8680/10716) Checking out files: 81% (8739/10716) Checking out files: 82% (8788/10716) Checking out files: 83% (8895/10716) Checking out files: 84% (9002/10716) Checking out files: 85% (9109/10716) Checking out files: 86% (9216/10716) Checking out files: 87% (9323/10716) Checking out files: 88% (9431/10716) Checking out files: 89% (9538/10716) Checking out files: 90% (9645/10716) Checking out files: 91% (9752/10716) Checking out files: 92% (9859/10716) Checking out files: 93% (9966/10716) Checking out files: 94% (10074/10716) Checking out files: 95% (10181/10716) Checking out files: 96% (10288/10716) [2019-12-02T18:31:43.237Z] #23 ... [2019-12-02T18:31:43.237Z] [2019-12-02T18:31:43.237Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:31:43.237Z] #42 132.2 DEP criu/protobuf-desc.d [2019-12-02T18:31:43.237Z] #42 132.6 DEP criu/proc_parse.d [2019-12-02T18:31:43.237Z] #42 132.9 DEP criu/plugin.d [2019-12-02T18:31:43.237Z] #42 133.0 DEP criu/pipes.d [2019-12-02T18:31:43.237Z] #42 133.4 DEP criu/pie-util.d [2019-12-02T18:31:43.237Z] #42 133.6 DEP criu/pie-util-vdso.d [2019-12-02T18:31:43.237Z] #42 133.8 DEP criu/pie-util-vdso-elf32.d [2019-12-02T18:31:43.237Z] #42 134.2 DEP criu/path.d [2019-12-02T18:31:43.237Z] #42 134.6 DEP criu/parasite-syscall.d [2019-12-02T18:31:43.237Z] #42 135.1 DEP criu/pagemap.d [2019-12-02T18:31:43.237Z] #42 135.4 DEP criu/pagemap-cache.d [2019-12-02T18:31:43.237Z] #42 135.7 DEP criu/page-xfer.d [2019-12-02T18:31:43.237Z] #42 136.1 DEP criu/page-pipe.d [2019-12-02T18:31:43.237Z] #42 136.3 DEP criu/netfilter.d [2019-12-02T18:31:43.237Z] #42 136.7 DEP criu/net.d [2019-12-02T18:31:43.237Z] #42 137.1 DEP criu/namespaces.d [2019-12-02T18:31:43.237Z] #42 137.7 DEP criu/mount.d [2019-12-02T18:31:43.237Z] #42 138.1 DEP criu/mem.d [2019-12-02T18:31:43.237Z] #42 138.6 DEP criu/lsm.d [2019-12-02T18:31:43.237Z] #42 138.9 DEP criu/log.d [2019-12-02T18:31:43.237Z] #42 139.3 DEP criu/libnetlink.d [2019-12-02T18:31:43.237Z] #42 139.8 DEP criu/kerndat.d [2019-12-02T18:31:43.237Z] #42 140.3 DEP criu/kcmp-ids.d [2019-12-02T18:31:43.237Z] #42 140.6 DEP criu/irmap.d [2019-12-02T18:31:43.237Z] #42 140.9 DEP criu/ipc_ns.d [2019-12-02T18:31:43.237Z] #42 141.3 DEP criu/image.d [2019-12-02T18:31:43.237Z] #42 141.7 DEP criu/image-desc.d [2019-12-02T18:31:43.237Z] #42 141.9 DEP criu/fsnotify.d [2019-12-02T18:31:43.237Z] #42 142.3 DEP criu/filesystems.d [2019-12-02T18:31:43.237Z] #42 ... [2019-12-02T18:31:43.237Z] [2019-12-02T18:31:43.237Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:31:43.580Z] #23 220.0 Checking out files: 17% (1823/10716) Checking out files: 18% (1929/10716) Checking out files: 19% (2037/10716) Checking out files: 20% (2144/10716) Checking out files: 21% (2251/10716) Checking out files: 22% (2358/10716) Checking out files: 23% (2465/10716) Checking out files: 24% (2572/10716) Checking out files: 25% (2679/10716) Checking out files: 26% (2787/10716) Checking out files: 27% (2894/10716) Checking out files: 28% (3001/10716) Checking out files: 29% (3108/10716) Checking out files: 30% (3215/10716) Checking out files: 31% (3322/10716) Checking out files: 32% (3430/10716) Checking out files: 33% (3537/10716) Checking out files: 33% (3633/10716) Checking out files: 34% (3644/10716) Checking out files: 35% (3751/10716) Checking out files: 36% (3858/10716) Checking out files: 37% (3965/10716) Checking out files: 38% (4073/10716) Checking out files: 39% (4180/10716) Checking out files: 40% (4287/10716) Checking out files: 41% (4394/10716) Checking out files: 42% (4501/10716) Checking out files: 43% (4608/10716) Checking out files: 44% (4716/10716) Checking out files: 45% (4823/10716) Checking out files: 46% (4930/10716) Checking out files: 47% (5037/10716) Checking out files: 47% (5092/10716) Checking out files: 48% (5144/10716) Checking out files: 49% (5251/10716) Checking out files: 50% (5358/10716) Checking out files: 51% (5466/10716) Checking out files: 52% (5573/10716) Checking out files: 53% (5680/10716) Checking out files: 54% (5787/10716) Checking out files: 55% (5894/10716) Checking out files: 56% (6001/10716) Checking out files: 57% (6109/10716) Checking out files: 58% (6216/10716) Checking out files: 59% (6323/10716) Checking out files: 60% (6430/10716) Checking out files: 61% (6537/10716) Checking out files: 62% (6644/10716) Checking out files: 63% (6752/10716) Checking out files: 64% (6859/10716) Checking out files: 65% (6966/10716) Checking out files: 65% (7005/10716) Checking out files: 66% (7073/10716) Checking out files: 67% (7180/10716) Checking out files: 68% (7287/10716) Checking out files: 69% (7395/10716) Checking out files: 70% (7502/10716) Checking out files: 71% (7609/10716) Checking out files: 72% (7716/10716) Checking out files: 73% (7823/10716) Checking out files: 74% (7930/10716) Checking out files: 75% (8037/10716) Checking out files: 76% (8145/10716) Checking out files: 77% (8252/10716) Checking out files: 78% (8359/10716) Checking out files: 79% (8466/10716) Checking out files: 80% (8573/10716) Checking out files: 81% (8680/10716) Checking out files: 81% (8739/10716) Checking out files: 82% (8788/10716) Checking out files: 83% (8895/10716) Checking out files: 84% (9002/10716) Checking out files: 85% (9109/10716) Checking out files: 86% (9216/10716) Checking out files: 87% (9323/10716) Checking out files: 88% (9431/10716) Checking out files: 89% (9538/10716) Checking out files: 90% (9645/10716) Checking out files: 91% (9752/10716) Checking out files: 92% (9859/10716) Checking out files: 93% (9966/10716) Checking out files: 94% (10074/10716) Checking out files: 95% (10181/10716) Checking out files: 96% (10288/10716) Checking out files: 97% (10395/10716) Checking out files: 98% (10502/10716) Checking out files: 99% (10609/10716) Checking out files: 99% (10691/10716) Checking out files: 100% (10716/10716) Checking out files: 100% (10716/10716), done. [2019-12-02T18:31:43.580Z] #23 225.2 + cd /tmp/tmp.iGyeX8RBXd/tmp/docker-ce [2019-12-02T18:31:43.580Z] #23 225.2 + git checkout -q v17.06.2-ce [2019-12-02T18:31:44.124Z] --- PASS: TestLinksContainerNames (1.55s) [2019-12-02T18:31:44.124Z] === RUN TestLogsFollowTailEmpty [2019-12-02T18:31:44.692Z] --- PASS: TestLogsFollowTailEmpty (0.87s) [2019-12-02T18:31:44.692Z] === RUN TestContainerNetworkMountsNoChown [2019-12-02T18:31:45.630Z] --- PASS: TestContainerNetworkMountsNoChown (0.78s) [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/default [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/default [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/private [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/private [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rprivate [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rprivate [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/slave [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/slave [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rslave [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rslave [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/shared [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/shared [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rshared [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rshared [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/default [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/default/bind_root [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/rslave [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/default/mount_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/rshared [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/rprivate [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/slave [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/private [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/private/bind_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/private/mount_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/shared [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-12-02T18:31:45.630Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:31:45.630Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/default/mount_root [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/default/bind_root [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:31:45.630Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/private/bind_root [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/private/mount_root [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-12-02T18:31:45.890Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-12-02T18:31:46.150Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-12-02T18:31:46.150Z] === RUN TestContainerBindMountNonRecursive [2019-12-02T18:31:48.056Z] --- PASS: TestContainerBindMountNonRecursive (1.93s) [2019-12-02T18:31:48.056Z] === RUN TestNetworkNat [2019-12-02T18:31:48.995Z] --- PASS: TestNetworkNat (0.95s) [2019-12-02T18:31:48.995Z] === RUN TestNetworkLocalhostTCPNat [2019-12-02T18:31:49.591Z] #23 230.3 + mkdir -p /tmp/tmp.iGyeX8RBXd/src/github.com/docker [2019-12-02T18:31:49.591Z] #23 230.3 + mv components/cli /tmp/tmp.iGyeX8RBXd/src/github.com/docker/cli [2019-12-02T18:31:49.591Z] #23 230.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-12-02T18:31:49.591Z] #23 ... [2019-12-02T18:31:49.591Z] [2019-12-02T18:31:49.591Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:31:49.591Z] #18 72.87 Selecting previously unselected package vim. [2019-12-02T18:31:49.591Z] #18 72.88 Preparing to unpack .../30-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-12-02T18:31:49.591Z] #18 72.88 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:31:49.591Z] #18 73.70 Selecting previously unselected package xfsprogs. [2019-12-02T18:31:49.591Z] #18 73.72 Preparing to unpack .../31-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-12-02T18:31:49.591Z] #18 73.72 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-12-02T18:31:49.591Z] #18 74.63 Selecting previously unselected package zip. [2019-12-02T18:31:49.591Z] #18 74.64 Preparing to unpack .../32-zip_3.0-11+b1_ppc64el.deb ... [2019-12-02T18:31:49.591Z] #18 74.65 Unpacking zip (3.0-11+b1) ... [2019-12-02T18:31:49.591Z] #18 74.99 Selecting previously unselected package libapparmor-perl. [2019-12-02T18:31:49.591Z] #18 74.99 Preparing to unpack .../33-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-12-02T18:31:49.591Z] #18 75.00 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-02T18:31:49.591Z] #18 75.13 Selecting previously unselected package apparmor. [2019-12-02T18:31:49.591Z] #18 75.13 Preparing to unpack .../34-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-12-02T18:31:49.591Z] #18 75.25 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-12-02T18:31:49.591Z] #18 75.91 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-12-02T18:31:49.591Z] #18 75.93 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-12-02T18:31:49.591Z] #18 75.94 Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-12-02T18:31:49.591Z] #18 76.08 Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-02T18:31:49.591Z] #18 76.10 Processing triggers for mime-support (3.60) ... [2019-12-02T18:31:49.591Z] #18 76.27 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:31:49.591Z] #18 76.27 Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-12-02T18:31:49.591Z] #18 76.28 Setting up libcap2-bin (1:2.25-1) ... [2019-12-02T18:31:49.591Z] #18 76.28 Setting up bash-completion (1:2.1-4.3) ... [2019-12-02T18:31:49.599Z] Removing intermediate container 3d74212a0291 [2019-12-02T18:31:49.599Z] ---> f2fd6df01bba [2019-12-02T18:31:49.599Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-12-02T18:31:49.599Z] ---> Running in 80bdc9524e29 [2019-12-02T18:31:49.599Z] Removing intermediate container 80bdc9524e29 [2019-12-02T18:31:49.599Z] ---> c511021e91f4 [2019-12-02T18:31:49.599Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-12-02T18:31:49.599Z] ---> Running in 335a73f2a184 [2019-12-02T18:31:49.599Z] Removing intermediate container 335a73f2a184 [2019-12-02T18:31:49.599Z] ---> 7e933b44564b [2019-12-02T18:31:49.599Z] Step 8/8 : COPY . . [2019-12-02T18:31:49.933Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s) [2019-12-02T18:31:49.933Z] === RUN TestNetworkLoopbackNat [2019-12-02T18:31:50.871Z] --- PASS: TestNetworkLoopbackNat (1.13s) [2019-12-02T18:31:50.871Z] === RUN TestPause [2019-12-02T18:31:51.304Z] #18 ... [2019-12-02T18:31:51.304Z] [2019-12-02T18:31:51.304Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:31:51.304Z] #45 222.9 vendor/golang.org/x/crypto/cryptobyte [2019-12-02T18:31:51.304Z] #45 225.8 vendor/golang.org/x/net/http/httpproxy [2019-12-02T18:31:51.304Z] #45 225.8 net/textproto [2019-12-02T18:31:51.304Z] #45 227.8 crypto/x509 [2019-12-02T18:31:51.304Z] #45 229.0 vendor/golang.org/x/net/http/httpguts [2019-12-02T18:31:51.304Z] #45 229.1 mime/multipart [2019-12-02T18:31:51.645Z] #45 ... [2019-12-02T18:31:51.645Z] [2019-12-02T18:31:51.645Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:31:51.645Z] #42 142.7 DEP criu/files.d [2019-12-02T18:31:51.645Z] #42 143.1 DEP criu/files-reg.d [2019-12-02T18:31:51.645Z] #42 143.5 DEP criu/files-ext.d [2019-12-02T18:31:51.645Z] #42 143.9 DEP criu/file-lock.d [2019-12-02T18:31:51.645Z] #42 144.4 DEP criu/file-ids.d [2019-12-02T18:31:51.645Z] #42 144.8 DEP criu/fifo.d [2019-12-02T18:31:51.645Z] #42 145.1 DEP criu/fdstore.d [2019-12-02T18:31:51.645Z] #42 145.3 DEP criu/fault-injection.d [2019-12-02T18:31:51.645Z] #42 145.4 DEP criu/external.d [2019-12-02T18:31:51.645Z] #42 145.7 DEP criu/eventpoll.d [2019-12-02T18:31:51.645Z] #42 146.0 DEP criu/eventfd.d [2019-12-02T18:31:51.645Z] #42 146.3 DEP criu/crtools.d [2019-12-02T18:31:51.645Z] #42 146.7 DEP criu/cr-service.d [2019-12-02T18:31:51.645Z] #42 147.1 DEP criu/cr-restore.d [2019-12-02T18:31:51.645Z] #42 147.6 DEP criu/cr-errno.d [2019-12-02T18:31:51.645Z] #42 147.6 DEP criu/cr-dump.d [2019-12-02T18:31:51.645Z] #42 148.2 DEP criu/cr-dedup.d [2019-12-02T18:31:51.645Z] #42 148.7 DEP criu/cr-check.d [2019-12-02T18:31:51.645Z] #42 149.3 DEP criu/config.d [2019-12-02T18:31:51.645Z] #42 149.8 DEP criu/clone-noasan.d [2019-12-02T18:31:51.645Z] #42 149.9 DEP criu/cgroup.d [2019-12-02T18:31:51.645Z] #42 150.3 DEP criu/cgroup-props.d [2019-12-02T18:31:51.645Z] #42 150.6 DEP criu/bitmap.d [2019-12-02T18:31:51.645Z] #42 150.6 DEP criu/bfd.d [2019-12-02T18:31:51.808Z] --- PASS: TestPause (0.90s) [2019-12-02T18:31:51.808Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-12-02T18:31:51.808Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-02T18:31:51.808Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-02T18:31:51.808Z] === RUN TestPauseStopPausedContainer [2019-12-02T18:31:51.985Z] #42 151.0 DEP criu/autofs.d [2019-12-02T18:31:52.327Z] #42 151.3 DEP criu/aio.d [2019-12-02T18:31:52.670Z] #42 151.7 DEP criu/action-scripts.d [2019-12-02T18:31:52.744Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2019-12-02T18:31:52.744Z] === RUN TestPsFilter [2019-12-02T18:31:53.004Z] --- PASS: TestPsFilter (0.24s) [2019-12-02T18:31:53.004Z] === RUN TestRemoveContainerWithRemovedVolume [2019-12-02T18:31:53.012Z] #42 ... [2019-12-02T18:31:53.012Z] [2019-12-02T18:31:53.012Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:31:53.012Z] #18 82.93 Setting up libonig4:ppc64el (6.1.3-2) ... [2019-12-02T18:31:53.012Z] #18 82.93 Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-12-02T18:31:53.012Z] #18 82.94 Setting up zip (3.0-11+b1) ... [2019-12-02T18:31:53.012Z] #18 82.95 Setting up bzip2 (1.0.6-8.1) ... [2019-12-02T18:31:53.012Z] #18 82.95 Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-12-02T18:31:53.012Z] #18 82.96 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:31:53.012Z] #18 83.01 Setting up libaio1:ppc64el (0.3.110-3) ... [2019-12-02T18:31:53.012Z] #18 83.05 Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-02T18:31:53.012Z] #18 83.06 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-12-02T18:31:53.012Z] #18 83.07 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-12-02T18:31:53.012Z] #18 83.10 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-12-02T18:31:53.012Z] #18 83.10 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:31:53.012Z] #18 83.11 Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-12-02T18:31:53.354Z] #18 83.18 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:31:53.941Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s) [2019-12-02T18:31:53.941Z] === RUN TestRemoveContainerWithVolume [2019-12-02T18:31:54.088Z] #18 84.04 Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-12-02T18:31:54.088Z] #18 84.05 Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-12-02T18:31:54.088Z] #18 84.07 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-12-02T18:31:54.088Z] #18 84.08 Setting up pigz (2.3.4-1) ... [2019-12-02T18:31:54.088Z] #18 84.10 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-12-02T18:31:54.088Z] #18 84.10 Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-12-02T18:31:54.088Z] #18 84.11 Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-02T18:31:54.088Z] #18 84.13 Setting up jq (1.5+dfsg-1.3) ... [2019-12-02T18:31:54.088Z] #18 84.14 Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-12-02T18:31:54.088Z] #18 84.17 Setting up xfsprogs (4.9.0+nmu1) ... [2019-12-02T18:31:54.088Z] #18 84.19 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-12-02T18:31:54.088Z] #18 84.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-12-02T18:31:54.088Z] #18 84.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-12-02T18:31:54.431Z] #18 84.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-12-02T18:31:54.431Z] #18 84.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-12-02T18:31:54.431Z] #18 84.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-12-02T18:31:54.431Z] #18 84.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-12-02T18:31:54.431Z] #18 84.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-12-02T18:31:54.431Z] #18 84.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-12-02T18:31:54.431Z] #18 84.38 Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-12-02T18:31:54.431Z] #18 84.39 Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-12-02T18:31:54.431Z] #18 84.39 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-12-02T18:31:54.431Z] #18 84.40 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-12-02T18:31:54.510Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2019-12-02T18:31:54.510Z] === RUN TestRemoveContainerRunning [2019-12-02T18:31:55.447Z] --- PASS: TestRemoveContainerRunning (0.79s) [2019-12-02T18:31:55.447Z] === RUN TestRemoveContainerForceRemoveRunning [2019-12-02T18:31:56.386Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2019-12-02T18:31:56.386Z] === RUN TestRemoveInvalidContainer [2019-12-02T18:31:56.386Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-12-02T18:31:56.386Z] === RUN TestRenameLinkedContainer [2019-12-02T18:31:58.338Z] #18 ... [2019-12-02T18:31:58.338Z] [2019-12-02T18:31:58.338Z] #48 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:31:58.338Z] #48 DONE 239.4s [2019-12-02T18:31:58.338Z] [2019-12-02T18:31:58.339Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:31:58.339Z] #42 152.4 CC criu/action-scripts.o [2019-12-02T18:31:58.339Z] #42 153.6 CC criu/aio.o [2019-12-02T18:31:58.339Z] #42 155.1 CC criu/autofs.o [2019-12-02T18:31:59.677Z] --- PASS: TestRenameLinkedContainer (3.30s) [2019-12-02T18:31:59.677Z] === RUN TestRenameStoppedContainer [2019-12-02T18:32:00.245Z] --- PASS: TestRenameStoppedContainer (0.77s) [2019-12-02T18:32:00.245Z] === RUN TestRenameRunningContainerAndReuse [2019-12-02T18:32:00.678Z] #42 159.5 CC criu/bfd.o [2019-12-02T18:32:01.867Z] #42 160.6 CC criu/bitmap.o [2019-12-02T18:32:01.867Z] #42 161.0 CC criu/cgroup-props.o [2019-12-02T18:32:02.150Z] --- PASS: TestRenameRunningContainerAndReuse (1.70s) [2019-12-02T18:32:02.150Z] === RUN TestRenameInvalidName [2019-12-02T18:32:02.718Z] --- PASS: TestRenameInvalidName (0.86s) [2019-12-02T18:32:02.718Z] === RUN TestRenameAnonymousContainer [2019-12-02T18:32:03.578Z] #42 ... [2019-12-02T18:32:03.578Z] [2019-12-02T18:32:03.578Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:32:03.578Z] #45 235.0 crypto/tls [2019-12-02T18:32:03.921Z] #45 ... [2019-12-02T18:32:03.921Z] [2019-12-02T18:32:03.921Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:32:03.921Z] #42 162.8 CC criu/cgroup.o [2019-12-02T18:32:06.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-12-02T18:32:06.911Z] --- PASS: TestRenameAnonymousContainer (4.04s) [2019-12-02T18:32:06.911Z] === RUN TestRenameContainerWithSameName [2019-12-02T18:32:07.858Z] --- PASS: TestRenameContainerWithSameName (0.79s) [2019-12-02T18:32:07.859Z] === RUN TestRenameContainerWithLinkedContainer [2019-12-02T18:32:09.250Z] --- PASS: TestRenameContainerWithLinkedContainer (1.66s) [2019-12-02T18:32:09.250Z] === RUN TestResize [2019-12-02T18:32:09.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-12-02T18:32:10.009Z] #42 ... [2019-12-02T18:32:10.009Z] [2019-12-02T18:32:10.009Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:32:10.009Z] #18 95.80 Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-12-02T18:32:10.009Z] #18 95.82 Setting up python3 (3.5.3-1) ... [2019-12-02T18:32:10.009Z] #18 99.01 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-12-02T18:32:10.187Z] --- PASS: TestResize (0.84s) [2019-12-02T18:32:10.187Z] === RUN TestResizeWithInvalidSize [2019-12-02T18:32:11.124Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2019-12-02T18:32:11.124Z] === RUN TestResizeWhenContainerNotStarted [2019-12-02T18:32:11.195Z] #18 101.2 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-12-02T18:32:11.537Z] #18 101.5 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-12-02T18:32:11.537Z] #18 101.6 Setting up python3-wheel (0.29.0-2) ... [2019-12-02T18:32:11.694Z] --- PASS: TestResizeWhenContainerNotStarted (0.80s) [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:32:11.694Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:32:11.694Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:32:11.694Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:32:11.694Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:32:11.694Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:32:11.694Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:32:13.173Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:32:13.862Z] #18 103.7 Setting up python3-pkg-resources (33.1.1-1) ... [2019-12-02T18:32:14.826Z] ---> 27342b083c2b [2019-12-02T18:32:14.826Z] Successfully built 27342b083c2b [2019-12-02T18:32:14.826Z] Successfully tagged docker:latest [2019-12-02T18:32:14.826Z] INFO: Image build ended at 12/02/2019 18:32:13. Duration:00:03:50.8335143 [2019-12-02T18:32:14.826Z] [2019-12-02T18:32:14.826Z] [2019-12-02T18:32:14.826Z] INFO: Building the test binaries at 12/02/2019 18:32:14... [2019-12-02T18:32:15.086Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:32:15.086Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:32:15.346Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:32:15.346Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-12-02T18:32:15.409Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2019-12-02T18:32:15.409Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-12-02T18:32:15.409Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 4.0% of statements [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/container [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/events [no test files] [2019-12-02T18:32:15.409Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 92.2% of statements [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/image [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/network [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-12-02T18:32:15.409Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-12-02T18:32:15.409Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2019-12-02T18:32:15.409Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/builder [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-12-02T18:32:15.409Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-12-02T18:32:15.409Z] ok github.com/docker/docker/builder/dockerignore 0.005s coverage: 96.8% of statements [2019-12-02T18:32:16.249Z] #18 105.9 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-12-02T18:32:16.249Z] #18 ... [2019-12-02T18:32:16.249Z] [2019-12-02T18:32:16.249Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:32:16.249Z] #45 247.5 net/http/httptrace [2019-12-02T18:32:16.249Z] #45 248.1 net/http [2019-12-02T18:32:16.249Z] #45 ... [2019-12-02T18:32:16.249Z] [2019-12-02T18:32:16.249Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:32:16.249Z] #42 169.2 CC criu/clone-noasan.o [2019-12-02T18:32:16.249Z] #42 169.5 CC criu/config.o [2019-12-02T18:32:16.249Z] #42 172.9 CC criu/cr-check.o [2019-12-02T18:32:17.887Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:32:17.959Z] #42 176.8 CC criu/cr-dedup.o [2019-12-02T18:32:17.959Z] #42 ... [2019-12-02T18:32:17.959Z] [2019-12-02T18:32:17.959Z] #18 [dev 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,targ... [2019-12-02T18:32:17.959Z] #18 107.8 Setting up python3-setuptools (33.1.1-1) ... [2019-12-02T18:32:17.962Z] ok github.com/docker/docker/builder/remotecontext 0.337s coverage: 13.6% of statements [2019-12-02T18:32:18.350Z] ok github.com/docker/docker/builder/dockerfile 0.925s coverage: 48.2% of statements [2019-12-02T18:32:18.459Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:32:19.029Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:32:19.491Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2019-12-02T18:32:19.552Z] INFO: make.ps1 starting at 12/02/2019 18:32:19 [2019-12-02T18:32:19.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-12-02T18:32:19.868Z] ok github.com/docker/docker/builder/remotecontext/git 1.052s coverage: 85.1% of statements [2019-12-02T18:32:19.868Z] ? github.com/docker/docker/cli [no test files] [2019-12-02T18:32:19.868Z] ? github.com/docker/docker/cli/config [no test files] [2019-12-02T18:32:20.014Z] INFO: Git commit (e6d514dba) assumed from DOCKER_GITCOMMIT environment variable [2019-12-02T18:32:20.014Z] INFO: Invoking autogen... [2019-12-02T18:32:20.477Z] INFO: Building daemon... [2019-12-02T18:32:20.992Z] #18 110.8 Setting up dh-python (2.20170125) ... [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.51s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.52s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.25s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (3.61s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (3.67s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.61s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.73s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.76s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.70s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.68s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.62s) [2019-12-02T18:32:21.568Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.53s) [2019-12-02T18:32:21.568Z] === RUN TestCgroupNamespacesRun [2019-12-02T18:32:22.180Z] #18 112.3 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-12-02T18:32:22.522Z] #18 DONE 112.5s [2019-12-02T18:32:22.522Z] [2019-12-02T18:32:22.522Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:32:22.522Z] #42 178.0 CC criu/cr-dump.o [2019-12-02T18:32:23.473Z] --- PASS: TestCgroupNamespacesRun (1.89s) [2019-12-02T18:32:23.473Z] === RUN TestCgroupNamespacesRunPrivileged [2019-12-02T18:32:23.996Z] ok github.com/docker/docker/client 0.298s coverage: 75.8% of statements [2019-12-02T18:32:24.855Z] #42 183.7 CC criu/cr-errno.o [2019-12-02T18:32:24.855Z] #42 183.8 CC criu/cr-restore.o [2019-12-02T18:32:25.197Z] #42 ... [2019-12-02T18:32:25.197Z] [2019-12-02T18:32:25.197Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:32:25.197Z] #45 266.8 github.com/LK4D4/vndr/godl [2019-12-02T18:32:25.381Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.78s) [2019-12-02T18:32:25.381Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-12-02T18:32:26.383Z] #45 267.9 github.com/LK4D4/vndr [2019-12-02T18:32:27.286Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.85s) [2019-12-02T18:32:27.286Z] === RUN TestCgroupNamespacesRunHostMode [2019-12-02T18:32:29.192Z] --- PASS: TestCgroupNamespacesRunHostMode (1.91s) [2019-12-02T18:32:29.192Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-12-02T18:32:31.098Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.89s) [2019-12-02T18:32:31.098Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-12-02T18:32:32.035Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.94s) [2019-12-02T18:32:32.035Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-12-02T18:32:32.400Z] #45 ... [2019-12-02T18:32:32.400Z] [2019-12-02T18:32:32.400Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:32:32.742Z] #19 10.28 Collecting yamllint==1.16.0 [2019-12-02T18:32:32.972Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s) [2019-12-02T18:32:32.972Z] === RUN TestCgroupNamespacesRunOlderClient [2019-12-02T18:32:34.879Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.92s) [2019-12-02T18:32:34.879Z] === RUN TestKernelTCPMemory [2019-12-02T18:32:35.096Z] #19 12.25 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-12-02T18:32:35.816Z] --- PASS: TestKernelTCPMemory (0.96s) [2019-12-02T18:32:35.816Z] === RUN TestNISDomainname [2019-12-02T18:32:35.828Z] #19 13.26 Collecting pyyaml (from yamllint==1.16.0) [2019-12-02T18:32:35.828Z] #19 ... [2019-12-02T18:32:35.828Z] [2019-12-02T18:32:35.828Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:32:35.828Z] #42 194.8 CC criu/cr-service.o [2019-12-02T18:32:36.753Z] --- PASS: TestNISDomainname (1.11s) [2019-12-02T18:32:36.754Z] === RUN TestHostnameDnsResolution [2019-12-02T18:32:38.659Z] --- PASS: TestHostnameDnsResolution (1.74s) [2019-12-02T18:32:38.659Z] === RUN TestStats [2019-12-02T18:32:40.681Z] #42 199.2 CC criu/crtools.o [2019-12-02T18:32:41.949Z] --- PASS: TestStats (2.74s) [2019-12-02T18:32:41.949Z] === RUN TestStopContainerWithTimeout [2019-12-02T18:32:41.949Z] === RUN TestStopContainerWithTimeout/0 [2019-12-02T18:32:41.949Z] === PAUSE TestStopContainerWithTimeout/0 [2019-12-02T18:32:41.949Z] === RUN TestStopContainerWithTimeout/1 [2019-12-02T18:32:41.949Z] === PAUSE TestStopContainerWithTimeout/1 [2019-12-02T18:32:41.949Z] === RUN TestStopContainerWithTimeout/3 [2019-12-02T18:32:41.949Z] === PAUSE TestStopContainerWithTimeout/3 [2019-12-02T18:32:41.949Z] === RUN TestStopContainerWithTimeout/-1 [2019-12-02T18:32:41.949Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-12-02T18:32:41.949Z] === CONT TestStopContainerWithTimeout/0 [2019-12-02T18:32:41.949Z] === CONT TestStopContainerWithTimeout/-1 [2019-12-02T18:32:41.949Z] === CONT TestStopContainerWithTimeout/1 [2019-12-02T18:32:41.949Z] === CONT TestStopContainerWithTimeout/3 [2019-12-02T18:32:42.437Z] #42 201.0 CC criu/eventfd.o [2019-12-02T18:32:42.437Z] #42 ... [2019-12-02T18:32:42.437Z] [2019-12-02T18:32:42.437Z] #45 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:32:42.437Z] #45 DONE 283.8s [2019-12-02T18:32:42.437Z] [2019-12-02T18:32:42.437Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:32:42.437Z] #19 13.86 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-12-02T18:32:42.437Z] #19 19.00 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-12-02T18:32:42.437Z] #19 19.47 Downloading https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz [2019-12-02T18:32:43.623Z] #19 ... [2019-12-02T18:32:43.623Z] [2019-12-02T18:32:43.623Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:32:43.623Z] #42 202.6 CC criu/eventpoll.o [2019-12-02T18:32:44.483Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-12-02T18:32:44.483Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2019-12-02T18:32:44.483Z] --- PASS: TestStopContainerWithTimeout/1 (2.31s) [2019-12-02T18:32:44.483Z] --- PASS: TestStopContainerWithTimeout/3 (3.08s) [2019-12-02T18:32:44.483Z] --- PASS: TestStopContainerWithTimeout/-1 (3.13s) [2019-12-02T18:32:44.483Z] === RUN TestDeleteDevicemapper [2019-12-02T18:32:44.483Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-12-02T18:32:44.483Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-02T18:32:44.483Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-12-02T18:32:45.949Z] #42 204.7 CC criu/external.o [2019-12-02T18:32:46.686Z] #42 205.5 CC criu/fault-injection.o [2019-12-02T18:32:46.686Z] #42 205.8 CC criu/fdstore.o [2019-12-02T18:32:47.774Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.05s) [2019-12-02T18:32:47.774Z] === RUN TestUpdateMemory [2019-12-02T18:32:47.774Z] --- SKIP: TestUpdateMemory (0.00s) [2019-12-02T18:32:47.774Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:32:47.774Z] === RUN TestUpdateCPUQuota [2019-12-02T18:32:47.871Z] #42 206.6 CC criu/fifo.o [2019-12-02T18:32:48.213Z] #42 207.2 CC criu/file-ids.o [2019-12-02T18:32:49.399Z] #42 208.3 CC criu/file-lock.o [2019-12-02T18:32:49.681Z] --- PASS: TestUpdateCPUQuota (1.76s) [2019-12-02T18:32:49.681Z] === RUN TestUpdatePidsLimit [2019-12-02T18:32:49.681Z] === RUN TestUpdatePidsLimit/update_from_none [2019-12-02T18:32:49.681Z] === RUN TestUpdatePidsLimit/no_change [2019-12-02T18:32:50.249Z] === RUN TestUpdatePidsLimit/update_lower [2019-12-02T18:32:50.508Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-12-02T18:32:51.078Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-12-02T18:32:51.647Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-12-02T18:32:51.730Z] #42 210.8 CC criu/files-ext.o [2019-12-02T18:32:51.906Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-12-02T18:32:52.781Z] ok github.com/docker/docker/cmd/dockerd 0.046s coverage: 30.3% of statements [2019-12-02T18:32:52.915Z] #42 211.7 CC criu/files-reg.o [2019-12-02T18:32:53.648Z] #42 ... [2019-12-02T18:32:53.648Z] [2019-12-02T18:32:53.648Z] #19 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-12-02T18:32:53.648Z] #19 23.71 Building wheels for collected packages: pyyaml, pathspec [2019-12-02T18:32:53.648Z] #19 23.72 Running setup.py bdist_wheel for pyyaml: started [2019-12-02T18:32:53.648Z] #19 26.82 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-12-02T18:32:53.648Z] #19 26.82 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-12-02T18:32:53.648Z] #19 27.18 Running setup.py bdist_wheel for pathspec: started [2019-12-02T18:32:53.648Z] #19 31.12 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-12-02T18:32:53.648Z] #19 31.12 Stored in directory: /root/.cache/pip/wheels/62/b8/e1/e2719465b5947c40cd85d613d6cb33449b86a1ca5a6c574269 [2019-12-02T18:32:53.648Z] #19 31.20 Successfully built pyyaml pathspec [2019-12-02T18:32:53.648Z] #19 31.20 Installing collected packages: pyyaml, pathspec, yamllint [2019-12-02T18:32:53.810Z] --- PASS: TestUpdatePidsLimit (4.54s) [2019-12-02T18:32:53.810Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2019-12-02T18:32:53.810Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2019-12-02T18:32:53.810Z] --- PASS: TestUpdatePidsLimit/update_lower (0.45s) [2019-12-02T18:32:53.810Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2019-12-02T18:32:53.810Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.44s) [2019-12-02T18:32:53.810Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2019-12-02T18:32:53.810Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.44s) [2019-12-02T18:32:53.810Z] === RUN TestUpdateRestartPolicy [2019-12-02T18:32:54.262Z] ok github.com/docker/docker/container 0.117s coverage: 35.3% of statements [2019-12-02T18:32:54.263Z] ? github.com/docker/docker/container/stream [no test files] [2019-12-02T18:32:54.263Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-12-02T18:32:54.263Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-12-02T18:32:54.263Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-12-02T18:32:54.835Z] #19 32.19 Successfully installed pathspec-0.6.0 pyyaml-5.1.2 yamllint-1.16.0 [2019-12-02T18:32:55.178Z] #19 DONE 32.5s [2019-12-02T18:32:55.178Z] [2019-12-02T18:32:55.178Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:32:56.548Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-12-02T18:32:56.548Z] [2019-12-02T18:32:56.548Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-12-02T18:32:56.548Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-12-02T18:32:56.548Z] Using test binary docker [2019-12-02T18:32:56.548Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-12-02T18:32:56.548Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-02T18:32:56.548Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-02T18:32:56.548Z] Warning failed to create cache: (null) [2019-12-02T18:32:56.548Z] . [2019-12-02T18:32:56.548Z] INFO: Waiting for daemon to start... [2019-12-02T18:32:56.548Z] Starting dockerd [2019-12-02T18:32:56.909Z] #51 ... [2019-12-02T18:32:56.909Z] [2019-12-02T18:32:56.909Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:32:56.909Z] #42 215.7 CC criu/files.o [2019-12-02T18:32:58.445Z] . [2019-12-02T18:32:58.445Z] INFO: Building docker-sdk-python3:4.1.0... [2019-12-02T18:33:00.076Z] #42 ... [2019-12-02T18:33:00.076Z] [2019-12-02T18:33:00.076Z] #29 [swagger 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --... [2019-12-02T18:33:00.076Z] #29 301.3 + rm -rf /tmp/tmp.JbHy7lze12 [2019-12-02T18:33:00.076Z] #29 DONE 301.6s [2019-12-02T18:33:00.076Z] [2019-12-02T18:33:00.076Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:33:00.809Z] #55 ... [2019-12-02T18:33:00.809Z] [2019-12-02T18:33:00.809Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:33:00.809Z] #42 219.9 CC criu/filesystems.o [2019-12-02T18:33:02.147Z] ok github.com/docker/docker/daemon/cluster 0.053s coverage: 0.5% of statements [2019-12-02T18:33:02.515Z] #42 221.7 CC criu/fsnotify.o [2019-12-02T18:33:04.162Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2019-12-02T18:33:04.868Z] #42 223.7 CC criu/image-desc.o [2019-12-02T18:33:05.247Z] #42 224.0 CC criu/image.o [2019-12-02T18:33:05.453Z] ok github.com/docker/docker/daemon/cluster/convert 0.022s coverage: 35.8% of statements [2019-12-02T18:33:06.952Z] #42 225.6 CC criu/ipc_ns.o [2019-12-02T18:33:08.658Z] #42 227.6 CC criu/irmap.o [2019-12-02T18:33:08.691Z] --- PASS: TestUpdateRestartPolicy (12.52s) [2019-12-02T18:33:08.691Z] === RUN TestUpdateRestartWithAutoRemove [2019-12-02T18:33:08.691Z] --- PASS: TestUpdateRestartWithAutoRemove (0.86s) [2019-12-02T18:33:08.691Z] === RUN TestWaitNonBlocked [2019-12-02T18:33:08.691Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:33:08.691Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:33:08.691Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:33:08.691Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:33:08.691Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:33:08.691Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:33:08.691Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-12-02T18:33:08.691Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.91s) [2019-12-02T18:33:08.691Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.97s) [2019-12-02T18:33:08.691Z] === RUN TestWaitBlocked [2019-12-02T18:33:08.691Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:33:08.691Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:33:08.691Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:33:08.691Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:33:08.691Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:33:08.691Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:33:09.260Z] --- PASS: TestWaitBlocked (0.03s) [2019-12-02T18:33:09.260Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2019-12-02T18:33:09.260Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2019-12-02T18:33:09.260Z] === CONT TestContainerStartOnDaemonRestart [2019-12-02T18:33:09.260Z] === CONT TestIpcModeOlderClient [2019-12-02T18:33:09.260Z] === CONT TestDaemonRestartIpcMode [2019-12-02T18:33:09.519Z] --- PASS: TestIpcModeOlderClient (0.21s) [2019-12-02T18:33:09.839Z] #42 228.7 CC criu/kcmp-ids.o [2019-12-02T18:33:10.183Z] #42 229.1 CC criu/kerndat.o [2019-12-02T18:33:12.507Z] #42 231.3 CC criu/libnetlink.o [2019-12-02T18:33:12.810Z] --- PASS: TestContainerStartOnDaemonRestart (3.15s) [2019-12-02T18:33:12.863Z] #42 232.0 CC criu/log.o [2019-12-02T18:33:13.206Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.440s coverage: 13.6% of statements [2019-12-02T18:33:14.055Z] #42 232.8 CC criu/lsm.o [2019-12-02T18:33:14.189Z] --- PASS: TestDaemonRestartIpcMode (4.83s) [2019-12-02T18:33:14.189Z] PASS [2019-12-02T18:33:14.189Z] [2019-12-02T18:33:14.189Z] === Skipped [2019-12-02T18:33:14.189Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2019-12-02T18:33:14.189Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-02T18:33:14.189Z] [2019-12-02T18:33:14.189Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2019-12-02T18:33:14.189Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:33:14.189Z] [2019-12-02T18:33:14.189Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2019-12-02T18:33:14.189Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:33:14.189Z] [2019-12-02T18:33:14.189Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-02T18:33:14.189Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-02T18:33:14.189Z] [2019-12-02T18:33:14.189Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2019-12-02T18:33:14.189Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-02T18:33:14.189Z] [2019-12-02T18:33:14.189Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2019-12-02T18:33:14.189Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:33:14.189Z] [2019-12-02T18:33:14.189Z] [2019-12-02T18:33:14.189Z] DONE 197 tests, 6 skipped in 134.939s [2019-12-02T18:33:14.189Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2019-12-02T18:33:14.189Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:33:14.189Z] ++ set -e [2019-12-02T18:33:14.189Z] ++ '[' -n 0 ']' [2019-12-02T18:33:14.189Z] ++ set -x [2019-12-02T18:33:14.189Z] ++ 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=arm64 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/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:33:14.396Z] #42 233.4 CC criu/mem.o [2019-12-02T18:33:14.448Z] INFO: Testing against a local daemon [2019-12-02T18:33:14.448Z] === RUN TestCommitInheritsEnv [2019-12-02T18:33:14.471Z] ok github.com/docker/docker/daemon 12.324s coverage: 17.6% of statements [2019-12-02T18:33:14.471Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-12-02T18:33:14.873Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-12-02T18:33:14.873Z] ok github.com/docker/docker/daemon/config 0.036s coverage: 82.1% of statements [2019-12-02T18:33:15.017Z] --- PASS: TestCommitInheritsEnv (0.53s) [2019-12-02T18:33:15.017Z] === RUN TestImportExtremelyLargeImageWorks [2019-12-02T18:33:15.017Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-12-02T18:33:15.017Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-12-02T18:33:15.017Z] === RUN TestImagesFilterMultiReference [2019-12-02T18:33:15.017Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2019-12-02T18:33:15.017Z] === RUN TestImagePullPlatformInvalid [2019-12-02T18:33:15.017Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-12-02T18:33:15.017Z] === RUN TestRemoveImageOrphaning [2019-12-02T18:33:15.584Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2019-12-02T18:33:15.584Z] === RUN TestRemoveImageGarbageCollector [2019-12-02T18:33:15.584Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-12-02T18:33:15.584Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:33:15.584Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-12-02T18:33:15.584Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-12-02T18:33:15.584Z] === RUN TestTagInvalidReference [2019-12-02T18:33:15.843Z] --- PASS: TestTagInvalidReference (0.03s) [2019-12-02T18:33:15.843Z] === RUN TestTagValidPrefixedRepo [2019-12-02T18:33:15.843Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-12-02T18:33:15.843Z] === RUN TestTagExistedNameWithoutForce [2019-12-02T18:33:15.843Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-12-02T18:33:15.843Z] === RUN TestTagOfficialNames [2019-12-02T18:33:15.843Z] --- PASS: TestTagOfficialNames (0.07s) [2019-12-02T18:33:15.843Z] === RUN TestTagMatchesDigest [2019-12-02T18:33:15.843Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-12-02T18:33:15.843Z] PASS [2019-12-02T18:33:15.843Z] [2019-12-02T18:33:15.843Z] === Skipped [2019-12-02T18:33:15.843Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2019-12-02T18:33:15.843Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2019-12-02T18:33:15.843Z] [2019-12-02T18:33:15.843Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-12-02T18:33:15.843Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:33:15.844Z] [2019-12-02T18:33:15.844Z] [2019-12-02T18:33:15.844Z] DONE 12 tests, 2 skipped in 1.744s [2019-12-02T18:33:15.844Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2019-12-02T18:33:15.844Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:33:15.844Z] ++ set -e [2019-12-02T18:33:15.844Z] ++ '[' -n 0 ']' [2019-12-02T18:33:15.844Z] ++ set -x [2019-12-02T18:33:15.844Z] ++ 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=arm64 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/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:33:16.103Z] INFO: Testing against a local daemon [2019-12-02T18:33:16.103Z] === RUN TestNetworkCreateDelete [2019-12-02T18:33:16.163Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2019-12-02T18:33:16.163Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2019-12-02T18:33:16.163Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-12-02T18:33:16.163Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-12-02T18:33:16.671Z] --- PASS: TestNetworkCreateDelete (0.41s) [2019-12-02T18:33:16.672Z] === RUN TestDockerNetworkDeletePreferID [2019-12-02T18:33:17.466Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2019-12-02T18:33:17.609Z] --- PASS: TestDockerNetworkDeletePreferID (1.15s) [2019-12-02T18:33:17.609Z] === RUN TestInspectNetwork [2019-12-02T18:33:18.257Z] #42 236.6 CC criu/mount.o [2019-12-02T18:33:20.163Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-12-02T18:33:20.991Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.243s coverage: 57.9% of statements [2019-12-02T18:33:24.184Z] === RUN TestInspectNetwork/full_network_id [2019-12-02T18:33:24.184Z] === RUN TestInspectNetwork/partial_network_id [2019-12-02T18:33:24.184Z] === RUN TestInspectNetwork/network_name [2019-12-02T18:33:24.184Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-12-02T18:33:24.287Z] #42 242.9 CC criu/namespaces.o [2019-12-02T18:33:27.323Z] #42 246.5 CC criu/net.o [2019-12-02T18:33:28.722Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.817s coverage: 46.2% of statements [2019-12-02T18:33:29.457Z] --- PASS: TestInspectNetwork (10.94s) [2019-12-02T18:33:29.457Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-12-02T18:33:29.457Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-12-02T18:33:29.457Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-12-02T18:33:29.457Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-12-02T18:33:29.457Z] === RUN TestRunContainerWithBridgeNone [2019-12-02T18:33:31.163Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.546s coverage: 72.5% of statements [2019-12-02T18:33:31.163Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-12-02T18:33:31.163Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.929s coverage: 48.6% of statements [2019-12-02T18:33:31.366Z] --- PASS: TestRunContainerWithBridgeNone (2.77s) [2019-12-02T18:33:31.366Z] === RUN TestNetworkInvalidJSON [2019-12-02T18:33:31.366Z] === RUN TestNetworkInvalidJSON//networks/create [2019-12-02T18:33:31.366Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-12-02T18:33:31.366Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:33:31.366Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:33:31.366Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:33:31.366Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:33:31.366Z] === CONT TestNetworkInvalidJSON//networks/create [2019-12-02T18:33:31.366Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:33:31.366Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:33:31.366Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-12-02T18:33:31.366Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-12-02T18:33:31.366Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-12-02T18:33:31.366Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-12-02T18:33:31.366Z] === RUN TestDaemonRestartWithLiveRestore [2019-12-02T18:33:33.273Z] --- PASS: TestDaemonRestartWithLiveRestore (1.50s) [2019-12-02T18:33:33.273Z] === RUN TestDaemonDefaultNetworkPools [2019-12-02T18:33:33.355Z] #42 252.2 CC criu/netfilter.o [2019-12-02T18:33:33.696Z] #42 252.8 CC criu/page-pipe.o [2019-12-02T18:33:33.702Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.543s coverage: 76.1% of statements [2019-12-02T18:33:34.210Z] --- PASS: TestDaemonDefaultNetworkPools (1.20s) [2019-12-02T18:33:34.210Z] === RUN TestDaemonRestartWithExistingNetwork [2019-12-02T18:33:34.574Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2019-12-02T18:33:34.886Z] #42 254.0 CC criu/page-xfer.o [2019-12-02T18:33:35.946Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2019-12-02T18:33:36.118Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.79s) [2019-12-02T18:33:36.118Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-12-02T18:33:37.324Z] #42 256.2 CC criu/pagemap-cache.o [2019-12-02T18:33:38.060Z] #42 257.0 CC criu/pagemap.o [2019-12-02T18:33:38.535Z] ok github.com/docker/docker/daemon/images 0.009s coverage: 4.9% of statements [2019-12-02T18:33:38.535Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.710s coverage: 59.8% of statements [2019-12-02T18:33:38.535Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-12-02T18:33:38.535Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-12-02T18:33:38.535Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-12-02T18:33:38.535Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-12-02T18:33:38.535Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-12-02T18:33:38.656Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.21s) [2019-12-02T18:33:38.656Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-12-02T18:33:38.915Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.78s) [2019-12-02T18:33:38.915Z] === RUN TestServiceWithPredefinedNetwork [2019-12-02T18:33:39.768Z] #42 258.6 CC criu/parasite-syscall.o [2019-12-02T18:33:39.886Z] ok github.com/docker/docker/daemon/logger 0.213s coverage: 42.7% of statements [2019-12-02T18:33:40.740Z] ok github.com/docker/docker/daemon/logger/awslogs 0.103s coverage: 77.4% of statements [2019-12-02T18:33:40.740Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-12-02T18:33:40.740Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-12-02T18:33:41.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-12-02T18:33:41.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-12-02T18:33:41.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-12-02T18:33:41.511Z] #42 260.2 CC criu/path.o [2019-12-02T18:33:41.683Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 67.0% of statements [2019-12-02T18:33:41.851Z] #42 260.9 CC criu/pie-util-vdso-elf32.o [2019-12-02T18:33:42.122Z] ok github.com/docker/docker/daemon/logger/journald 0.019s coverage: 26.2% of statements [2019-12-02T18:33:42.205Z] --- PASS: TestServiceWithPredefinedNetwork (3.30s) [2019-12-02T18:33:42.205Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-12-02T18:33:42.205Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-02T18:33:42.205Z] service_test.go:230: FLAKY_TEST [2019-12-02T18:33:42.205Z] === RUN TestServiceWithDataPathPortInit [2019-12-02T18:33:42.586Z] #42 261.6 CC criu/pie-util-vdso.o [2019-12-02T18:33:42.954Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 88.3% of statements [2019-12-02T18:33:43.327Z] #42 262.4 CC criu/pie-util.o [2019-12-02T18:33:43.345Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.031s coverage: 62.1% of statements [2019-12-02T18:33:43.669Z] #42 262.8 CC criu/pipes.o [2019-12-02T18:33:43.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-12-02T18:33:44.160Z] ok github.com/docker/docker/daemon/logger/local 0.011s coverage: 74.7% of statements [2019-12-02T18:33:44.160Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-12-02T18:33:44.556Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.022s coverage: 19.9% of statements [2019-12-02T18:33:45.196Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-12-02T18:33:45.385Z] #42 264.2 CC criu/plugin.o [2019-12-02T18:33:45.729Z] #42 264.9 CC criu/proc_parse.o [2019-12-02T18:33:46.457Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 47.8% of statements [2019-12-02T18:33:46.602Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-12-02T18:33:46.602Z] [2019-12-02T18:33:46.602Z] ________ ____ __. [2019-12-02T18:33:46.602Z] \_____ \ | |/ _| [2019-12-02T18:33:46.602Z] / | \| < [2019-12-02T18:33:46.602Z] / | \ | \ [2019-12-02T18:33:46.602Z] \_______ /____|__ \ [2019-12-02T18:33:46.602Z] \/ \/ [2019-12-02T18:33:46.602Z] [2019-12-02T18:33:46.602Z] INFO: make.ps1 ended at 12/02/2019 18:33:39 [2019-12-02T18:33:46.602Z] INFO: Binaries build ended at 12/02/2019 18:33:42. Duration:00:01:28.3447411 [2019-12-02T18:33:46.602Z] INFO: Copying the built daemon binary to d:\CI\PR-40180\5\binary\dockerd-e6d514dba.exe... [2019-12-02T18:33:46.602Z] INFO: Copying the built client binary to d:\CI\PR-40180\5\binary\docker-e6d514dba.exe... [2019-12-02T18:33:46.602Z] INFO: Copying dockerversion from the container... [2019-12-02T18:33:46.602Z] INFO: Copying the golang package from the container to d:\CI\PR-40180\5\installer\go.zip... [2019-12-02T18:33:46.894Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-12-02T18:33:47.828Z] ok github.com/docker/docker/daemon/network 0.011s coverage: 63.8% of statements [2019-12-02T18:33:47.828Z] ok github.com/docker/docker/daemon/logger/splunk 1.688s coverage: 82.5% of statements [2019-12-02T18:33:47.828Z] ? github.com/docker/docker/daemon/names [no test files] [2019-12-02T18:33:47.828Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-12-02T18:33:48.788Z] INFO: Extracting go.zip to d:\CI\PR-40180\5\go [2019-12-02T18:33:49.704Z] ok github.com/docker/docker/distribution/metadata 0.052s coverage: 48.2% of statements [2019-12-02T18:33:50.528Z] ok github.com/docker/docker/distribution 0.408s coverage: 22.1% of statements [2019-12-02T18:33:50.528Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-12-02T18:33:51.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-12-02T18:33:51.769Z] #42 270.3 CC criu/protobuf-desc.o [2019-12-02T18:33:51.769Z] #42 ... [2019-12-02T18:33:51.769Z] [2019-12-02T18:33:51.769Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:33:51.769Z] #39 353.3 + dpkg --print-architecture [2019-12-02T18:33:51.769Z] #39 353.4 + cd /tmp/tmp.eOIxJ1Ic9t/src/github.com/docker/distribution [2019-12-02T18:33:51.769Z] #39 353.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-12-02T18:33:51.861Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-12-02T18:33:52.111Z] #39 353.8 + GOPATH=/tmp/tmp.eOIxJ1Ic9t/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.eOIxJ1Ic9t [2019-12-02T18:33:52.111Z] #39 353.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-12-02T18:33:53.141Z] ok github.com/docker/docker/image 0.018s coverage: 86.4% of statements [2019-12-02T18:33:53.569Z] ok github.com/docker/docker/distribution/xfer 1.963s coverage: 85.6% of statements [2019-12-02T18:33:53.569Z] ? github.com/docker/docker/dockerversion [no test files] [2019-12-02T18:33:54.436Z] ok github.com/docker/docker/image/cache 0.064s coverage: 19.2% of statements [2019-12-02T18:33:54.436Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-12-02T18:33:54.778Z] sha256:1e188e83693286eb0f2b6d5a78c2dbb17d3c75a38e7fecbb1bac3216b09a51fe [2019-12-02T18:33:54.778Z] INFO: Starting docker-py tests... [2019-12-02T18:33:54.778Z] ============================= test session starts ============================== [2019-12-02T18:33:54.778Z] platform linux -- Python 3.7.5, pytest-4.3.1, py-1.8.0, pluggy-0.13.1 [2019-12-02T18:33:54.778Z] rootdir: /src, inifile: pytest.ini [2019-12-02T18:33:54.778Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-12-02T18:33:54.778Z] collected 385 items / 5 deselected / 380 selected [2019-12-02T18:33:54.778Z] [2019-12-02T18:33:55.273Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2019-12-02T18:33:55.273Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-12-02T18:33:55.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-12-02T18:33:56.078Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2019-12-02T18:33:57.380Z] ok github.com/docker/docker/opts 0.030s coverage: 66.9% of statements [2019-12-02T18:33:57.380Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-12-02T18:33:59.329Z] ok github.com/docker/docker/pkg/archive 0.476s coverage: 76.8% of statements [2019-12-02T18:33:59.504Z] #39 ... [2019-12-02T18:33:59.505Z] [2019-12-02T18:33:59.505Z] #55 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2019-12-02T18:33:59.505Z] #55 211.8 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="d736ef14f0288d6993a1845745d6756cfc9ddd5a" -X main.version=1.0.0-rc9 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-12-02T18:34:01.236Z] ok github.com/docker/docker/pkg/authorization 0.718s coverage: 68.3% of statements [2019-12-02T18:34:01.601Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-12-02T18:34:01.601Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2019-12-02T18:34:02.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-12-02T18:34:02.571Z] #55 215.1 + mkdir -p /build [2019-12-02T18:34:02.571Z] #55 215.1 + cp runc /build/runc [2019-12-02T18:34:02.571Z] #55 DONE 215.2s [2019-12-02T18:34:02.571Z] [2019-12-02T18:34:02.571Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:34:02.571Z] #42 272.3 CC criu/protobuf.o [2019-12-02T18:34:02.571Z] #42 273.2 CC criu/pstree.o [2019-12-02T18:34:02.571Z] #42 275.3 CC criu/rbtree.o [2019-12-02T18:34:02.571Z] #42 276.0 CC criu/rst-malloc.o [2019-12-02T18:34:02.571Z] #42 276.5 CC criu/seccomp.o [2019-12-02T18:34:02.571Z] #42 277.8 CC criu/seize.o [2019-12-02T18:34:02.571Z] #42 279.5 CC criu/servicefd.o [2019-12-02T18:34:02.571Z] #42 280.6 CC criu/shmem.o [2019-12-02T18:34:03.754Z] #42 282.7 CC criu/sigframe.o [2019-12-02T18:34:04.054Z] ok github.com/docker/docker/layer 7.329s coverage: 68.8% of statements [2019-12-02T18:34:04.054Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-12-02T18:34:04.054Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-12-02T18:34:04.054Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-12-02T18:34:04.054Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-12-02T18:34:04.054Z] ? github.com/docker/docker/oci [no test files] [2019-12-02T18:34:04.054Z] ? github.com/docker/docker/oci/caps [no test files] [2019-12-02T18:34:04.139Z] --- PASS: TestServiceWithDataPathPortInit (19.71s) [2019-12-02T18:34:04.139Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-12-02T18:34:04.432Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2019-12-02T18:34:04.489Z] #42 283.5 CC criu/signalfd.o [2019-12-02T18:34:05.221Z] #42 284.1 CC criu/sk-inet.o [2019-12-02T18:34:05.222Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-12-02T18:34:05.691Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2019-12-02T18:34:06.130Z] ok github.com/docker/docker/pkg/chrootarchive 3.598s coverage: 43.2% of statements [2019-12-02T18:34:06.130Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-12-02T18:34:06.130Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-12-02T18:34:06.930Z] #42 285.9 CC criu/sk-netlink.o [2019-12-02T18:34:06.984Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2019-12-02T18:34:07.673Z] #42 286.8 CC criu/sk-packet.o [2019-12-02T18:34:07.809Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2019-12-02T18:34:08.202Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2019-12-02T18:34:08.896Z] #42 287.9 CC criu/sk-queue.o [2019-12-02T18:34:09.503Z] ok github.com/docker/docker/pkg/filenotify 0.613s coverage: 67.0% of statements [2019-12-02T18:34:10.080Z] #42 288.8 CC criu/sk-tcp.o [2019-12-02T18:34:10.315Z] ok github.com/docker/docker/pkg/discovery/kv 3.146s coverage: 84.1% of statements [2019-12-02T18:34:10.315Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 89.5% of statements [2019-12-02T18:34:10.601Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-12-02T18:34:10.691Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-12-02T18:34:10.815Z] #42 289.7 CC criu/sk-unix.o [2019-12-02T18:34:11.328Z] ok github.com/docker/docker/pkg/fsutils 0.413s coverage: 85.1% of statements [2019-12-02T18:34:12.221Z] ok github.com/docker/docker/pkg/idtools 0.402s coverage: 70.1% of statements [2019-12-02T18:34:12.257Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.70s) [2019-12-02T18:34:12.257Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uvcqqo4meqxjozgaript8m7sc Created:2019-12-02 18:34:03.554956658 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[8adf02887480c9b252072e049170f55fa2672b8ce8f85ee63009ae41d213436e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zsdr9sus8xu7olu449f5u4tsr EndpointID:4b5c2ba017a832b914d18c67b65c1cec721aa5ce8a2a84cbfcf00752414db74f MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2d9d14d0ca0c50ba34bce158e77be10c3e90519e3605f22f69c0c49077a8e3b0 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:a0daf232f6dc IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zsdr9sus8xu7olu449f5u4tsr EndpointID:4b5c2ba017a832b914d18c67b65c1cec721aa5ce8a2a84cbfcf00752414db74f EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-12-02T18:34:12.257Z] PASS [2019-12-02T18:34:12.257Z] [2019-12-02T18:34:12.257Z] === Skipped [2019-12-02T18:34:12.257Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-02T18:34:12.257Z] service_test.go:230: FLAKY_TEST [2019-12-02T18:34:12.257Z] [2019-12-02T18:34:12.257Z] [2019-12-02T18:34:12.257Z] DONE 21 tests, 1 skipped in 55.680s [2019-12-02T18:34:12.257Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-12-02T18:34:12.257Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:34:12.257Z] ++ set -e [2019-12-02T18:34:12.257Z] ++ '[' -n 0 ']' [2019-12-02T18:34:12.257Z] ++ set -x [2019-12-02T18:34:12.258Z] ++ 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=arm64 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/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:34:12.258Z] INFO: Testing against a local daemon [2019-12-02T18:34:12.258Z] === RUN TestDockerNetworkIpvlanPersistance [2019-12-02T18:34:12.258Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-12-02T18:34:12.258Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:34:12.258Z] === RUN TestDockerNetworkIpvlan [2019-12-02T18:34:12.258Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-12-02T18:34:12.258Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:34:12.258Z] PASS [2019-12-02T18:34:12.258Z] [2019-12-02T18:34:12.258Z] === Skipped [2019-12-02T18:34:12.258Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2019-12-02T18:34:12.258Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:34:12.258Z] [2019-12-02T18:34:12.258Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-12-02T18:34:12.258Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:34:12.258Z] [2019-12-02T18:34:12.258Z] [2019-12-02T18:34:12.258Z] DONE 2 tests, 2 skipped in 0.164s [2019-12-02T18:34:12.258Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-12-02T18:34:12.258Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:34:12.258Z] ++ set -e [2019-12-02T18:34:12.258Z] ++ '[' -n 0 ']' [2019-12-02T18:34:12.258Z] ++ set -x [2019-12-02T18:34:12.258Z] ++ 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=arm64 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/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:34:12.258Z] INFO: Testing against a local daemon [2019-12-02T18:34:12.258Z] === RUN TestDockerNetworkMacvlanPersistance [2019-12-02T18:34:12.606Z] ok github.com/docker/docker/pkg/ioutils 0.487s coverage: 70.6% of statements [2019-12-02T18:34:12.995Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2019-12-02T18:34:13.387Z] ok github.com/docker/docker/pkg/locker 0.013s coverage: 88.9% of statements [2019-12-02T18:34:13.387Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-12-02T18:34:13.387Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-12-02T18:34:13.768Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2019-12-02T18:34:13.970Z] #42 293.0 CC criu/sockets.o [2019-12-02T18:34:14.148Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-12-02T18:34:14.174Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.05s) [2019-12-02T18:34:14.174Z] === RUN TestDockerNetworkMacvlan [2019-12-02T18:34:14.550Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2019-12-02T18:34:14.553Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-12-02T18:34:14.945Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-12-02T18:34:15.335Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-12-02T18:34:15.335Z] ok github.com/docker/docker/pkg/mount 1.279s coverage: 70.0% of statements [2019-12-02T18:34:15.335Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-12-02T18:34:15.335Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-12-02T18:34:15.335Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-12-02T18:34:15.379Z] tests/integration/api_client_test.py ..... [ 7%] [2019-12-02T18:34:15.552Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-12-02T18:34:15.679Z] #42 294.7 CC criu/stats.o [2019-12-02T18:34:15.976Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-12-02T18:34:16.449Z] #42 295.4 CC criu/string.o [2019-12-02T18:34:16.449Z] #42 295.6 CC criu/sysctl.o [2019-12-02T18:34:16.490Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-12-02T18:34:16.614Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.016s coverage: 56.8% of statements [2019-12-02T18:34:17.229Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-12-02T18:34:17.276Z] tests/integration/api_config_test.py ..... [ 8%] [2019-12-02T18:34:17.632Z] #42 296.7 CC criu/sysfs_parse.o [2019-12-02T18:34:17.652Z] ok github.com/docker/docker/pkg/pools 0.012s coverage: 88.2% of statements [2019-12-02T18:34:17.867Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-12-02T18:34:18.035Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-12-02T18:34:18.365Z] #42 297.4 CC criu/timerfd.o [2019-12-02T18:34:18.786Z] INFO: Extraction ended at 12/02/2019 18:34:18. Duration:00:00:29.3725094 [2019-12-02T18:34:18.786Z] INFO: Updating the golang and path environment variables [2019-12-02T18:34:18.786Z] INFO: GOPATH=d:\gopath [2019-12-02T18:34:18.786Z] INFO: go version go1.13.4 windows/amd64 [2019-12-02T18:34:18.786Z] INFO: Running the daemon under test in debug mode [2019-12-02T18:34:18.786Z] INFO: Starting a daemon under test... [2019-12-02T18:34:18.786Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40180\5\daemon --pidfile d:\CI\PR-40180\5\docker.pid -D [2019-12-02T18:34:18.786Z] INFO: Process started successfully. [2019-12-02T18:34:18.786Z] INFO: Start tailing logs of the daemon under tests [2019-12-02T18:34:18.786Z] INFO: Waiting for the daemon under test to start... [2019-12-02T18:34:19.100Z] #42 298.0 CC criu/tty.o [2019-12-02T18:34:19.289Z] ok github.com/docker/docker/pkg/pubsub 1.037s coverage: 73.9% of statements [2019-12-02T18:34:19.667Z] ok github.com/docker/docker/pkg/reexec 0.005s coverage: 82.4% of statements [2019-12-02T18:34:20.187Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-12-02T18:34:21.156Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-12-02T18:34:22.536Z] INFO: Daemon under test started and replied! [2019-12-02T18:34:22.536Z] INFO: Docker version of the daemon under test [2019-12-02T18:34:22.536Z] [2019-12-02T18:34:22.536Z] Client: [2019-12-02T18:34:22.536Z] Version: 17.06.2-ce [2019-12-02T18:34:22.536Z] API version: 1.30 [2019-12-02T18:34:22.536Z] Go version: go1.8.3 [2019-12-02T18:34:22.536Z] Git commit: cec0b72 [2019-12-02T18:34:22.536Z] Built: Tue Sep 5 19:57:19 2017 [2019-12-02T18:34:22.536Z] OS/Arch: windows/amd64 [2019-12-02T18:34:22.536Z] [2019-12-02T18:34:22.536Z] Server: [2019-12-02T18:34:22.536Z] Version: 0.0.0-dev [2019-12-02T18:34:22.536Z] API version: 1.41 (minimum version 1.24) [2019-12-02T18:34:22.536Z] Go version: go1.13.4 [2019-12-02T18:34:22.536Z] Git commit: e6d514dba [2019-12-02T18:34:22.536Z] Built: 12/02/2019 18:32:19 [2019-12-02T18:34:22.536Z] OS/Arch: windows/amd64 [2019-12-02T18:34:22.536Z] Experimental: false [2019-12-02T18:34:22.536Z] [2019-12-02T18:34:22.536Z] INFO: Docker info of the daemon under test [2019-12-02T18:34:22.536Z] [2019-12-02T18:34:22.536Z] Containers: 0 [2019-12-02T18:34:22.536Z] Running: 0 [2019-12-02T18:34:22.536Z] Paused: 0 [2019-12-02T18:34:22.536Z] Stopped: 0 [2019-12-02T18:34:22.536Z] Images: 0 [2019-12-02T18:34:22.536Z] Server Version: 0.0.0-dev [2019-12-02T18:34:22.536Z] Storage Driver: windowsfilter [2019-12-02T18:34:22.536Z] Windows: [2019-12-02T18:34:22.536Z] Logging Driver: json-file [2019-12-02T18:34:22.536Z] Plugins: [2019-12-02T18:34:22.536Z] Volume: local [2019-12-02T18:34:22.536Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-12-02T18:34:22.536Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-12-02T18:34:22.536Z] Swarm: inactive [2019-12-02T18:34:22.536Z] Default Isolation: process [2019-12-02T18:34:22.536Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-12-02T18:34:22.536Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.864) [2019-12-02T18:34:22.536Z] OSType: windows [2019-12-02T18:34:22.536Z] Architecture: x86_64 [2019-12-02T18:34:22.536Z] CPUs: 4 [2019-12-02T18:34:22.536Z] Total Memory: 32GiB [2019-12-02T18:34:22.536Z] Name: azwin-2-02a860 [2019-12-02T18:34:22.536Z] ID: PNSV:2RQK:CFME:J4EY:KUXY:NYYE:J6GN:R4P7:CBK7:SWUL:3BSR:C3VH [2019-12-02T18:34:22.536Z] Docker Root Dir: D:\CI\PR-40180\5\daemon [2019-12-02T18:34:22.536Z] Debug Mode (client): false [2019-12-02T18:34:22.536Z] Debug Mode (server): true [2019-12-02T18:34:22.536Z] File Descriptors: -1 [2019-12-02T18:34:22.536Z] Goroutines: 17 [2019-12-02T18:34:22.536Z] System Time: 2019-12-02T18:34:22.0739738Z [2019-12-02T18:34:22.536Z] EventsListeners: 0 [2019-12-02T18:34:22.536Z] Registry: https://index.docker.io/v1/ [2019-12-02T18:34:22.536Z] Labels: [2019-12-02T18:34:22.536Z] Experimental: false [2019-12-02T18:34:22.536Z] Insecure Registries: [2019-12-02T18:34:22.536Z] 127.0.0.0/8 [2019-12-02T18:34:22.536Z] Live Restore Enabled: false [2019-12-02T18:34:22.536Z] [2019-12-02T18:34:22.536Z] [2019-12-02T18:34:22.536Z] INFO: Docker images of the daemon under test [2019-12-02T18:34:22.536Z] [2019-12-02T18:34:22.536Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-12-02T18:34:22.536Z] [2019-12-02T18:34:22.536Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-12-02T18:34:22.536Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-12-02T18:34:22.536Z] ltsc2019: Pulling from windows/servercore [2019-12-02T18:34:22.856Z] ok github.com/docker/docker/pkg/signal 2.482s coverage: 61.0% of statements [2019-12-02T18:34:22.963Z] #42 301.6 CC criu/tun.o [2019-12-02T18:34:22.999Z] 65014b3c3121: Pulling fs layer [2019-12-02T18:34:22.999Z] e96b0897c5d1: Pulling fs layer [2019-12-02T18:34:23.266Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2019-12-02T18:34:23.696Z] #42 302.6 CC criu/uffd.o [2019-12-02T18:34:23.739Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-12-02T18:34:24.169Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-12-02T18:34:24.544Z] ok github.com/docker/docker/pkg/symlink 0.008s coverage: 87.7% of statements [2019-12-02T18:34:24.913Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-12-02T18:34:25.347Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-12-02T18:34:25.698Z] ok github.com/docker/docker/pkg/system 0.033s coverage: 36.9% of statements [2019-12-02T18:34:26.075Z] ok github.com/docker/docker/pkg/tailfile 0.046s coverage: 88.6% of statements [2019-12-02T18:34:26.079Z] #42 305.1 CC criu/util.o [2019-12-02T18:34:26.742Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-12-02T18:34:26.890Z] ok github.com/docker/docker/pkg/tarsum 0.055s coverage: 89.3% of statements [2019-12-02T18:34:27.268Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2019-12-02T18:34:27.659Z] testing: warning: no tests to run [2019-12-02T18:34:27.659Z] coverage: [no statements] [2019-12-02T18:34:27.659Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-12-02T18:34:28.023Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-12-02T18:34:28.023Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2019-12-02T18:34:28.395Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2019-12-02T18:34:29.108Z] #42 307.6 CC criu/uts_ns.o [2019-12-02T18:34:29.108Z] #42 308.0 CC criu/vdso.o [2019-12-02T18:34:30.291Z] #42 309.1 LINK criu/built-in.o [2019-12-02T18:34:30.291Z] #42 309.4 LINK criu/criu [2019-12-02T18:34:30.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-12-02T18:34:31.020Z] #42 310.2 DEP lib/c/criu.d [2019-12-02T18:34:31.087Z] ok github.com/docker/docker/plugin 0.540s coverage: 27.1% of statements [2019-12-02T18:34:31.362Z] #42 310.4 CC images/rpc.pb-c.o [2019-12-02T18:34:31.600Z] e96b0897c5d1: Verifying Checksum [2019-12-02T18:34:31.600Z] e96b0897c5d1: Download complete [2019-12-02T18:34:31.912Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-12-02T18:34:31.917Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-12-02T18:34:32.550Z] #42 311.4 CC lib/c/criu.o [2019-12-02T18:34:33.237Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 76.2% of statements [2019-12-02T18:34:33.237Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2019-12-02T18:34:33.284Z] #42 ... [2019-12-02T18:34:33.284Z] [2019-12-02T18:34:33.284Z] #39 [registry 1/1] RUN --mount=type=cache,target=/root/.cache/go-build -... [2019-12-02T18:34:33.284Z] #39 395.1 + rm -rf /tmp/tmp.eOIxJ1Ic9t/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.eOIxJ1Ic9t [2019-12-02T18:34:33.284Z] #39 DONE 395.2s [2019-12-02T18:34:33.627Z] [2019-12-02T18:34:33.627Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:34:33.821Z] --- PASS: TestDockerNetworkMacvlan (19.73s) [2019-12-02T18:34:33.821Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2019-12-02T18:34:33.821Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2019-12-02T18:34:33.821Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.97s) [2019-12-02T18:34:33.821Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.02s) [2019-12-02T18:34:33.821Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.91s) [2019-12-02T18:34:33.821Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.40s) [2019-12-02T18:34:33.821Z] PASS [2019-12-02T18:34:33.821Z] [2019-12-02T18:34:33.821Z] DONE 8 tests in 21.956s [2019-12-02T18:34:33.821Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2019-12-02T18:34:33.821Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:34:33.821Z] ++ set -e [2019-12-02T18:34:33.821Z] ++ '[' -n 0 ']' [2019-12-02T18:34:33.821Z] ++ set -x [2019-12-02T18:34:33.821Z] ++ 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=arm64 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/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:34:33.821Z] testing: warning: no tests to run [2019-12-02T18:34:33.821Z] PASS [2019-12-02T18:34:33.821Z] [2019-12-02T18:34:33.821Z] DONE 0 tests in 0.029s [2019-12-02T18:34:33.821Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-12-02T18:34:33.821Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:34:33.821Z] ++ set -e [2019-12-02T18:34:33.821Z] ++ '[' -n 0 ']' [2019-12-02T18:34:33.821Z] ++ set -x [2019-12-02T18:34:33.821Z] ++ 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=arm64 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/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:34:34.083Z] INFO: Testing against a local daemon [2019-12-02T18:34:34.083Z] === RUN TestAuthZPluginAllowRequest [2019-12-02T18:34:35.073Z] ok github.com/docker/docker/registry 0.152s coverage: 56.0% of statements [2019-12-02T18:34:35.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-12-02T18:34:35.335Z] #60 ... [2019-12-02T18:34:35.335Z] [2019-12-02T18:34:35.335Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2019-12-02T18:34:35.335Z] #42 314.2 LINK lib/c/built-in.o [2019-12-02T18:34:35.335Z] #42 314.2 LINK lib/c/libcriu.so [2019-12-02T18:34:35.676Z] #42 314.7 GEN magic.py [2019-12-02T18:34:35.977Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-12-02T18:34:35.977Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2019-12-02T18:34:35.988Z] --- PASS: TestAuthZPluginAllowRequest (1.84s) [2019-12-02T18:34:35.988Z] === RUN TestAuthZPluginTLS [2019-12-02T18:34:36.017Z] #42 314.8 Note: Building without setproctitle() and strlcpy() support. [2019-12-02T18:34:36.017Z] #42 314.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-12-02T18:34:36.752Z] #42 315.7 fatal: Not a git repository (or any of the parent directories): .git [2019-12-02T18:34:36.925Z] --- PASS: TestAuthZPluginTLS (0.89s) [2019-12-02T18:34:36.925Z] === RUN TestAuthZPluginDenyRequest [2019-12-02T18:34:37.278Z] ok github.com/docker/docker/runconfig 0.008s coverage: 68.2% of statements [2019-12-02T18:34:37.278Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-12-02T18:34:37.493Z] --- PASS: TestAuthZPluginDenyRequest (0.61s) [2019-12-02T18:34:37.493Z] === RUN TestAuthZPluginAPIDenyResponse [2019-12-02T18:34:38.061Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.62s) [2019-12-02T18:34:38.061Z] === RUN TestAuthZPluginDenyResponse [2019-12-02T18:34:38.462Z] #42 317.1 make[1]: Nothing to be done for 'all'. [2019-12-02T18:34:38.629Z] --- PASS: TestAuthZPluginDenyResponse (0.64s) [2019-12-02T18:34:38.629Z] === RUN TestAuthZPluginAllowEventStream [2019-12-02T18:34:39.210Z] #42 318.3 make[1]: 'images/built-in.o' is up to date. [2019-12-02T18:34:39.210Z] #42 318.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-12-02T18:34:39.210Z] #42 318.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-12-02T18:34:39.287Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-02T18:34:39.287Z] Using test binary docker [2019-12-02T18:34:39.287Z] +++ /etc/init.d/apparmor start [2019-12-02T18:34:39.287Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-02T18:34:39.287Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-02T18:34:39.287Z] Warning failed to create cache: (null) [2019-12-02T18:34:39.287Z] . [2019-12-02T18:34:39.287Z] INFO: Waiting for daemon to start... [2019-12-02T18:34:39.287Z] Starting dockerd [2019-12-02T18:34:39.287Z] +++ 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-12-02T18:34:39.553Z] #42 318.4 make[1]: 'compel/libcompel.a' is up to date. [2019-12-02T18:34:39.553Z] #42 318.5 make[1]: 'compel/compel-host-bin' is up to date. [2019-12-02T18:34:39.553Z] #42 318.5 make[1]: Nothing to be done for 'all'. [2019-12-02T18:34:39.553Z] #42 318.6 make[1]: 'soccr/libsoccr.a' is up to date. [2019-12-02T18:34:39.895Z] #42 318.9 make[2]: Nothing to be done for 'all'. [2019-12-02T18:34:39.895Z] #42 318.9 make[2]: Nothing to be done for 'all'. [2019-12-02T18:34:39.895Z] #42 319.0 make[2]: Nothing to be done for 'all'. [2019-12-02T18:34:40.199Z] 65014b3c3121: Verifying Checksum [2019-12-02T18:34:40.199Z] 65014b3c3121: Download complete [2019-12-02T18:34:40.236Z] #42 319.2 make[2]: Nothing to be done for 'all'. [2019-12-02T18:34:40.236Z] #42 319.3 make[2]: Nothing to be done for 'all'. [2019-12-02T18:34:40.236Z] #42 319.4 make[2]: Nothing to be done for 'all'. [2019-12-02T18:34:40.236Z] #42 319.4 make[2]: Nothing to be done for 'all'. [2019-12-02T18:34:40.468Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-12-02T18:34:40.533Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2019-12-02T18:34:40.533Z] === RUN TestAuthZPluginErrorResponse [2019-12-02T18:34:40.580Z] #42 319.6 make[2]: Nothing to be done for 'all'. [2019-12-02T18:34:40.580Z] #42 319.6 INSTALL criu/criu [2019-12-02T18:34:40.923Z] #42 DONE 319.8s [2019-12-02T18:34:40.923Z] [2019-12-02T18:34:40.923Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:34:41.102Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2019-12-02T18:34:41.102Z] === RUN TestAuthZPluginErrorRequest [2019-12-02T18:34:41.256Z] ok github.com/docker/docker/volume/local 0.023s coverage: 73.0% of statements [2019-12-02T18:34:41.670Z] --- PASS: TestAuthZPluginErrorRequest (0.62s) [2019-12-02T18:34:41.670Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-12-02T18:34:41.815Z] . [2019-12-02T18:34:41.815Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-02T18:34:41.815Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-02T18:34:41.815Z] Error: No such image: emptyfs [2019-12-02T18:34:41.815Z] ++++ docker load [2019-12-02T18:34:41.815Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-02T18:34:41.815Z] Running integration-test (iteration 1) [2019-12-02T18:34:42.073Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-12-02T18:34:42.073Z] ++ 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-12-02T18:34:42.073Z] ++ set -e [2019-12-02T18:34:42.073Z] ++ '[' -n 0 ']' [2019-12-02T18:34:42.073Z] ++ set -x [2019-12-02T18:34:42.073Z] ++ 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-12-02T18:34:42.238Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.62s) [2019-12-02T18:34:42.238Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-12-02T18:34:42.242Z] ok github.com/docker/docker/volume/mounts 0.032s coverage: 67.0% of statements [2019-12-02T18:34:43.547Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2019-12-02T18:34:44.773Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.21s) [2019-12-02T18:34:44.773Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-12-02T18:34:46.697Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.29s) [2019-12-02T18:34:46.697Z] === RUN TestAuthZPluginHeader [2019-12-02T18:34:48.076Z] --- PASS: TestAuthZPluginHeader (0.99s) [2019-12-02T18:34:48.076Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-12-02T18:34:48.076Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-12-02T18:34:48.076Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:34:48.076Z] === RUN TestAuthZPluginV2Disable [2019-12-02T18:34:48.076Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-12-02T18:34:48.076Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:34:48.076Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-12-02T18:34:48.076Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-02T18:34:48.076Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:34:48.076Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-12-02T18:34:48.076Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-02T18:34:48.076Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:34:48.076Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-12-02T18:34:51.266Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.6% of statements [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/rootless [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/testutil/request [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/volume [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-12-02T18:34:51.266Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === Skipped [2019-12-02T18:34:51.266Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-12-02T18:34:51.266Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-12-02T18:34:51.266Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:34:51.266Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:34:51.266Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:34:51.266Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:34:51.266Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:34:51.266Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:73: No driver to put! [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-12-02T18:34:51.266Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-12-02T18:34:51.266Z] overlay_test.go:49: Fails to compute changes intermittently [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-12-02T18:34:51.266Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:34:51.266Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:34:51.266Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:34:51.266Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:34:51.266Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:34:51.266Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-12-02T18:34:51.266Z] graphtest_unix.go:73: No driver to put! [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-12-02T18:34:51.266Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-12-02T18:34:51.266Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] [2019-12-02T18:34:51.266Z] DONE 2141 tests, 20 skipped in 226.969s Post stage [Pipeline] junit [2019-12-02T18:34:51.437Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-12-02T18:34:53.972Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/make.sh dynbinary test-integration [2019-12-02T18:34:54.368Z] [2019-12-02T18:34:54.368Z] Removing bundles/ [2019-12-02T18:34:54.368Z] [2019-12-02T18:34:54.368Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-12-02T18:34:54.368Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-12-02T18:34:54.368Z] GOOS="" GOARCH="" GOARM="" [2019-12-02T18:34:57.110Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-12-02T18:35:06.163Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.27s) [2019-12-02T18:35:06.163Z] PASS [2019-12-02T18:35:06.163Z] [2019-12-02T18:35:06.163Z] === Skipped [2019-12-02T18:35:06.163Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-12-02T18:35:06.163Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:35:06.163Z] [2019-12-02T18:35:06.163Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-12-02T18:35:06.163Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:35:06.163Z] [2019-12-02T18:35:06.163Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-02T18:35:06.163Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:35:06.163Z] [2019-12-02T18:35:06.163Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-02T18:35:06.163Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:35:06.163Z] [2019-12-02T18:35:06.163Z] [2019-12-02T18:35:06.163Z] DONE 17 tests, 4 skipped in 32.178s [2019-12-02T18:35:06.163Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-12-02T18:35:06.163Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:06.163Z] ++ set -e [2019-12-02T18:35:06.163Z] ++ '[' -n 0 ']' [2019-12-02T18:35:06.163Z] ++ set -x [2019-12-02T18:35:06.163Z] ++ 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=arm64 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/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:06.163Z] INFO: Testing against a local daemon [2019-12-02T18:35:06.163Z] === RUN TestPluginInvalidJSON [2019-12-02T18:35:06.422Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:35:06.422Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:35:06.422Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:35:06.422Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-12-02T18:35:06.422Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2019-12-02T18:35:06.422Z] PASS [2019-12-02T18:35:06.422Z] [2019-12-02T18:35:06.422Z] DONE 2 tests in 0.235s [2019-12-02T18:35:06.422Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-12-02T18:35:06.422Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:06.422Z] ++ set -e [2019-12-02T18:35:06.422Z] ++ '[' -n 0 ']' [2019-12-02T18:35:06.422Z] ++ set -x [2019-12-02T18:35:06.422Z] ++ 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=arm64 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/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:06.681Z] INFO: Testing against a local daemon [2019-12-02T18:35:06.681Z] === RUN TestExternalGraphDriver [2019-12-02T18:35:06.681Z] === RUN TestExternalGraphDriver/json [2019-12-02T18:35:09.218Z] === RUN TestExternalGraphDriver/spec [2019-12-02T18:35:11.753Z] === RUN TestExternalGraphDriver/pull [2019-12-02T18:35:14.135Z] Loaded image: buildpack-deps:jessie [2019-12-02T18:35:14.135Z] Loaded image: busybox:latest [2019-12-02T18:35:14.135Z] Loaded image: busybox:glibc [2019-12-02T18:35:14.135Z] Loaded image: debian:jessie [2019-12-02T18:35:14.135Z] Loaded image: hello-world:latest [2019-12-02T18:35:14.135Z] INFO: Testing against a local daemon [2019-12-02T18:35:14.135Z] === RUN TestCgroupNamespacesBuild [2019-12-02T18:35:14.290Z] --- PASS: TestExternalGraphDriver (7.57s) [2019-12-02T18:35:14.290Z] --- PASS: TestExternalGraphDriver/json (2.41s) [2019-12-02T18:35:14.290Z] --- PASS: TestExternalGraphDriver/spec (2.67s) [2019-12-02T18:35:14.290Z] --- PASS: TestExternalGraphDriver/pull (2.30s) [2019-12-02T18:35:14.290Z] === RUN TestGraphdriverPluginV2 [2019-12-02T18:35:14.290Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2019-12-02T18:35:14.290Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:35:14.290Z] PASS [2019-12-02T18:35:14.290Z] [2019-12-02T18:35:14.290Z] === Skipped [2019-12-02T18:35:14.290Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2019-12-02T18:35:14.290Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:35:14.290Z] [2019-12-02T18:35:14.290Z] [2019-12-02T18:35:14.290Z] DONE 5 tests, 1 skipped in 7.813s [2019-12-02T18:35:14.290Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-12-02T18:35:14.290Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:14.290Z] ++ set -e [2019-12-02T18:35:14.290Z] ++ '[' -n 0 ']' [2019-12-02T18:35:14.290Z] ++ set -x [2019-12-02T18:35:14.290Z] ++ 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=arm64 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/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:14.549Z] INFO: Testing against a local daemon [2019-12-02T18:35:14.549Z] === RUN TestContinueAfterPluginCrash [2019-12-02T18:35:14.549Z] === PAUSE TestContinueAfterPluginCrash [2019-12-02T18:35:14.549Z] === RUN TestDaemonStartWithLogOpt [2019-12-02T18:35:14.549Z] === PAUSE TestDaemonStartWithLogOpt [2019-12-02T18:35:14.549Z] === CONT TestContinueAfterPluginCrash [2019-12-02T18:35:14.549Z] === CONT TestDaemonStartWithLogOpt [2019-12-02T18:35:19.393Z] --- PASS: TestCgroupNamespacesBuild (5.01s) [2019-12-02T18:35:19.393Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-12-02T18:35:20.767Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.40s) [2019-12-02T18:35:20.767Z] === RUN TestBuildWithSession [2019-12-02T18:35:20.767Z] --- SKIP: TestBuildWithSession (0.00s) [2019-12-02T18:35:20.767Z] build_session_test.go:25: TODO: BuildKit [2019-12-02T18:35:20.767Z] === RUN TestBuildSquashParent [2019-12-02T18:35:21.388Z] #60 385.5 + bin/containerd [2019-12-02T18:35:21.388Z] #60 ... [2019-12-02T18:35:21.388Z] [2019-12-02T18:35:21.388Z] #51 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:35:21.388Z] #51 DONE 441.7s [2019-12-02T18:35:21.388Z] [2019-12-02T18:35:21.388Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:35:26.763Z] --- PASS: TestDaemonStartWithLogOpt (10.98s) [2019-12-02T18:35:30.953Z] --- PASS: TestContinueAfterPluginCrash (15.88s) [2019-12-02T18:35:30.953Z] PASS [2019-12-02T18:35:30.953Z] [2019-12-02T18:35:30.953Z] DONE 2 tests in 16.113s [2019-12-02T18:35:30.953Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-12-02T18:35:30.953Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:30.953Z] ++ set -e [2019-12-02T18:35:30.953Z] ++ '[' -n 0 ']' [2019-12-02T18:35:30.953Z] ++ set -x [2019-12-02T18:35:30.953Z] ++ 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=arm64 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/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:30.953Z] INFO: Testing against a local daemon [2019-12-02T18:35:30.953Z] === RUN TestPluginWithDevMounts [2019-12-02T18:35:30.953Z] === PAUSE TestPluginWithDevMounts [2019-12-02T18:35:30.953Z] === CONT TestPluginWithDevMounts [2019-12-02T18:35:32.387Z] #60 ... [2019-12-02T18:35:32.387Z] [2019-12-02T18:35:32.387Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:35:32.387Z] #23 452.2 + return [2019-12-02T18:35:32.387Z] #23 DONE 452.3s [2019-12-02T18:35:32.387Z] [2019-12-02T18:35:32.387Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:35:32.858Z] --- PASS: TestPluginWithDevMounts (2.30s) [2019-12-02T18:35:32.858Z] PASS [2019-12-02T18:35:32.858Z] [2019-12-02T18:35:32.858Z] DONE 1 tests in 2.489s [2019-12-02T18:35:32.858Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2019-12-02T18:35:32.858Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:32.858Z] ++ set -e [2019-12-02T18:35:32.858Z] ++ '[' -n 0 ']' [2019-12-02T18:35:32.858Z] ++ set -x [2019-12-02T18:35:32.858Z] ++ 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=arm64 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/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:32.960Z] --- PASS: TestBuildSquashParent (10.26s) [2019-12-02T18:35:32.960Z] === RUN TestBuildWithRemoveAndForceRemove [2019-12-02T18:35:32.960Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:35:32.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:35:32.960Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:35:32.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:35:32.960Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:35:32.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:35:32.960Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:35:32.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:35:32.960Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:35:32.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:35:32.960Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:35:32.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:35:32.960Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:35:32.960Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:35:33.117Z] INFO: Testing against a local daemon [2019-12-02T18:35:33.117Z] #60 ... [2019-12-02T18:35:33.117Z] [2019-12-02T18:35:33.117Z] #24 [dev 9/24] COPY --from=dockercli /build/ /usr/local/cli [2019-12-02T18:35:33.117Z] === RUN TestSecretInspect [2019-12-02T18:35:33.457Z] #24 DONE 0.1s [2019-12-02T18:35:33.457Z] [2019-12-02T18:35:33.457Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:35:33.457Z] #60 ... [2019-12-02T18:35:33.457Z] [2019-12-02T18:35:33.457Z] #28 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-02T18:35:33.798Z] #28 DONE 0.3s [2019-12-02T18:35:33.798Z] [2019-12-02T18:35:33.798Z] #30 [dev 11/24] COPY --from=swagger /build/ /usr/local/bin/ [2019-12-02T18:35:33.798Z] #30 DONE 0.1s [2019-12-02T18:35:33.798Z] [2019-12-02T18:35:33.798Z] #33 [dev 12/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-12-02T18:35:33.798Z] #33 DONE 0.1s [2019-12-02T18:35:33.798Z] [2019-12-02T18:35:33.798Z] #38 [dev 13/24] COPY --from=tini /build/ /usr/local/bin/ [2019-12-02T18:35:34.138Z] #38 DONE 0.1s [2019-12-02T18:35:34.138Z] [2019-12-02T18:35:34.138Z] #40 [dev 14/24] COPY --from=registry /build/ /usr/local/bin/ [2019-12-02T18:35:34.138Z] #40 DONE 0.1s [2019-12-02T18:35:34.138Z] [2019-12-02T18:35:34.138Z] #43 [dev 15/24] COPY --from=criu /build/ /usr/local/ [2019-12-02T18:35:34.138Z] #43 DONE 0.1s [2019-12-02T18:35:34.138Z] [2019-12-02T18:35:34.138Z] #46 [dev 16/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-12-02T18:35:34.138Z] #46 DONE 0.1s [2019-12-02T18:35:34.138Z] [2019-12-02T18:35:34.138Z] #49 [dev 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-12-02T18:35:34.138Z] #49 DONE 0.1s [2019-12-02T18:35:34.138Z] [2019-12-02T18:35:34.138Z] #52 [dev 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-12-02T18:35:34.477Z] #52 DONE 0.1s [2019-12-02T18:35:34.477Z] [2019-12-02T18:35:34.477Z] #56 [dev 19/24] COPY --from=runc /build/ /usr/local/bin/ [2019-12-02T18:35:34.477Z] #56 DONE 0.1s [2019-12-02T18:35:34.477Z] [2019-12-02T18:35:34.477Z] #60 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2019-12-02T18:35:34.860Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:35:34.860Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:35:36.404Z] --- PASS: TestSecretInspect (3.22s) [2019-12-02T18:35:36.404Z] === RUN TestSecretList [2019-12-02T18:35:38.141Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:35:38.141Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:35:39.694Z] --- PASS: TestSecretList (3.19s) [2019-12-02T18:35:39.694Z] === RUN TestSecretsCreateAndDelete [2019-12-02T18:35:42.324Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) [2019-12-02T18:35:42.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.36s) [2019-12-02T18:35:42.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.72s) [2019-12-02T18:35:42.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.37s) [2019-12-02T18:35:42.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.26s) [2019-12-02T18:35:42.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.47s) [2019-12-02T18:35:42.324Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.42s) [2019-12-02T18:35:42.324Z] === RUN TestBuildMultiStageCopy [2019-12-02T18:35:42.324Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-12-02T18:35:42.984Z] --- PASS: TestSecretsCreateAndDelete (3.28s) [2019-12-02T18:35:42.984Z] === RUN TestSecretsUpdate [2019-12-02T18:35:44.852Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-12-02T18:35:45.786Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-12-02T18:35:46.272Z] --- PASS: TestSecretsUpdate (3.31s) [2019-12-02T18:35:46.272Z] === RUN TestTemplatedSecret [2019-12-02T18:35:46.352Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-12-02T18:35:47.286Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-12-02T18:35:47.853Z] --- PASS: TestBuildMultiStageCopy (6.18s) [2019-12-02T18:35:47.853Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.37s) [2019-12-02T18:35:47.853Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.74s) [2019-12-02T18:35:47.853Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.66s) [2019-12-02T18:35:47.853Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.75s) [2019-12-02T18:35:47.853Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.67s) [2019-12-02T18:35:47.853Z] === RUN TestBuildMultiStageParentConfig [2019-12-02T18:35:49.562Z] --- PASS: TestTemplatedSecret (3.11s) [2019-12-02T18:35:49.563Z] === RUN TestSecretCreateResolve [2019-12-02T18:35:49.753Z] --- PASS: TestBuildMultiStageParentConfig (1.61s) [2019-12-02T18:35:49.753Z] === RUN TestBuildLabelWithTargets [2019-12-02T18:35:52.281Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-02T18:35:52.281Z] Using test binary docker [2019-12-02T18:35:52.281Z] +++ /etc/init.d/apparmor start [2019-12-02T18:35:52.281Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-02T18:35:52.282Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-02T18:35:52.282Z] Warning failed to create cache: (null) [2019-12-02T18:35:52.282Z] . [2019-12-02T18:35:52.282Z] INFO: Waiting for daemon to start... [2019-12-02T18:35:52.282Z] Starting dockerd [2019-12-02T18:35:52.282Z] +++ 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-12-02T18:35:52.538Z] .--- PASS: TestBuildLabelWithTargets (3.21s) [2019-12-02T18:35:52.538Z] === RUN TestBuildWithEmptyLayers [2019-12-02T18:35:52.850Z] --- PASS: TestSecretCreateResolve (3.25s) [2019-12-02T18:35:52.850Z] PASS [2019-12-02T18:35:52.850Z] [2019-12-02T18:35:52.850Z] DONE 6 tests in 19.586s [2019-12-02T18:35:52.850Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2019-12-02T18:35:52.850Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:52.850Z] ++ set -e [2019-12-02T18:35:52.850Z] ++ '[' -n 0 ']' [2019-12-02T18:35:52.850Z] ++ set -x [2019-12-02T18:35:52.850Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 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/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:35:52.850Z] INFO: Testing against a local daemon [2019-12-02T18:35:52.850Z] === RUN TestServiceCreateInit [2019-12-02T18:35:52.850Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-12-02T18:35:53.102Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-02T18:35:53.102Z] Using test binary docker [2019-12-02T18:35:53.102Z] +++ /etc/init.d/apparmor start [2019-12-02T18:35:53.102Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-02T18:35:53.358Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-02T18:35:53.358Z] Warning failed to create cache: (null) [2019-12-02T18:35:53.358Z] . [2019-12-02T18:35:53.358Z] INFO: Waiting for daemon to start... [2019-12-02T18:35:53.358Z] Starting dockerd [2019-12-02T18:35:53.358Z] +++ 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-12-02T18:35:53.922Z] .--- PASS: TestBuildWithEmptyLayers (1.44s) [2019-12-02T18:35:53.922Z] === RUN TestBuildMultiStageOnBuild [2019-12-02T18:35:54.179Z] [2019-12-02T18:35:54.179Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-02T18:35:54.179Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-02T18:35:54.179Z] Error: No such image: emptyfs [2019-12-02T18:35:54.179Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-02T18:35:54.179Z] ++++ docker load [2019-12-02T18:35:54.436Z] Running integration-test (iteration 1) [2019-12-02T18:35:54.436Z] 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-12-02T18:35:54.436Z] ++ 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-12-02T18:35:54.436Z] ++ set -e [2019-12-02T18:35:54.436Z] ++ '[' -n 0 ']' [2019-12-02T18:35:54.436Z] ++ set -x [2019-12-02T18:35:54.436Z] ++ 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-12-02T18:35:55.369Z] [2019-12-02T18:35:55.369Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-02T18:35:55.369Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-02T18:35:55.369Z] Error: No such image: emptyfs [2019-12-02T18:35:55.369Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-02T18:35:55.369Z] ++++ docker load [2019-12-02T18:35:55.935Z] Running integration-test (iteration 1) [2019-12-02T18:35:55.935Z] 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-12-02T18:35:55.935Z] ++ 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-12-02T18:35:55.935Z] ++ set -e [2019-12-02T18:35:55.935Z] ++ '[' -n 0 ']' [2019-12-02T18:35:55.935Z] ++ set -x [2019-12-02T18:35:55.935Z] ++ 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-12-02T18:35:58.121Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-12-02T18:36:02.516Z] --- PASS: TestBuildMultiStageOnBuild (7.77s) [2019-12-02T18:36:02.516Z] === RUN TestBuildUncleanTarFilenames [2019-12-02T18:36:03.395Z] --- PASS: TestServiceCreateInit (10.59s) [2019-12-02T18:36:03.395Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.28s) [2019-12-02T18:36:03.395Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.28s) [2019-12-02T18:36:03.395Z] === RUN TestCreateServiceMultipleTimes [2019-12-02T18:36:03.890Z] --- PASS: TestBuildUncleanTarFilenames (1.81s) [2019-12-02T18:36:03.890Z] === RUN TestBuildMultiStageLayerLeak [2019-12-02T18:36:04.832Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-12-02T18:36:04.832Z] [2019-12-02T18:36:04.832Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-02T18:36:04.832Z] PKG_CONFIG=pkg-config [2019-12-02T18:36:04.832Z] GOLANG_VERSION=1.13.4 [2019-12-02T18:36:04.832Z] HOSTNAME=ba35db7f83c1 [2019-12-02T18:36:04.832Z] DOCKER_EXPERIMENTAL=1 [2019-12-02T18:36:04.832Z] container=docker [2019-12-02T18:36:04.832Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-12-02T18:36:04.832Z] GO111MODULE=off [2019-12-02T18:36:04.832Z] GOPATH=/go [2019-12-02T18:36:04.832Z] PWD=/go/src/github.com/docker/docker [2019-12-02T18:36:04.832Z] HOME=/root [2019-12-02T18:36:04.832Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-02T18:36:04.832Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-02T18:36:04.832Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-02T18:36:04.832Z] DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:36:04.832Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-02T18:36:04.832Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-02T18:36:04.832Z] TERM=xterm [2019-12-02T18:36:04.832Z] VALIDATE_BRANCH=master [2019-12-02T18:36:04.832Z] DEST=bundles/test-integration [2019-12-02T18:36:04.832Z] SHLVL=1 [2019-12-02T18:36:04.832Z] TIMEOUT=120m [2019-12-02T18:36:04.832Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-02T18:36:04.832Z] DOCKER_PKG=github.com/docker/docker [2019-12-02T18:36:04.832Z] TESTDEBUG=0 [2019-12-02T18:36:04.832Z] _=/usr/bin/env [2019-12-02T18:36:04.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-12-02T18:36:08.092Z] #60 435.8 + bin/containerd-stress [2019-12-02T18:36:10.498Z] ................................................ [ 29%] [2019-12-02T18:36:11.387Z] #60 439.6 + bin/containerd-shim [2019-12-02T18:36:11.990Z] --- PASS: TestBuildMultiStageLayerLeak (7.58s) [2019-12-02T18:36:11.990Z] === RUN TestBuildWithHugeFile [2019-12-02T18:36:21.956Z] Loaded image: buildpack-deps:jessie [2019-12-02T18:36:21.956Z] Loaded image: buildpack-deps:jessie [2019-12-02T18:36:21.956Z] Loaded image: busybox:latest [2019-12-02T18:36:21.956Z] Loaded image: busybox:latest [2019-12-02T18:36:21.956Z] Loaded image: busybox:glibc [2019-12-02T18:36:21.956Z] Loaded image: debian:jessie [2019-12-02T18:36:21.956Z] Loaded image: hello-world:latest [2019-12-02T18:36:21.956Z] Loaded image: busybox:glibc [2019-12-02T18:36:21.956Z] Loaded image: debian:jessie [2019-12-02T18:36:21.956Z] INFO: Testing against a local daemon [2019-12-02T18:36:21.956Z] === RUN TestDockerDaemonSuite [2019-12-02T18:36:21.956Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-12-02T18:36:21.956Z] Loaded image: hello-world:latest [2019-12-02T18:36:21.956Z] INFO: Testing against a local daemon [2019-12-02T18:36:21.956Z] === RUN TestDockerSuite [2019-12-02T18:36:21.956Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-12-02T18:36:21.956Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-12-02T18:36:21.956Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-12-02T18:36:21.956Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-12-02T18:36:21.956Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-12-02T18:36:21.956Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-12-02T18:36:21.956Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-12-02T18:36:21.956Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-12-02T18:36:22.393Z] #60 449.9 + bin/containerd-shim-runc-v1 [2019-12-02T18:36:26.137Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-12-02T18:36:26.137Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-12-02T18:36:26.238Z] #60 454.8 + bin/containerd-shim-runc-v2 [2019-12-02T18:36:27.069Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-12-02T18:36:27.069Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-12-02T18:36:27.933Z] #60 456.3 + binaries [2019-12-02T18:36:27.933Z] #60 456.3 + mkdir -p /build [2019-12-02T18:36:27.933Z] #60 456.3 + cp bin/containerd /build/containerd [2019-12-02T18:36:27.933Z] #60 456.3 + cp bin/containerd-shim /build/containerd-shim [2019-12-02T18:36:27.933Z] #60 456.3 + cp bin/ctr /build/ctr [2019-12-02T18:36:27.933Z] #60 DONE 456.4s [2019-12-02T18:36:28.000Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-12-02T18:36:28.257Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-12-02T18:36:28.257Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-12-02T18:36:29.107Z] [2019-12-02T18:36:29.107Z] #61 [dev 20/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-12-02T18:36:29.446Z] #61 DONE 0.1s [2019-12-02T18:36:29.446Z] [2019-12-02T18:36:29.446Z] #65 [dev 21/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-12-02T18:36:29.446Z] #65 DONE 0.1s [2019-12-02T18:36:29.446Z] [2019-12-02T18:36:29.446Z] #67 [dev 22/24] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_... [2019-12-02T18:36:29.446Z] #67 DONE 0.1s [2019-12-02T18:36:29.446Z] [2019-12-02T18:36:29.446Z] #70 [dev 23/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-12-02T18:36:29.446Z] #70 DONE 0.1s [2019-12-02T18:36:29.446Z] [2019-12-02T18:36:29.446Z] #71 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-12-02T18:36:29.446Z] #71 DONE 0.0s [2019-12-02T18:36:29.446Z] [2019-12-02T18:36:29.446Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-12-02T18:36:29.940Z] --- PASS: TestCreateServiceMultipleTimes (24.28s) [2019-12-02T18:36:29.940Z] === RUN TestCreateServiceConflict [2019-12-02T18:36:30.780Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-12-02T18:36:30.876Z] --- PASS: TestCreateServiceConflict (3.22s) [2019-12-02T18:36:30.876Z] === RUN TestCreateServiceMaxReplicas [2019-12-02T18:36:31.345Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-12-02T18:36:31.345Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-12-02T18:36:31.345Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-12-02T18:36:31.345Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-12-02T18:36:31.746Z] #72 DONE 2.2s [2019-12-02T18:36:31.746Z] [2019-12-02T18:36:31.746Z] #73 exporting to oci image format [2019-12-02T18:36:31.746Z] #73 exporting layers [2019-12-02T18:36:32.978Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-12-02T18:36:33.242Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-12-02T18:36:33.952Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-12-02T18:36:33.953Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-12-02T18:36:35.082Z] --- PASS: TestCreateServiceMaxReplicas (3.70s) [2019-12-02T18:36:35.082Z] === RUN TestCreateWithDuplicateNetworkNames [2019-12-02T18:36:35.244Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-12-02T18:36:37.418Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-12-02T18:36:37.678Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-12-02T18:36:37.678Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-12-02T18:36:37.678Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-12-02T18:36:37.935Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-12-02T18:36:38.904Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-12-02T18:36:41.595Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-12-02T18:36:44.171Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-12-02T18:36:44.171Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-12-02T18:36:46.549Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-12-02T18:36:46.696Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-12-02T18:36:47.627Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-12-02T18:36:49.966Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.31s) [2019-12-02T18:36:49.966Z] === RUN TestCreateServiceSecretFileMode [2019-12-02T18:36:50.903Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-12-02T18:36:50.903Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-12-02T18:36:53.254Z] --- PASS: TestCreateServiceSecretFileMode (3.32s) [2019-12-02T18:36:53.254Z] === RUN TestCreateServiceConfigFileMode [2019-12-02T18:36:53.430Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-12-02T18:36:54.361Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-12-02T18:36:56.261Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-12-02T18:36:56.544Z] --- PASS: TestCreateServiceConfigFileMode (3.32s) [2019-12-02T18:36:56.544Z] === RUN TestCreateServiceSysctls [2019-12-02T18:36:56.829Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-12-02T18:36:57.087Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-12-02T18:36:58.461Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-12-02T18:36:59.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-12-02T18:36:59.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-12-02T18:36:59.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-12-02T18:36:59.877Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-12-02T18:36:59.877Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-12-02T18:37:00.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-12-02T18:37:01.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-12-02T18:37:01.821Z] --- PASS: TestCreateServiceSysctls (4.57s) [2019-12-02T18:37:01.822Z] === RUN TestCreateServiceCapabilities [2019-12-02T18:37:03.172Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-12-02T18:37:03.975Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-12-02T18:37:04.359Z] --- PASS: TestCreateServiceCapabilities (3.40s) [2019-12-02T18:37:04.359Z] === RUN TestInspect [2019-12-02T18:37:05.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-12-02T18:37:06.451Z] === RUN TestDockerSuite/TestAttachDetach [2019-12-02T18:37:07.385Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-12-02T18:37:08.257Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-12-02T18:37:08.320Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-12-02T18:37:08.553Z] --- PASS: TestInspect (3.45s) [2019-12-02T18:37:08.553Z] === RUN TestServiceListWithStatuses [2019-12-02T18:37:08.553Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-12-02T18:37:08.553Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-02T18:37:08.553Z] === RUN TestDockerNetworkConnectAlias [2019-12-02T18:37:10.849Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-12-02T18:37:11.763Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-12-02T18:37:12.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-12-02T18:37:13.392Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-12-02T18:37:14.327Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-12-02T18:37:14.891Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-12-02T18:37:15.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-12-02T18:37:15.124Z] --- PASS: TestDockerNetworkConnectAlias (7.35s) [2019-12-02T18:37:15.124Z] === RUN TestDockerNetworkReConnect [2019-12-02T18:37:16.262Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-12-02T18:37:16.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-12-02T18:37:18.159Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-12-02T18:37:18.724Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-12-02T18:37:19.660Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-12-02T18:37:20.215Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-12-02T18:37:20.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-12-02T18:37:21.691Z] --- PASS: TestDockerNetworkReConnect (6.02s) [2019-12-02T18:37:21.691Z] === RUN TestServicePlugin [2019-12-02T18:37:21.691Z] --- SKIP: TestServicePlugin (0.00s) [2019-12-02T18:37:21.691Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:37:21.691Z] === RUN TestServiceUpdateLabel [2019-12-02T18:37:22.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-12-02T18:37:22.185Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-12-02T18:37:22.369Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-12-02T18:37:22.400Z] 65014b3c3121: Pull complete [2019-12-02T18:37:23.117Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-12-02T18:37:23.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-12-02T18:37:23.681Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-12-02T18:37:24.248Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-12-02T18:37:24.505Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-12-02T18:37:24.978Z] --- PASS: TestServiceUpdateLabel (3.25s) [2019-12-02T18:37:24.978Z] === RUN TestServiceUpdateSecrets [2019-12-02T18:37:25.612Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-02T18:37:25.612Z] Using test binary docker [2019-12-02T18:37:25.612Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-12-02T18:37:25.612Z] +++ /etc/init.d/apparmor start [2019-12-02T18:37:25.612Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-02T18:37:25.612Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-02T18:37:25.612Z] Warning failed to create cache: (null) [2019-12-02T18:37:25.612Z] . [2019-12-02T18:37:25.612Z] Starting dockerd [2019-12-02T18:37:25.612Z] INFO: Waiting for daemon to start... [2019-12-02T18:37:25.612Z] +++ 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-12-02T18:37:27.032Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-12-02T18:37:27.032Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-12-02T18:37:27.032Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-12-02T18:37:27.261Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-12-02T18:37:27.289Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-12-02T18:37:28.057Z] . [2019-12-02T18:37:28.057Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-02T18:37:28.057Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-02T18:37:28.057Z] Error: No such image: emptyfs [2019-12-02T18:37:28.057Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-02T18:37:28.057Z] ++++ docker load [2019-12-02T18:37:28.057Z] Running integration-test (iteration 1) [2019-12-02T18:37:28.057Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-12-02T18:37:28.057Z] ++ 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-12-02T18:37:28.057Z] ++ set -e [2019-12-02T18:37:28.057Z] ++ '[' -n 0 ']' [2019-12-02T18:37:28.057Z] ++ set -x [2019-12-02T18:37:28.057Z] ++ 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-12-02T18:37:28.664Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-12-02T18:37:29.596Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-12-02T18:37:32.121Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-12-02T18:37:36.300Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-12-02T18:37:36.866Z] --- PASS: TestBuildWithHugeFile (85.69s) [2019-12-02T18:37:36.866Z] === RUN TestBuildWithEmptyDockerfile [2019-12-02T18:37:36.866Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:37:36.866Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:37:36.866Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:37:36.866Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:37:36.866Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:37:36.866Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:37:36.866Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:37:36.866Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:37:37.125Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:37:37.383Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2019-12-02T18:37:37.383Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-12-02T18:37:37.383Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s) [2019-12-02T18:37:37.383Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2019-12-02T18:37:37.383Z] === RUN TestBuildPreserveOwnership [2019-12-02T18:37:37.383Z] === RUN TestBuildPreserveOwnership/copy_from [2019-12-02T18:37:37.631Z] Loaded image: buildpack-deps:jessie [2019-12-02T18:37:37.631Z] Loaded image: busybox:latest [2019-12-02T18:37:37.631Z] Loaded image: busybox:glibc [2019-12-02T18:37:37.631Z] Loaded image: debian:jessie [2019-12-02T18:37:37.631Z] Loaded image: hello-world:latest [2019-12-02T18:37:37.631Z] INFO: Testing against a local daemon [2019-12-02T18:37:37.631Z] === RUN TestCgroupNamespacesBuild [2019-12-02T18:37:39.281Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-12-02T18:37:39.439Z] --- PASS: TestCgroupNamespacesBuild (1.88s) [2019-12-02T18:37:39.439Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-12-02T18:37:39.862Z] --- PASS: TestServiceUpdateSecrets (15.52s) [2019-12-02T18:37:39.862Z] === RUN TestServiceUpdateConfigs [2019-12-02T18:37:40.222Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-12-02T18:37:40.255Z] ......................... [ 67%] [2019-12-02T18:37:40.796Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-12-02T18:37:41.336Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.74s) [2019-12-02T18:37:41.336Z] === RUN TestBuildWithSession [2019-12-02T18:37:41.336Z] --- SKIP: TestBuildWithSession (0.00s) [2019-12-02T18:37:41.336Z] build_session_test.go:25: TODO: BuildKit [2019-12-02T18:37:41.336Z] === RUN TestBuildSquashParent [2019-12-02T18:37:41.727Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-12-02T18:37:43.624Z] --- PASS: TestBuildPreserveOwnership (6.28s) [2019-12-02T18:37:43.624Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.26s) [2019-12-02T18:37:43.624Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.91s) [2019-12-02T18:37:43.624Z] === RUN TestBuildPlatformInvalid [2019-12-02T18:37:43.624Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2019-12-02T18:37:43.624Z] PASS [2019-12-02T18:37:43.624Z] [2019-12-02T18:37:43.624Z] === Skipped [2019-12-02T18:37:43.624Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2019-12-02T18:37:43.624Z] build_session_test.go:25: TODO: BuildKit [2019-12-02T18:37:43.624Z] [2019-12-02T18:37:43.624Z] [2019-12-02T18:37:43.624Z] DONE 32 tests, 1 skipped in 181.728s [2019-12-02T18:37:43.882Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-12-02T18:37:43.882Z] ++ 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-12-02T18:37:43.882Z] ++ set -e [2019-12-02T18:37:43.882Z] ++ '[' -n 0 ']' [2019-12-02T18:37:43.882Z] ++ set -x [2019-12-02T18:37:43.882Z] ++ 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-12-02T18:37:43.882Z] INFO: Testing against a local daemon [2019-12-02T18:37:43.882Z] === RUN TestConfigList [2019-12-02T18:37:44.139Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-12-02T18:37:47.414Z] --- PASS: TestConfigList (2.93s) [2019-12-02T18:37:47.414Z] === RUN TestConfigsCreateAndDelete [2019-12-02T18:37:47.701Z] --- PASS: TestBuildSquashParent (6.40s) [2019-12-02T18:37:47.701Z] === RUN TestBuildWithRemoveAndForceRemove [2019-12-02T18:37:47.701Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:37:47.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:37:47.701Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:37:47.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:37:47.701Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:37:47.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:37:47.701Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:37:47.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:37:47.701Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:37:47.701Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:37:47.702Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:37:47.702Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:37:47.702Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:37:47.702Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:37:47.978Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-12-02T18:37:48.235Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-12-02T18:37:48.799Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-12-02T18:37:49.364Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-12-02T18:37:49.929Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-12-02T18:37:50.185Z] --- PASS: TestConfigsCreateAndDelete (3.31s) [2019-12-02T18:37:50.185Z] === RUN TestConfigsUpdate [2019-12-02T18:37:50.220Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:37:50.679Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:37:53.218Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:37:53.218Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:37:53.462Z] --- PASS: TestConfigsUpdate (2.97s) [2019-12-02T18:37:53.462Z] === RUN TestTemplatedConfig [2019-12-02T18:37:53.462Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-12-02T18:37:53.462Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-12-02T18:37:53.720Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-12-02T18:37:54.286Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-12-02T18:37:56.585Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-12-02T18:37:56.585Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s) [2019-12-02T18:37:56.585Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.70s) [2019-12-02T18:37:56.585Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.62s) [2019-12-02T18:37:56.585Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.83s) [2019-12-02T18:37:56.585Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.92s) [2019-12-02T18:37:56.585Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.90s) [2019-12-02T18:37:56.585Z] === RUN TestBuildMultiStageCopy [2019-12-02T18:37:56.585Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-12-02T18:37:56.810Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-12-02T18:37:56.811Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-12-02T18:37:56.811Z] --- PASS: TestTemplatedConfig (3.64s) [2019-12-02T18:37:56.811Z] === RUN TestConfigInspect [2019-12-02T18:37:57.068Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-12-02T18:37:57.068Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-12-02T18:37:57.633Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-12-02T18:37:57.949Z] --- PASS: TestServiceUpdateConfigs (15.54s) [2019-12-02T18:37:57.949Z] === RUN TestServiceUpdateNetwork [2019-12-02T18:37:59.005Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-12-02T18:37:59.005Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-12-02T18:37:59.386Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-12-02T18:37:59.530Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-12-02T18:38:00.094Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-12-02T18:38:00.161Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-12-02T18:38:00.351Z] --- PASS: TestConfigInspect (3.55s) [2019-12-02T18:38:00.351Z] === RUN TestConfigCreateWithLabels [2019-12-02T18:38:00.552Z] --- PASS: TestBuildMultiStageCopy (4.60s) [2019-12-02T18:38:00.552Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.54s) [2019-12-02T18:38:00.552Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.43s) [2019-12-02T18:38:00.552Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s) [2019-12-02T18:38:00.552Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2019-12-02T18:38:00.552Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2019-12-02T18:38:00.552Z] === RUN TestBuildMultiStageParentConfig [2019-12-02T18:38:01.722Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-12-02T18:38:02.353Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2019-12-02T18:38:02.353Z] === RUN TestBuildLabelWithTargets [2019-12-02T18:38:03.094Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-12-02T18:38:03.352Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-12-02T18:38:03.609Z] --- PASS: TestConfigCreateWithLabels (3.34s) [2019-12-02T18:38:03.609Z] === RUN TestConfigCreateResolve [2019-12-02T18:38:03.866Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-12-02T18:38:04.207Z] --- PASS: TestBuildLabelWithTargets (2.25s) [2019-12-02T18:38:04.207Z] === RUN TestBuildWithEmptyLayers [2019-12-02T18:38:05.112Z] --- PASS: TestBuildWithEmptyLayers (0.90s) [2019-12-02T18:38:05.112Z] === RUN TestBuildMultiStageOnBuild [2019-12-02T18:38:05.237Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-12-02T18:38:07.141Z] --- PASS: TestConfigCreateResolve (3.47s) [2019-12-02T18:38:07.141Z] === RUN TestConfigDaemonLibtrustID [2019-12-02T18:38:07.706Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-12-02T18:38:07.706Z] PASS [2019-12-02T18:38:07.706Z] [2019-12-02T18:38:07.706Z] DONE 8 tests in 23.879s [2019-12-02T18:38:07.706Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-12-02T18:38:07.706Z] ++ 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-12-02T18:38:07.706Z] ++ set -e [2019-12-02T18:38:07.706Z] ++ '[' -n 0 ']' [2019-12-02T18:38:07.706Z] ++ set -x [2019-12-02T18:38:07.706Z] ++ 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-12-02T18:38:07.963Z] INFO: Testing against a local daemon [2019-12-02T18:38:07.963Z] === RUN TestCheckpoint [2019-12-02T18:38:07.963Z] --- SKIP: TestCheckpoint (0.00s) [2019-12-02T18:38:07.963Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-02T18:38:07.963Z] === RUN TestContainerInvalidJSON [2019-12-02T18:38:07.963Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:38:07.963Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:38:07.963Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:38:07.963Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:38:07.963Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:38:07.963Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:38:07.963Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:38:07.963Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:38:07.963Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:38:07.963Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-12-02T18:38:07.963Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-12-02T18:38:07.963Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-12-02T18:38:07.963Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-12-02T18:38:07.963Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-12-02T18:38:07.963Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2019-12-02T18:38:07.963Z] === RUN TestCopyFromContainerPathIsNotDir [2019-12-02T18:38:08.221Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.17s) [2019-12-02T18:38:08.221Z] === RUN TestCopyToContainerPathDoesNotExist [2019-12-02T18:38:08.221Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2019-12-02T18:38:08.221Z] === RUN TestCopyToContainerPathIsNotDir [2019-12-02T18:38:08.339Z] --- PASS: TestBuildMultiStageOnBuild (2.69s) [2019-12-02T18:38:08.339Z] === RUN TestBuildUncleanTarFilenames [2019-12-02T18:38:08.478Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2019-12-02T18:38:08.478Z] === RUN TestCopyFromContainer [2019-12-02T18:38:08.736Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-12-02T18:38:09.301Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-12-02T18:38:09.600Z] --- PASS: TestBuildUncleanTarFilenames (1.67s) [2019-12-02T18:38:09.600Z] === RUN TestBuildMultiStageLayerLeak [2019-12-02T18:38:10.670Z] === RUN TestCopyFromContainer// [2019-12-02T18:38:10.670Z] === RUN TestCopyFromContainer//bar/root [2019-12-02T18:38:10.670Z] === RUN TestCopyFromContainer//bar/root/ [2019-12-02T18:38:10.927Z] === RUN TestCopyFromContainer/bar/quux [2019-12-02T18:38:10.927Z] === RUN TestCopyFromContainer/bar/quux/ [2019-12-02T18:38:11.184Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-12-02T18:38:11.184Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-12-02T18:38:11.442Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-12-02T18:38:11.442Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-12-02T18:38:11.700Z] === RUN TestCopyFromContainer/bar/notarget [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer (3.31s) [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer/bar/quux (0.17s) [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.22s) [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2019-12-02T18:38:11.700Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-12-02T18:38:11.700Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-12-02T18:38:11.700Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:38:11.700Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:38:11.700Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:38:11.700Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:38:11.700Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:38:11.700Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:38:11.700Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:38:11.700Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:38:11.700Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:38:11.700Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-12-02T18:38:11.700Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-12-02T18:38:11.700Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-12-02T18:38:11.700Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-12-02T18:38:11.700Z] === RUN TestCreateLinkToNonExistingContainer [2019-12-02T18:38:11.700Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-12-02T18:38:11.700Z] === RUN TestCreateWithInvalidEnv [2019-12-02T18:38:11.700Z] === RUN TestCreateWithInvalidEnv/0 [2019-12-02T18:38:11.700Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-12-02T18:38:11.700Z] === RUN TestCreateWithInvalidEnv/1 [2019-12-02T18:38:11.700Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-12-02T18:38:11.700Z] === RUN TestCreateWithInvalidEnv/2 [2019-12-02T18:38:11.700Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-12-02T18:38:11.958Z] === CONT TestCreateWithInvalidEnv/0 [2019-12-02T18:38:11.958Z] === CONT TestCreateWithInvalidEnv/2 [2019-12-02T18:38:11.958Z] === CONT TestCreateWithInvalidEnv/1 [2019-12-02T18:38:11.958Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-12-02T18:38:11.958Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-12-02T18:38:11.958Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-12-02T18:38:11.958Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-12-02T18:38:11.958Z] === RUN TestCreateTmpfsMountsTarget [2019-12-02T18:38:11.958Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-12-02T18:38:11.958Z] === RUN TestCreateWithCustomMaskedPaths [2019-12-02T18:38:12.830Z] --- PASS: TestServiceUpdateNetwork (15.71s) [2019-12-02T18:38:12.830Z] PASS [2019-12-02T18:38:12.830Z] [2019-12-02T18:38:12.830Z] === Skipped [2019-12-02T18:38:12.830Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2019-12-02T18:38:12.830Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-02T18:38:12.830Z] [2019-12-02T18:38:12.830Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2019-12-02T18:38:12.830Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:38:12.830Z] [2019-12-02T18:38:12.830Z] [2019-12-02T18:38:12.830Z] DONE 20 tests, 2 skipped in 138.771s [2019-12-02T18:38:12.830Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2019-12-02T18:38:12.830Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:38:12.830Z] ++ set -e [2019-12-02T18:38:12.830Z] ++ '[' -n 0 ']' [2019-12-02T18:38:12.830Z] ++ set -x [2019-12-02T18:38:12.830Z] ++ 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=arm64 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/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:38:12.830Z] INFO: Testing against a local daemon [2019-12-02T18:38:12.830Z] === RUN TestSessionCreate [2019-12-02T18:38:12.830Z] --- PASS: TestSessionCreate (0.05s) [2019-12-02T18:38:12.830Z] === RUN TestSessionCreateWithBadUpgrade [2019-12-02T18:38:12.830Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-12-02T18:38:12.830Z] PASS [2019-12-02T18:38:12.830Z] [2019-12-02T18:38:12.830Z] DONE 2 tests in 0.284s [2019-12-02T18:38:12.830Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2019-12-02T18:38:12.830Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:38:12.830Z] ++ set -e [2019-12-02T18:38:12.830Z] ++ '[' -n 0 ']' [2019-12-02T18:38:12.830Z] ++ set -x [2019-12-02T18:38:12.830Z] ++ 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=arm64 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/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:38:12.830Z] INFO: Testing against a local daemon [2019-12-02T18:38:12.830Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-12-02T18:38:12.830Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-02T18:38:12.830Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-02T18:38:12.830Z] === RUN TestEventsExecDie [2019-12-02T18:38:12.830Z] --- PASS: TestEventsExecDie (1.00s) [2019-12-02T18:38:12.830Z] === RUN TestEventsBackwardsCompatible [2019-12-02T18:38:12.830Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2019-12-02T18:38:12.830Z] === RUN TestInfoBinaryCommits [2019-12-02T18:38:12.830Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-12-02T18:38:12.830Z] === RUN TestInfoAPIVersioned [2019-12-02T18:38:12.830Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-12-02T18:38:12.830Z] === RUN TestInfoDiscoveryBackend [2019-12-02T18:38:12.864Z] --- PASS: TestBuildMultiStageLayerLeak (3.05s) [2019-12-02T18:38:12.864Z] === RUN TestBuildWithHugeFile [2019-12-02T18:38:13.327Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-12-02T18:38:13.327Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-12-02T18:38:13.766Z] --- PASS: TestInfoDiscoveryBackend (0.61s) [2019-12-02T18:38:13.766Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCustomMaskedPaths (2.55s) [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:38:14.698Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:38:14.698Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities (0.01s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-12-02T18:38:14.698Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-12-02T18:38:14.698Z] === RUN TestCreateWithCustomReadonlyPaths [2019-12-02T18:38:14.702Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-12-02T18:38:14.702Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-12-02T18:38:15.270Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2019-12-02T18:38:15.270Z] === RUN TestInfoAPI [2019-12-02T18:38:15.270Z] --- PASS: TestInfoAPI (0.05s) [2019-12-02T18:38:15.270Z] === RUN TestInfoAPIWarnings [2019-12-02T18:38:15.838Z] --- PASS: TestInfoAPIWarnings (0.68s) [2019-12-02T18:38:15.838Z] === RUN TestInfoDebug [2019-12-02T18:38:16.406Z] --- PASS: TestInfoDebug (0.60s) [2019-12-02T18:38:16.406Z] === RUN TestInfoInsecureRegistries [2019-12-02T18:38:17.343Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2019-12-02T18:38:17.343Z] === RUN TestInfoRegistryMirrors [2019-12-02T18:38:17.602Z] --- PASS: TestInfoRegistryMirrors (0.61s) [2019-12-02T18:38:17.602Z] === RUN TestLoginFailsWithBadCredentials [2019-12-02T18:38:17.979Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.80s) [2019-12-02T18:38:17.979Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-12-02T18:38:17.979Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:38:17.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:38:17.979Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:38:17.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:38:17.979Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:38:17.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:38:17.979Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:38:17.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:38:17.979Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:38:17.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:38:17.979Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:38:17.979Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:38:17.979Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-12-02T18:38:17.979Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:38:17.979Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:38:17.979Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:38:17.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-12-02T18:38:17.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-12-02T18:38:17.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-12-02T18:38:17.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-12-02T18:38:17.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-12-02T18:38:17.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-12-02T18:38:17.979Z] === RUN TestContainerStartOnDaemonRestart [2019-12-02T18:38:17.979Z] === PAUSE TestContainerStartOnDaemonRestart [2019-12-02T18:38:17.979Z] === RUN TestDaemonRestartIpcMode [2019-12-02T18:38:17.979Z] === PAUSE TestDaemonRestartIpcMode [2019-12-02T18:38:17.979Z] === RUN TestDiff [2019-12-02T18:38:17.979Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-12-02T18:38:18.171Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2019-12-02T18:38:18.171Z] === RUN TestPingCacheHeaders [2019-12-02T18:38:18.171Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-12-02T18:38:18.171Z] === RUN TestPingGet [2019-12-02T18:38:18.171Z] --- PASS: TestPingGet (0.03s) [2019-12-02T18:38:18.171Z] === RUN TestPingHead [2019-12-02T18:38:18.171Z] --- PASS: TestPingHead (0.05s) [2019-12-02T18:38:18.171Z] === RUN TestVersion [2019-12-02T18:38:18.171Z] --- PASS: TestVersion (0.05s) [2019-12-02T18:38:18.171Z] PASS [2019-12-02T18:38:18.171Z] [2019-12-02T18:38:18.171Z] === Skipped [2019-12-02T18:38:18.171Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-02T18:38:18.171Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-02T18:38:18.171Z] [2019-12-02T18:38:18.171Z] [2019-12-02T18:38:18.171Z] DONE 18 tests, 1 skipped in 6.738s [2019-12-02T18:38:18.430Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2019-12-02T18:38:18.430Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:38:18.430Z] ++ set -e [2019-12-02T18:38:18.430Z] ++ '[' -n 0 ']' [2019-12-02T18:38:18.430Z] ++ set -x [2019-12-02T18:38:18.430Z] ++ 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=arm64 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/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-12-02T18:38:18.430Z] INFO: Testing against a local daemon [2019-12-02T18:38:18.430Z] === RUN TestVolumesCreateAndList [2019-12-02T18:38:18.430Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-12-02T18:38:18.430Z] === RUN TestVolumesRemove [2019-12-02T18:38:18.546Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-12-02T18:38:18.546Z] --- PASS: TestDiff (0.98s) [2019-12-02T18:38:18.546Z] === RUN TestExecWithCloseStdin [2019-12-02T18:38:18.689Z] --- PASS: TestVolumesRemove (0.13s) [2019-12-02T18:38:18.689Z] === RUN TestVolumesInspect [2019-12-02T18:38:18.689Z] --- PASS: TestVolumesInspect (0.04s) [2019-12-02T18:38:18.689Z] === RUN TestVolumesInvalidJSON [2019-12-02T18:38:18.689Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-12-02T18:38:18.689Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-12-02T18:38:18.689Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-12-02T18:38:18.689Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-12-02T18:38:18.689Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-12-02T18:38:18.689Z] PASS [2019-12-02T18:38:18.689Z] [2019-12-02T18:38:18.689Z] DONE 5 tests in 0.436s [2019-12-02T18:38:18.689Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-02T18:38:19.256Z] ++++ cat bundles/test-integration/docker.pid [2019-12-02T18:38:19.256Z] +++ kill 13033 [2019-12-02T18:38:19.917Z] --- PASS: TestExecWithCloseStdin (1.26s) [2019-12-02T18:38:19.917Z] === RUN TestExec [2019-12-02T18:38:19.917Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-12-02T18:38:20.638Z] +++ /etc/init.d/apparmor stop [2019-12-02T18:38:20.638Z] Clearing AppArmor profiles cache:. [2019-12-02T18:38:20.638Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-02T18:38:20.638Z] Unloading profiles will leave already running processes permanently [2019-12-02T18:38:20.638Z] unconfined, which can lead to unexpected situations. [2019-12-02T18:38:20.638Z] [2019-12-02T18:38:20.638Z] To set a process to complain mode, use the command line tool [2019-12-02T18:38:20.638Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-02T18:38:20.638Z] with the 'teardown' option." [2019-12-02T18:38:20.638Z] [2019-12-02T18:38:21.288Z] --- PASS: TestExec (1.27s) [2019-12-02T18:38:21.288Z] === RUN TestExecUser [2019-12-02T18:38:22.222Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-12-02T18:38:22.222Z] --- PASS: TestExecUser (1.15s) [2019-12-02T18:38:22.222Z] === RUN TestExportContainerAndImportImage [2019-12-02T18:38:22.787Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-12-02T18:38:23.019Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-12-02T18:38:23.352Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-12-02T18:38:23.352Z] --- PASS: TestExportContainerAndImportImage (1.25s) [2019-12-02T18:38:23.352Z] === RUN TestExportContainerAfterDaemonRestart [2019-12-02T18:38:23.610Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions Post stage [Pipeline] junit [2019-12-02T18:38:23.939Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-12-02T18:38:24.542Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-12-02T18:38:24.705Z] + echo Ensuring container killed. [2019-12-02T18:38:24.706Z] Ensuring container killed. [2019-12-02T18:38:24.706Z] + docker rm -vf docker-pr5 [2019-12-02T18:38:24.706Z] Error: No such container: docker-pr5 [2019-12-02T18:38:24.706Z] + true [Pipeline] sh [2019-12-02T18:38:24.999Z] + echo Chowning /workspace to jenkins user [2019-12-02T18:38:24.999Z] Chowning /workspace to jenkins user [2019-12-02T18:38:24.999Z] + id -u [2019-12-02T18:38:24.999Z] + id -g [2019-12-02T18:38:24.999Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40180:/workspace busybox chown -R 1000:1000 /workspace [2019-12-02T18:38:25.106Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2019-12-02T18:38:25.106Z] === RUN TestHealthCheckWorkdir [2019-12-02T18:38:25.279Z] #73 exporting layers 102.9s done [2019-12-02T18:38:25.279Z] #73 exporting manifest sha256:8f7590afc3bc4e84d8f33dd0caa37b23d0d0b43cdf8f22ffcaaad6ce4d62f219 done [2019-12-02T18:38:25.279Z] #73 exporting config sha256:f00adadef832df5b03c6cf0591681fb7379b71ec387e051ef5c22012e46818ba done [2019-12-02T18:38:25.279Z] #73 sending tarball [2019-12-02T18:38:25.671Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-12-02T18:38:25.928Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-12-02T18:38:26.495Z] --- PASS: TestHealthCheckWorkdir (1.43s) [2019-12-02T18:38:26.495Z] === RUN TestHealthKillContainer [2019-12-02T18:38:27.059Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-12-02T18:38:27.622Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-02T18:38:28.594Z] + bundleName=arm64-integration [2019-12-02T18:38:28.594Z] + echo Creating arm64-integration-bundles.tar.gz [2019-12-02T18:38:28.594Z] Creating arm64-integration-bundles.tar.gz [2019-12-02T18:38:28.594Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print+ [2019-12-02T18:38:28.594Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-12-02T18:38:28.865Z] Archiving artifacts [2019-12-02T18:38:29.167Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40180/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-02T18:38:29.483Z] + make clean [2019-12-02T18:38:29.521Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-12-02T18:38:29.778Z] --- PASS: TestHealthKillContainer (3.31s) [2019-12-02T18:38:29.778Z] === RUN TestInspectCpusetInConfigPre120 [2019-12-02T18:38:30.051Z] docker volume rm -f docker-dev-cache [2019-12-02T18:38:30.051Z] docker-dev-cache [Pipeline] deleteDir [2019-12-02T18:38:30.710Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-12-02T18:38:30.710Z] --- PASS: TestInspectCpusetInConfigPre120 (0.93s) [2019-12-02T18:38:30.710Z] === RUN TestIpcModeNone [2019-12-02T18:38:31.277Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-12-02T18:38:31.324Z] #73 ... [2019-12-02T18:38:31.324Z] [2019-12-02T18:38:31.324Z] #74 importing to docker [2019-12-02T18:38:31.324Z] #74 ... [2019-12-02T18:38:31.324Z] [2019-12-02T18:38:31.324Z] #73 exporting to oci image format [2019-12-02T18:38:31.324Z] #73 sending tarball 16.6s done [2019-12-02T18:38:31.324Z] #73 DONE 119.5s [2019-12-02T18:38:31.324Z] [2019-12-02T18:38:31.324Z] #74 importing to docker [2019-12-02T18:38:31.842Z] --- PASS: TestIpcModeNone (1.04s) [2019-12-02T18:38:31.842Z] === RUN TestIpcModePrivate [2019-12-02T18:38:32.807Z] --- PASS: TestIpcModePrivate (1.10s) [2019-12-02T18:38:32.807Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:200, shared: false, mustBeShared: false [2019-12-02T18:38:32.807Z] === RUN TestIpcModeShareable [2019-12-02T18:38:32.807Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-12-02T18:38:33.746Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-12-02T18:38:34.003Z] --- PASS: TestIpcModeShareable (1.21s) [2019-12-02T18:38:34.003Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:189, shared: true, mustBeShared: true [2019-12-02T18:38:34.003Z] === RUN TestAPIIpcModeShareableAndContainer [2019-12-02T18:38:34.935Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-12-02T18:38:34.935Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-12-02T18:38:36.306Z] === RUN TestDockerSuite/TestBuildAddScript [2019-12-02T18:38:37.241Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-12-02T18:38:37.498Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.57s) [2019-12-02T18:38:37.498Z] === RUN TestAPIIpcModeHost [2019-12-02T18:38:37.498Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-12-02T18:38:37.876Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-12-02T18:38:38.869Z] --- PASS: TestAPIIpcModeHost (0.98s) [2019-12-02T18:38:38.869Z] === RUN TestDaemonIpcModeShareable [2019-12-02T18:38:39.434Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-12-02T18:38:39.771Z] tests/integration/client_test.py ..... [ 75%] [2019-12-02T18:38:40.364Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2019-12-02T18:38:40.364Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:206, shared: true, mustBeShared: true [2019-12-02T18:38:40.364Z] === RUN TestDaemonIpcModePrivate [2019-12-02T18:38:40.703Z] tests/integration/errors_test.py . [ 76%] [2019-12-02T18:38:41.297Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-12-02T18:38:42.230Z] --- PASS: TestDaemonIpcModePrivate (1.72s) [2019-12-02T18:38:42.230Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:210, shared: false, mustBeShared: false [2019-12-02T18:38:42.230Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-12-02T18:38:43.601Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.55s) [2019-12-02T18:38:43.601Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:219, shared: false, mustBeShared: false [2019-12-02T18:38:43.601Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-12-02T18:38:45.496Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.82s) [2019-12-02T18:38:45.496Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:207, shared: true, mustBeShared: true [2019-12-02T18:38:45.496Z] === RUN TestIpcModeOlderClient [2019-12-02T18:38:45.496Z] === PAUSE TestIpcModeOlderClient [2019-12-02T18:38:45.496Z] === RUN TestKillContainerInvalidSignal [2019-12-02T18:38:46.428Z] --- PASS: TestKillContainerInvalidSignal (0.78s) [2019-12-02T18:38:46.428Z] === RUN TestKillContainer [2019-12-02T18:38:46.428Z] === RUN TestKillContainer/no_signal [2019-12-02T18:38:47.360Z] === RUN TestKillContainer/non_killing_signal [2019-12-02T18:38:47.360Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-12-02T18:38:47.377Z] --- PASS: TestBuildWithHugeFile (32.02s) [2019-12-02T18:38:47.377Z] === RUN TestBuildWithEmptyDockerfile [2019-12-02T18:38:47.377Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:38:47.377Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:38:47.377Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:38:47.377Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:38:47.377Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:38:47.377Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:38:47.377Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:38:47.377Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:38:47.377Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:38:47.377Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s) [2019-12-02T18:38:47.377Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2019-12-02T18:38:47.377Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-12-02T18:38:47.377Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2019-12-02T18:38:47.377Z] === RUN TestBuildPreserveOwnership [2019-12-02T18:38:47.377Z] === RUN TestBuildPreserveOwnership/copy_from [2019-12-02T18:38:47.617Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-12-02T18:38:47.875Z] === RUN TestKillContainer/killing_signal [2019-12-02T18:38:49.246Z] --- PASS: TestKillContainer (3.00s) [2019-12-02T18:38:49.246Z] --- PASS: TestKillContainer/no_signal (0.91s) [2019-12-02T18:38:49.246Z] --- PASS: TestKillContainer/non_killing_signal (0.73s) [2019-12-02T18:38:49.246Z] --- PASS: TestKillContainer/killing_signal (0.95s) [2019-12-02T18:38:49.246Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-12-02T18:38:49.246Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-12-02T18:38:49.815Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-12-02T18:38:50.177Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-12-02T18:38:51.552Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.04s) [2019-12-02T18:38:51.552Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.94s) [2019-12-02T18:38:51.552Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.85s) [2019-12-02T18:38:51.552Z] === RUN TestKillStoppedContainer [2019-12-02T18:38:51.552Z] --- PASS: TestKillStoppedContainer (0.10s) [2019-12-02T18:38:51.552Z] === RUN TestKillStoppedContainerAPIPre120 [2019-12-02T18:38:51.552Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-12-02T18:38:51.552Z] === RUN TestKillDifferentUserContainer [2019-12-02T18:38:51.733Z] --- PASS: TestBuildPreserveOwnership (6.11s) [2019-12-02T18:38:51.733Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.13s) [2019-12-02T18:38:51.733Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.97s) [2019-12-02T18:38:51.733Z] === RUN TestBuildPlatformInvalid [2019-12-02T18:38:51.733Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-12-02T18:38:51.733Z] PASS [2019-12-02T18:38:51.733Z] [2019-12-02T18:38:51.733Z] === Skipped [2019-12-02T18:38:51.733Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2019-12-02T18:38:51.733Z] build_session_test.go:25: TODO: BuildKit [2019-12-02T18:38:51.733Z] [2019-12-02T18:38:51.733Z] [2019-12-02T18:38:51.733Z] DONE 32 tests, 1 skipped in 83.548s [2019-12-02T18:38:51.733Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-12-02T18:38:51.733Z] ++ 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-12-02T18:38:51.733Z] ++ set -e [2019-12-02T18:38:51.733Z] ++ '[' -n 0 ']' [2019-12-02T18:38:51.733Z] ++ set -x [2019-12-02T18:38:51.733Z] ++ 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-12-02T18:38:51.733Z] INFO: Testing against a local daemon [2019-12-02T18:38:51.733Z] === RUN TestConfigList [2019-12-02T18:38:52.925Z] --- PASS: TestKillDifferentUserContainer (1.20s) [2019-12-02T18:38:52.925Z] === RUN TestInspectOomKilledTrue [2019-12-02T18:38:52.925Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-12-02T18:38:52.925Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:38:52.925Z] === RUN TestInspectOomKilledFalse [2019-12-02T18:38:52.925Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-12-02T18:38:52.925Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:38:52.925Z] === RUN TestLinksEtcHostsContentMatch [2019-12-02T18:38:52.925Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-12-02T18:38:53.490Z] --- PASS: TestLinksEtcHostsContentMatch (0.86s) [2019-12-02T18:38:53.490Z] === RUN TestLinksContainerNames [2019-12-02T18:38:54.055Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-12-02T18:38:54.877Z] --- PASS: TestConfigList (2.90s) [2019-12-02T18:38:54.877Z] === RUN TestConfigsCreateAndDelete [2019-12-02T18:38:55.427Z] --- PASS: TestLinksContainerNames (1.97s) [2019-12-02T18:38:55.427Z] === RUN TestLogsFollowTailEmpty [2019-12-02T18:38:56.365Z] --- PASS: TestLogsFollowTailEmpty (0.86s) [2019-12-02T18:38:56.365Z] === RUN TestContainerNetworkMountsNoChown [2019-12-02T18:38:56.934Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-12-02T18:38:57.198Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-12-02T18:38:57.198Z] --- PASS: TestContainerNetworkMountsNoChown (0.79s) [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/default [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/default [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/private [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/private [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rprivate [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rprivate [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/slave [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/slave [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rslave [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rslave [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/shared [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/shared [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rshared [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rshared [2019-12-02T18:38:57.198Z] === CONT TestMountDaemonRoot/default [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/default/bind_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/default/mount_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:38:57.198Z] === CONT TestMountDaemonRoot/default/bind_root [2019-12-02T18:38:57.198Z] === CONT TestMountDaemonRoot/rshared [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:38:57.198Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:38:57.198Z] === CONT TestMountDaemonRoot/shared [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:38:57.198Z] === CONT TestMountDaemonRoot/rslave [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:38:57.198Z] === CONT TestMountDaemonRoot/slave [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:38:57.198Z] === CONT TestMountDaemonRoot/rprivate [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:38:57.198Z] === CONT TestMountDaemonRoot/private [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/private/bind_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/private/mount_root [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-12-02T18:38:57.198Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:38:57.198Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:38:57.198Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:38:57.460Z] === CONT TestMountDaemonRoot/default/mount_root [2019-12-02T18:38:57.460Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:38:57.460Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:38:57.460Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:38:57.460Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:38:57.719Z] === RUN TestDockerSuite/TestBuildAddTar [2019-12-02T18:38:57.719Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-12-02T18:38:57.719Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-12-02T18:38:57.719Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:38:57.719Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:38:57.719Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:38:57.719Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:38:57.976Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:38:57.976Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:38:57.976Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-12-02T18:38:57.976Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-12-02T18:38:57.976Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:38:57.976Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:38:57.976Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:38:57.976Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:38:58.047Z] --- PASS: TestConfigsCreateAndDelete (2.90s) [2019-12-02T18:38:58.047Z] === RUN TestConfigsUpdate [2019-12-02T18:38:58.233Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:38:58.233Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:38:58.233Z] === CONT TestMountDaemonRoot/private/bind_root [2019-12-02T18:38:58.233Z] === CONT TestMountDaemonRoot/private/mount_root [2019-12-02T18:38:58.233Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:38:58.233Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.14s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.14s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.16s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.15s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.10s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.14s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.11s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-12-02T18:38:58.233Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-12-02T18:38:58.233Z] === RUN TestContainerBindMountNonRecursive [2019-12-02T18:39:00.581Z] --- PASS: TestConfigsUpdate (2.87s) [2019-12-02T18:39:00.581Z] === RUN TestTemplatedConfig [2019-12-02T18:39:02.417Z] --- PASS: TestContainerBindMountNonRecursive (3.42s) [2019-12-02T18:39:02.417Z] === RUN TestNetworkNat [2019-12-02T18:39:02.675Z] --- PASS: TestNetworkNat (0.92s) [2019-12-02T18:39:02.675Z] === RUN TestNetworkLocalhostTCPNat [2019-12-02T18:39:04.047Z] --- PASS: TestNetworkLocalhostTCPNat (1.09s) [2019-12-02T18:39:04.047Z] === RUN TestNetworkLoopbackNat [2019-12-02T18:39:04.660Z] --- PASS: TestTemplatedConfig (3.56s) [2019-12-02T18:39:04.660Z] === RUN TestConfigInspect [2019-12-02T18:39:05.418Z] --- PASS: TestNetworkLoopbackNat (1.70s) [2019-12-02T18:39:05.418Z] === RUN TestPause [2019-12-02T18:39:06.788Z] --- PASS: TestPause (1.42s) [2019-12-02T18:39:06.788Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-12-02T18:39:06.788Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-02T18:39:06.788Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-02T18:39:06.788Z] === RUN TestPauseStopPausedContainer [2019-12-02T18:39:07.195Z] --- PASS: TestConfigInspect (2.95s) [2019-12-02T18:39:07.195Z] === RUN TestConfigCreateWithLabels [2019-12-02T18:39:08.689Z] --- PASS: TestPauseStopPausedContainer (1.82s) [2019-12-02T18:39:08.689Z] === RUN TestPsFilter [2019-12-02T18:39:08.946Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-12-02T18:39:08.946Z] --- PASS: TestPsFilter (0.35s) [2019-12-02T18:39:08.946Z] === RUN TestRemoveContainerWithRemovedVolume [2019-12-02T18:39:09.879Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.86s) [2019-12-02T18:39:09.879Z] === RUN TestRemoveContainerWithVolume [2019-12-02T18:39:10.549Z] --- PASS: TestConfigCreateWithLabels (3.05s) [2019-12-02T18:39:10.549Z] === RUN TestConfigCreateResolve [2019-12-02T18:39:10.810Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-12-02T18:39:10.810Z] --- PASS: TestRemoveContainerWithVolume (0.97s) [2019-12-02T18:39:10.810Z] === RUN TestRemoveContainerRunning [2019-12-02T18:39:11.574Z] #74 DONE 35.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-12-02T18:39:12.307Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/test/unit [2019-12-02T18:39:12.707Z] --- PASS: TestRemoveContainerRunning (1.44s) [2019-12-02T18:39:12.707Z] === RUN TestRemoveContainerForceRemoveRunning [2019-12-02T18:39:12.707Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-12-02T18:39:12.707Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-12-02T18:39:12.989Z] --- PASS: TestConfigCreateResolve (2.91s) [2019-12-02T18:39:12.989Z] === RUN TestConfigDaemonLibtrustID [2019-12-02T18:39:13.637Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.17s) [2019-12-02T18:39:13.637Z] === RUN TestRemoveInvalidContainer [2019-12-02T18:39:13.637Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-12-02T18:39:13.637Z] === RUN TestRenameLinkedContainer [2019-12-02T18:39:13.790Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-12-02T18:39:13.790Z] PASS [2019-12-02T18:39:13.790Z] [2019-12-02T18:39:13.790Z] DONE 8 tests in 21.897s [2019-12-02T18:39:13.790Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-12-02T18:39:13.790Z] ++ 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-12-02T18:39:13.790Z] ++ set -e [2019-12-02T18:39:13.790Z] ++ '[' -n 0 ']' [2019-12-02T18:39:13.790Z] ++ set -x [2019-12-02T18:39:13.790Z] ++ 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-12-02T18:39:13.790Z] INFO: Testing against a local daemon [2019-12-02T18:39:13.790Z] === RUN TestCheckpoint [2019-12-02T18:39:13.790Z] --- SKIP: TestCheckpoint (0.00s) [2019-12-02T18:39:13.790Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-02T18:39:13.790Z] === RUN TestContainerInvalidJSON [2019-12-02T18:39:13.790Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:39:13.790Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:39:13.790Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:39:13.790Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:39:13.790Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:39:13.790Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:39:13.790Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:39:13.790Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:39:13.790Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:39:13.790Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-12-02T18:39:13.790Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-12-02T18:39:13.790Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-12-02T18:39:13.790Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-12-02T18:39:13.790Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-12-02T18:39:13.790Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-12-02T18:39:13.790Z] === RUN TestCopyFromContainerPathIsNotDir [2019-12-02T18:39:13.790Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-12-02T18:39:13.790Z] === RUN TestCopyToContainerPathDoesNotExist [2019-12-02T18:39:14.153Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2019-12-02T18:39:14.153Z] === RUN TestCopyToContainerPathIsNotDir [2019-12-02T18:39:14.153Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2019-12-02T18:39:14.153Z] === RUN TestCopyFromContainer [2019-12-02T18:39:15.530Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-12-02T18:39:16.161Z] ? github.com/docker/docker/api [no test files] [2019-12-02T18:39:16.462Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-12-02T18:39:16.653Z] === RUN TestCopyFromContainer// [2019-12-02T18:39:16.653Z] === RUN TestCopyFromContainer//bar/root [2019-12-02T18:39:16.653Z] === RUN TestCopyFromContainer//bar/root/ [2019-12-02T18:39:16.653Z] === RUN TestCopyFromContainer/bar/quux [2019-12-02T18:39:16.653Z] === RUN TestCopyFromContainer/bar/quux/ [2019-12-02T18:39:16.653Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-12-02T18:39:16.653Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-12-02T18:39:17.026Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-12-02T18:39:17.026Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-12-02T18:39:17.026Z] === RUN TestCopyFromContainer/bar/notarget [2019-12-02T18:39:17.028Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer (3.11s) [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-12-02T18:39:17.398Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-12-02T18:39:17.398Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-12-02T18:39:17.398Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:39:17.398Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:39:17.398Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:39:17.398Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:39:17.398Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:39:17.398Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:39:17.398Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:39:17.398Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:39:17.398Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:39:17.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-12-02T18:39:17.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-12-02T18:39:17.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-12-02T18:39:17.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-12-02T18:39:17.398Z] === RUN TestCreateLinkToNonExistingContainer [2019-12-02T18:39:17.398Z] --- PASS: TestCreateLinkToNonExistingContainer (0.09s) [2019-12-02T18:39:17.398Z] === RUN TestCreateWithInvalidEnv [2019-12-02T18:39:17.398Z] === RUN TestCreateWithInvalidEnv/0 [2019-12-02T18:39:17.398Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-12-02T18:39:17.398Z] === RUN TestCreateWithInvalidEnv/1 [2019-12-02T18:39:17.398Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-12-02T18:39:17.398Z] === RUN TestCreateWithInvalidEnv/2 [2019-12-02T18:39:17.398Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-12-02T18:39:17.398Z] === CONT TestCreateWithInvalidEnv/0 [2019-12-02T18:39:17.398Z] === CONT TestCreateWithInvalidEnv/2 [2019-12-02T18:39:17.398Z] === CONT TestCreateWithInvalidEnv/1 [2019-12-02T18:39:17.398Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-12-02T18:39:17.398Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-12-02T18:39:17.398Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-12-02T18:39:17.398Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-12-02T18:39:17.398Z] === RUN TestCreateTmpfsMountsTarget [2019-12-02T18:39:17.398Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-12-02T18:39:17.398Z] === RUN TestCreateWithCustomMaskedPaths [2019-12-02T18:39:17.593Z] --- PASS: TestRenameLinkedContainer (3.91s) [2019-12-02T18:39:17.593Z] === RUN TestRenameStoppedContainer [2019-12-02T18:39:18.525Z] --- PASS: TestRenameStoppedContainer (1.08s) [2019-12-02T18:39:18.525Z] === RUN TestRenameRunningContainerAndReuse [2019-12-02T18:39:19.844Z] --- PASS: TestCreateWithCustomMaskedPaths (2.55s) [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:39:19.845Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:39:19.845Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:39:19.845Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-12-02T18:39:19.845Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:39:19.845Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:39:19.845Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:39:20.226Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:39:20.226Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-12-02T18:39:20.226Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:39:20.226Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:39:20.226Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:39:20.226Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:39:20.226Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities (0.01s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2019-12-02T18:39:20.226Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-12-02T18:39:20.226Z] === RUN TestCreateWithCustomReadonlyPaths [2019-12-02T18:39:20.419Z] --- PASS: TestRenameRunningContainerAndReuse (1.96s) [2019-12-02T18:39:20.419Z] === RUN TestRenameInvalidName [2019-12-02T18:39:21.351Z] --- PASS: TestRenameInvalidName (0.89s) [2019-12-02T18:39:21.351Z] === RUN TestRenameAnonymousContainer [2019-12-02T18:39:22.282Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-12-02T18:39:22.508Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-12-02T18:39:23.519Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.76s) [2019-12-02T18:39:23.519Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-12-02T18:39:23.519Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:39:23.519Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:39:23.519Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:39:23.519Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:39:23.520Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:39:23.520Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:39:23.520Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:39:23.520Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:39:23.520Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:39:23.520Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:39:23.520Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:39:23.520Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:39:23.520Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:39:23.520Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:39:23.520Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:39:23.520Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-12-02T18:39:23.520Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-12-02T18:39:23.520Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-12-02T18:39:23.520Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-12-02T18:39:23.520Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-12-02T18:39:23.520Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-12-02T18:39:23.520Z] === RUN TestContainerStartOnDaemonRestart [2019-12-02T18:39:23.520Z] === PAUSE TestContainerStartOnDaemonRestart [2019-12-02T18:39:23.520Z] === RUN TestDaemonRestartIpcMode [2019-12-02T18:39:23.520Z] === PAUSE TestDaemonRestartIpcMode [2019-12-02T18:39:23.520Z] === RUN TestDiff [2019-12-02T18:39:23.890Z] --- PASS: TestDiff (0.92s) [2019-12-02T18:39:23.890Z] === RUN TestExecWithCloseStdin [2019-12-02T18:39:25.148Z] --- PASS: TestExecWithCloseStdin (1.06s) [2019-12-02T18:39:25.148Z] === RUN TestExec [2019-12-02T18:39:25.573Z] === RUN TestDockerSuite/TestBuildBlankName [2019-12-02T18:39:25.573Z] --- PASS: TestRenameAnonymousContainer (3.76s) [2019-12-02T18:39:25.573Z] === RUN TestRenameContainerWithSameName [2019-12-02T18:39:25.573Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-12-02T18:39:25.840Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-12-02T18:39:25.948Z] --- PASS: TestExec (1.06s) [2019-12-02T18:39:25.948Z] === RUN TestExecUser [2019-12-02T18:39:26.097Z] --- PASS: TestRenameContainerWithSameName (0.90s) [2019-12-02T18:39:26.097Z] === RUN TestRenameContainerWithLinkedContainer [2019-12-02T18:39:27.199Z] --- PASS: TestExecUser (1.06s) [2019-12-02T18:39:27.199Z] === RUN TestExportContainerAndImportImage [2019-12-02T18:39:27.995Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-12-02T18:39:28.252Z] --- PASS: TestRenameContainerWithLinkedContainer (2.13s) [2019-12-02T18:39:28.252Z] === RUN TestResize [2019-12-02T18:39:28.469Z] --- PASS: TestExportContainerAndImportImage (1.15s) [2019-12-02T18:39:28.469Z] === RUN TestExportContainerAfterDaemonRestart [2019-12-02T18:39:29.187Z] --- PASS: TestResize (0.94s) [2019-12-02T18:39:29.187Z] === RUN TestResizeWithInvalidSize [2019-12-02T18:39:29.766Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2019-12-02T18:39:29.766Z] === RUN TestHealthCheckWorkdir [2019-12-02T18:39:30.119Z] --- PASS: TestResizeWithInvalidSize (1.02s) [2019-12-02T18:39:30.119Z] === RUN TestResizeWhenContainerNotStarted [2019-12-02T18:39:30.682Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-12-02T18:39:31.149Z] --- PASS: TestHealthCheckWorkdir (1.25s) [2019-12-02T18:39:31.149Z] === RUN TestHealthKillContainer [2019-12-02T18:39:31.247Z] --- PASS: TestResizeWhenContainerNotStarted (1.00s) [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:39:31.247Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:39:31.247Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:39:31.247Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:39:31.247Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:39:31.811Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-12-02T18:39:32.069Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-12-02T18:39:33.967Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:39:33.967Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-12-02T18:39:34.180Z] e96b0897c5d1: Pull complete [2019-12-02T18:39:34.180Z] Digest: sha256:e75260361cbd398788c195a159c2c56e3ef4ee011ecd9bd57bdac73ff1a43e33 [2019-12-02T18:39:34.180Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:39:34.180Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-12-02T18:39:34.180Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-12-02T18:39:34.180Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.864' [2019-12-02T18:39:34.180Z] WARN: Skipping validation tests [2019-12-02T18:39:34.180Z] INFO: Running unit tests at 12/02/2019 18:39:21... [2019-12-02T18:39:34.180Z] INFO: make.ps1 starting at 12/02/2019 18:39:25 [2019-12-02T18:39:34.180Z] INFO: Git commit (e6d514dba) assumed from DOCKER_GITCOMMIT environment variable [2019-12-02T18:39:34.180Z] INFO: Invoking autogen... [2019-12-02T18:39:34.180Z] INFO: Running unit tests... [2019-12-02T18:39:34.286Z] --- PASS: TestHealthKillContainer (3.14s) [2019-12-02T18:39:34.286Z] === RUN TestInspectCpusetInConfigPre120 [2019-12-02T18:39:35.078Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s) [2019-12-02T18:39:35.078Z] === RUN TestIpcModeNone [2019-12-02T18:39:35.339Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:39:35.339Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-12-02T18:39:35.596Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:39:36.412Z] --- PASS: TestIpcModeNone (1.07s) [2019-12-02T18:39:36.412Z] === RUN TestIpcModePrivate [2019-12-02T18:39:36.967Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-12-02T18:39:36.967Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:39:37.472Z] --- PASS: TestIpcModePrivate (1.07s) [2019-12-02T18:39:37.472Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:64, shared: false, mustBeShared: false [2019-12-02T18:39:37.472Z] === RUN TestIpcModeShareable [2019-12-02T18:39:37.533Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:39:38.102Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-12-02T18:39:38.266Z] --- PASS: TestIpcModeShareable (1.12s) [2019-12-02T18:39:38.266Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:58, shared: true, mustBeShared: true [2019-12-02T18:39:38.266Z] === RUN TestAPIIpcModeShareableAndContainer [2019-12-02T18:39:38.667Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:39:39.401Z] ok github.com/docker/docker/api/server 0.011s coverage: 9.0% of statements [2019-12-02T18:39:40.039Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:39:41.411Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-12-02T18:39:41.411Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:39:41.427Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.96s) [2019-12-02T18:39:41.427Z] === RUN TestAPIIpcModeHost [2019-12-02T18:39:42.195Z] --- PASS: TestAPIIpcModeHost (0.77s) [2019-12-02T18:39:42.195Z] === RUN TestDaemonIpcModeShareable [2019-12-02T18:39:43.309Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-12-02T18:39:43.328Z] ......... [ 85%] [2019-12-02T18:39:44.089Z] --- PASS: TestDaemonIpcModeShareable (1.86s) [2019-12-02T18:39:44.089Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-12-02T18:39:44.089Z] === RUN TestDaemonIpcModePrivate [2019-12-02T18:39:44.241Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:39:45.173Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:39:46.053Z] --- PASS: TestDaemonIpcModePrivate (1.86s) [2019-12-02T18:39:46.053Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-12-02T18:39:46.053Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-12-02T18:39:47.700Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-12-02T18:39:47.862Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.71s) [2019-12-02T18:39:47.862Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:72, shared: false, mustBeShared: false [2019-12-02T18:39:47.862Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.79s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.96s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.82s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.88s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.68s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.69s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.79s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.09s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.85s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.67s) [2019-12-02T18:39:47.959Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.73s) [2019-12-02T18:39:47.959Z] === RUN TestCgroupNamespacesRun [2019-12-02T18:39:48.892Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-12-02T18:39:49.026Z] ? github.com/docker/docker/api [no test files] [2019-12-02T18:39:49.054Z] tests/integration/models_images_test.py ............... [ 89%] [2019-12-02T18:39:49.653Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2019-12-02T18:39:49.653Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:66, shared: true, mustBeShared: true [2019-12-02T18:39:49.653Z] === RUN TestIpcModeOlderClient [2019-12-02T18:39:49.653Z] === PAUSE TestIpcModeOlderClient [2019-12-02T18:39:49.653Z] === RUN TestKillContainerInvalidSignal [2019-12-02T18:39:50.263Z] --- PASS: TestCgroupNamespacesRun (2.01s) [2019-12-02T18:39:50.263Z] === RUN TestCgroupNamespacesRunPrivileged [2019-12-02T18:39:50.429Z] --- PASS: TestKillContainerInvalidSignal (0.85s) [2019-12-02T18:39:50.429Z] === RUN TestKillContainer [2019-12-02T18:39:50.429Z] === RUN TestKillContainer/no_signal [2019-12-02T18:39:50.682Z] tests/integration/models_networks_test.py .... [ 90%] [2019-12-02T18:39:51.590Z] === RUN TestKillContainer/non_killing_signal [2019-12-02T18:39:51.963Z] === RUN TestKillContainer/killing_signal [2019-12-02T18:39:52.173Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.08s) [2019-12-02T18:39:52.173Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-12-02T18:39:52.173Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-12-02T18:39:53.229Z] --- PASS: TestKillContainer (2.83s) [2019-12-02T18:39:53.229Z] --- PASS: TestKillContainer/no_signal (1.03s) [2019-12-02T18:39:53.229Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2019-12-02T18:39:53.229Z] --- PASS: TestKillContainer/killing_signal (0.84s) [2019-12-02T18:39:53.229Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-12-02T18:39:53.229Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-12-02T18:39:54.031Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-12-02T18:39:54.069Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-12-02T18:39:54.326Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.24s) [2019-12-02T18:39:54.326Z] === RUN TestCgroupNamespacesRunHostMode [2019-12-02T18:39:54.823Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.79s) [2019-12-02T18:39:54.823Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.91s) [2019-12-02T18:39:54.823Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2019-12-02T18:39:54.823Z] === RUN TestKillStoppedContainer [2019-12-02T18:39:54.823Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-12-02T18:39:54.823Z] === RUN TestKillStoppedContainerAPIPre120 [2019-12-02T18:39:55.182Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-12-02T18:39:55.182Z] === RUN TestKillDifferentUserContainer [2019-12-02T18:39:55.956Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2019-12-02T18:39:55.956Z] === RUN TestInspectOomKilledTrue [2019-12-02T18:39:55.956Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-12-02T18:39:55.956Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:39:55.956Z] === RUN TestInspectOomKilledFalse [2019-12-02T18:39:55.956Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-12-02T18:39:55.956Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:39:55.956Z] === RUN TestLinksEtcHostsContentMatch [2019-12-02T18:39:56.226Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2019-12-02T18:39:56.226Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-12-02T18:39:56.483Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-12-02T18:39:56.731Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2019-12-02T18:39:56.731Z] === RUN TestLinksContainerNames [2019-12-02T18:39:57.231Z] tests/integration/models_nodes_test.py . [ 91%] [2019-12-02T18:39:57.795Z] tests/integration/models_resources_test.py . [ 91%] [2019-12-02T18:39:58.031Z] --- PASS: TestLinksContainerNames (1.59s) [2019-12-02T18:39:58.031Z] === RUN TestLogsFollowTailEmpty [2019-12-02T18:39:58.381Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.07s) [2019-12-02T18:39:58.381Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-12-02T18:39:59.288Z] --- PASS: TestLogsFollowTailEmpty (0.89s) [2019-12-02T18:39:59.288Z] === RUN TestContainerNetworkMountsNoChown [2019-12-02T18:39:59.314Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2019-12-02T18:39:59.314Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-12-02T18:39:59.881Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-12-02T18:39:59.881Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-12-02T18:39:59.881Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-12-02T18:39:59.881Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2019-12-02T18:40:00.071Z] --- PASS: TestContainerNetworkMountsNoChown (0.89s) [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/default [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/default [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/private [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/private [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rprivate [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rprivate [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/slave [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/slave [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rslave [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rslave [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/shared [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/shared [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rshared [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rshared [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/default [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/default/bind_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/default/mount_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/default/bind_root [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/rshared [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/shared [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/rslave [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/slave [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/rprivate [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/private [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/private/bind_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/private/mount_root [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-12-02T18:40:00.071Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:40:00.071Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/default/mount_root [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-12-02T18:40:00.071Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:40:00.139Z] === RUN TestCgroupNamespacesRunOlderClient [2019-12-02T18:40:00.464Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:40:00.464Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-12-02T18:40:00.464Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:40:00.464Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/private/bind_root [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:40:00.465Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:40:00.847Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:40:00.847Z] === CONT TestMountDaemonRoot/private/mount_root [2019-12-02T18:40:00.847Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot (0.01s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-12-02T18:40:00.847Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-12-02T18:40:00.847Z] === RUN TestContainerBindMountNonRecursive [2019-12-02T18:40:02.035Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.00s) [2019-12-02T18:40:02.036Z] === RUN TestKernelTCPMemory [2019-12-02T18:40:02.036Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-12-02T18:40:02.657Z] --- PASS: TestContainerBindMountNonRecursive (2.06s) [2019-12-02T18:40:02.657Z] === RUN TestNetworkNat [2019-12-02T18:40:02.968Z] --- PASS: TestKernelTCPMemory (1.08s) [2019-12-02T18:40:02.968Z] === RUN TestNISDomainname [2019-12-02T18:40:03.902Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-12-02T18:40:04.000Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-12-02T18:40:04.031Z] --- PASS: TestNetworkNat (0.92s) [2019-12-02T18:40:04.031Z] === RUN TestNetworkLocalhostTCPNat [2019-12-02T18:40:04.443Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) [2019-12-02T18:40:04.443Z] === RUN TestNetworkLoopbackNat [2019-12-02T18:40:04.833Z] --- PASS: TestNISDomainname (1.74s) [2019-12-02T18:40:04.833Z] === RUN TestHostnameDnsResolution [2019-12-02T18:40:05.706Z] --- PASS: TestNetworkLoopbackNat (1.24s) [2019-12-02T18:40:05.706Z] === RUN TestPause [2019-12-02T18:40:06.730Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-12-02T18:40:06.838Z] ok github.com/docker/docker/api/server 0.152s coverage: 9.0% of statements [2019-12-02T18:40:06.971Z] --- PASS: TestPause (0.98s) [2019-12-02T18:40:06.971Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-12-02T18:40:06.971Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-02T18:40:06.971Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-02T18:40:06.971Z] === RUN TestPauseStopPausedContainer [2019-12-02T18:40:06.988Z] --- PASS: TestHostnameDnsResolution (2.09s) [2019-12-02T18:40:06.988Z] === RUN TestStats [2019-12-02T18:40:07.762Z] --- PASS: TestPauseStopPausedContainer (0.96s) [2019-12-02T18:40:07.762Z] === RUN TestPsFilter [2019-12-02T18:40:08.132Z] --- PASS: TestPsFilter (0.22s) [2019-12-02T18:40:08.132Z] === RUN TestRemoveContainerWithRemovedVolume [2019-12-02T18:40:08.421Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-12-02T18:40:08.421Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-12-02T18:40:08.925Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2019-12-02T18:40:08.925Z] === RUN TestRemoveContainerWithVolume [2019-12-02T18:40:09.794Z] --- PASS: TestRemoveContainerWithVolume (0.93s) [2019-12-02T18:40:09.794Z] === RUN TestRemoveContainerRunning [2019-12-02T18:40:10.265Z] --- PASS: TestStats (2.89s) [2019-12-02T18:40:10.265Z] === RUN TestStopContainerWithTimeout [2019-12-02T18:40:10.265Z] === RUN TestStopContainerWithTimeout/0 [2019-12-02T18:40:10.265Z] === PAUSE TestStopContainerWithTimeout/0 [2019-12-02T18:40:10.265Z] === RUN TestStopContainerWithTimeout/1 [2019-12-02T18:40:10.265Z] === PAUSE TestStopContainerWithTimeout/1 [2019-12-02T18:40:10.265Z] === RUN TestStopContainerWithTimeout/3 [2019-12-02T18:40:10.265Z] === PAUSE TestStopContainerWithTimeout/3 [2019-12-02T18:40:10.265Z] === RUN TestStopContainerWithTimeout/-1 [2019-12-02T18:40:10.265Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-12-02T18:40:10.265Z] === CONT TestStopContainerWithTimeout/0 [2019-12-02T18:40:10.265Z] === CONT TestStopContainerWithTimeout/3 [2019-12-02T18:40:10.265Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-12-02T18:40:10.265Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-12-02T18:40:10.752Z] --- PASS: TestRemoveContainerRunning (0.99s) [2019-12-02T18:40:10.752Z] === RUN TestRemoveContainerForceRemoveRunning [2019-12-02T18:40:10.830Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-12-02T18:40:11.087Z] === CONT TestStopContainerWithTimeout/-1 [2019-12-02T18:40:11.534Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.94s) [2019-12-02T18:40:11.534Z] === RUN TestRemoveInvalidContainer [2019-12-02T18:40:11.534Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-12-02T18:40:11.534Z] === RUN TestRenameLinkedContainer [2019-12-02T18:40:13.455Z] tests/integration/regression_test.py ...... [ 98%] [2019-12-02T18:40:13.612Z] === CONT TestStopContainerWithTimeout/1 [2019-12-02T18:40:13.612Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-12-02T18:40:13.869Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-12-02T18:40:13.971Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-12-02T18:40:13.971Z] tests/integration/credentials/utils_test.py . [100%] [2019-12-02T18:40:13.971Z] [2019-12-02T18:40:13.971Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-12-02T18:40:13.971Z] =========================== short test summary info ============================ [2019-12-02T18:40:13.971Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-12-02T18:40:13.971Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-12-02T18:40:13.971Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-12-02T18:40:13.971Z] Not supported on most drivers [2019-12-02T18:40:13.971Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-12-02T18:40:13.971Z] This doesn't seem to be taken into account by the engine [2019-12-02T18:40:13.971Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-12-02T18:40:13.971Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-12-02T18:40:13.971Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-12-02T18:40:13.971Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-12-02T18:40:13.971Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-12-02T18:40:13.971Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-12-02T18:40:13.971Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-12-02T18:40:13.971Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 386.77 seconds == [2019-12-02T18:40:14.229Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-12-02T18:40:15.241Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-12-02T18:40:15.241Z] --- PASS: TestStopContainerWithTimeout/0 (1.32s) [2019-12-02T18:40:15.241Z] --- PASS: TestStopContainerWithTimeout/3 (3.33s) [2019-12-02T18:40:15.241Z] --- PASS: TestStopContainerWithTimeout/-1 (2.89s) [2019-12-02T18:40:15.241Z] --- PASS: TestStopContainerWithTimeout/1 (2.04s) [2019-12-02T18:40:15.241Z] === RUN TestDeleteDevicemapper [2019-12-02T18:40:15.241Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-12-02T18:40:15.241Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-02T18:40:15.241Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-12-02T18:40:15.558Z] --- PASS: TestRenameLinkedContainer (3.43s) [2019-12-02T18:40:15.558Z] === RUN TestRenameStoppedContainer [2019-12-02T18:40:15.929Z] --- PASS: TestRenameStoppedContainer (0.92s) [2019-12-02T18:40:15.929Z] === RUN TestRenameRunningContainerAndReuse [2019-12-02T18:40:16.173Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-12-02T18:40:17.548Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-12-02T18:40:17.805Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.61s) [2019-12-02T18:40:17.805Z] === RUN TestUpdateMemory [2019-12-02T18:40:17.805Z] --- SKIP: TestUpdateMemory (0.00s) [2019-12-02T18:40:17.805Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:40:17.805Z] === RUN TestUpdateCPUQuota [2019-12-02T18:40:17.808Z] --- PASS: TestRenameRunningContainerAndReuse (1.85s) [2019-12-02T18:40:17.808Z] === RUN TestRenameInvalidName [2019-12-02T18:40:18.654Z] --- PASS: TestRenameInvalidName (0.96s) [2019-12-02T18:40:18.654Z] === RUN TestRenameAnonymousContainer [2019-12-02T18:40:19.719Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-12-02T18:40:19.988Z] --- PASS: TestUpdateCPUQuota (2.20s) [2019-12-02T18:40:19.988Z] === RUN TestUpdatePidsLimit [2019-12-02T18:40:19.988Z] === RUN TestUpdatePidsLimit/update_from_none [2019-12-02T18:40:20.552Z] === RUN TestUpdatePidsLimit/no_change [2019-12-02T18:40:21.118Z] === RUN TestUpdatePidsLimit/update_lower [2019-12-02T18:40:21.683Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-12-02T18:40:21.856Z] --- PASS: TestRenameAnonymousContainer (2.98s) [2019-12-02T18:40:21.856Z] === RUN TestRenameContainerWithSameName [2019-12-02T18:40:21.941Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-12-02T18:40:22.638Z] --- PASS: TestRenameContainerWithSameName (0.89s) [2019-12-02T18:40:22.638Z] === RUN TestRenameContainerWithLinkedContainer [2019-12-02T18:40:22.872Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-12-02T18:40:23.129Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-12-02T18:40:23.129Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-12-02T18:40:24.436Z] --- PASS: TestRenameContainerWithLinkedContainer (1.82s) [2019-12-02T18:40:24.436Z] === RUN TestResize [2019-12-02T18:40:24.501Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-12-02T18:40:25.068Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-12-02T18:40:25.633Z] --- PASS: TestUpdatePidsLimit (5.48s) [2019-12-02T18:40:25.633Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.46s) [2019-12-02T18:40:25.633Z] --- PASS: TestUpdatePidsLimit/no_change (0.50s) [2019-12-02T18:40:25.633Z] --- PASS: TestUpdatePidsLimit/update_lower (0.56s) [2019-12-02T18:40:25.633Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.52s) [2019-12-02T18:40:25.633Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.64s) [2019-12-02T18:40:25.633Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.55s) [2019-12-02T18:40:25.633Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.54s) [2019-12-02T18:40:25.633Z] === RUN TestUpdateRestartPolicy [2019-12-02T18:40:25.773Z] --- PASS: TestResize (1.04s) [2019-12-02T18:40:25.773Z] === RUN TestResizeWithInvalidSize [2019-12-02T18:40:26.414Z] Clearing AppArmor profiles cache:. [2019-12-02T18:40:26.414Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-02T18:40:26.414Z] Unloading profiles will leave already running processes permanently [2019-12-02T18:40:26.414Z] unconfined, which can lead to unexpected situations. [2019-12-02T18:40:26.414Z] [2019-12-02T18:40:26.414Z] To set a process to complain mode, use the command line tool [2019-12-02T18:40:26.414Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-02T18:40:26.414Z] with the 'teardown' option." [2019-12-02T18:40:26.414Z] [2019-12-02T18:40:26.558Z] --- PASS: TestResizeWithInvalidSize (0.96s) [2019-12-02T18:40:26.558Z] === RUN TestResizeWhenContainerNotStarted Post stage [Pipeline] junit [2019-12-02T18:40:26.991Z] Recording test results [2019-12-02T18:40:27.005Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-12-02T18:40:27.358Z] --- PASS: TestResizeWhenContainerNotStarted (0.88s) [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:40:27.358Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:40:27.358Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:40:27.358Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:40:27.358Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [Pipeline] sh [2019-12-02T18:40:27.570Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-12-02T18:40:27.669Z] + echo Ensuring container killed. [2019-12-02T18:40:27.669Z] Ensuring container killed. [2019-12-02T18:40:27.669Z] + docker rm -vf docker-pr5 [2019-12-02T18:40:27.669Z] Error: No such container: docker-pr5 [2019-12-02T18:40:27.669Z] + true [Pipeline] sh [2019-12-02T18:40:27.952Z] + echo Chowning /workspace to jenkins user [2019-12-02T18:40:27.952Z] Chowning /workspace to jenkins user [2019-12-02T18:40:27.952Z] + id -u [2019-12-02T18:40:27.952Z] + id -g [2019-12-02T18:40:27.952Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40180:/workspace busybox chown -R 1000:1000 /workspace [2019-12-02T18:40:28.501Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-12-02T18:40:28.501Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-12-02T18:40:29.166Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-02T18:40:30.154Z] + bundleName=docker-py [2019-12-02T18:40:30.154Z] + echo Creating docker-py-bundles.tar.gz [2019-12-02T18:40:30.154Z] Creating docker-py-bundles.tar.gz [2019-12-02T18:40:30.154Z] + 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-12-02T18:40:30.165Z] Archiving artifacts [2019-12-02T18:40:30.744Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40180/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-12-02T18:40:31.005Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:40:31.092Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/make.sh binary-daemon [2019-12-02T18:40:31.656Z] [2019-12-02T18:40:31.656Z] Removing bundles/ [2019-12-02T18:40:31.656Z] [2019-12-02T18:40:31.914Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-12-02T18:40:31.914Z] Building: bundles/binary-daemon/dockerd-dev [2019-12-02T18:40:31.914Z] GOOS="" GOARCH="" GOARM="" [2019-12-02T18:40:32.093Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:40:32.915Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:40:33.757Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-12-02T18:40:34.689Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-12-02T18:40:34.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:40:35.121Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:40:36.585Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-12-02T18:40:36.585Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-12-02T18:40:36.974Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:40:36.974Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:40:37.519Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-12-02T18:40:38.354Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:40:38.354Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:40:38.450Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-12-02T18:40:39.820Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-12-02T18:40:40.077Z] --- PASS: TestUpdateRestartPolicy (14.56s) [2019-12-02T18:40:40.077Z] === RUN TestUpdateRestartWithAutoRemove [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.85s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.27s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.98s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.22s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.42s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.25s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.52s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.37s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.46s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.56s) [2019-12-02T18:40:40.871Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.26s) [2019-12-02T18:40:40.871Z] === RUN TestCgroupNamespacesRun [2019-12-02T18:40:41.447Z] --- PASS: TestUpdateRestartWithAutoRemove (1.21s) [2019-12-02T18:40:41.448Z] === RUN TestWaitNonBlocked [2019-12-02T18:40:41.448Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:40:41.448Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:40:41.448Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:40:41.448Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:40:41.448Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:40:41.448Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:40:42.380Z] --- PASS: TestWaitNonBlocked (0.04s) [2019-12-02T18:40:42.380Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.96s) [2019-12-02T18:40:42.380Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.14s) [2019-12-02T18:40:42.380Z] === RUN TestWaitBlocked [2019-12-02T18:40:42.380Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:40:42.380Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:40:42.380Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:40:42.380Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:40:42.380Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:40:42.380Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:40:42.686Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2019-12-02T18:40:42.686Z] === RUN TestCgroupNamespacesRunPrivileged [2019-12-02T18:40:43.751Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-12-02T18:40:43.751Z] --- PASS: TestWaitBlocked (0.02s) [2019-12-02T18:40:43.751Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.11s) [2019-12-02T18:40:43.751Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.38s) [2019-12-02T18:40:43.751Z] === CONT TestContainerStartOnDaemonRestart [2019-12-02T18:40:43.751Z] === CONT TestIpcModeOlderClient [2019-12-02T18:40:44.009Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-12-02T18:40:44.009Z] === CONT TestDaemonRestartIpcMode [2019-12-02T18:40:44.490Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) [2019-12-02T18:40:44.490Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-12-02T18:40:45.905Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-12-02T18:40:45.905Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-12-02T18:40:45.938Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s) [2019-12-02T18:40:45.938Z] === RUN TestCgroupNamespacesRunHostMode [2019-12-02T18:40:47.767Z] --- PASS: TestCgroupNamespacesRunHostMode (1.76s) [2019-12-02T18:40:47.767Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-12-02T18:40:47.815Z] --- PASS: TestContainerStartOnDaemonRestart (4.02s) [2019-12-02T18:40:48.073Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-12-02T18:40:48.638Z] --- PASS: TestDaemonRestartIpcMode (4.52s) [2019-12-02T18:40:48.638Z] PASS [2019-12-02T18:40:48.638Z] [2019-12-02T18:40:48.638Z] === Skipped [2019-12-02T18:40:48.638Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-12-02T18:40:48.638Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-02T18:40:48.638Z] [2019-12-02T18:40:48.638Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-12-02T18:40:48.638Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:40:48.638Z] [2019-12-02T18:40:48.638Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-12-02T18:40:48.638Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:40:48.638Z] [2019-12-02T18:40:48.638Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-02T18:40:48.638Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-02T18:40:48.638Z] [2019-12-02T18:40:48.638Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-12-02T18:40:48.638Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-02T18:40:48.638Z] [2019-12-02T18:40:48.638Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-12-02T18:40:48.638Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:40:48.638Z] [2019-12-02T18:40:48.638Z] [2019-12-02T18:40:48.638Z] DONE 197 tests, 6 skipped in 160.791s [2019-12-02T18:40:48.638Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-12-02T18:40:48.638Z] ++ 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-12-02T18:40:48.638Z] ++ set -e [2019-12-02T18:40:48.638Z] ++ '[' -n 0 ']' [2019-12-02T18:40:48.638Z] ++ set -x [2019-12-02T18:40:48.639Z] ++ 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-12-02T18:40:48.639Z] INFO: Testing against a local daemon [2019-12-02T18:40:48.639Z] === RUN TestCommitInheritsEnv [2019-12-02T18:40:48.897Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-12-02T18:40:49.154Z] --- PASS: TestCommitInheritsEnv (0.47s) [2019-12-02T18:40:49.154Z] === RUN TestImportExtremelyLargeImageWorks [2019-12-02T18:40:49.154Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-12-02T18:40:49.154Z] === RUN TestImagesFilterMultiReference [2019-12-02T18:40:49.154Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-12-02T18:40:49.411Z] === RUN TestImagePullPlatformInvalid [2019-12-02T18:40:49.411Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-12-02T18:40:49.411Z] --- PASS: TestImagePullPlatformInvalid (0.13s) [2019-12-02T18:40:49.411Z] === RUN TestRemoveImageOrphaning [2019-12-02T18:40:49.607Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.93s) [2019-12-02T18:40:49.607Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-12-02T18:40:49.668Z] === RUN TestDockerSuite/TestBuildCmd [2019-12-02T18:40:50.233Z] --- PASS: TestRemoveImageOrphaning (0.69s) [2019-12-02T18:40:50.233Z] === RUN TestRemoveImageGarbageCollector [2019-12-02T18:40:50.233Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-12-02T18:40:50.409Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.87s) [2019-12-02T18:40:50.409Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-12-02T18:40:50.490Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-12-02T18:40:51.216Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2019-12-02T18:40:51.216Z] === RUN TestCgroupNamespacesRunOlderClient [2019-12-02T18:40:51.421Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-12-02T18:40:51.421Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-12-02T18:40:53.254Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s) [2019-12-02T18:40:53.254Z] === RUN TestKernelTCPMemory [2019-12-02T18:40:53.446Z] --- PASS: TestRemoveImageGarbageCollector (2.96s) [2019-12-02T18:40:53.446Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-12-02T18:40:53.446Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-12-02T18:40:53.446Z] === RUN TestTagInvalidReference [2019-12-02T18:40:53.446Z] --- PASS: TestTagInvalidReference (0.03s) [2019-12-02T18:40:53.446Z] === RUN TestTagValidPrefixedRepo [2019-12-02T18:40:53.446Z] --- PASS: TestTagValidPrefixedRepo (0.13s) [2019-12-02T18:40:53.446Z] === RUN TestTagExistedNameWithoutForce [2019-12-02T18:40:53.446Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-12-02T18:40:53.446Z] === RUN TestTagOfficialNames [2019-12-02T18:40:53.446Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-12-02T18:40:53.446Z] --- PASS: TestTagOfficialNames (0.06s) [2019-12-02T18:40:53.446Z] === RUN TestTagMatchesDigest [2019-12-02T18:40:53.446Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-12-02T18:40:53.446Z] === CONT TestImportExtremelyLargeImageWorks [2019-12-02T18:40:54.509Z] --- PASS: TestKernelTCPMemory (1.09s) [2019-12-02T18:40:54.509Z] === RUN TestNISDomainname [2019-12-02T18:40:55.297Z] --- PASS: TestNISDomainname (1.17s) [2019-12-02T18:40:55.297Z] === RUN TestHostnameDnsResolution [2019-12-02T18:40:55.972Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-12-02T18:40:56.564Z] --- PASS: TestHostnameDnsResolution (1.23s) [2019-12-02T18:40:56.564Z] === RUN TestStats [2019-12-02T18:40:57.345Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-12-02T18:40:57.602Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-12-02T18:40:58.169Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-12-02T18:40:59.796Z] --- PASS: TestStats (2.66s) [2019-12-02T18:40:59.796Z] === RUN TestStopContainerWithTimeout [2019-12-02T18:40:59.796Z] === RUN TestStopContainerWithTimeout/0 [2019-12-02T18:40:59.796Z] === PAUSE TestStopContainerWithTimeout/0 [2019-12-02T18:40:59.796Z] === RUN TestStopContainerWithTimeout/1 [2019-12-02T18:40:59.796Z] === PAUSE TestStopContainerWithTimeout/1 [2019-12-02T18:40:59.796Z] === RUN TestStopContainerWithTimeout/3 [2019-12-02T18:40:59.796Z] === PAUSE TestStopContainerWithTimeout/3 [2019-12-02T18:40:59.796Z] === RUN TestStopContainerWithTimeout/-1 [2019-12-02T18:40:59.796Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-12-02T18:40:59.796Z] === CONT TestStopContainerWithTimeout/0 [2019-12-02T18:40:59.796Z] === CONT TestStopContainerWithTimeout/3 [2019-12-02T18:41:00.596Z] === CONT TestStopContainerWithTimeout/-1 [2019-12-02T18:41:01.445Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-12-02T18:41:02.396Z] === CONT TestStopContainerWithTimeout/1 [2019-12-02T18:41:02.816Z] === RUN TestDockerSuite/TestBuildContChar [2019-12-02T18:41:03.380Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-12-02T18:41:04.189Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-12-02T18:41:04.189Z] --- PASS: TestStopContainerWithTimeout/0 (1.08s) [2019-12-02T18:41:04.189Z] --- PASS: TestStopContainerWithTimeout/3 (3.09s) [2019-12-02T18:41:04.189Z] --- PASS: TestStopContainerWithTimeout/-1 (2.90s) [2019-12-02T18:41:04.189Z] --- PASS: TestStopContainerWithTimeout/1 (1.92s) [2019-12-02T18:41:04.189Z] === RUN TestDeleteDevicemapper [2019-12-02T18:41:04.189Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-12-02T18:41:04.189Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-02T18:41:04.189Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-12-02T18:41:04.750Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-12-02T18:41:05.008Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-12-02T18:41:05.939Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-12-02T18:41:07.312Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-12-02T18:41:07.365Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-12-02T18:41:07.365Z] ok github.com/docker/docker/api/server/httputils 0.128s coverage: 14.7% of statements [2019-12-02T18:41:07.827Z] ok github.com/docker/docker/api/server/middleware 0.199s coverage: 37.7% of statements [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router [no test files] [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-12-02T18:41:07.827Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-12-02T18:41:08.489Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.60s) [2019-12-02T18:41:08.489Z] === RUN TestUpdateMemory [2019-12-02T18:41:08.489Z] --- SKIP: TestUpdateMemory (0.00s) [2019-12-02T18:41:08.489Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:41:08.489Z] === RUN TestUpdateCPUQuota [2019-12-02T18:41:08.684Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-12-02T18:41:09.249Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-12-02T18:41:09.508Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-12-02T18:41:09.764Z] --- PASS: TestUpdateCPUQuota (1.86s) [2019-12-02T18:41:09.764Z] === RUN TestUpdatePidsLimit [2019-12-02T18:41:09.764Z] === RUN TestUpdatePidsLimit/update_from_none [2019-12-02T18:41:10.018Z] ok github.com/docker/docker/api/server/router/swarm 0.123s coverage: 4.0% of statements [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/container [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/events [no test files] [2019-12-02T18:41:10.018Z] ok github.com/docker/docker/api/types/filters 0.140s coverage: 92.2% of statements [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/image [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/network [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-12-02T18:41:10.018Z] ok github.com/docker/docker/api/types/strslice 0.053s coverage: 90.0% of statements [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-12-02T18:41:10.018Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-12-02T18:41:10.072Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-12-02T18:41:10.141Z] === RUN TestUpdatePidsLimit/no_change [2019-12-02T18:41:10.330Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-12-02T18:41:10.481Z] ok github.com/docker/docker/api/types/time 0.518s coverage: 100.0% of statements [2019-12-02T18:41:10.481Z] ok github.com/docker/docker/api/types/versions 0.072s coverage: 75.0% of statements [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/builder [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-12-02T18:41:10.481Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-12-02T18:41:10.587Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-12-02T18:41:10.844Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-12-02T18:41:10.936Z] === RUN TestUpdatePidsLimit/update_lower [2019-12-02T18:41:11.306Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-12-02T18:41:11.675Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-12-02T18:41:12.037Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-12-02T18:41:12.403Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-12-02T18:41:14.127Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-12-02T18:41:14.359Z] --- PASS: TestUpdatePidsLimit (4.45s) [2019-12-02T18:41:14.359Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.50s) [2019-12-02T18:41:14.359Z] --- PASS: TestUpdatePidsLimit/no_change (0.44s) [2019-12-02T18:41:14.359Z] --- PASS: TestUpdatePidsLimit/update_lower (0.47s) [2019-12-02T18:41:14.359Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) [2019-12-02T18:41:14.359Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.45s) [2019-12-02T18:41:14.359Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) [2019-12-02T18:41:14.359Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.47s) [2019-12-02T18:41:14.359Z] === RUN TestUpdateRestartPolicy [2019-12-02T18:41:16.669Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-12-02T18:41:17.580Z] ok github.com/docker/docker/builder/dockerfile 0.745s coverage: 46.3% of statements [2019-12-02T18:41:17.580Z] ok github.com/docker/docker/builder/dockerignore 0.072s coverage: 96.8% of statements [2019-12-02T18:41:17.580Z] ok github.com/docker/docker/builder/remotecontext 0.822s coverage: 9.2% of statements [2019-12-02T18:41:17.821Z] ok github.com/docker/docker/api/server/httputils 0.016s coverage: 14.7% of statements [2019-12-02T18:41:17.821Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-12-02T18:41:17.821Z] ok github.com/docker/docker/api/server/middleware 0.060s coverage: 37.7% of statements [2019-12-02T18:41:17.821Z] ? github.com/docker/docker/api/server/router [no test files] [2019-12-02T18:41:17.821Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-12-02T18:41:17.821Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-12-02T18:41:17.821Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-12-02T18:41:17.821Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-12-02T18:41:17.821Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-12-02T18:41:17.821Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-12-02T18:41:17.821Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-12-02T18:41:17.821Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-12-02T18:41:20.169Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-12-02T18:41:20.169Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-12-02T18:41:20.169Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements [2019-12-02T18:41:21.522Z] ok github.com/docker/docker/api/types/filters 0.084s coverage: 92.2% of statements [2019-12-02T18:41:21.862Z] ok github.com/docker/docker/api/server/router/swarm 0.009s coverage: 4.0% of statements [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/container [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/events [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/image [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/network [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-12-02T18:41:21.862Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-12-02T18:41:21.929Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-12-02T18:41:22.186Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-12-02T18:41:22.202Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2019-12-02T18:41:22.202Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/builder [no test files] [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-12-02T18:41:22.202Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-12-02T18:41:23.386Z] ok github.com/docker/docker/builder/dockerignore 0.024s coverage: 96.8% of statements [2019-12-02T18:41:27.908Z] --- PASS: TestUpdateRestartPolicy (12.84s) [2019-12-02T18:41:27.908Z] === RUN TestUpdateRestartWithAutoRemove [2019-12-02T18:41:28.270Z] ok github.com/docker/docker/cli/debug 0.008s coverage: 100.0% of statements [2019-12-02T18:41:28.343Z] --- PASS: TestUpdateRestartWithAutoRemove (1.02s) [2019-12-02T18:41:28.343Z] === RUN TestWaitNonBlocked [2019-12-02T18:41:28.343Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:41:28.343Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:41:28.343Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:41:28.343Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:41:28.343Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:41:28.343Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:41:28.738Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-12-02T18:41:28.738Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-12-02T18:41:28.738Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-12-02T18:41:29.241Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-12-02T18:41:29.241Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.13s) [2019-12-02T18:41:29.241Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.19s) [2019-12-02T18:41:29.241Z] === RUN TestWaitBlocked [2019-12-02T18:41:29.241Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:41:29.241Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:41:29.241Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:41:29.241Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:41:29.241Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:41:29.241Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:41:29.669Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-12-02T18:41:31.075Z] --- PASS: TestWaitBlocked (0.01s) [2019-12-02T18:41:31.075Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.32s) [2019-12-02T18:41:31.075Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.38s) [2019-12-02T18:41:31.075Z] === CONT TestContainerStartOnDaemonRestart [2019-12-02T18:41:31.075Z] === CONT TestIpcModeOlderClient [2019-12-02T18:41:31.075Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-12-02T18:41:31.075Z] === CONT TestDaemonRestartIpcMode [2019-12-02T18:41:31.303Z] ok github.com/docker/docker/builder/remotecontext/git 5.003s coverage: 85.1% of statements [2019-12-02T18:41:32.193Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-12-02T18:41:33.003Z] ok github.com/docker/docker/builder/remotecontext 0.562s coverage: 13.6% of statements [2019-12-02T18:41:34.100Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-12-02T18:41:34.287Z] --- PASS: TestContainerStartOnDaemonRestart (3.21s) [2019-12-02T18:41:34.663Z] --- PASS: TestDaemonRestartIpcMode (3.96s) [2019-12-02T18:41:34.663Z] PASS [2019-12-02T18:41:34.663Z] [2019-12-02T18:41:34.663Z] === Skipped [2019-12-02T18:41:34.663Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-12-02T18:41:34.663Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-02T18:41:34.663Z] [2019-12-02T18:41:34.663Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2019-12-02T18:41:34.663Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:41:34.663Z] [2019-12-02T18:41:34.663Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-12-02T18:41:34.663Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:41:34.663Z] [2019-12-02T18:41:34.663Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-02T18:41:34.663Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-02T18:41:34.663Z] [2019-12-02T18:41:34.663Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-12-02T18:41:34.663Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-02T18:41:34.663Z] [2019-12-02T18:41:34.663Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-12-02T18:41:34.663Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:41:34.663Z] [2019-12-02T18:41:34.663Z] [2019-12-02T18:41:34.663Z] DONE 197 tests, 6 skipped in 141.266s [2019-12-02T18:41:35.046Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-12-02T18:41:35.046Z] ++ 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-12-02T18:41:35.046Z] ++ set -e [2019-12-02T18:41:35.046Z] ++ '[' -n 0 ']' [2019-12-02T18:41:35.046Z] ++ set -x [2019-12-02T18:41:35.046Z] ++ 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-12-02T18:41:35.046Z] INFO: Testing against a local daemon [2019-12-02T18:41:35.046Z] === RUN TestCommitInheritsEnv [2019-12-02T18:41:35.532Z] --- PASS: TestCommitInheritsEnv (0.51s) [2019-12-02T18:41:35.532Z] === RUN TestImportExtremelyLargeImageWorks [2019-12-02T18:41:35.532Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-12-02T18:41:35.532Z] === RUN TestImagesFilterMultiReference [2019-12-02T18:41:35.935Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-12-02T18:41:35.935Z] === RUN TestImagePullPlatformInvalid [2019-12-02T18:41:35.935Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-12-02T18:41:35.935Z] === RUN TestRemoveImageOrphaning [2019-12-02T18:41:36.002Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-12-02T18:41:36.351Z] --- PASS: TestRemoveImageOrphaning (0.45s) [2019-12-02T18:41:36.351Z] === RUN TestRemoveImageGarbageCollector [2019-12-02T18:41:36.351Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2019-12-02T18:41:36.351Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:41:36.351Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-12-02T18:41:36.351Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-12-02T18:41:36.351Z] === RUN TestTagInvalidReference [2019-12-02T18:41:36.351Z] --- PASS: TestTagInvalidReference (0.02s) [2019-12-02T18:41:36.351Z] === RUN TestTagValidPrefixedRepo [2019-12-02T18:41:36.351Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-12-02T18:41:36.351Z] === RUN TestTagExistedNameWithoutForce [2019-12-02T18:41:36.351Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-12-02T18:41:36.351Z] === RUN TestTagOfficialNames [2019-12-02T18:41:36.351Z] --- PASS: TestTagOfficialNames (0.05s) [2019-12-02T18:41:36.351Z] === RUN TestTagMatchesDigest [2019-12-02T18:41:36.351Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-12-02T18:41:36.351Z] === CONT TestImportExtremelyLargeImageWorks [2019-12-02T18:41:36.865Z] ok github.com/docker/docker/builder/dockerfile 1.403s coverage: 48.2% of statements [2019-12-02T18:41:36.865Z] ? github.com/docker/docker/cli [no test files] [2019-12-02T18:41:36.865Z] ? github.com/docker/docker/cli/config [no test files] [2019-12-02T18:41:38.527Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-12-02T18:41:38.785Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-12-02T18:41:39.351Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-12-02T18:41:39.351Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-12-02T18:41:39.916Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-12-02T18:41:41.729Z] ok github.com/docker/docker/client 0.972s coverage: 75.8% of statements [2019-12-02T18:41:41.814Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-12-02T18:41:41.814Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-12-02T18:41:41.814Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-12-02T18:41:41.814Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-12-02T18:41:41.814Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-12-02T18:41:42.072Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-12-02T18:41:42.072Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-12-02T18:41:43.972Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-12-02T18:41:45.868Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-12-02T18:41:47.247Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-12-02T18:41:50.534Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-12-02T18:41:51.906Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-12-02T18:41:53.338Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-12-02T18:41:53.338Z] Copying nested executables into bundles/binary-daemon [2019-12-02T18:41:53.338Z] [2019-12-02T18:41:53.342Z] ok github.com/docker/docker/builder/remotecontext/git 37.015s coverage: 85.1% of statements [2019-12-02T18:41:53.342Z] ? github.com/docker/docker/cli [no test files] [2019-12-02T18:41:53.342Z] ? github.com/docker/docker/cli/config [no test files] [2019-12-02T18:41:53.342Z] ok github.com/docker/docker/cli/debug 0.402s coverage: 100.0% of statements [2019-12-02T18:41:53.342Z] ok github.com/docker/docker/client 0.704s coverage: 75.3% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-12-02T18:41:53.688Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/make.sh cross [2019-12-02T18:41:53.804Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-12-02T18:41:54.062Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-12-02T18:41:54.252Z] [2019-12-02T18:41:54.510Z] Removing bundles/ [2019-12-02T18:41:54.510Z] [2019-12-02T18:41:54.510Z] ---> Making bundle: cross (in bundles/cross) [2019-12-02T18:41:54.510Z] Cross building: bundles/cross/linux/amd64 [2019-12-02T18:41:54.510Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-12-02T18:41:54.510Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-12-02T18:41:58.241Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-12-02T18:41:58.808Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-12-02T18:41:59.155Z] ok github.com/docker/docker/cmd/dockerd 0.929s coverage: 19.0% of statements [2019-12-02T18:41:59.373Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-12-02T18:42:01.347Z] ok github.com/docker/docker/container 0.513s coverage: 42.5% of statements [2019-12-02T18:42:01.347Z] ? github.com/docker/docker/container/stream [no test files] [2019-12-02T18:42:01.347Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-12-02T18:42:01.347Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-12-02T18:42:01.347Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-12-02T18:42:01.898Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-12-02T18:42:07.160Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-12-02T18:42:07.727Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-12-02T18:42:09.624Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-12-02T18:42:10.556Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-12-02T18:42:11.927Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-12-02T18:42:16.105Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-12-02T18:42:16.105Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-12-02T18:42:17.038Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-12-02T18:42:18.937Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-12-02T18:42:24.200Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-12-02T18:42:24.765Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-12-02T18:42:24.765Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-12-02T18:42:25.022Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-12-02T18:42:26.393Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-12-02T18:42:26.539Z] ok github.com/docker/docker/daemon 3.120s coverage: 9.2% of statements [2019-12-02T18:42:26.539Z] ok github.com/docker/docker/daemon/cluster 2.226s coverage: 0.5% of statements [2019-12-02T18:42:26.539Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.298s coverage: 65.3% of statements [2019-12-02T18:42:26.539Z] ok github.com/docker/docker/daemon/cluster/convert 0.920s coverage: 35.8% of statements [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-12-02T18:42:26.539Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.279s coverage: 10.9% of statements [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-12-02T18:42:26.539Z] ok github.com/docker/docker/daemon/config 0.892s coverage: 80.1% of statements [2019-12-02T18:42:26.539Z] ok github.com/docker/docker/daemon/discovery 0.271s coverage: 30.0% of statements [2019-12-02T18:42:26.539Z] ok github.com/docker/docker/daemon/events 0.364s coverage: 50.0% of statements [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-12-02T18:42:26.539Z] ok github.com/docker/docker/daemon/graphdriver 0.210s coverage: 2.3% of statements [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-12-02T18:42:26.539Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-12-02T18:42:27.001Z] ok github.com/docker/docker/daemon/images 0.351s coverage: 4.9% of statements [2019-12-02T18:42:27.001Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-12-02T18:42:27.001Z] ok github.com/docker/docker/daemon/links 0.052s coverage: 93.0% of statements [2019-12-02T18:42:27.001Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-12-02T18:42:27.001Z] ok github.com/docker/docker/daemon/logger 0.637s coverage: 43.0% of statements [2019-12-02T18:42:27.974Z] ok github.com/docker/docker/daemon/logger/awslogs 0.708s coverage: 77.8% of statements [2019-12-02T18:42:27.974Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-12-02T18:42:27.974Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-12-02T18:42:27.974Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-12-02T18:42:27.974Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-12-02T18:42:27.974Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-12-02T18:42:28.291Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-12-02T18:42:28.435Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.427s coverage: 62.1% of statements [2019-12-02T18:42:28.435Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.302s coverage: 88.3% of statements [2019-12-02T18:42:29.663Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-12-02T18:42:31.357Z] ok github.com/docker/docker/daemon/logger/local 0.791s coverage: 74.7% of statements [2019-12-02T18:42:31.357Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-12-02T18:42:31.357Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.245s coverage: 21.4% of statements [2019-12-02T18:42:34.275Z] ok github.com/docker/docker/daemon/logger/splunk 2.562s coverage: 82.5% of statements [2019-12-02T18:42:34.275Z] ok github.com/docker/docker/daemon/logger/syslog 0.607s coverage: 47.8% of statements [2019-12-02T18:42:34.275Z] ok github.com/docker/docker/daemon/logger/templates 0.153s coverage: 8.3% of statements [2019-12-02T18:42:34.275Z] ? github.com/docker/docker/daemon/names [no test files] [2019-12-02T18:42:34.275Z] ? github.com/docker/docker/daemon/network [no test files] [2019-12-02T18:42:34.275Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-12-02T18:42:36.317Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-12-02T18:42:37.206Z] ok github.com/docker/docker/distribution 1.768s coverage: 20.3% of statements [2019-12-02T18:42:37.206Z] ok github.com/docker/docker/distribution/metadata 1.329s coverage: 48.2% of statements [2019-12-02T18:42:37.206Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-12-02T18:42:38.181Z] ok github.com/docker/docker/distribution/xfer 2.278s coverage: 76.8% of statements [2019-12-02T18:42:38.181Z] ? github.com/docker/docker/dockerversion [no test files] [2019-12-02T18:42:38.181Z] ok github.com/docker/docker/errdefs 0.112s coverage: 49.4% of statements [2019-12-02T18:42:38.841Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-12-02T18:42:39.705Z] ok github.com/docker/docker/cmd/dockerd 0.216s coverage: 30.3% of statements [2019-12-02T18:42:39.706Z] ok github.com/docker/docker/container 0.223s coverage: 35.3% of statements [2019-12-02T18:42:39.706Z] ? github.com/docker/docker/container/stream [no test files] [2019-12-02T18:42:39.706Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-12-02T18:42:39.706Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-12-02T18:42:39.706Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-12-02T18:42:40.737Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-12-02T18:42:41.105Z] ok github.com/docker/docker/image 1.253s coverage: 86.4% of statements [2019-12-02T18:42:41.105Z] ok github.com/docker/docker/image/cache 0.159s coverage: 19.2% of statements [2019-12-02T18:42:41.105Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-12-02T18:42:41.105Z] ok github.com/docker/docker/image/v1 0.560s coverage: 25.0% of statements [2019-12-02T18:42:41.105Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-12-02T18:42:43.300Z] ok github.com/docker/docker/layer 0.744s coverage: 30.0% of statements [2019-12-02T18:42:43.300Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-12-02T18:42:43.569Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.077s coverage: 65.3% of statements [2019-12-02T18:42:44.013Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-12-02T18:42:44.013Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-12-02T18:42:44.013Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-12-02T18:42:44.945Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-12-02T18:42:46.224Z] ok github.com/docker/docker/libcontainerd/local 0.483s coverage: 1.0% of statements [2019-12-02T18:42:46.224Z] ok github.com/docker/docker/libcontainerd/queue 0.118s coverage: 100.0% of statements [2019-12-02T18:42:46.224Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-12-02T18:42:46.224Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-12-02T18:42:46.224Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-12-02T18:42:46.224Z] ? github.com/docker/docker/oci [no test files] [2019-12-02T18:42:46.224Z] ? github.com/docker/docker/oci/caps [no test files] [2019-12-02T18:42:46.224Z] ok github.com/docker/docker/opts 0.516s coverage: 67.3% of statements [2019-12-02T18:42:46.224Z] ok github.com/docker/docker/pkg/aaparser 0.039s coverage: 50.0% of statements [2019-12-02T18:42:49.124Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite (388.69s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (9.69s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (6.55s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.71s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (5.09s) [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:1449: [d74ee72e25b06] daemon is not started [2019-12-02T18:42:50.497Z] check_test.go:309: [d04b6bf63d424] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.86s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.87s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d4100c4a7a3fd] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.47s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.71s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.97s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (7.81s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.88s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.80s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.49s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.48s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-12-02T18:42:50.497Z] check_test.go:309: [da33c57ccecd8] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d719d4d2ceb4c] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.67s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2019-12-02T18:42:50.497Z] check_test.go:309: [dac45cda1e1b9] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.38s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (4.37s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.90s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.09s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.58s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.50s) [2019-12-02T18:42:50.497Z] check_test.go:309: [debb7f02bc560] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.55s) [2019-12-02T18:42:50.497Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-12-02T18:42:50.497Z] check_test.go:309: [d54dbadbd1961] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.50s) [2019-12-02T18:42:50.497Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-12-02T18:42:50.497Z] check_test.go:309: [d32878878fb81] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.36s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.28s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.99s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d0ee0ad09223e] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.53s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2019-12-02T18:42:50.497Z] check_test.go:309: [dfcd7f6efc14d] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.10s) [2019-12-02T18:42:50.497Z] docker_cli_daemon_plugins_test.go:79: [ddb4f8e039e96] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (5.03s) [2019-12-02T18:42:50.497Z] docker_cli_daemon_plugins_test.go:169: [df477d633497b] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.70s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d03cc66362341] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.95s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.04s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.57s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.88s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.70s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.09s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.16s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.43s) [2019-12-02T18:42:50.497Z] check_test.go:309: [dfb43b771a07b] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.78s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.70s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.84s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.88s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.38s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.95s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d3c571d11b754] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (2.27s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.82s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (12.00s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.45s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.78s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.37s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.32s) [2019-12-02T18:42:50.497Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-12-02T18:42:50.497Z] check_test.go:309: [deef1a18a5a04] daemon is not started [2019-12-02T18:42:50.497Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-12-02T18:42:50.497Z] check_test.go:309: [d5f198f5c291e] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.16s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d674c0569efc7] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.31s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.51s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.60s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.45s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.46s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.31s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.02s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.92s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d57838eafed72] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.33s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.86s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.05s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d1e406c04bffe] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.58s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.18s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.60s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-12-02T18:42:50.497Z] check_test.go:309: [d43d7e1c817eb] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.21s) [2019-12-02T18:42:50.497Z] check_test.go:309: [db8fbae6d91e4] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.67s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (4.16s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.63s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d5b9b1e53698d] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.47s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.19s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.86s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d3ca8e618f2c4] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.85s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.26s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.49s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.42s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d75f7faeecc91] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.13s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d82fa067b3714] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.94s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.93s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.20s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.63s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.00s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.89s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.22s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.29s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.27s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.20s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.68s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.64s) [2019-12-02T18:42:50.497Z] docker_cli_daemon_test.go:2542: [d0657689101b3] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.37s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.06s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.26s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.20s) [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.09s) [2019-12-02T18:42:50.497Z] check_test.go:309: [d2710025b0773] daemon is not started [2019-12-02T18:42:50.497Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.38s) [2019-12-02T18:42:50.497Z] === RUN TestDockerSwarmSuite [2019-12-02T18:42:50.497Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-12-02T18:42:50.982Z] ok github.com/docker/docker/daemon/cluster/convert 0.023s coverage: 35.8% of statements [2019-12-02T18:42:54.011Z] ok github.com/docker/docker/daemon/cluster 0.224s coverage: 0.5% of statements [2019-12-02T18:42:55.756Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-12-02T18:42:58.281Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-12-02T18:43:00.031Z] ok github.com/docker/docker/daemon/discovery 0.044s coverage: 30.0% of statements [2019-12-02T18:43:01.750Z] ok github.com/docker/docker/daemon/events 0.068s coverage: 50.0% of statements [2019-12-02T18:43:02.482Z] ok github.com/docker/docker/daemon/config 0.146s coverage: 82.1% of statements [2019-12-02T18:43:04.832Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-12-02T18:43:04.832Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-12-02T18:43:05.506Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2019-12-02T18:43:05.763Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-12-02T18:43:05.764Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-12-02T18:43:07.271Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.522s coverage: 13.7% of statements [2019-12-02T18:43:10.291Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.011s coverage: 2.9% of statements [2019-12-02T18:43:11.481Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.067s coverage: 57.9% of statements [2019-12-02T18:43:12.211Z] ok github.com/docker/docker/daemon 12.426s coverage: 17.6% of statements [2019-12-02T18:43:12.211Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-12-02T18:43:12.211Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-12-02T18:43:12.211Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-12-02T18:43:12.211Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-12-02T18:43:12.315Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-12-02T18:43:14.212Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-12-02T18:43:15.944Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-12-02T18:43:15.944Z] Copying nested executables into bundles/cross/linux/amd64 [2019-12-02T18:43:15.944Z] Cross building: bundles/cross/windows/amd64 [2019-12-02T18:43:15.944Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-12-02T18:43:15.944Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/archive 10.694s coverage: 62.0% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/authorization 0.855s coverage: 26.8% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/broadcaster 0.041s coverage: 100.0% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/capabilities 0.066s coverage: 87.5% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/chrootarchive 0.171s coverage: 15.4% of statements [2019-12-02T18:43:16.229Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-12-02T18:43:16.229Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/directory 0.142s coverage: 80.0% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/discovery 0.273s coverage: 58.3% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/discovery/file 0.069s coverage: 92.9% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/discovery/kv 3.448s coverage: 84.1% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/discovery/memory 0.135s coverage: 92.3% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/discovery/nodes 0.210s coverage: 93.8% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/filenotify 0.083s coverage: 39.4% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/fileutils 0.185s coverage: 87.7% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/homedir 0.075s coverage: 42.9% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/idtools 0.057s coverage: 6.3% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/ioutils 0.756s coverage: 68.4% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/jsonmessage 0.248s coverage: 91.7% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/locker 0.064s coverage: 88.9% of statements [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/longpath 0.150s coverage: 100.0% of statements [2019-12-02T18:43:16.229Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/namesgenerator 0.045s coverage: 85.7% of statements [2019-12-02T18:43:16.229Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/parsers 0.260s coverage: 97.0% of statements [2019-12-02T18:43:16.229Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-12-02T18:43:16.229Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-12-02T18:43:16.229Z] ok github.com/docker/docker/pkg/pidfile 0.127s coverage: 82.6% of statements [2019-12-02T18:43:16.229Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-12-02T18:43:16.229Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-12-02T18:43:16.735Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-12-02T18:43:17.058Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.426s coverage: 68.6% of statements [2019-12-02T18:43:17.786Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.830s coverage: 48.6% of statements [2019-12-02T18:43:18.105Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-12-02T18:43:19.038Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-12-02T18:43:20.099Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.787s coverage: 45.9% of statements [2019-12-02T18:43:20.099Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-12-02T18:43:21.285Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.248s coverage: 54.8% of statements [2019-12-02T18:43:21.285Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-12-02T18:43:21.627Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.779s coverage: 76.1% of statements [2019-12-02T18:43:21.627Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-12-02T18:43:22.359Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.030s coverage: 58.0% of statements [2019-12-02T18:43:24.080Z] ok github.com/docker/docker/daemon/links 0.028s coverage: 93.0% of statements [2019-12-02T18:43:25.614Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-12-02T18:43:25.780Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.038s coverage: 3.0% of statements [2019-12-02T18:43:28.094Z] ok github.com/docker/docker/daemon/logger 0.321s coverage: 42.7% of statements [2019-12-02T18:43:28.890Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-12-02T18:43:29.274Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2019-12-02T18:43:30.808Z] --- PASS: TestImportExtremelyLargeImageWorks (102.65s) [2019-12-02T18:43:30.808Z] PASS [2019-12-02T18:43:30.808Z] [2019-12-02T18:43:30.808Z] === Skipped [2019-12-02T18:43:30.808Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.01s) [2019-12-02T18:43:30.808Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:43:30.808Z] [2019-12-02T18:43:30.808Z] [2019-12-02T18:43:30.808Z] DONE 12 tests, 1 skipped in 104.165s [2019-12-02T18:43:30.808Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-12-02T18:43:30.808Z] ++ 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-12-02T18:43:30.808Z] ++ set -e [2019-12-02T18:43:30.808Z] ++ '[' -n 0 ']' [2019-12-02T18:43:30.808Z] ++ set -x [2019-12-02T18:43:30.808Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-12-02T18:43:30.808Z] INFO: Testing against a local daemon [2019-12-02T18:43:30.808Z] === RUN TestNetworkCreateDelete [2019-12-02T18:43:30.808Z] --- PASS: TestNetworkCreateDelete (0.16s) [2019-12-02T18:43:30.808Z] === RUN TestDockerNetworkDeletePreferID [2019-12-02T18:43:30.808Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2019-12-02T18:43:30.808Z] === RUN TestInspectNetwork [2019-12-02T18:43:30.808Z] === RUN TestInspectNetwork/full_network_id [2019-12-02T18:43:30.808Z] === RUN TestInspectNetwork/partial_network_id [2019-12-02T18:43:30.808Z] === RUN TestInspectNetwork/network_name [2019-12-02T18:43:30.808Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-12-02T18:43:30.808Z] --- PASS: TestInspectNetwork (9.77s) [2019-12-02T18:43:30.808Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-12-02T18:43:30.808Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-12-02T18:43:30.808Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-12-02T18:43:30.808Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-12-02T18:43:30.808Z] === RUN TestRunContainerWithBridgeNone [2019-12-02T18:43:31.414Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-12-02T18:43:31.588Z] ok github.com/docker/docker/daemon/logger/awslogs 0.637s coverage: 77.8% of statements [2019-12-02T18:43:31.928Z] ok github.com/docker/docker/daemon/logger/journald 0.011s coverage: 26.2% of statements [2019-12-02T18:43:32.254Z] --- PASS: TestRunContainerWithBridgeNone (2.79s) [2019-12-02T18:43:32.254Z] === RUN TestNetworkInvalidJSON [2019-12-02T18:43:32.254Z] === RUN TestNetworkInvalidJSON//networks/create [2019-12-02T18:43:32.254Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-12-02T18:43:32.254Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:43:32.254Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:43:32.254Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:43:32.254Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:43:32.254Z] === CONT TestNetworkInvalidJSON//networks/create [2019-12-02T18:43:32.254Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:43:32.254Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:43:32.254Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-12-02T18:43:32.254Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-12-02T18:43:32.254Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-12-02T18:43:32.254Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-12-02T18:43:32.254Z] === RUN TestDaemonRestartWithLiveRestore [2019-12-02T18:43:32.657Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.065s coverage: 62.1% of statements [2019-12-02T18:43:32.997Z] ok github.com/docker/docker/daemon/images 0.031s coverage: 4.9% of statements [2019-12-02T18:43:32.997Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-12-02T18:43:32.997Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-12-02T18:43:32.997Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-12-02T18:43:32.997Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-12-02T18:43:33.557Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2019-12-02T18:43:33.557Z] === RUN TestDaemonDefaultNetworkPools [2019-12-02T18:43:33.725Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 88.3% of statements [2019-12-02T18:43:33.925Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2019-12-02T18:43:33.925Z] === RUN TestDaemonRestartWithExistingNetwork [2019-12-02T18:43:35.176Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2019-12-02T18:43:35.176Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-12-02T18:43:36.042Z] ok github.com/docker/docker/daemon/logger/local 0.081s coverage: 74.7% of statements [2019-12-02T18:43:36.042Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-12-02T18:43:36.422Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2019-12-02T18:43:36.422Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-12-02T18:43:37.198Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2019-12-02T18:43:37.198Z] === RUN TestServiceWithPredefinedNetwork [2019-12-02T18:43:37.223Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.055s coverage: 19.9% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/plugins 35.176s coverage: 73.4% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.106s coverage: 56.8% of statements [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/plugins/transport 0.243s coverage: 85.7% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/pools 0.051s coverage: 88.2% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/progress 0.040s coverage: 75.9% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/pubsub 1.104s coverage: 73.9% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/reexec 0.084s coverage: 82.4% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/signal 0.103s coverage: 20.3% of statements [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/stdcopy 0.199s coverage: 100.0% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/streamformatter 0.088s coverage: 66.2% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/stringid 0.064s coverage: 70.6% of statements [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/sysinfo 0.041s coverage: 38.2% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/system 0.149s coverage: 13.1% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/tailfile 0.143s coverage: 88.6% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/tarsum 0.306s coverage: 89.3% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/term 0.087s coverage: 30.8% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/term/windows 0.057s coverage: 0.0% of statements [no tests to run] [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/truncindex 0.171s coverage: 91.5% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/urlutil 0.037s coverage: 100.0% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/pkg/useragent 0.069s coverage: 88.9% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/plugin 0.243s coverage: 11.6% of statements [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/plugin/v2 0.239s coverage: 20.1% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/reference 0.165s coverage: 84.4% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/registry 0.541s coverage: 51.7% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/registry/resumable 0.425s coverage: 100.0% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/restartmanager 0.063s coverage: 50.9% of statements [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/rootless [no test files] [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/runconfig 0.312s coverage: 54.5% of statements [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/testutil 0.153s coverage: 62.5% of statements [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/testutil/request [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/volume [no test files] [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/volume/drivers 0.218s coverage: 36.1% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/volume/local 0.246s coverage: 37.7% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/volume/mounts 0.140s coverage: 66.2% of statements [2019-12-02T18:43:37.359Z] ok github.com/docker/docker/volume/service 0.600s coverage: 70.3% of statements [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-12-02T18:43:37.359Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-12-02T18:43:38.420Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2019-12-02T18:43:38.420Z] ok github.com/docker/docker/daemon/logger/syslog 0.010s coverage: 47.8% of statements [2019-12-02T18:43:38.905Z] INFO: make.ps1 ended at 12/02/2019 18:43:38 [2019-12-02T18:43:40.126Z] ok github.com/docker/docker/daemon/network 0.036s coverage: 63.8% of statements [2019-12-02T18:43:40.449Z] INFO: Unit tests ended at 12/02/2019 18:43:40. Duration:00:04:19.0841817 [2019-12-02T18:43:40.449Z] INFO: Building busybox [2019-12-02T18:43:40.466Z] ok github.com/docker/docker/daemon/logger/splunk 2.953s coverage: 82.5% of statements [2019-12-02T18:43:40.466Z] ? github.com/docker/docker/daemon/names [no test files] [2019-12-02T18:43:40.466Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-12-02T18:43:40.541Z] --- PASS: TestServiceWithPredefinedNetwork (3.09s) [2019-12-02T18:43:40.541Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-12-02T18:43:40.541Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-02T18:43:40.541Z] service_test.go:230: FLAKY_TEST [2019-12-02T18:43:40.541Z] === RUN TestServiceWithDataPathPortInit [2019-12-02T18:43:40.909Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-12-02T18:43:40.909Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-12-02T18:43:40.909Z] [2019-12-02T18:43:40.909Z] Sending build context to Docker daemon 2.56kB [2019-12-02T18:43:40.909Z] [2019-12-02T18:43:40.909Z] Step 1/6 : FROM microsoft/windowsservercore [2019-12-02T18:43:40.909Z] ---> 49e459dc7a6b [2019-12-02T18:43:40.909Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-12-02T18:43:40.909Z] ---> Running in 8d8f52f7177f [2019-12-02T18:43:44.337Z] ok github.com/docker/docker/distribution/metadata 0.122s coverage: 48.2% of statements [2019-12-02T18:43:45.519Z] ok github.com/docker/docker/errdefs 0.024s coverage: 49.4% of statements [2019-12-02T18:43:46.725Z] Removing intermediate container 8d8f52f7177f [2019-12-02T18:43:46.725Z] ---> bebc3a7ec210 [2019-12-02T18:43:46.725Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-12-02T18:43:47.222Z] ok github.com/docker/docker/distribution 0.710s coverage: 22.1% of statements [2019-12-02T18:43:47.222Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-12-02T18:43:47.950Z] ok github.com/docker/docker/distribution/xfer 1.699s coverage: 85.6% of statements [2019-12-02T18:43:47.950Z] ? github.com/docker/docker/dockerversion [no test files] [2019-12-02T18:43:48.267Z] [2019-12-02T18:43:48.267Z] ---> cc094e75a50c [2019-12-02T18:43:48.267Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-12-02T18:43:48.267Z] ---> Running in 1f11eeaf83f1 [2019-12-02T18:43:49.477Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-12-02T18:43:49.478Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-12-02T18:43:49.655Z] ok github.com/docker/docker/image 0.070s coverage: 86.4% of statements [2019-12-02T18:43:49.812Z] [2019-12-02T18:43:49.812Z] SUCCESS: Specified value was saved. [2019-12-02T18:43:49.994Z] ok github.com/docker/docker/image/cache 0.070s coverage: 19.2% of statements [2019-12-02T18:43:49.994Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-12-02T18:43:51.174Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements [2019-12-02T18:43:51.904Z] ok github.com/docker/docker/image/v1 0.054s coverage: 25.0% of statements [2019-12-02T18:43:51.904Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-12-02T18:43:52.002Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-12-02T18:43:52.002Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-12-02T18:43:52.729Z] Removing intermediate container 1f11eeaf83f1 [2019-12-02T18:43:52.729Z] ---> e22cf40136e1 [2019-12-02T18:43:52.729Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-12-02T18:43:52.729Z] ---> Running in 5c7528488db9 [2019-12-02T18:43:53.641Z] ok github.com/docker/docker/pkg/aaparser 0.026s coverage: 50.0% of statements [2019-12-02T18:43:55.281Z] --- PASS: TestImportExtremelyLargeImageWorks (181.37s) [2019-12-02T18:43:55.281Z] PASS [2019-12-02T18:43:55.281Z] [2019-12-02T18:43:55.281Z] DONE 12 tests in 186.205s [2019-12-02T18:43:55.281Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-12-02T18:43:55.281Z] ++ 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-12-02T18:43:55.281Z] ++ set -e [2019-12-02T18:43:55.281Z] ++ '[' -n 0 ']' [2019-12-02T18:43:55.281Z] ++ set -x [2019-12-02T18:43:55.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=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-12-02T18:43:55.281Z] INFO: Testing against a local daemon [2019-12-02T18:43:55.281Z] === RUN TestNetworkCreateDelete [2019-12-02T18:43:55.281Z] --- PASS: TestNetworkCreateDelete (0.12s) [2019-12-02T18:43:55.281Z] === RUN TestDockerNetworkDeletePreferID [2019-12-02T18:43:55.281Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2019-12-02T18:43:55.281Z] === RUN TestInspectNetwork [2019-12-02T18:43:55.947Z] ok github.com/docker/docker/opts 0.084s coverage: 66.9% of statements [2019-12-02T18:43:56.974Z] --- PASS: TestServiceWithDataPathPortInit (16.71s) [2019-12-02T18:43:56.974Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-12-02T18:43:57.646Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-12-02T18:43:57.808Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-12-02T18:43:57.808Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-12-02T18:43:58.022Z] ok github.com/docker/docker/pkg/authorization 0.864s coverage: 68.3% of statements [2019-12-02T18:43:58.065Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-12-02T18:43:58.387Z] ok github.com/docker/docker/pkg/capabilities 0.012s coverage: 87.5% of statements [2019-12-02T18:43:58.996Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-12-02T18:43:58.996Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-12-02T18:43:59.115Z] ok github.com/docker/docker/pkg/archive 1.564s coverage: 76.8% of statements [2019-12-02T18:43:59.252Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-12-02T18:43:59.456Z] ok github.com/docker/docker/pkg/directory 0.007s coverage: 80.0% of statements [2019-12-02T18:43:59.509Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-12-02T18:43:59.819Z] Cannot create a file when that file already exists. [2019-12-02T18:44:01.181Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2019-12-02T18:44:01.182Z] ok github.com/docker/docker/pkg/discovery/file 0.016s coverage: 92.9% of statements [2019-12-02T18:44:02.038Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-12-02T18:44:02.038Z] === RUN TestInspectNetwork/full_network_id [2019-12-02T18:44:02.038Z] === RUN TestInspectNetwork/partial_network_id [2019-12-02T18:44:02.038Z] === RUN TestInspectNetwork/network_name [2019-12-02T18:44:02.038Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-12-02T18:44:02.887Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-12-02T18:44:03.228Z] ok github.com/docker/docker/layer 7.585s coverage: 68.8% of statements [2019-12-02T18:44:03.228Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-12-02T18:44:03.228Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-12-02T18:44:03.228Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-12-02T18:44:03.228Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-12-02T18:44:03.228Z] ? github.com/docker/docker/oci [no test files] [2019-12-02T18:44:03.228Z] ? github.com/docker/docker/oci/caps [no test files] [2019-12-02T18:44:03.409Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-12-02T18:44:03.569Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2019-12-02T18:44:04.300Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2019-12-02T18:44:05.330Z] === RUN TestDockerSuite/TestBuildEnv [2019-12-02T18:44:05.484Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2019-12-02T18:44:05.484Z] ok github.com/docker/docker/pkg/fileutils 0.023s coverage: 89.5% of statements [2019-12-02T18:44:05.484Z] ok github.com/docker/docker/pkg/chrootarchive 4.568s coverage: 43.2% of statements [2019-12-02T18:44:05.484Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-12-02T18:44:05.484Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-12-02T18:44:06.284Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.19s) [2019-12-02T18:44:06.284Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qfb9z59ngm2akw7iaylri76ze Created:2019-12-02 18:43:58.209059995 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[ce0e6b03fe466ec8cc0101f95f18e73d2831deec934c93eec9691c99ba8cdd16:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2skbhi1iq03yfu69aetncqs2m EndpointID:a0db7637d45bde889a7eb19cf1b0b6d417c449c3e733064c9ee8b6f91e59d4a4 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5c4c54d3a19d0321e59e01b603bd75b1122a22998c1b61009356a00d5855b682 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:c5616933e4ce IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.2skbhi1iq03yfu69aetncqs2m EndpointID:a0db7637d45bde889a7eb19cf1b0b6d417c449c3e733064c9ee8b6f91e59d4a4 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-12-02T18:44:06.284Z] PASS [2019-12-02T18:44:06.284Z] [2019-12-02T18:44:06.284Z] === Skipped [2019-12-02T18:44:06.284Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-02T18:44:06.284Z] service_test.go:230: FLAKY_TEST [2019-12-02T18:44:06.284Z] [2019-12-02T18:44:06.284Z] [2019-12-02T18:44:06.284Z] DONE 21 tests, 1 skipped in 46.986s [2019-12-02T18:44:06.284Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-12-02T18:44:06.284Z] ++ 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-12-02T18:44:06.284Z] ++ set -e [2019-12-02T18:44:06.284Z] ++ '[' -n 0 ']' [2019-12-02T18:44:06.284Z] ++ set -x [2019-12-02T18:44:06.284Z] ++ 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-12-02T18:44:06.284Z] INFO: Testing against a local daemon [2019-12-02T18:44:06.284Z] === RUN TestDockerNetworkIpvlanPersistance [2019-12-02T18:44:06.284Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-12-02T18:44:06.284Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:44:06.284Z] === RUN TestDockerNetworkIpvlan [2019-12-02T18:44:06.284Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-12-02T18:44:06.284Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:44:06.284Z] PASS [2019-12-02T18:44:06.284Z] [2019-12-02T18:44:06.284Z] === Skipped [2019-12-02T18:44:06.284Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2019-12-02T18:44:06.284Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:44:06.284Z] [2019-12-02T18:44:06.284Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-12-02T18:44:06.284Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:44:06.284Z] [2019-12-02T18:44:06.284Z] [2019-12-02T18:44:06.284Z] DONE 2 tests, 2 skipped in 0.179s [2019-12-02T18:44:06.284Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-12-02T18:44:06.285Z] ++ 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-12-02T18:44:06.285Z] ++ set -e [2019-12-02T18:44:06.285Z] ++ '[' -n 0 ']' [2019-12-02T18:44:06.285Z] ++ set -x [2019-12-02T18:44:06.285Z] ++ 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-12-02T18:44:06.285Z] INFO: Testing against a local daemon [2019-12-02T18:44:06.285Z] === RUN TestDockerNetworkMacvlanPersistance [2019-12-02T18:44:06.667Z] ok github.com/docker/docker/pkg/fsutils 0.371s coverage: 85.1% of statements [2019-12-02T18:44:06.667Z] ok github.com/docker/docker/pkg/discovery/kv 3.257s coverage: 84.1% of statements [2019-12-02T18:44:06.700Z] --- PASS: TestInspectNetwork (11.24s) [2019-12-02T18:44:06.701Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-12-02T18:44:06.701Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-12-02T18:44:06.701Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-12-02T18:44:06.701Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-12-02T18:44:06.701Z] === RUN TestRunContainerWithBridgeNone [2019-12-02T18:44:06.916Z] Removing intermediate container 5c7528488db9 [2019-12-02T18:44:06.916Z] ---> abb570b274e2 [2019-12-02T18:44:06.916Z] Step 6/6 : CMD ["sh"] [2019-12-02T18:44:06.916Z] ---> Running in 6937837da8ef [2019-12-02T18:44:06.916Z] Removing intermediate container 6937837da8ef [2019-12-02T18:44:06.916Z] ---> 418c3ed5f8ec [2019-12-02T18:44:06.916Z] Successfully built 418c3ed5f8ec [2019-12-02T18:44:06.916Z] Successfully tagged busybox:latest [2019-12-02T18:44:06.916Z] INFO: Docker images of the daemon under test [2019-12-02T18:44:06.916Z] [2019-12-02T18:44:06.916Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-12-02T18:44:06.917Z] busybox latest 418c3ed5f8ec Less than a second ago 4.85GB [2019-12-02T18:44:06.917Z] microsoft/windowsservercore latest 49e459dc7a6b 3 weeks ago 4.81GB [2019-12-02T18:44:06.917Z] mcr.microsoft.com/windows/servercore ltsc2019 49e459dc7a6b 3 weeks ago 4.81GB [2019-12-02T18:44:06.917Z] [2019-12-02T18:44:06.917Z] INFO: Running integration tests at 12/02/2019 18:44:06... [2019-12-02T18:44:06.917Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-12-02T18:44:06.917Z] INFO: Integration API tests being run from the host: [2019-12-02T18:44:06.917Z] INFO: make.ps1 starting at 12/02/2019 18:44:06 [2019-12-02T18:44:06.958Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-12-02T18:44:07.421Z] ok github.com/docker/docker/pkg/homedir 0.023s coverage: 11.4% of statements [2019-12-02T18:44:07.890Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-12-02T18:44:08.174Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2019-12-02T18:44:08.174Z] === RUN TestDockerNetworkMacvlan [2019-12-02T18:44:08.328Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-12-02T18:44:08.569Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-12-02T18:44:09.146Z] ok github.com/docker/docker/pkg/locker 0.106s coverage: 88.9% of statements [2019-12-02T18:44:09.487Z] ok github.com/docker/docker/pkg/jsonmessage 0.024s coverage: 91.7% of statements [2019-12-02T18:44:09.699Z] --- PASS: TestRunContainerWithBridgeNone (2.89s) [2019-12-02T18:44:09.699Z] === RUN TestNetworkInvalidJSON [2019-12-02T18:44:09.699Z] === RUN TestNetworkInvalidJSON//networks/create [2019-12-02T18:44:09.699Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-12-02T18:44:09.699Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:44:09.699Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:44:09.699Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:44:09.699Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:44:09.699Z] === CONT TestNetworkInvalidJSON//networks/create [2019-12-02T18:44:09.699Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:44:09.699Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:44:09.699Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-12-02T18:44:09.699Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-12-02T18:44:09.699Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-12-02T18:44:09.699Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-12-02T18:44:09.699Z] === RUN TestDaemonRestartWithLiveRestore [2019-12-02T18:44:09.699Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-12-02T18:44:09.811Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-12-02T18:44:09.827Z] ok github.com/docker/docker/pkg/idtools 0.943s coverage: 70.1% of statements [2019-12-02T18:44:10.169Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2019-12-02T18:44:10.509Z] ok github.com/docker/docker/pkg/ioutils 1.754s coverage: 70.6% of statements [2019-12-02T18:44:10.509Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-12-02T18:44:10.597Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-12-02T18:44:10.630Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-12-02T18:44:10.630Z] === RUN TestDaemonDefaultNetworkPools [2019-12-02T18:44:10.848Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2019-12-02T18:44:11.195Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2019-12-02T18:44:11.452Z] === RUN TestDaemonRestartWithExistingNetwork [2019-12-02T18:44:11.582Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2019-12-02T18:44:11.709Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-12-02T18:44:11.920Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2019-12-02T18:44:12.639Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-12-02T18:44:12.639Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2019-12-02T18:44:12.639Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-12-02T18:44:12.651Z] ok github.com/docker/docker/pkg/mount 0.967s coverage: 70.0% of statements [2019-12-02T18:44:12.651Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-12-02T18:44:12.651Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.020s coverage: 91.4% of statements [2019-12-02T18:44:12.991Z] ok github.com/docker/docker/pkg/pidfile 0.029s coverage: 82.4% of statements [2019-12-02T18:44:12.991Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-12-02T18:44:12.991Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-12-02T18:44:13.070Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-12-02T18:44:14.012Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.39s) [2019-12-02T18:44:14.012Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-12-02T18:44:14.577Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2019-12-02T18:44:14.577Z] === RUN TestServiceWithPredefinedNetwork [2019-12-02T18:44:14.692Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.035s coverage: 56.8% of statements [2019-12-02T18:44:15.421Z] ok github.com/docker/docker/pkg/pools 0.027s coverage: 88.2% of statements [2019-12-02T18:44:15.421Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2019-12-02T18:44:15.761Z] ok github.com/docker/docker/pkg/progress 0.019s coverage: 75.9% of statements [2019-12-02T18:44:16.937Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2019-12-02T18:44:17.277Z] ok github.com/docker/docker/pkg/pubsub 1.182s coverage: 73.9% of statements [2019-12-02T18:44:17.313Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-12-02T18:44:17.617Z] ok github.com/docker/docker/pkg/stdcopy 0.043s coverage: 100.0% of statements [2019-12-02T18:44:17.874Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-12-02T18:44:17.874Z] --- PASS: TestServiceWithPredefinedNetwork (3.25s) [2019-12-02T18:44:17.874Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-12-02T18:44:17.874Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-02T18:44:17.874Z] service_test.go:230: FLAKY_TEST [2019-12-02T18:44:17.874Z] === RUN TestServiceWithDataPathPortInit [2019-12-02T18:44:18.794Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2019-12-02T18:44:18.794Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2019-12-02T18:44:19.522Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2019-12-02T18:44:19.916Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 80.0% of statements [2019-12-02T18:44:20.267Z] ok github.com/docker/docker/pkg/signal 3.317s coverage: 61.0% of statements [2019-12-02T18:44:21.458Z] ok github.com/docker/docker/pkg/tailfile 0.123s coverage: 88.6% of statements [2019-12-02T18:44:21.798Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 36.9% of statements [2019-12-02T18:44:22.412Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-12-02T18:44:22.779Z] --- PASS: TestDockerNetworkMacvlan (15.10s) [2019-12-02T18:44:22.779Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2019-12-02T18:44:22.779Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2019-12-02T18:44:22.779Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.29s) [2019-12-02T18:44:22.779Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.20s) [2019-12-02T18:44:22.779Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.08s) [2019-12-02T18:44:22.779Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.86s) [2019-12-02T18:44:22.779Z] PASS [2019-12-02T18:44:22.779Z] [2019-12-02T18:44:22.779Z] DONE 8 tests in 16.689s [2019-12-02T18:44:22.779Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-12-02T18:44:22.779Z] ++ 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-12-02T18:44:22.779Z] ++ set -e [2019-12-02T18:44:22.779Z] ++ '[' -n 0 ']' [2019-12-02T18:44:22.779Z] ++ set -x [2019-12-02T18:44:22.779Z] ++ 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-12-02T18:44:22.978Z] testing: warning: no tests to run [2019-12-02T18:44:22.978Z] coverage: [no statements] [2019-12-02T18:44:22.978Z] ok github.com/docker/docker/pkg/term/windows 0.017s coverage: [no statements] [no tests to run] [2019-12-02T18:44:23.150Z] testing: warning: no tests to run [2019-12-02T18:44:23.150Z] PASS [2019-12-02T18:44:23.150Z] [2019-12-02T18:44:23.150Z] DONE 0 tests in 0.087s [2019-12-02T18:44:23.150Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-12-02T18:44:23.150Z] ++ 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-12-02T18:44:23.150Z] ++ set -e [2019-12-02T18:44:23.150Z] ++ '[' -n 0 ']' [2019-12-02T18:44:23.150Z] ++ set -x [2019-12-02T18:44:23.150Z] ++ 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-12-02T18:44:23.150Z] INFO: Testing against a local daemon [2019-12-02T18:44:23.150Z] === RUN TestAuthZPluginAllowRequest [2019-12-02T18:44:23.321Z] ok github.com/docker/docker/pkg/term 0.011s coverage: 85.9% of statements [2019-12-02T18:44:23.660Z] ok github.com/docker/docker/pkg/tarsum 0.224s coverage: 89.3% of statements [2019-12-02T18:44:23.999Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2019-12-02T18:44:23.999Z] ok github.com/docker/docker/pkg/urlutil 0.006s coverage: 100.0% of statements [2019-12-02T18:44:24.732Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2019-12-02T18:44:25.112Z] --- PASS: TestAuthZPluginAllowRequest (1.75s) [2019-12-02T18:44:25.112Z] === RUN TestAuthZPluginTLS [2019-12-02T18:44:25.472Z] --- PASS: TestAuthZPluginTLS (0.54s) [2019-12-02T18:44:25.472Z] === RUN TestAuthZPluginDenyRequest [2019-12-02T18:44:25.837Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2019-12-02T18:44:25.837Z] === RUN TestAuthZPluginAPIDenyResponse [2019-12-02T18:44:26.437Z] ok github.com/docker/docker/plugin/v2 0.016s coverage: 14.5% of statements [2019-12-02T18:44:26.630Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2019-12-02T18:44:26.630Z] === RUN TestAuthZPluginDenyResponse [2019-12-02T18:44:26.995Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-12-02T18:44:26.995Z] === RUN TestAuthZPluginAllowEventStream [2019-12-02T18:44:28.753Z] ok github.com/docker/docker/reference 0.018s coverage: 84.4% of statements [2019-12-02T18:44:28.806Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2019-12-02T18:44:28.806Z] === RUN TestAuthZPluginErrorResponse [2019-12-02T18:44:29.093Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 68.8% of statements [2019-12-02T18:44:29.173Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-12-02T18:44:29.173Z] === RUN TestAuthZPluginErrorRequest [2019-12-02T18:44:30.010Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-12-02T18:44:30.010Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-12-02T18:44:30.275Z] ok github.com/docker/docker/plugin 0.588s coverage: 27.1% of statements [2019-12-02T18:44:30.417Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2019-12-02T18:44:30.417Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-12-02T18:44:31.006Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2019-12-02T18:44:32.190Z] ok github.com/docker/docker/restartmanager 0.006s coverage: 50.9% of statements [2019-12-02T18:44:32.868Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.14s) [2019-12-02T18:44:32.868Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-12-02T18:44:33.905Z] ok github.com/docker/docker/testutil 0.007s coverage: 62.5% of statements [2019-12-02T18:44:33.905Z] ok github.com/docker/docker/runconfig 0.020s coverage: 68.2% of statements [2019-12-02T18:44:34.637Z] ok github.com/docker/docker/registry 0.549s coverage: 56.0% of statements [2019-12-02T18:44:34.702Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.28s) [2019-12-02T18:44:34.703Z] === RUN TestAuthZPluginHeader [2019-12-02T18:44:35.960Z] --- PASS: TestAuthZPluginHeader (0.87s) [2019-12-02T18:44:35.960Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-12-02T18:44:35.960Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-12-02T18:44:35.960Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:44:35.960Z] === RUN TestAuthZPluginV2Disable [2019-12-02T18:44:35.960Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-12-02T18:44:35.960Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:44:35.960Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-12-02T18:44:35.960Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-02T18:44:35.960Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:44:35.960Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-12-02T18:44:35.960Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-02T18:44:35.960Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:44:35.960Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-12-02T18:44:37.383Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-12-02T18:44:37.383Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-12-02T18:44:37.383Z] remote: Enumerating objects: 19, done. [2019-12-02T18:44:37.383Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-12-02T18:44:37.383Z] 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-12-02T18:44:37.383Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-12-02T18:44:37.383Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-12-02T18:44:37.662Z] ok github.com/docker/docker/volume/drivers 0.011s coverage: 36.1% of statements [2019-12-02T18:44:37.720Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/test/unit [2019-12-02T18:44:37.918Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-12-02T18:44:37.918Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-12-02T18:44:39.783Z] --- PASS: TestServiceWithDataPathPortInit (19.88s) [2019-12-02T18:44:39.783Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-12-02T18:44:40.713Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-12-02T18:44:40.717Z] ok github.com/docker/docker/volume/mounts 0.073s coverage: 67.0% of statements [2019-12-02T18:44:40.717Z] ok github.com/docker/docker/volume/local 0.047s coverage: 73.0% of statements [2019-12-02T18:44:41.001Z] ? github.com/docker/docker/api [no test files] [2019-12-02T18:44:42.406Z] ok github.com/docker/docker/volume/service 0.029s coverage: 73.0% of statements [2019-12-02T18:44:42.607Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-12-02T18:44:42.625Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-12-02T18:44:45.542Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-12-02T18:44:47.862Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.31s) [2019-12-02T18:44:47.862Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:nna7hnugtvgd1h3wwxe9c57xk Created:2019-12-02 18:44:39.105963933 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[368ea509b0005bff3cebc4f038cdde03c6789f78bbf6686ed037b26818cad400:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pz1th2fsme834zjwqy9qmvbad EndpointID:099ba834c72e439cd815e721268448223bf1f4f9e4d7f811a7fa236f0cd47378 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a0223b961050543b157617a6485505dd80dd75244fae2a7cd55ca3d4632b2b83 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:568bcd980e69 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pz1th2fsme834zjwqy9qmvbad EndpointID:099ba834c72e439cd815e721268448223bf1f4f9e4d7f811a7fa236f0cd47378 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-12-02T18:44:47.862Z] PASS [2019-12-02T18:44:47.862Z] [2019-12-02T18:44:47.862Z] === Skipped [2019-12-02T18:44:47.862Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-02T18:44:47.862Z] service_test.go:230: FLAKY_TEST [2019-12-02T18:44:47.862Z] [2019-12-02T18:44:47.862Z] [2019-12-02T18:44:47.862Z] DONE 21 tests, 1 skipped in 53.197s [2019-12-02T18:44:47.862Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-12-02T18:44:47.862Z] ++ 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-12-02T18:44:47.862Z] ++ set -e [2019-12-02T18:44:47.862Z] ++ '[' -n 0 ']' [2019-12-02T18:44:47.862Z] ++ set -x [2019-12-02T18:44:47.862Z] ++ 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-12-02T18:44:48.120Z] INFO: Testing against a local daemon [2019-12-02T18:44:48.120Z] === RUN TestDockerNetworkIpvlanPersistance [2019-12-02T18:44:48.120Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-12-02T18:44:48.120Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:44:48.120Z] === RUN TestDockerNetworkIpvlan [2019-12-02T18:44:48.120Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-12-02T18:44:48.120Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:44:48.120Z] PASS [2019-12-02T18:44:48.120Z] [2019-12-02T18:44:48.120Z] === Skipped [2019-12-02T18:44:48.120Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-12-02T18:44:48.120Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:44:48.120Z] [2019-12-02T18:44:48.120Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-12-02T18:44:48.120Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:44:48.120Z] [2019-12-02T18:44:48.120Z] [2019-12-02T18:44:48.120Z] DONE 2 tests, 2 skipped in 0.131s [2019-12-02T18:44:48.120Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-12-02T18:44:48.120Z] ++ 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-12-02T18:44:48.120Z] ++ set -e [2019-12-02T18:44:48.120Z] ++ '[' -n 0 ']' [2019-12-02T18:44:48.120Z] ++ set -x [2019-12-02T18:44:48.120Z] ++ 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-12-02T18:44:48.377Z] INFO: Testing against a local daemon [2019-12-02T18:44:48.377Z] === RUN TestDockerNetworkMacvlanPersistance [2019-12-02T18:44:49.293Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-12-02T18:44:49.736Z] ok github.com/docker/docker/pkg/plugins 33.663s coverage: 76.6% of statements [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/rootless [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/testutil/request [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/volume [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-12-02T18:44:49.736Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === Skipped [2019-12-02T18:44:49.736Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-12-02T18:44:49.736Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-12-02T18:44:49.736Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:44:49.736Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:44:49.736Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:44:49.736Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:44:49.736Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:44:49.736Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:73: No driver to put! [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-12-02T18:44:49.736Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-12-02T18:44:49.736Z] overlay_test.go:49: Fails to compute changes intermittently [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-12-02T18:44:49.736Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:44:49.736Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:44:49.736Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:44:49.736Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:44:49.736Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:44:49.736Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-12-02T18:44:49.736Z] graphtest_unix.go:73: No driver to put! [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-12-02T18:44:49.736Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-12-02T18:44:49.736Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] [2019-12-02T18:44:49.736Z] DONE 2141 tests, 20 skipped in 334.920s [2019-12-02T18:44:49.761Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2019-12-02T18:44:49.761Z] === RUN TestDockerNetworkMacvlan Post stage [Pipeline] junit [2019-12-02T18:44:50.163Z] Recording test results [2019-12-02T18:44:50.270Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [Pipeline] } [2019-12-02T18:44:50.700Z] === RUN TestDockerNetworkMacvlan/Subinterface [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-12-02T18:44:51.242Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-12-02T18:44:51.273Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40180/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/make.sh dynbinary test-integration [2019-12-02T18:44:51.611Z] [2019-12-02T18:44:51.611Z] Removing bundles/ [2019-12-02T18:44:51.611Z] [2019-12-02T18:44:51.611Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-12-02T18:44:51.632Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-12-02T18:44:51.950Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-12-02T18:44:51.950Z] GOOS="" GOARCH="" GOARM="" [2019-12-02T18:44:52.214Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-12-02T18:44:52.564Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-12-02T18:44:53.127Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-12-02T18:44:53.187Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-12-02T18:44:54.058Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-12-02T18:44:54.641Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-12-02T18:44:55.207Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-12-02T18:44:55.572Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-12-02T18:44:55.643Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.81s) [2019-12-02T18:44:55.643Z] PASS [2019-12-02T18:44:55.643Z] [2019-12-02T18:44:55.643Z] === Skipped [2019-12-02T18:44:55.643Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-12-02T18:44:55.643Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:44:55.643Z] [2019-12-02T18:44:55.643Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-12-02T18:44:55.643Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:44:55.643Z] [2019-12-02T18:44:55.643Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-02T18:44:55.643Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:44:55.643Z] [2019-12-02T18:44:55.643Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-02T18:44:55.643Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:44:55.643Z] [2019-12-02T18:44:55.643Z] [2019-12-02T18:44:55.643Z] DONE 17 tests, 4 skipped in 29.500s [2019-12-02T18:44:55.643Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-12-02T18:44:55.643Z] ++ 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-12-02T18:44:55.643Z] ++ set -e [2019-12-02T18:44:55.643Z] ++ '[' -n 0 ']' [2019-12-02T18:44:55.643Z] ++ set -x [2019-12-02T18:44:55.643Z] ++ 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-12-02T18:44:55.643Z] INFO: Testing against a local daemon [2019-12-02T18:44:55.643Z] === RUN TestPluginInvalidJSON [2019-12-02T18:44:55.643Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:44:55.643Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:44:55.643Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:44:55.643Z] --- PASS: TestPluginInvalidJSON (0.01s) [2019-12-02T18:44:55.643Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-12-02T18:44:55.643Z] PASS [2019-12-02T18:44:55.643Z] [2019-12-02T18:44:55.643Z] DONE 2 tests in 0.171s [2019-12-02T18:44:55.643Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-12-02T18:44:55.643Z] ++ 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-12-02T18:44:55.643Z] ++ set -e [2019-12-02T18:44:55.643Z] ++ '[' -n 0 ']' [2019-12-02T18:44:55.643Z] ++ set -x [2019-12-02T18:44:55.643Z] ++ 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-12-02T18:44:55.644Z] INFO: Testing against a local daemon [2019-12-02T18:44:55.644Z] === RUN TestExternalGraphDriver [2019-12-02T18:44:55.644Z] === RUN TestExternalGraphDriver/json [2019-12-02T18:44:55.644Z] === RUN TestExternalGraphDriver/spec [2019-12-02T18:44:55.869Z] ok github.com/docker/docker/api/server 0.019s coverage: 9.0% of statements [2019-12-02T18:44:56.187Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-12-02T18:44:56.942Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-12-02T18:44:56.942Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-12-02T18:44:57.061Z] === RUN TestExternalGraphDriver/pull [2019-12-02T18:44:57.199Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-12-02T18:44:59.586Z] --- PASS: TestExternalGraphDriver (6.38s) [2019-12-02T18:44:59.586Z] --- PASS: TestExternalGraphDriver/json (2.07s) [2019-12-02T18:44:59.586Z] --- PASS: TestExternalGraphDriver/spec (2.01s) [2019-12-02T18:44:59.586Z] --- PASS: TestExternalGraphDriver/pull (2.12s) [2019-12-02T18:44:59.586Z] === RUN TestGraphdriverPluginV2 [2019-12-02T18:44:59.586Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-12-02T18:44:59.586Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:44:59.586Z] PASS [2019-12-02T18:44:59.586Z] [2019-12-02T18:44:59.586Z] === Skipped [2019-12-02T18:44:59.586Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-12-02T18:44:59.586Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:44:59.586Z] [2019-12-02T18:44:59.586Z] [2019-12-02T18:44:59.586Z] DONE 5 tests, 1 skipped in 6.600s [2019-12-02T18:44:59.586Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-12-02T18:44:59.586Z] ++ 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-12-02T18:44:59.586Z] ++ set -e [2019-12-02T18:44:59.586Z] ++ '[' -n 0 ']' [2019-12-02T18:44:59.586Z] ++ set -x [2019-12-02T18:44:59.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=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-12-02T18:44:59.586Z] INFO: Testing against a local daemon [2019-12-02T18:44:59.586Z] === RUN TestContinueAfterPluginCrash [2019-12-02T18:44:59.586Z] === PAUSE TestContinueAfterPluginCrash [2019-12-02T18:44:59.586Z] === RUN TestDaemonStartWithLogOpt [2019-12-02T18:44:59.586Z] === PAUSE TestDaemonStartWithLogOpt [2019-12-02T18:44:59.586Z] === CONT TestContinueAfterPluginCrash [2019-12-02T18:44:59.586Z] === CONT TestDaemonStartWithLogOpt [2019-12-02T18:45:00.476Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-12-02T18:45:00.900Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-12-02T18:45:01.409Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-12-02T18:45:07.964Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-12-02T18:45:08.895Z] --- PASS: TestDockerNetworkMacvlan (19.32s) [2019-12-02T18:45:08.895Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2019-12-02T18:45:08.896Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-12-02T18:45:08.896Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.94s) [2019-12-02T18:45:08.896Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.13s) [2019-12-02T18:45:08.896Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.35s) [2019-12-02T18:45:08.896Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.47s) [2019-12-02T18:45:08.896Z] PASS [2019-12-02T18:45:08.896Z] [2019-12-02T18:45:08.896Z] DONE 8 tests in 20.909s [2019-12-02T18:45:09.153Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-12-02T18:45:09.153Z] ++ 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-12-02T18:45:09.153Z] ++ set -e [2019-12-02T18:45:09.153Z] ++ '[' -n 0 ']' [2019-12-02T18:45:09.153Z] ++ set -x [2019-12-02T18:45:09.153Z] ++ 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-12-02T18:45:09.153Z] testing: warning: no tests to run [2019-12-02T18:45:09.153Z] PASS [2019-12-02T18:45:09.153Z] [2019-12-02T18:45:09.153Z] DONE 0 tests in 0.024s [2019-12-02T18:45:09.153Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-12-02T18:45:09.153Z] ++ 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-12-02T18:45:09.153Z] ++ set -e [2019-12-02T18:45:09.153Z] ++ '[' -n 0 ']' [2019-12-02T18:45:09.153Z] ++ set -x [2019-12-02T18:45:09.153Z] ++ 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-12-02T18:45:09.153Z] INFO: Testing against a local daemon [2019-12-02T18:45:09.153Z] === RUN TestAuthZPluginAllowRequest [2019-12-02T18:45:09.716Z] === RUN TestDockerSuite/TestBuildExpose [2019-12-02T18:45:10.281Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-12-02T18:45:10.846Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-12-02T18:45:11.102Z] --- PASS: TestAuthZPluginAllowRequest (1.85s) [2019-12-02T18:45:11.102Z] === RUN TestAuthZPluginTLS [2019-12-02T18:45:11.104Z] --- PASS: TestDaemonStartWithLogOpt (11.29s) [2019-12-02T18:45:11.271Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-12-02T18:45:11.360Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-12-02T18:45:11.617Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-12-02T18:45:11.617Z] === RUN TestAuthZPluginDenyRequest [2019-12-02T18:45:11.874Z] === RUN TestDockerSuite/TestBuildFails [2019-12-02T18:45:12.132Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-12-02T18:45:12.132Z] === RUN TestAuthZPluginAPIDenyResponse [2019-12-02T18:45:12.695Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-12-02T18:45:12.695Z] === RUN TestAuthZPluginDenyResponse [2019-12-02T18:45:12.695Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-12-02T18:45:12.953Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-12-02T18:45:13.210Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2019-12-02T18:45:13.210Z] === RUN TestAuthZPluginAllowEventStream [2019-12-02T18:45:14.199Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-12-02T18:45:15.108Z] --- PASS: TestAuthZPluginAllowEventStream (1.68s) [2019-12-02T18:45:15.108Z] === RUN TestAuthZPluginErrorResponse [2019-12-02T18:45:15.365Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-12-02T18:45:15.623Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-12-02T18:45:15.623Z] === RUN TestAuthZPluginErrorRequest [2019-12-02T18:45:16.112Z] --- PASS: TestContinueAfterPluginCrash (16.19s) [2019-12-02T18:45:16.112Z] PASS [2019-12-02T18:45:16.112Z] [2019-12-02T18:45:16.112Z] DONE 2 tests in 16.398s [2019-12-02T18:45:16.112Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-12-02T18:45:16.112Z] ++ 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-12-02T18:45:16.112Z] ++ set -e [2019-12-02T18:45:16.112Z] ++ '[' -n 0 ']' [2019-12-02T18:45:16.112Z] ++ set -x [2019-12-02T18:45:16.112Z] ++ 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-12-02T18:45:16.112Z] INFO: Testing against a local daemon [2019-12-02T18:45:16.112Z] === RUN TestPluginWithDevMounts [2019-12-02T18:45:16.112Z] === PAUSE TestPluginWithDevMounts [2019-12-02T18:45:16.112Z] === CONT TestPluginWithDevMounts [2019-12-02T18:45:16.223Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-12-02T18:45:16.223Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-12-02T18:45:16.789Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-12-02T18:45:16.789Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-12-02T18:45:17.116Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-12-02T18:45:18.072Z] --- PASS: TestPluginWithDevMounts (2.02s) [2019-12-02T18:45:18.073Z] PASS [2019-12-02T18:45:18.073Z] [2019-12-02T18:45:18.073Z] DONE 1 tests in 2.274s [2019-12-02T18:45:18.073Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-12-02T18:45:18.073Z] ++ 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-12-02T18:45:18.073Z] ++ set -e [2019-12-02T18:45:18.073Z] ++ '[' -n 0 ']' [2019-12-02T18:45:18.073Z] ++ set -x [2019-12-02T18:45:18.073Z] ++ 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-12-02T18:45:18.073Z] INFO: Testing against a local daemon [2019-12-02T18:45:18.073Z] === RUN TestSecretInspect [2019-12-02T18:45:18.160Z] === RUN TestDockerSuite/TestBuildForceRm [2019-12-02T18:45:18.724Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.04s) [2019-12-02T18:45:18.724Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-12-02T18:45:20.096Z] === RUN TestDockerSuite/TestBuildFromGit [2019-12-02T18:45:20.660Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.06s) [2019-12-02T18:45:20.661Z] === RUN TestAuthZPluginHeader [2019-12-02T18:45:20.872Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-12-02T18:45:21.226Z] --- PASS: TestSecretInspect (2.89s) [2019-12-02T18:45:21.226Z] === RUN TestSecretList [2019-12-02T18:45:21.592Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-12-02T18:45:21.592Z] --- PASS: TestAuthZPluginHeader (0.85s) [2019-12-02T18:45:21.592Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-12-02T18:45:21.849Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-12-02T18:45:23.219Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-12-02T18:45:23.789Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-12-02T18:45:24.414Z] --- PASS: TestSecretList (2.87s) [2019-12-02T18:45:24.414Z] === RUN TestSecretsCreateAndDelete [2019-12-02T18:45:25.744Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-12-02T18:45:26.308Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-12-02T18:45:26.566Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-12-02T18:45:26.566Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.10s) [2019-12-02T18:45:26.566Z] === RUN TestAuthZPluginV2Disable [2019-12-02T18:45:26.708Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-12-02T18:45:26.900Z] --- PASS: TestSecretsCreateAndDelete (2.94s) [2019-12-02T18:45:26.900Z] === RUN TestSecretsUpdate [2019-12-02T18:45:29.091Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-12-02T18:45:30.087Z] --- PASS: TestSecretsUpdate (2.97s) [2019-12-02T18:45:30.087Z] === RUN TestTemplatedSecret [2019-12-02T18:45:30.462Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-12-02T18:45:30.462Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:45:30.462Z] INFO: Testing against a local daemon [2019-12-02T18:45:30.462Z] === RUN TestBuildWithSession [2019-12-02T18:45:30.462Z] --- SKIP: TestBuildWithSession (0.00s) [2019-12-02T18:45:30.462Z] build_session_test.go:25: TODO: BuildKit [2019-12-02T18:45:30.462Z] === RUN TestBuildSquashParent [2019-12-02T18:45:30.462Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-12-02T18:45:30.462Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:30.462Z] === RUN TestBuildWithRemoveAndForceRemove [2019-12-02T18:45:30.462Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-12-02T18:45:30.462Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:45:30.462Z] === RUN TestBuildMultiStageCopy [2019-12-02T18:45:30.462Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-12-02T18:45:30.987Z] --- PASS: TestAuthZPluginV2Disable (3.97s) [2019-12-02T18:45:30.987Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-12-02T18:45:30.987Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-12-02T18:45:33.391Z] --- PASS: TestTemplatedSecret (3.64s) [2019-12-02T18:45:33.391Z] === RUN TestSecretCreateResolve [2019-12-02T18:45:33.508Z] === RUN TestDockerSuite/TestBuildHistory [2019-12-02T18:45:34.438Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.87s) [2019-12-02T18:45:34.438Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-12-02T18:45:36.691Z] --- PASS: TestSecretCreateResolve (3.06s) [2019-12-02T18:45:36.691Z] PASS [2019-12-02T18:45:36.691Z] [2019-12-02T18:45:36.691Z] DONE 6 tests in 18.501s [2019-12-02T18:45:36.691Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-12-02T18:45:36.691Z] ++ 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-12-02T18:45:36.691Z] ++ set -e [2019-12-02T18:45:36.691Z] ++ '[' -n 0 ']' [2019-12-02T18:45:36.691Z] ++ set -x [2019-12-02T18:45:36.691Z] ++ 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-12-02T18:45:36.691Z] INFO: Testing against a local daemon [2019-12-02T18:45:36.691Z] === RUN TestServiceCreateInit [2019-12-02T18:45:36.691Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-12-02T18:45:40.985Z] === RUN TestDockerSuite/TestBuildIidFile [2019-12-02T18:45:40.985Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-12-02T18:45:41.242Z] === RUN TestDockerSuite/TestBuildInheritance [2019-12-02T18:45:41.744Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-12-02T18:45:42.987Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-12-02T18:45:42.987Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-12-02T18:45:43.448Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-12-02T18:45:43.766Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-12-02T18:45:44.023Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-12-02T18:45:44.280Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-12-02T18:45:44.998Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-12-02T18:45:45.211Z] === RUN TestDockerSuite/TestBuildLabel [2019-12-02T18:45:45.774Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-12-02T18:45:46.349Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-12-02T18:45:46.542Z] --- PASS: TestBuildMultiStageCopy (16.34s) [2019-12-02T18:45:46.542Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.56s) [2019-12-02T18:45:46.542Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.84s) [2019-12-02T18:45:46.542Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.10s) [2019-12-02T18:45:46.542Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.30s) [2019-12-02T18:45:46.542Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.53s) [2019-12-02T18:45:46.542Z] === RUN TestBuildMultiStageParentConfig [2019-12-02T18:45:46.542Z] --- SKIP: TestBuildMultiStageParentConfig (0.01s) [2019-12-02T18:45:46.542Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:45:46.542Z] === RUN TestBuildLabelWithTargets [2019-12-02T18:45:46.542Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-12-02T18:45:46.542Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:45:46.542Z] === RUN TestBuildWithEmptyLayers [2019-12-02T18:45:46.608Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-12-02T18:45:46.900Z] --- PASS: TestServiceCreateInit (9.76s) [2019-12-02T18:45:46.900Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.99s) [2019-12-02T18:45:46.900Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.75s) [2019-12-02T18:45:46.900Z] === RUN TestCreateServiceMultipleTimes [2019-12-02T18:45:47.173Z] === RUN TestDockerSuite/TestBuildLabels [2019-12-02T18:45:47.173Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.70s) [2019-12-02T18:45:47.173Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-12-02T18:45:47.514Z] --- PASS: TestBuildWithEmptyLayers (1.21s) [2019-12-02T18:45:47.514Z] === RUN TestBuildMultiStageOnBuild [2019-12-02T18:45:47.514Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-12-02T18:45:47.514Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:45:47.514Z] === RUN TestBuildUncleanTarFilenames [2019-12-02T18:45:47.514Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-12-02T18:45:47.514Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:45:47.514Z] === RUN TestBuildMultiStageLayerLeak [2019-12-02T18:45:47.514Z] --- SKIP: TestBuildMultiStageLayerLeak (0.01s) [2019-12-02T18:45:47.514Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:45:47.514Z] === RUN TestBuildWithHugeFile [2019-12-02T18:45:47.514Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-12-02T18:45:47.514Z] build_test.go:491: testEnv.OSType == "windows" [2019-12-02T18:45:47.514Z] === RUN TestBuildWithEmptyDockerfile [2019-12-02T18:45:47.514Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:45:47.514Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:45:47.514Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:45:47.514Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:45:47.514Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:45:47.514Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:45:47.737Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-12-02T18:45:47.976Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:45:47.976Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:45:47.976Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:45:47.976Z] --- PASS: TestBuildWithEmptyDockerfile (0.47s) [2019-12-02T18:45:47.976Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-12-02T18:45:47.976Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2019-12-02T18:45:47.976Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-12-02T18:45:47.976Z] === RUN TestBuildPreserveOwnership [2019-12-02T18:45:47.976Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2019-12-02T18:45:47.976Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:45:47.976Z] === RUN TestBuildPlatformInvalid [2019-12-02T18:45:47.976Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2019-12-02T18:45:47.976Z] PASS [2019-12-02T18:45:47.976Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-12-02T18:45:47.976Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:45:47.976Z] INFO: Testing against a local daemon [2019-12-02T18:45:47.976Z] === RUN TestConfigList [2019-12-02T18:45:47.976Z] --- SKIP: TestConfigList (0.00s) [2019-12-02T18:45:47.976Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:47.976Z] === RUN TestConfigsCreateAndDelete [2019-12-02T18:45:47.976Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-12-02T18:45:47.976Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:47.976Z] === RUN TestConfigsUpdate [2019-12-02T18:45:47.976Z] --- SKIP: TestConfigsUpdate (0.01s) [2019-12-02T18:45:47.976Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:47.976Z] === RUN TestTemplatedConfig [2019-12-02T18:45:47.976Z] --- SKIP: TestTemplatedConfig (0.01s) [2019-12-02T18:45:47.976Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:47.976Z] === RUN TestConfigInspect [2019-12-02T18:45:47.976Z] --- SKIP: TestConfigInspect (0.00s) [2019-12-02T18:45:47.976Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:47.976Z] === RUN TestConfigCreateWithLabels [2019-12-02T18:45:47.976Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-12-02T18:45:47.976Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:45:47.976Z] === RUN TestConfigCreateResolve [2019-12-02T18:45:47.976Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-12-02T18:45:47.976Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:45:47.976Z] === RUN TestConfigDaemonLibtrustID [2019-12-02T18:45:47.976Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-12-02T18:45:47.976Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:45:47.976Z] PASS [2019-12-02T18:45:47.976Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-12-02T18:45:48.301Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-12-02T18:45:48.437Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:45:48.437Z] INFO: Testing against a local daemon [2019-12-02T18:45:48.437Z] === RUN TestCheckpoint [2019-12-02T18:45:48.437Z] --- SKIP: TestCheckpoint (0.00s) [2019-12-02T18:45:48.437Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-02T18:45:48.437Z] === RUN TestContainerInvalidJSON [2019-12-02T18:45:48.437Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:45:48.437Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:45:48.437Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:45:48.437Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:45:48.437Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:45:48.437Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:45:48.437Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:45:48.437Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:45:48.437Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:45:48.437Z] --- PASS: TestContainerInvalidJSON (0.05s) [2019-12-02T18:45:48.437Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-12-02T18:45:48.437Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-12-02T18:45:48.437Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-12-02T18:45:48.437Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-12-02T18:45:48.437Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-12-02T18:45:48.437Z] copy_test.go:25: testEnv.OSType == "windows" [2019-12-02T18:45:48.437Z] === RUN TestCopyFromContainerPathIsNotDir [2019-12-02T18:45:48.437Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2019-12-02T18:45:48.437Z] copy_test.go:39: testEnv.OSType == "windows" [2019-12-02T18:45:48.437Z] === RUN TestCopyToContainerPathDoesNotExist [2019-12-02T18:45:48.437Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-12-02T18:45:48.437Z] copy_test.go:51: testEnv.OSType == "windows" [2019-12-02T18:45:48.437Z] === RUN TestCopyToContainerPathIsNotDir [2019-12-02T18:45:48.437Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-12-02T18:45:48.437Z] copy_test.go:65: testEnv.OSType == "windows" [2019-12-02T18:45:48.437Z] === RUN TestCopyFromContainer [2019-12-02T18:45:48.437Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-12-02T18:45:48.437Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:48.437Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-12-02T18:45:48.437Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:45:48.437Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:45:48.437Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:45:48.437Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:45:48.437Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:45:48.437Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:45:48.437Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:45:48.437Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:45:48.437Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:45:48.437Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-12-02T18:45:48.437Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-12-02T18:45:48.437Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-12-02T18:45:48.437Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-12-02T18:45:48.437Z] === RUN TestCreateLinkToNonExistingContainer [2019-12-02T18:45:48.437Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-12-02T18:45:48.437Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-12-02T18:45:48.437Z] === RUN TestCreateWithInvalidEnv [2019-12-02T18:45:48.437Z] === RUN TestCreateWithInvalidEnv/0 [2019-12-02T18:45:48.437Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-12-02T18:45:48.437Z] === RUN TestCreateWithInvalidEnv/1 [2019-12-02T18:45:48.437Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-12-02T18:45:48.437Z] === RUN TestCreateWithInvalidEnv/2 [2019-12-02T18:45:48.437Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-12-02T18:45:48.437Z] === CONT TestCreateWithInvalidEnv/0 [2019-12-02T18:45:48.437Z] === CONT TestCreateWithInvalidEnv/2 [2019-12-02T18:45:48.437Z] === CONT TestCreateWithInvalidEnv/1 [2019-12-02T18:45:48.437Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-12-02T18:45:48.437Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-12-02T18:45:48.437Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-12-02T18:45:48.437Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-12-02T18:45:48.437Z] === RUN TestCreateTmpfsMountsTarget [2019-12-02T18:45:48.437Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-12-02T18:45:48.437Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:48.437Z] === RUN TestCreateWithCustomMaskedPaths [2019-12-02T18:45:48.437Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-12-02T18:45:48.437Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:45:48.437Z] === RUN TestCreateWithCapabilities [2019-12-02T18:45:48.437Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-12-02T18:45:48.437Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-12-02T18:45:48.437Z] === RUN TestCreateWithCustomReadonlyPaths [2019-12-02T18:45:48.437Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-12-02T18:45:48.437Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:45:48.437Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-12-02T18:45:48.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:45:48.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:45:48.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:45:48.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:45:48.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:45:48.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:45:48.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:45:48.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:45:48.437Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:45:48.437Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:45:48.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:45:48.437Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:45:48.438Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:45:48.438Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:45:48.438Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:45:48.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-12-02T18:45:48.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-12-02T18:45:48.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-12-02T18:45:48.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-12-02T18:45:48.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-12-02T18:45:48.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-12-02T18:45:48.438Z] === RUN TestDiff [2019-12-02T18:45:48.438Z] --- SKIP: TestDiff (0.00s) [2019-12-02T18:45:48.438Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-12-02T18:45:48.438Z] === RUN TestExecWithCloseStdin [2019-12-02T18:45:48.874Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-12-02T18:45:51.352Z] --- PASS: TestExecWithCloseStdin (2.46s) [2019-12-02T18:45:51.352Z] === RUN TestExec [2019-12-02T18:45:51.352Z] --- SKIP: TestExec (0.00s) [2019-12-02T18:45:51.352Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-12-02T18:45:51.352Z] === RUN TestExecUser [2019-12-02T18:45:51.352Z] --- SKIP: TestExecUser (0.00s) [2019-12-02T18:45:51.352Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-12-02T18:45:51.352Z] === RUN TestExportContainerAndImportImage [2019-12-02T18:45:51.352Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-12-02T18:45:51.352Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:51.352Z] === RUN TestExportContainerAfterDaemonRestart [2019-12-02T18:45:51.352Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-12-02T18:45:51.352Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:51.352Z] === RUN TestHealthCheckWorkdir [2019-12-02T18:45:51.352Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-12-02T18:45:51.352Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-12-02T18:45:51.352Z] === RUN TestHealthKillContainer [2019-12-02T18:45:51.352Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-12-02T18:45:51.352Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-12-02T18:45:51.352Z] === RUN TestInspectCpusetInConfigPre120 [2019-12-02T18:45:51.352Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-12-02T18:45:51.352Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-12-02T18:45:51.352Z] === RUN TestKillContainerInvalidSignal [2019-12-02T18:45:52.895Z] --- PASS: TestKillContainerInvalidSignal (1.83s) [2019-12-02T18:45:52.895Z] === RUN TestKillContainer [2019-12-02T18:45:52.895Z] --- SKIP: TestKillContainer (0.00s) [2019-12-02T18:45:52.895Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-12-02T18:45:52.895Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-12-02T18:45:52.895Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-12-02T18:45:52.895Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-12-02T18:45:52.895Z] === RUN TestKillStoppedContainer [2019-12-02T18:45:52.895Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-12-02T18:45:52.895Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-12-02T18:45:52.895Z] === RUN TestKillStoppedContainerAPIPre120 [2019-12-02T18:45:52.895Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-12-02T18:45:52.895Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-12-02T18:45:52.895Z] === RUN TestKillDifferentUserContainer [2019-12-02T18:45:52.895Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-12-02T18:45:52.895Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-12-02T18:45:52.895Z] === RUN TestInspectOomKilledTrue [2019-12-02T18:45:52.895Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-12-02T18:45:52.895Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:45:52.895Z] === RUN TestInspectOomKilledFalse [2019-12-02T18:45:52.895Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-12-02T18:45:52.895Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-12-02T18:45:52.895Z] === RUN TestLogsFollowTailEmpty [2019-12-02T18:45:53.052Z] === RUN TestDockerSuite/TestBuildLastModified [2019-12-02T18:45:55.083Z] --- PASS: TestLogsFollowTailEmpty (1.93s) [2019-12-02T18:45:55.083Z] === RUN TestNetworkNat [2019-12-02T18:45:55.083Z] --- SKIP: TestNetworkNat (0.00s) [2019-12-02T18:45:55.083Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-12-02T18:45:55.083Z] === RUN TestNetworkLocalhostTCPNat [2019-12-02T18:45:55.083Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-12-02T18:45:55.083Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:45:55.083Z] === RUN TestNetworkLoopbackNat [2019-12-02T18:45:55.083Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-12-02T18:45:55.083Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-12-02T18:45:55.083Z] === RUN TestPause [2019-12-02T18:45:55.083Z] --- SKIP: TestPause (0.00s) [2019-12-02T18:45:55.083Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-12-02T18:45:55.083Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-12-02T18:45:56.631Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.82s) [2019-12-02T18:45:56.631Z] === RUN TestPauseStopPausedContainer [2019-12-02T18:45:56.631Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-12-02T18:45:56.631Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:45:56.631Z] === RUN TestPsFilter [2019-12-02T18:45:56.631Z] --- PASS: TestPsFilter (0.14s) [2019-12-02T18:45:56.631Z] === RUN TestRemoveContainerWithRemovedVolume [2019-12-02T18:45:58.307Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-12-02T18:45:58.833Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.21s) [2019-12-02T18:45:58.833Z] === RUN TestRemoveContainerWithVolume [2019-12-02T18:46:01.580Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-12-02T18:46:01.749Z] --- PASS: TestRemoveContainerWithVolume (2.55s) [2019-12-02T18:46:01.749Z] === RUN TestRemoveContainerRunning [2019-12-02T18:46:01.837Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-12-02T18:46:01.837Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-12-02T18:46:02.094Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-12-02T18:46:02.094Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-12-02T18:46:02.352Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-12-02T18:46:03.247Z] --- PASS: TestCreateServiceMultipleTimes (16.51s) [2019-12-02T18:46:03.247Z] === RUN TestCreateServiceConflict [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-12-02T18:46:03.550Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 14.7% of statements [2019-12-02T18:46:03.550Z] ok github.com/docker/docker/api/server/middleware 0.019s coverage: 37.7% of statements [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-12-02T18:46:03.550Z] ok github.com/docker/docker/api/server/router/swarm 0.013s coverage: 4.0% of statements [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/container [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/events [no test files] [2019-12-02T18:46:03.550Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/image [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/network [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-12-02T18:46:03.550Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-12-02T18:46:03.550Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2019-12-02T18:46:03.550Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/builder [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-12-02T18:46:03.550Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-12-02T18:46:03.725Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s) [2019-12-02T18:46:03.725Z] PASS [2019-12-02T18:46:03.725Z] [2019-12-02T18:46:03.725Z] DONE 17 tests in 54.757s [2019-12-02T18:46:03.725Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-12-02T18:46:03.725Z] ++ 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-12-02T18:46:03.725Z] ++ set -e [2019-12-02T18:46:03.725Z] ++ '[' -n 0 ']' [2019-12-02T18:46:03.725Z] ++ set -x [2019-12-02T18:46:03.725Z] ++ 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-12-02T18:46:03.808Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2019-12-02T18:46:03.939Z] --- PASS: TestRemoveContainerRunning (2.04s) [2019-12-02T18:46:03.939Z] === RUN TestRemoveContainerForceRemoveRunning [2019-12-02T18:46:03.983Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-12-02T18:46:03.983Z] INFO: Testing against a local daemon [2019-12-02T18:46:03.983Z] === RUN TestPluginInvalidJSON [2019-12-02T18:46:03.983Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:46:03.983Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:46:03.983Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:46:03.983Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-12-02T18:46:03.983Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2019-12-02T18:46:03.983Z] PASS [2019-12-02T18:46:03.983Z] [2019-12-02T18:46:03.983Z] DONE 2 tests in 0.146s [2019-12-02T18:46:03.983Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-12-02T18:46:03.983Z] ++ 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-12-02T18:46:03.983Z] ++ set -e [2019-12-02T18:46:03.983Z] ++ '[' -n 0 ']' [2019-12-02T18:46:03.983Z] ++ set -x [2019-12-02T18:46:03.983Z] ++ 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-12-02T18:46:04.240Z] INFO: Testing against a local daemon [2019-12-02T18:46:04.240Z] === RUN TestExternalGraphDriver [2019-12-02T18:46:04.240Z] === RUN TestExternalGraphDriver/json [2019-12-02T18:46:05.489Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.88s) [2019-12-02T18:46:05.489Z] === RUN TestRemoveInvalidContainer [2019-12-02T18:46:05.489Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-12-02T18:46:05.489Z] === RUN TestRenameLinkedContainer [2019-12-02T18:46:05.489Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-12-02T18:46:05.489Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-12-02T18:46:05.489Z] === RUN TestRenameStoppedContainer [2019-12-02T18:46:05.611Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-12-02T18:46:05.667Z] --- PASS: TestCreateServiceConflict (2.83s) [2019-12-02T18:46:05.667Z] === RUN TestCreateServiceMaxReplicas [2019-12-02T18:46:06.541Z] === RUN TestExternalGraphDriver/spec [2019-12-02T18:46:07.675Z] --- PASS: TestRenameStoppedContainer (2.31s) [2019-12-02T18:46:07.675Z] === RUN TestRenameRunningContainerAndReuse [2019-12-02T18:46:08.019Z] ok github.com/docker/docker/builder/remotecontext 0.192s coverage: 13.6% of statements [2019-12-02T18:46:08.019Z] ok github.com/docker/docker/builder/dockerfile 0.526s coverage: 48.2% of statements [2019-12-02T18:46:08.954Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2019-12-02T18:46:09.068Z] === RUN TestExternalGraphDriver/pull [2019-12-02T18:46:09.631Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-12-02T18:46:09.807Z] --- PASS: TestCreateServiceMaxReplicas (3.48s) [2019-12-02T18:46:09.807Z] === RUN TestCreateWithDuplicateNetworkNames [2019-12-02T18:46:09.886Z] ok github.com/docker/docker/builder/remotecontext/git 1.266s coverage: 85.1% of statements [2019-12-02T18:46:09.886Z] ? github.com/docker/docker/cli [no test files] [2019-12-02T18:46:09.886Z] ? github.com/docker/docker/cli/config [no test files] [2019-12-02T18:46:11.003Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-12-02T18:46:11.003Z] --- PASS: TestExternalGraphDriver (6.83s) [2019-12-02T18:46:11.003Z] --- PASS: TestExternalGraphDriver/json (2.14s) [2019-12-02T18:46:11.003Z] --- PASS: TestExternalGraphDriver/spec (2.30s) [2019-12-02T18:46:11.003Z] --- PASS: TestExternalGraphDriver/pull (2.29s) [2019-12-02T18:46:11.003Z] === RUN TestGraphdriverPluginV2 [2019-12-02T18:46:11.260Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-12-02T18:46:11.428Z] --- PASS: TestRenameRunningContainerAndReuse (3.83s) [2019-12-02T18:46:11.428Z] === RUN TestRenameInvalidName [2019-12-02T18:46:12.192Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-12-02T18:46:14.071Z] ok github.com/docker/docker/client 0.159s coverage: 75.8% of statements [2019-12-02T18:46:16.369Z] --- PASS: TestGraphdriverPluginV2 (5.32s) [2019-12-02T18:46:16.369Z] PASS [2019-12-02T18:46:16.369Z] [2019-12-02T18:46:16.369Z] DONE 5 tests in 12.310s [2019-12-02T18:46:16.369Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-12-02T18:46:16.369Z] ++ 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-12-02T18:46:16.369Z] ++ set -e [2019-12-02T18:46:16.369Z] ++ '[' -n 0 ']' [2019-12-02T18:46:16.369Z] ++ set -x [2019-12-02T18:46:16.369Z] ++ 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-12-02T18:46:16.626Z] INFO: Testing against a local daemon [2019-12-02T18:46:16.626Z] === RUN TestContinueAfterPluginCrash [2019-12-02T18:46:16.626Z] === PAUSE TestContinueAfterPluginCrash [2019-12-02T18:46:16.626Z] === RUN TestDaemonStartWithLogOpt [2019-12-02T18:46:16.626Z] === PAUSE TestDaemonStartWithLogOpt [2019-12-02T18:46:16.626Z] === CONT TestContinueAfterPluginCrash [2019-12-02T18:46:16.626Z] === CONT TestDaemonStartWithLogOpt [2019-12-02T18:46:23.361Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.12s) [2019-12-02T18:46:23.361Z] === RUN TestCreateServiceSecretFileMode [2019-12-02T18:46:23.829Z] --- PASS: TestRenameInvalidName (12.19s) [2019-12-02T18:46:23.829Z] === RUN TestRenameAnonymousContainer [2019-12-02T18:46:23.829Z] --- SKIP: TestRenameAnonymousContainer (0.01s) [2019-12-02T18:46:23.829Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-12-02T18:46:23.829Z] === RUN TestRenameContainerWithSameName [2019-12-02T18:46:26.017Z] --- PASS: TestRenameContainerWithSameName (1.86s) [2019-12-02T18:46:26.018Z] === RUN TestRenameContainerWithLinkedContainer [2019-12-02T18:46:26.018Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-12-02T18:46:26.018Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-12-02T18:46:26.018Z] === RUN TestResize [2019-12-02T18:46:26.018Z] --- SKIP: TestResize (0.00s) [2019-12-02T18:46:26.018Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-12-02T18:46:26.018Z] === RUN TestResizeWithInvalidSize [2019-12-02T18:46:26.018Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-12-02T18:46:26.018Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-12-02T18:46:26.018Z] === RUN TestResizeWhenContainerNotStarted [2019-12-02T18:46:26.595Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-12-02T18:46:26.736Z] --- PASS: TestCreateServiceSecretFileMode (3.25s) [2019-12-02T18:46:26.736Z] === RUN TestCreateServiceConfigFileMode [2019-12-02T18:46:28.206Z] --- PASS: TestResizeWhenContainerNotStarted (2.14s) [2019-12-02T18:46:28.206Z] === RUN TestDaemonRestartKillContainers [2019-12-02T18:46:28.206Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-12-02T18:46:28.206Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:46:28.206Z] === RUN TestStats [2019-12-02T18:46:28.206Z] --- SKIP: TestStats (0.00s) [2019-12-02T18:46:28.206Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-12-02T18:46:28.206Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-12-02T18:46:29.925Z] --- PASS: TestCreateServiceConfigFileMode (3.21s) [2019-12-02T18:46:29.925Z] === RUN TestCreateServiceSysctls [2019-12-02T18:46:31.850Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-12-02T18:46:31.850Z] --- PASS: TestDaemonStartWithLogOpt (15.36s) [2019-12-02T18:46:32.414Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-12-02T18:46:33.911Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-12-02T18:46:34.133Z] --- PASS: TestCreateServiceSysctls (4.23s) [2019-12-02T18:46:34.133Z] === RUN TestCreateServiceCapabilities [2019-12-02T18:46:34.140Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.06s) [2019-12-02T18:46:34.140Z] === RUN TestStopContainerWithTimeout [2019-12-02T18:46:34.140Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-12-02T18:46:34.140Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-12-02T18:46:34.140Z] === RUN TestUpdateRestartPolicy [2019-12-02T18:46:35.281Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-12-02T18:46:35.281Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-12-02T18:46:37.180Z] --- PASS: TestContinueAfterPluginCrash (20.68s) [2019-12-02T18:46:37.180Z] PASS [2019-12-02T18:46:37.180Z] [2019-12-02T18:46:37.180Z] DONE 2 tests in 20.850s [2019-12-02T18:46:37.180Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-12-02T18:46:37.180Z] ++ 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-12-02T18:46:37.180Z] ++ set -e [2019-12-02T18:46:37.180Z] ++ '[' -n 0 ']' [2019-12-02T18:46:37.180Z] ++ set -x [2019-12-02T18:46:37.181Z] ++ 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-12-02T18:46:37.318Z] --- PASS: TestCreateServiceCapabilities (3.20s) [2019-12-02T18:46:37.318Z] === RUN TestInspect [2019-12-02T18:46:37.437Z] INFO: Testing against a local daemon [2019-12-02T18:46:37.437Z] === RUN TestPluginWithDevMounts [2019-12-02T18:46:37.437Z] === PAUSE TestPluginWithDevMounts [2019-12-02T18:46:37.437Z] === CONT TestPluginWithDevMounts [2019-12-02T18:46:38.369Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-12-02T18:46:39.742Z] --- PASS: TestPluginWithDevMounts (2.26s) [2019-12-02T18:46:39.742Z] PASS [2019-12-02T18:46:39.742Z] [2019-12-02T18:46:39.742Z] DONE 1 tests in 2.433s [2019-12-02T18:46:39.742Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-12-02T18:46:39.742Z] ++ 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-12-02T18:46:39.742Z] ++ set -e [2019-12-02T18:46:39.742Z] ++ '[' -n 0 ']' [2019-12-02T18:46:39.742Z] ++ set -x [2019-12-02T18:46:39.742Z] ++ 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-12-02T18:46:39.999Z] INFO: Testing against a local daemon [2019-12-02T18:46:39.999Z] === RUN TestSecretInspect [2019-12-02T18:46:41.494Z] --- PASS: TestInspect (3.44s) [2019-12-02T18:46:41.495Z] === RUN TestServiceListWithStatuses [2019-12-02T18:46:41.495Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-12-02T18:46:41.495Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-02T18:46:41.495Z] === RUN TestDockerNetworkConnectAlias [2019-12-02T18:46:41.894Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-12-02T18:46:42.826Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-12-02T18:46:43.757Z] --- PASS: TestSecretInspect (3.79s) [2019-12-02T18:46:43.757Z] === RUN TestSecretList [2019-12-02T18:46:45.128Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-12-02T18:46:45.385Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-12-02T18:46:46.546Z] --- PASS: TestDockerNetworkConnectAlias (5.73s) [2019-12-02T18:46:46.546Z] === RUN TestDockerNetworkReConnect [2019-12-02T18:46:46.760Z] --- PASS: TestSecretList (3.03s) [2019-12-02T18:46:46.760Z] === RUN TestSecretsCreateAndDelete [2019-12-02T18:46:47.692Z] === RUN TestDockerSuite/TestBuildNetNone [2019-12-02T18:46:48.623Z] === RUN TestDockerSuite/TestBuildNoContext [2019-12-02T18:46:49.555Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-12-02T18:46:49.813Z] --- PASS: TestSecretsCreateAndDelete (3.19s) [2019-12-02T18:46:49.813Z] === RUN TestSecretsUpdate [2019-12-02T18:46:50.762Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-12-02T18:46:51.633Z] --- PASS: TestDockerNetworkReConnect (4.84s) [2019-12-02T18:46:51.633Z] === RUN TestServicePlugin [2019-12-02T18:46:51.633Z] --- SKIP: TestServicePlugin (0.00s) [2019-12-02T18:46:51.633Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:46:51.633Z] === RUN TestServiceUpdateLabel [2019-12-02T18:46:52.656Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-12-02T18:46:52.767Z] ok github.com/docker/docker/cmd/dockerd 0.064s coverage: 30.3% of statements [2019-12-02T18:46:52.767Z] ok github.com/docker/docker/container 0.119s coverage: 35.3% of statements [2019-12-02T18:46:52.767Z] ? github.com/docker/docker/container/stream [no test files] [2019-12-02T18:46:52.767Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-12-02T18:46:52.767Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-12-02T18:46:52.767Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-12-02T18:46:53.219Z] --- PASS: TestSecretsUpdate (3.23s) [2019-12-02T18:46:53.219Z] === RUN TestTemplatedSecret [2019-12-02T18:46:53.219Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-12-02T18:46:53.219Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-12-02T18:46:53.476Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-12-02T18:46:53.732Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-12-02T18:46:54.060Z] --- PASS: TestServiceUpdateLabel (2.73s) [2019-12-02T18:46:54.060Z] === RUN TestServiceUpdateSecrets [2019-12-02T18:46:54.296Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-12-02T18:46:55.226Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-12-02T18:46:55.248Z] --- PASS: TestUpdateRestartPolicy (20.94s) [2019-12-02T18:46:55.248Z] === RUN TestUpdateRestartWithAutoRemove [2019-12-02T18:46:56.781Z] --- PASS: TestUpdateRestartWithAutoRemove (1.90s) [2019-12-02T18:46:56.781Z] === RUN TestWaitNonBlocked [2019-12-02T18:46:56.781Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:46:56.781Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:46:56.781Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:46:56.781Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:46:56.781Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:46:56.781Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:46:57.121Z] --- PASS: TestTemplatedSecret (3.96s) [2019-12-02T18:46:57.121Z] === RUN TestSecretCreateResolve [2019-12-02T18:46:58.056Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-12-02T18:46:58.990Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-12-02T18:46:59.330Z] ok github.com/docker/docker/daemon/cluster 0.058s coverage: 0.5% of statements [2019-12-02T18:47:00.554Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-12-02T18:47:00.554Z] [2019-12-02T18:47:00.554Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-12-02T18:47:00.554Z] PKG_CONFIG=pkg-config [2019-12-02T18:47:00.554Z] GOLANG_VERSION=1.13.4 [2019-12-02T18:47:00.554Z] HOSTNAME=135bb4f152fe [2019-12-02T18:47:00.554Z] DOCKER_EXPERIMENTAL=1 [2019-12-02T18:47:00.554Z] container=docker [2019-12-02T18:47:00.554Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-12-02T18:47:00.554Z] GO111MODULE=off [2019-12-02T18:47:00.554Z] GOPATH=/go [2019-12-02T18:47:00.554Z] PWD=/go/src/github.com/docker/docker [2019-12-02T18:47:00.554Z] HOME=/root [2019-12-02T18:47:00.554Z] VALIDATE_REPO=https://github.com/moby/moby.git [2019-12-02T18:47:00.554Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-12-02T18:47:00.554Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-12-02T18:47:00.554Z] DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 [2019-12-02T18:47:00.554Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-12-02T18:47:00.554Z] DOCKER_GRAPHDRIVER=overlay2 [2019-12-02T18:47:00.554Z] TERM=xterm [2019-12-02T18:47:00.554Z] VALIDATE_BRANCH=master [2019-12-02T18:47:00.554Z] DEST=bundles/test-integration [2019-12-02T18:47:00.554Z] SHLVL=1 [2019-12-02T18:47:00.554Z] TIMEOUT=120m [2019-12-02T18:47:00.554Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-12-02T18:47:00.554Z] DOCKER_PKG=github.com/docker/docker [2019-12-02T18:47:00.554Z] TESTDEBUG=0 [2019-12-02T18:47:00.554Z] _=/usr/bin/env [2019-12-02T18:47:00.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-12-02T18:47:00.885Z] --- PASS: TestSecretCreateResolve (3.48s) [2019-12-02T18:47:00.885Z] PASS [2019-12-02T18:47:00.885Z] [2019-12-02T18:47:00.885Z] DONE 6 tests in 20.852s [2019-12-02T18:47:00.885Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-12-02T18:47:00.885Z] ++ 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-12-02T18:47:00.885Z] ++ set -e [2019-12-02T18:47:00.885Z] ++ '[' -n 0 ']' [2019-12-02T18:47:00.885Z] ++ set -x [2019-12-02T18:47:00.885Z] ++ 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-12-02T18:47:00.885Z] INFO: Testing against a local daemon [2019-12-02T18:47:00.885Z] === RUN TestServiceCreateInit [2019-12-02T18:47:00.885Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-12-02T18:47:01.231Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-12-02T18:47:02.254Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-12-02T18:47:02.603Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.8% of statements [2019-12-02T18:47:04.776Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-12-02T18:47:05.342Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-12-02T18:47:05.342Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.76s) [2019-12-02T18:47:05.342Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.43s) [2019-12-02T18:47:05.342Z] === RUN TestWaitBlocked [2019-12-02T18:47:05.342Z] --- SKIP: TestWaitBlocked (0.00s) [2019-12-02T18:47:05.342Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-12-02T18:47:05.342Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:05.342Z] INFO: Testing against a local daemon [2019-12-02T18:47:05.342Z] === RUN TestCommitInheritsEnv [2019-12-02T18:47:05.342Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-12-02T18:47:05.342Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:47:05.342Z] === RUN TestImportExtremelyLargeImageWorks [2019-12-02T18:47:05.342Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-12-02T18:47:05.342Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-12-02T18:47:05.342Z] === RUN TestImagesFilterMultiReference [2019-12-02T18:47:05.342Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-12-02T18:47:05.342Z] === RUN TestImagePullPlatformInvalid [2019-12-02T18:47:05.342Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-12-02T18:47:05.342Z] === RUN TestRemoveImageOrphaning [2019-12-02T18:47:05.342Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-12-02T18:47:05.342Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:47:05.342Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-12-02T18:47:05.342Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-12-02T18:47:05.342Z] === RUN TestTagInvalidReference [2019-12-02T18:47:05.342Z] --- PASS: TestTagInvalidReference (0.03s) [2019-12-02T18:47:05.342Z] === RUN TestTagValidPrefixedRepo [2019-12-02T18:47:05.342Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-12-02T18:47:05.342Z] === RUN TestTagExistedNameWithoutForce [2019-12-02T18:47:05.342Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-12-02T18:47:05.342Z] === RUN TestTagOfficialNames [2019-12-02T18:47:05.342Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-12-02T18:47:05.342Z] tag_test.go:98: testEnv.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestTagMatchesDigest [2019-12-02T18:47:05.342Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-12-02T18:47:05.342Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:05.342Z] INFO: Testing against a local daemon [2019-12-02T18:47:05.342Z] === RUN TestNetworkCreateDelete [2019-12-02T18:47:05.342Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-12-02T18:47:05.342Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:47:05.342Z] === RUN TestDockerNetworkDeletePreferID [2019-12-02T18:47:05.342Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-12-02T18:47:05.342Z] 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-12-02T18:47:05.342Z] === RUN TestInspectNetwork [2019-12-02T18:47:05.342Z] --- SKIP: TestInspectNetwork (0.00s) [2019-12-02T18:47:05.342Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-12-02T18:47:05.342Z] === RUN TestRunContainerWithBridgeNone [2019-12-02T18:47:05.342Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-12-02T18:47:05.342Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:47:05.342Z] === RUN TestNetworkInvalidJSON [2019-12-02T18:47:05.342Z] === RUN TestNetworkInvalidJSON//networks/create [2019-12-02T18:47:05.342Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-12-02T18:47:05.342Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:47:05.342Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:47:05.342Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:47:05.342Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:47:05.342Z] === CONT TestNetworkInvalidJSON//networks/create [2019-12-02T18:47:05.342Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:47:05.342Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:47:05.342Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-12-02T18:47:05.342Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-12-02T18:47:05.342Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-12-02T18:47:05.342Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-12-02T18:47:05.342Z] === RUN TestDaemonRestartWithLiveRestore [2019-12-02T18:47:05.342Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-12-02T18:47:05.342Z] service_test.go:29: testEnv.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestDaemonDefaultNetworkPools [2019-12-02T18:47:05.342Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-12-02T18:47:05.342Z] service_test.go:51: testEnv.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestDaemonRestartWithExistingNetwork [2019-12-02T18:47:05.342Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-12-02T18:47:05.342Z] service_test.go:94: testEnv.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-12-02T18:47:05.342Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-12-02T18:47:05.342Z] service_test.go:127: testEnv.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-12-02T18:47:05.342Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-12-02T18:47:05.342Z] service_test.go:177: testEnv.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestServiceWithPredefinedNetwork [2019-12-02T18:47:05.342Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-12-02T18:47:05.342Z] service_test.go:201: testEnv.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-12-02T18:47:05.342Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-02T18:47:05.342Z] service_test.go:230: FLAKY_TEST [2019-12-02T18:47:05.342Z] === RUN TestServiceWithDataPathPortInit [2019-12-02T18:47:05.342Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-12-02T18:47:05.342Z] service_test.go:319: testEnv.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-12-02T18:47:05.342Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-12-02T18:47:05.342Z] service_test.go:386: testEnv.OSType == "windows" [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-12-02T18:47:05.342Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:05.342Z] INFO: Testing against a local daemon [2019-12-02T18:47:05.342Z] === RUN TestPluginInvalidJSON [2019-12-02T18:47:05.342Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:47:05.342Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:47:05.342Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T18:47:05.342Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-12-02T18:47:05.342Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-12-02T18:47:05.342Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:05.342Z] INFO: Testing against a local daemon [2019-12-02T18:47:05.342Z] === RUN TestExternalGraphDriver [2019-12-02T18:47:05.342Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-12-02T18:47:05.342Z] external_test.go:48: runtime.GOOS == "windows" [2019-12-02T18:47:05.342Z] === RUN TestGraphdriverPluginV2 [2019-12-02T18:47:05.342Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-12-02T18:47:05.342Z] external_test.go:407: runtime.GOOS == "windows" [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-12-02T18:47:05.342Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:05.342Z] INFO: Testing against a local daemon [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-12-02T18:47:05.342Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-12-02T18:47:05.342Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:05.342Z] INFO: Testing against a local daemon [2019-12-02T18:47:05.342Z] === RUN TestSecretInspect [2019-12-02T18:47:05.342Z] --- SKIP: TestSecretInspect (0.00s) [2019-12-02T18:47:05.342Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestSecretList [2019-12-02T18:47:05.342Z] --- SKIP: TestSecretList (0.00s) [2019-12-02T18:47:05.342Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestSecretsCreateAndDelete [2019-12-02T18:47:05.342Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-12-02T18:47:05.342Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestSecretsUpdate [2019-12-02T18:47:05.342Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-12-02T18:47:05.342Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestTemplatedSecret [2019-12-02T18:47:05.342Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-12-02T18:47:05.342Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.342Z] === RUN TestSecretCreateResolve [2019-12-02T18:47:05.342Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-12-02T18:47:05.342Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:47:05.342Z] PASS [2019-12-02T18:47:05.342Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-12-02T18:47:05.342Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:05.343Z] INFO: Testing against a local daemon [2019-12-02T18:47:05.343Z] === RUN TestServiceCreateInit [2019-12-02T18:47:05.343Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-12-02T18:47:05.343Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-12-02T18:47:05.343Z] --- PASS: TestServiceCreateInit (0.03s) [2019-12-02T18:47:05.343Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-12-02T18:47:05.343Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-12-02T18:47:05.343Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestCreateServiceMultipleTimes [2019-12-02T18:47:05.343Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-12-02T18:47:05.343Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestCreateServiceConflict [2019-12-02T18:47:05.343Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-12-02T18:47:05.343Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestCreateServiceMaxReplicas [2019-12-02T18:47:05.343Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-12-02T18:47:05.343Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestCreateWithDuplicateNetworkNames [2019-12-02T18:47:05.343Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-12-02T18:47:05.343Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestCreateServiceSecretFileMode [2019-12-02T18:47:05.343Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-12-02T18:47:05.343Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestCreateServiceConfigFileMode [2019-12-02T18:47:05.343Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-12-02T18:47:05.343Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestCreateServiceSysctls [2019-12-02T18:47:05.343Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-12-02T18:47:05.343Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestCreateServiceCapabilities [2019-12-02T18:47:05.343Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-12-02T18:47:05.343Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestInspect [2019-12-02T18:47:05.343Z] --- SKIP: TestInspect (0.00s) [2019-12-02T18:47:05.343Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestServiceListWithStatuses [2019-12-02T18:47:05.343Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-12-02T18:47:05.343Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestDockerNetworkConnectAlias [2019-12-02T18:47:05.343Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-12-02T18:47:05.343Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestDockerNetworkReConnect [2019-12-02T18:47:05.343Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-12-02T18:47:05.343Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestServicePlugin [2019-12-02T18:47:05.343Z] --- SKIP: TestServicePlugin (0.00s) [2019-12-02T18:47:05.343Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.343Z] === RUN TestServiceUpdateLabel [2019-12-02T18:47:05.343Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-12-02T18:47:05.343Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:47:05.343Z] === RUN TestServiceUpdateSecrets [2019-12-02T18:47:05.343Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-12-02T18:47:05.343Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:47:05.343Z] === RUN TestServiceUpdateConfigs [2019-12-02T18:47:05.343Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-12-02T18:47:05.343Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:47:05.343Z] === RUN TestServiceUpdateNetwork [2019-12-02T18:47:05.343Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2019-12-02T18:47:05.343Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-12-02T18:47:05.343Z] PASS [2019-12-02T18:47:05.343Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-12-02T18:47:05.801Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:05.801Z] INFO: Testing against a local daemon [2019-12-02T18:47:05.801Z] === RUN TestSessionCreate [2019-12-02T18:47:05.801Z] --- SKIP: TestSessionCreate (0.00s) [2019-12-02T18:47:05.801Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-12-02T18:47:05.801Z] === RUN TestSessionCreateWithBadUpgrade [2019-12-02T18:47:05.801Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-12-02T18:47:05.801Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-12-02T18:47:05.801Z] PASS [2019-12-02T18:47:05.801Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-12-02T18:47:05.801Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:05.801Z] INFO: Testing against a local daemon [2019-12-02T18:47:05.801Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-12-02T18:47:05.801Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-12-02T18:47:05.801Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-12-02T18:47:05.801Z] === RUN TestEventsExecDie [2019-12-02T18:47:05.801Z] --- SKIP: TestEventsExecDie (0.00s) [2019-12-02T18:47:05.801Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-12-02T18:47:05.801Z] === RUN TestEventsBackwardsCompatible [2019-12-02T18:47:05.801Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-12-02T18:47:05.801Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-12-02T18:47:05.801Z] === RUN TestInfoAPI [2019-12-02T18:47:05.801Z] --- PASS: TestInfoAPI (0.04s) [2019-12-02T18:47:05.801Z] === RUN TestInfoAPIWarnings [2019-12-02T18:47:05.801Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-12-02T18:47:05.801Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-12-02T18:47:05.801Z] === RUN TestInfoDebug [2019-12-02T18:47:05.801Z] --- SKIP: TestInfoDebug (0.00s) [2019-12-02T18:47:05.801Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2019-12-02T18:47:05.801Z] === RUN TestInfoInsecureRegistries [2019-12-02T18:47:05.801Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2019-12-02T18:47:05.801Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2019-12-02T18:47:05.802Z] === RUN TestInfoRegistryMirrors [2019-12-02T18:47:05.802Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2019-12-02T18:47:05.802Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2019-12-02T18:47:05.802Z] === RUN TestLoginFailsWithBadCredentials [2019-12-02T18:47:06.671Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-12-02T18:47:06.768Z] --- PASS: TestLoginFailsWithBadCredentials (1.07s) [2019-12-02T18:47:06.768Z] === RUN TestPingCacheHeaders [2019-12-02T18:47:06.768Z] --- PASS: TestPingCacheHeaders (0.04s) [2019-12-02T18:47:06.768Z] === RUN TestPingGet [2019-12-02T18:47:06.768Z] --- PASS: TestPingGet (0.03s) [2019-12-02T18:47:06.768Z] === RUN TestPingHead [2019-12-02T18:47:06.768Z] --- PASS: TestPingHead (0.03s) [2019-12-02T18:47:06.768Z] === RUN TestVersion [2019-12-02T18:47:06.928Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-12-02T18:47:07.226Z] --- PASS: TestVersion (0.04s) [2019-12-02T18:47:07.226Z] PASS [2019-12-02T18:47:07.226Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-12-02T18:47:07.226Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:07.226Z] INFO: Testing against a local daemon [2019-12-02T18:47:07.226Z] === RUN TestVolumesCreateAndList [2019-12-02T18:47:07.226Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-12-02T18:47:07.226Z] === RUN TestVolumesRemove [2019-12-02T18:47:07.226Z] --- SKIP: TestVolumesRemove (0.00s) [2019-12-02T18:47:07.226Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-12-02T18:47:07.226Z] === RUN TestVolumesInspect [2019-12-02T18:47:07.226Z] --- PASS: TestVolumesInspect (0.04s) [2019-12-02T18:47:07.226Z] === RUN TestVolumesInvalidJSON [2019-12-02T18:47:07.226Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-12-02T18:47:07.226Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-12-02T18:47:07.226Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-12-02T18:47:07.226Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-12-02T18:47:07.226Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-12-02T18:47:07.226Z] PASS [2019-12-02T18:47:07.226Z] INFO: make.ps1 ended at 12/02/2019 18:47:06 [2019-12-02T18:47:07.226Z] INFO: Integration CLI tests being run from the host: [2019-12-02T18:47:07.226Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-12-02T18:47:08.299Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-12-02T18:47:10.195Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-12-02T18:47:10.380Z] --- PASS: TestServiceUpdateSecrets (15.58s) [2019-12-02T18:47:10.380Z] === RUN TestServiceUpdateConfigs [2019-12-02T18:47:10.453Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-12-02T18:47:10.711Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.433s coverage: 13.7% of statements [2019-12-02T18:47:12.348Z] --- PASS: TestServiceCreateInit (11.34s) [2019-12-02T18:47:12.348Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.66s) [2019-12-02T18:47:12.348Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.66s) [2019-12-02T18:47:12.348Z] === RUN TestCreateServiceMultipleTimes [2019-12-02T18:47:12.639Z] ok github.com/docker/docker/daemon 12.228s coverage: 17.6% of statements [2019-12-02T18:47:12.639Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-12-02T18:47:12.639Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-12-02T18:47:12.639Z] ok github.com/docker/docker/daemon/config 0.043s coverage: 82.1% of statements [2019-12-02T18:47:13.573Z] ok github.com/docker/docker/daemon/events 0.072s coverage: 50.0% of statements [2019-12-02T18:47:13.573Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2019-12-02T18:47:13.573Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-12-02T18:47:13.573Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-12-02T18:47:14.871Z] === RUN TestDockerSuite/TestBuildPATH [2019-12-02T18:47:15.473Z] ok github.com/docker/docker/daemon/graphdriver 0.026s coverage: 2.2% of statements [2019-12-02T18:47:17.372Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2019-12-02T18:47:18.148Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-12-02T18:47:18.307Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.204s coverage: 57.0% of statements [2019-12-02T18:47:18.858Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-12-02T18:47:19.618Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-12-02T18:47:19.618Z] INFO: Testing against a local daemon [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-12-02T18:47:19.618Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-12-02T18:47:20.079Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-12-02T18:47:20.231Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-12-02T18:47:21.600Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.508s coverage: 72.5% of statements [2019-12-02T18:47:21.857Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.658s coverage: 45.9% of statements [2019-12-02T18:47:21.857Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-12-02T18:47:24.386Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.018s coverage: 48.6% of statements [2019-12-02T18:47:25.761Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.315s coverage: 76.1% of statements [2019-12-02T18:47:26.696Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-12-02T18:47:26.696Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.160s coverage: 60.1% of statements [2019-12-02T18:47:26.696Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-12-02T18:47:26.696Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-12-02T18:47:26.786Z] --- PASS: TestServiceUpdateConfigs (15.70s) [2019-12-02T18:47:26.786Z] === RUN TestServiceUpdateNetwork [2019-12-02T18:47:28.595Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.028s coverage: 3.0% of statements [2019-12-02T18:47:29.160Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2019-12-02T18:47:30.095Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 4.9% of statements [2019-12-02T18:47:30.095Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-12-02T18:47:30.095Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-12-02T18:47:31.029Z] ok github.com/docker/docker/daemon/logger 0.228s coverage: 42.7% of statements [2019-12-02T18:47:32.403Z] ok github.com/docker/docker/daemon/logger/awslogs 0.173s coverage: 77.8% of statements [2019-12-02T18:47:32.403Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-12-02T18:47:32.403Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-12-02T18:47:32.403Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2019-12-02T18:47:32.418Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-12-02T18:47:33.338Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 26.2% of statements [2019-12-02T18:47:33.348Z] --- PASS: TestCreateServiceMultipleTimes (21.23s) [2019-12-02T18:47:33.348Z] === RUN TestCreateServiceConflict [2019-12-02T18:47:33.599Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 62.1% of statements [2019-12-02T18:47:34.165Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2019-12-02T18:47:35.098Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 74.7% of statements [2019-12-02T18:47:35.098Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-12-02T18:47:35.664Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 19.9% of statements [2019-12-02T18:47:35.869Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-12-02T18:47:36.433Z] --- PASS: TestCreateServiceConflict (3.22s) [2019-12-02T18:47:36.433Z] === RUN TestCreateServiceMaxReplicas [2019-12-02T18:47:37.056Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 47.8% of statements [2019-12-02T18:47:37.633Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-12-02T18:47:38.198Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2019-12-02T18:47:38.331Z] === RUN TestDockerSuite/TestBuildRm [2019-12-02T18:47:38.456Z] ok github.com/docker/docker/daemon/logger/splunk 1.744s coverage: 82.5% of statements [2019-12-02T18:47:38.456Z] ? github.com/docker/docker/daemon/names [no test files] [2019-12-02T18:47:38.456Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-12-02T18:47:40.228Z] --- PASS: TestCreateServiceMaxReplicas (3.82s) [2019-12-02T18:47:40.228Z] === RUN TestCreateWithDuplicateNetworkNames [2019-12-02T18:47:40.770Z] --- PASS: TestServiceUpdateNetwork (14.19s) [2019-12-02T18:47:40.770Z] PASS [2019-12-02T18:47:40.770Z] [2019-12-02T18:47:40.770Z] === Skipped [2019-12-02T18:47:40.770Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2019-12-02T18:47:40.770Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-02T18:47:40.770Z] [2019-12-02T18:47:40.770Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-12-02T18:47:40.770Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:47:40.770Z] [2019-12-02T18:47:40.770Z] [2019-12-02T18:47:40.770Z] DONE 20 tests, 2 skipped in 122.990s [2019-12-02T18:47:40.770Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-12-02T18:47:40.771Z] ++ 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-12-02T18:47:40.771Z] ++ set -e [2019-12-02T18:47:40.771Z] ++ '[' -n 0 ']' [2019-12-02T18:47:40.771Z] ++ set -x [2019-12-02T18:47:40.771Z] ++ 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-12-02T18:47:40.771Z] INFO: Testing against a local daemon [2019-12-02T18:47:40.771Z] === RUN TestSessionCreate [2019-12-02T18:47:40.771Z] --- PASS: TestSessionCreate (0.03s) [2019-12-02T18:47:40.771Z] === RUN TestSessionCreateWithBadUpgrade [2019-12-02T18:47:40.771Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-12-02T18:47:40.771Z] PASS [2019-12-02T18:47:40.771Z] [2019-12-02T18:47:40.771Z] DONE 2 tests in 0.222s [2019-12-02T18:47:40.771Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-12-02T18:47:40.771Z] ++ 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-12-02T18:47:40.771Z] ++ set -e [2019-12-02T18:47:40.771Z] ++ '[' -n 0 ']' [2019-12-02T18:47:40.771Z] ++ set -x [2019-12-02T18:47:40.771Z] ++ 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-12-02T18:47:40.771Z] INFO: Testing against a local daemon [2019-12-02T18:47:40.771Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-12-02T18:47:40.771Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-02T18:47:40.771Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-02T18:47:40.771Z] === RUN TestEventsExecDie [2019-12-02T18:47:40.771Z] --- PASS: TestEventsExecDie (0.94s) [2019-12-02T18:47:40.771Z] === RUN TestEventsBackwardsCompatible [2019-12-02T18:47:40.985Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2019-12-02T18:47:40.985Z] ok github.com/docker/docker/distribution 0.209s coverage: 22.1% of statements [2019-12-02T18:47:40.985Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-12-02T18:47:41.336Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-12-02T18:47:41.337Z] === RUN TestInfoBinaryCommits [2019-12-02T18:47:41.337Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-12-02T18:47:41.337Z] === RUN TestInfoAPIVersioned [2019-12-02T18:47:41.337Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-12-02T18:47:41.337Z] === RUN TestInfoDiscoveryBackend [2019-12-02T18:47:41.600Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-12-02T18:47:41.760Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2019-12-02T18:47:41.760Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-12-02T18:47:42.164Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-12-02T18:47:42.359Z] ok github.com/docker/docker/errdefs 0.005s coverage: 49.4% of statements [2019-12-02T18:47:42.549Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-12-02T18:47:42.549Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-12-02T18:47:42.928Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2019-12-02T18:47:42.928Z] === RUN TestInfoAPI [2019-12-02T18:47:42.928Z] --- PASS: TestInfoAPI (0.02s) [2019-12-02T18:47:42.928Z] === RUN TestInfoAPIWarnings [2019-12-02T18:47:43.096Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-12-02T18:47:43.725Z] --- PASS: TestInfoAPIWarnings (0.52s) [2019-12-02T18:47:43.725Z] === RUN TestInfoDebug [2019-12-02T18:47:43.732Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-12-02T18:47:44.105Z] --- PASS: TestInfoDebug (0.52s) [2019-12-02T18:47:44.105Z] === RUN TestInfoInsecureRegistries [2019-12-02T18:47:44.299Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2019-12-02T18:47:44.299Z] ok github.com/docker/docker/distribution/xfer 1.895s coverage: 85.6% of statements [2019-12-02T18:47:44.299Z] ? github.com/docker/docker/dockerversion [no test files] [2019-12-02T18:47:44.299Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-12-02T18:47:44.491Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2019-12-02T18:47:44.491Z] === RUN TestInfoRegistryMirrors [2019-12-02T18:47:44.994Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-12-02T18:47:45.310Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2019-12-02T18:47:45.310Z] === RUN TestLoginFailsWithBadCredentials [2019-12-02T18:47:45.558Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-12-02T18:47:45.684Z] --- PASS: TestLoginFailsWithBadCredentials (0.37s) [2019-12-02T18:47:45.684Z] === RUN TestPingCacheHeaders [2019-12-02T18:47:45.684Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-12-02T18:47:45.684Z] === RUN TestPingGet [2019-12-02T18:47:45.684Z] --- PASS: TestPingGet (0.03s) [2019-12-02T18:47:45.684Z] === RUN TestPingHead [2019-12-02T18:47:45.684Z] --- PASS: TestPingHead (0.02s) [2019-12-02T18:47:45.684Z] === RUN TestVersion [2019-12-02T18:47:45.684Z] --- PASS: TestVersion (0.02s) [2019-12-02T18:47:45.684Z] PASS [2019-12-02T18:47:45.684Z] [2019-12-02T18:47:45.684Z] === Skipped [2019-12-02T18:47:45.684Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-02T18:47:45.684Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-02T18:47:45.684Z] [2019-12-02T18:47:45.684Z] [2019-12-02T18:47:45.684Z] DONE 18 tests, 1 skipped in 5.846s [2019-12-02T18:47:45.684Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-12-02T18:47:45.684Z] ++ 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-12-02T18:47:45.684Z] ++ set -e [2019-12-02T18:47:45.684Z] ++ '[' -n 0 ']' [2019-12-02T18:47:45.684Z] ++ set -x [2019-12-02T18:47:45.684Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-12-02T18:47:45.684Z] INFO: Testing against a local daemon [2019-12-02T18:47:45.684Z] === RUN TestVolumesCreateAndList [2019-12-02T18:47:45.684Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-12-02T18:47:45.684Z] === RUN TestVolumesRemove [2019-12-02T18:47:46.058Z] --- PASS: TestVolumesRemove (0.10s) [2019-12-02T18:47:46.058Z] === RUN TestVolumesInspect [2019-12-02T18:47:46.058Z] --- PASS: TestVolumesInspect (0.03s) [2019-12-02T18:47:46.058Z] === RUN TestVolumesInvalidJSON [2019-12-02T18:47:46.058Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-12-02T18:47:46.058Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-12-02T18:47:46.058Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-12-02T18:47:46.058Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-12-02T18:47:46.058Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-12-02T18:47:46.058Z] PASS [2019-12-02T18:47:46.058Z] [2019-12-02T18:47:46.058Z] DONE 5 tests in 0.341s [2019-12-02T18:47:46.058Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-02T18:47:46.058Z] ++++ cat bundles/test-integration/docker.pid [2019-12-02T18:47:46.058Z] +++ kill 11500 [2019-12-02T18:47:46.122Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-12-02T18:47:46.199Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2019-12-02T18:47:46.200Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-12-02T18:47:46.765Z] ok github.com/docker/docker/libcontainerd/queue 0.032s coverage: 100.0% of statements [2019-12-02T18:47:47.491Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-12-02T18:47:47.701Z] ok github.com/docker/docker/opts 0.018s coverage: 66.9% of statements [2019-12-02T18:47:47.701Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-12-02T18:47:47.963Z] +++ /etc/init.d/apparmor stop [2019-12-02T18:47:47.963Z] Clearing AppArmor profiles cache:. [2019-12-02T18:47:47.963Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-02T18:47:47.963Z] Unloading profiles will leave already running processes permanently [2019-12-02T18:47:47.963Z] unconfined, which can lead to unexpected situations. [2019-12-02T18:47:47.963Z] [2019-12-02T18:47:47.963Z] To set a process to complain mode, use the command line tool [2019-12-02T18:47:47.963Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-02T18:47:47.963Z] with the 'teardown' option." [2019-12-02T18:47:47.963Z] [2019-12-02T18:47:48.860Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-12-02T18:47:48.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-12-02T18:47:48.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-12-02T18:47:49.600Z] ok github.com/docker/docker/pkg/archive 0.386s coverage: 77.3% of statements Post stage [Pipeline] junit [2019-12-02T18:47:49.966Z] Recording test results [2019-12-02T18:47:50.229Z] === RUN TestDockerSuite/TestBuildShellMultiple [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-12-02T18:47:50.974Z] ok github.com/docker/docker/pkg/authorization 0.298s coverage: 68.3% of statements [2019-12-02T18:47:50.974Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-12-02T18:47:51.231Z] ok github.com/docker/docker/pkg/capabilities 0.008s coverage: 87.5% of statements [2019-12-02T18:47:51.745Z] + echo Ensuring container killed. [2019-12-02T18:47:51.745Z] Ensuring container killed. [2019-12-02T18:47:51.745Z] + docker rm -vf docker-pr5 [2019-12-02T18:47:51.745Z] Error: No such container: docker-pr5 [2019-12-02T18:47:51.745Z] + true [Pipeline] sh [2019-12-02T18:47:52.584Z] + echo Chowning /workspace to jenkins user [2019-12-02T18:47:52.584Z] Chowning /workspace to jenkins user [2019-12-02T18:47:52.584Z] + id -u [2019-12-02T18:47:52.584Z] + id -g [2019-12-02T18:47:52.584Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40180:/workspace busybox chown -R 1001:1001 /workspace [2019-12-02T18:47:52.584Z] Unable to find image 'busybox:latest' locally [2019-12-02T18:47:52.954Z] latest: Pulling from library/busybox [2019-12-02T18:47:53.330Z] dd8c951d5d23: Pulling fs layer [2019-12-02T18:47:53.330Z] dd8c951d5d23: Verifying Checksum [2019-12-02T18:47:53.330Z] dd8c951d5d23: Download complete [2019-12-02T18:47:54.175Z] dd8c951d5d23: Pull complete [2019-12-02T18:47:54.175Z] Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0 [2019-12-02T18:47:54.175Z] Status: Downloaded newer image for busybox:latest [2019-12-02T18:47:54.509Z] ok github.com/docker/docker/layer 7.458s coverage: 68.8% of statements [2019-12-02T18:47:54.509Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-12-02T18:47:54.509Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-12-02T18:47:54.509Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-12-02T18:47:54.509Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-12-02T18:47:54.509Z] ? github.com/docker/docker/oci [no test files] [2019-12-02T18:47:54.509Z] ? github.com/docker/docker/oci/caps [no test files] [2019-12-02T18:47:54.509Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-12-02T18:47:54.768Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-12-02T18:47:54.768Z] ok github.com/docker/docker/pkg/chrootarchive 3.006s coverage: 43.2% of statements [2019-12-02T18:47:54.768Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-12-02T18:47:54.768Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-12-02T18:47:54.861Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-12-02T18:47:55.334Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2019-12-02T18:47:55.505Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-12-02T18:47:55.505Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-12-02T18:47:55.505Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-12-02T18:47:55.505Z] === RUN TestDockerSuite/TestBuildSpaces [2019-12-02T18:47:55.505Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-02T18:47:56.267Z] ok github.com/docker/docker/pkg/discovery/memory 0.013s coverage: 92.3% of statements [2019-12-02T18:47:56.696Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.22s) [2019-12-02T18:47:56.696Z] === RUN TestCreateServiceSecretFileMode [2019-12-02T18:47:56.696Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-12-02T18:47:56.696Z] === RUN TestDockerSuite/TestBuildStderr [2019-12-02T18:47:56.820Z] + bundleName=s390x-integration [2019-12-02T18:47:56.820Z] + echo Creating s390x-integration-bundles.tar.gz [2019-12-02T18:47:56.820Z] Creating s390x-integration-bundles.tar.gz [2019-12-02T18:47:56.820Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-12-02T18:47:56.820Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-12-02T18:47:56.834Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [Pipeline] archiveArtifacts [2019-12-02T18:47:56.964Z] Archiving artifacts [2019-12-02T18:47:57.091Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2019-12-02T18:47:58.067Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-12-02T18:47:58.310Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40180/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-02T18:47:58.464Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-12-02T18:47:59.029Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 89.5% of statements [2019-12-02T18:47:59.167Z] + make clean [2019-12-02T18:47:59.437Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-12-02T18:47:59.595Z] ok github.com/docker/docker/pkg/discovery/kv 3.130s coverage: 84.1% of statements [2019-12-02T18:47:59.660Z] make: command: Command not found [2019-12-02T18:47:59.660Z] make: command: Command not found [2019-12-02T18:47:59.660Z] docker volume rm -f docker-dev-cache [2019-12-02T18:47:59.660Z] docker-dev-cache [Pipeline] deleteDir [2019-12-02T18:47:59.853Z] ok github.com/docker/docker/pkg/fsutils 0.231s coverage: 85.1% of statements [2019-12-02T18:47:59.853Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2019-12-02T18:48:00.002Z] --- PASS: TestCreateServiceSecretFileMode (3.34s) [2019-12-02T18:48:00.002Z] === RUN TestCreateServiceConfigFileMode [2019-12-02T18:48:01.227Z] ok github.com/docker/docker/pkg/idtools 0.394s coverage: 70.1% of statements [2019-12-02T18:48:01.227Z] ok github.com/docker/docker/pkg/ioutils 0.534s coverage: 69.3% of statements [2019-12-02T18:48:01.498Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2019-12-02T18:48:01.766Z] ok github.com/docker/docker/pkg/locker 0.023s coverage: 88.9% of statements [2019-12-02T18:48:02.023Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-12-02T18:48:02.023Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-12-02T18:48:02.589Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2019-12-02T18:48:02.847Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2019-12-02T18:48:03.104Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-12-02T18:48:03.278Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-12-02T18:48:03.278Z] --- PASS: TestCreateServiceConfigFileMode (3.32s) [2019-12-02T18:48:03.278Z] === RUN TestCreateServiceSysctls [2019-12-02T18:48:03.362Z] ok github.com/docker/docker/pkg/mount 0.587s coverage: 70.0% of statements [2019-12-02T18:48:03.362Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-12-02T18:48:03.620Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-12-02T18:48:03.877Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 82.4% of statements [2019-12-02T18:48:03.877Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-12-02T18:48:03.877Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-12-02T18:48:04.650Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-12-02T18:48:04.812Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2019-12-02T18:48:05.378Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-12-02T18:48:05.636Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-12-02T18:48:05.894Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-12-02T18:48:06.022Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-12-02T18:48:06.279Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-12-02T18:48:07.266Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-12-02T18:48:07.524Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2019-12-02T18:48:07.649Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-12-02T18:48:07.905Z] --- PASS: TestCreateServiceSysctls (4.68s) [2019-12-02T18:48:07.905Z] === RUN TestCreateServiceCapabilities [2019-12-02T18:48:09.276Z] === RUN TestDockerSuite/TestBuildUser [2019-12-02T18:48:10.804Z] ok github.com/docker/docker/pkg/signal 2.401s coverage: 61.0% of statements [2019-12-02T18:48:10.804Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-12-02T18:48:11.062Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-12-02T18:48:11.319Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-12-02T18:48:11.801Z] --- PASS: TestCreateServiceCapabilities (3.56s) [2019-12-02T18:48:11.801Z] === RUN TestInspect [2019-12-02T18:48:11.801Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-12-02T18:48:11.886Z] ok github.com/docker/docker/pkg/symlink 0.008s coverage: 87.7% of statements [2019-12-02T18:48:12.144Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-12-02T18:48:12.710Z] ok github.com/docker/docker/pkg/system 0.024s coverage: 36.9% of statements [2019-12-02T18:48:12.968Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2019-12-02T18:48:13.535Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2019-12-02T18:48:14.100Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-12-02T18:48:14.100Z] testing: warning: no tests to run [2019-12-02T18:48:14.100Z] coverage: [no statements] [2019-12-02T18:48:14.100Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-12-02T18:48:14.666Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-12-02T18:48:14.924Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2019-12-02T18:48:14.924Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-12-02T18:48:15.977Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-12-02T18:48:17.495Z] ok github.com/docker/docker/plugin 0.528s coverage: 27.1% of statements [2019-12-02T18:48:17.754Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-12-02T18:48:18.690Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-12-02T18:48:18.948Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-12-02T18:48:20.157Z] --- PASS: TestInspect (8.15s) [2019-12-02T18:48:20.157Z] === RUN TestServiceListWithStatuses [2019-12-02T18:48:20.157Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2019-12-02T18:48:20.157Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-02T18:48:20.157Z] === RUN TestDockerNetworkConnectAlias [2019-12-02T18:48:20.323Z] ok github.com/docker/docker/registry 0.092s coverage: 56.0% of statements [2019-12-02T18:48:21.256Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-12-02T18:48:21.256Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-12-02T18:48:22.190Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-12-02T18:48:22.190Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-12-02T18:48:24.729Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-12-02T18:48:25.670Z] ok github.com/docker/docker/volume/local 0.020s coverage: 73.0% of statements [2019-12-02T18:48:26.236Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2019-12-02T18:48:27.170Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-12-02T18:48:28.350Z] --- PASS: TestDockerNetworkConnectAlias (7.39s) [2019-12-02T18:48:28.350Z] === RUN TestDockerNetworkReConnect [2019-12-02T18:48:33.628Z] --- PASS: TestDockerNetworkReConnect (6.03s) [2019-12-02T18:48:33.628Z] === RUN TestServicePlugin [2019-12-02T18:48:34.999Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-12-02T18:48:35.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-12-02T18:48:35.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-12-02T18:48:35.932Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-12-02T18:48:36.497Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-12-02T18:48:37.062Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-12-02T18:48:37.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-12-02T18:48:38.433Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-12-02T18:48:39.356Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/rootless [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/testutil/request [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/volume [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-12-02T18:48:39.356Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === Skipped [2019-12-02T18:48:39.356Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-12-02T18:48:39.356Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-12-02T18:48:39.356Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:48:39.356Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:48:39.356Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:48:39.356Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:48:39.356Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:48:39.356Z] graphtest_unix.go:46: Driver btrfs not supported [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:73: No driver to put! [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-12-02T18:48:39.356Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-12-02T18:48:39.356Z] overlay_test.go:49: Fails to compute changes intermittently [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-12-02T18:48:39.356Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:48:39.356Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:48:39.356Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:48:39.356Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:48:39.356Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-12-02T18:48:39.356Z] graphtest_unix.go:46: Driver zfs not supported [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-12-02T18:48:39.356Z] graphtest_unix.go:73: No driver to put! [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-12-02T18:48:39.356Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-12-02T18:48:39.356Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] [2019-12-02T18:48:39.356Z] DONE 2141 tests, 20 skipped in 239.183s Post stage [Pipeline] junit [2019-12-02T18:48:39.368Z] Recording test results [2019-12-02T18:48:39.803Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-12-02T18:48:40.203Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40180/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e6d514dbab5c4b6192bd41275eecfe68cfd257f6 hack/validate/vendor [2019-12-02T18:48:40.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-12-02T18:48:40.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-12-02T18:48:41.134Z] No vendor changes in diff. [2019-12-02T18:48:41.699Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-12-02T18:48:41.699Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-12-02T18:48:41.699Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-12-02T18:48:41.699Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-12-02T18:48:41.699Z] === RUN TestDockerSuite/TestBuildWithExtraHost [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-12-02T18:48:42.028Z] + echo Building e2e image [2019-12-02T18:48:42.028Z] Building e2e image [2019-12-02T18:48:42.028Z] + docker build --build-arg DOCKER_GITCOMMIT=e6d514dbab5c4b6192bd41275eecfe68cfd257f6 -t moby-e2e-test -f Dockerfile.e2e . [2019-12-02T18:48:42.028Z] #2 [internal] load .dockerignore [2019-12-02T18:48:42.028Z] #2 transferring context: 34B done [2019-12-02T18:48:42.028Z] #2 DONE 0.0s [2019-12-02T18:48:42.028Z] [2019-12-02T18:48:42.028Z] #1 [internal] load build definition from Dockerfile.e2e [2019-12-02T18:48:42.028Z] #1 transferring dockerfile: 3.21kB done [2019-12-02T18:48:42.028Z] #1 DONE 0.0s [2019-12-02T18:48:42.028Z] [2019-12-02T18:48:42.028Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-12-02T18:48:42.028Z] #3 DONE 0.1s [2019-12-02T18:48:42.028Z] [2019-12-02T18:48:42.028Z] #4 [internal] load metadata for docker.io/library/golang:1.13.4-alpine [2019-12-02T18:48:42.265Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-12-02T18:48:42.285Z] #4 DONE 0.2s [2019-12-02T18:48:42.285Z] [2019-12-02T18:48:42.285Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:c19173c5ada610a5... [2019-12-02T18:48:42.285Z] #5 CACHED [2019-12-02T18:48:42.285Z] [2019-12-02T18:48:42.285Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-02T18:48:42.285Z] #14 resolve docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b6447f525da0a4f18efd2cb05bf7d70228f75d713b7a67345f30157ac done [2019-12-02T18:48:42.285Z] #14 sha256:9d2a7c5b6447f525da0a4f18efd2cb05bf7d70228f75d713b7a67345f30157ac 1.65kB / 1.65kB done [2019-12-02T18:48:42.285Z] #14 sha256:679fe3791d2710d53efe26b05ba1c7083178d6375318b0c669b6bcd98f25c448 1.36kB / 1.36kB done [2019-12-02T18:48:42.285Z] #14 sha256:3024b4e742b095f3c81ed71f3ddc7bb6796664827845988333fac28564a96b85 3.80kB / 3.80kB done [2019-12-02T18:48:42.285Z] #14 sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 0B / 301.72kB 0.1s [2019-12-02T18:48:42.285Z] #14 sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd 0B / 155B 0.1s [2019-12-02T18:48:42.285Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 86.57kB / 126.86MB 0.1s [2019-12-02T18:48:42.542Z] #14 sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 301.72kB / 301.72kB 0.2s done [2019-12-02T18:48:42.542Z] #14 sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd 155B / 155B 0.1s done [2019-12-02T18:48:42.542Z] #14 sha256:bf1a3d23480071c91034bf7684daaa10b200efe6f553d9b9f8e4004492769888 0B / 125B 0.2s [2019-12-02T18:48:42.542Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 9.32MB / 126.86MB 0.3s [2019-12-02T18:48:42.543Z] #14 sha256:bf1a3d23480071c91034bf7684daaa10b200efe6f553d9b9f8e4004492769888 125B / 125B 0.2s done [2019-12-02T18:48:42.543Z] #14 extracting sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 [2019-12-02T18:48:42.802Z] #14 ... [2019-12-02T18:48:42.802Z] [2019-12-02T18:48:42.802Z] #8 [internal] load build context [2019-12-02T18:48:42.802Z] #8 transferring context: 813.30kB 0.5s done [2019-12-02T18:48:42.802Z] #8 DONE 0.5s [2019-12-02T18:48:42.802Z] [2019-12-02T18:48:42.802Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-02T18:48:42.802Z] #14 extracting sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 0.3s done [2019-12-02T18:48:43.062Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 29.32MB / 126.86MB 0.7s [2019-12-02T18:48:43.062Z] #14 extracting sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd done [2019-12-02T18:48:43.062Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 43.56MB / 126.86MB 0.9s [2019-12-02T18:48:43.323Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 53.93MB / 126.86MB 1.0s [2019-12-02T18:48:43.323Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 66.52MB / 126.86MB 1.1s [2019-12-02T18:48:43.584Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 86.90MB / 126.86MB 1.3s [2019-12-02T18:48:43.584Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 97.26MB / 126.86MB 1.4s [2019-12-02T18:48:43.843Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 107.46MB / 126.86MB 1.5s [2019-12-02T18:48:43.843Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 117.10MB / 126.86MB 1.6s [2019-12-02T18:48:44.100Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 126.86MB / 126.86MB 1.8s [2019-12-02T18:48:44.159Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-12-02T18:48:44.159Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-12-02T18:48:44.358Z] #14 ... [2019-12-02T18:48:44.358Z] [2019-12-02T18:48:44.358Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-12-02T18:48:44.358Z] #6 DONE 2.1s [2019-12-02T18:48:44.358Z] [2019-12-02T18:48:44.358Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-02T18:48:44.358Z] #14 sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 126.86MB / 126.86MB 2.0s done [2019-12-02T18:48:44.616Z] #14 extracting sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 0.1s [2019-12-02T18:48:45.091Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-12-02T18:48:46.023Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-12-02T18:48:46.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-12-02T18:48:46.953Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-12-02T18:48:47.210Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-12-02T18:48:48.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-12-02T18:48:49.897Z] #14 extracting sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 5.1s [2019-12-02T18:48:50.468Z] #14 ... [2019-12-02T18:48:50.468Z] [2019-12-02T18:48:50.468Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-12-02T18:48:50.468Z] #7 1.200 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-12-02T18:48:50.468Z] #7 2.291 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-12-02T18:48:50.468Z] #7 2.406 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-12-02T18:48:50.468Z] #7 2.410 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-12-02T18:48:50.468Z] #7 2.626 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-12-02T18:48:50.468Z] #7 2.636 (4/31) Installing readline (8.0.0-r0) [2019-12-02T18:48:50.468Z] #7 2.641 (5/31) Installing bash (5.0.0-r0) [2019-12-02T18:48:50.468Z] #7 2.659 Executing bash-5.0.0-r0.post-install [2019-12-02T18:48:50.468Z] #7 2.663 (6/31) Installing ca-certificates (20190108-r0) [2019-12-02T18:48:50.468Z] #7 2.685 (7/31) Installing libgcc (8.3.0-r0) [2019-12-02T18:48:50.468Z] #7 2.690 (8/31) Installing libstdc++ (8.3.0-r0) [2019-12-02T18:48:50.468Z] #7 2.707 (9/31) Installing binutils (2.32-r0) [2019-12-02T18:48:50.468Z] #7 2.814 (10/31) Installing gmp (6.1.2-r1) [2019-12-02T18:48:50.468Z] #7 2.823 (11/31) Installing isl (0.18-r0) [2019-12-02T18:48:50.468Z] #7 2.844 (12/31) Installing libgomp (8.3.0-r0) [2019-12-02T18:48:50.468Z] #7 2.851 (13/31) Installing libatomic (8.3.0-r0) [2019-12-02T18:48:50.468Z] #7 2.857 (14/31) Installing mpfr3 (3.1.5-r1) [2019-12-02T18:48:50.468Z] #7 2.864 (15/31) Installing mpc1 (1.1.0-r0) [2019-12-02T18:48:50.468Z] #7 2.868 (16/31) Installing gcc (8.3.0-r0) [2019-12-02T18:48:50.468Z] #7 3.862 (17/31) Installing musl-dev (1.1.22-r3) [2019-12-02T18:48:50.468Z] #7 3.974 (18/31) Installing libc-dev (0.7.1-r0) [2019-12-02T18:48:50.468Z] #7 3.979 (19/31) Installing g++ (8.3.0-r0) [2019-12-02T18:48:50.468Z] #7 4.599 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-12-02T18:48:50.468Z] #7 4.603 (21/31) Installing libcurl (7.66.0-r0) [2019-12-02T18:48:50.468Z] #7 4.613 (22/31) Installing expat (2.2.8-r0) [2019-12-02T18:48:50.468Z] #7 4.619 (23/31) Installing pcre2 (10.33-r0) [2019-12-02T18:48:50.468Z] #7 4.629 (24/31) Installing git (2.22.0-r0) [2019-12-02T18:48:50.468Z] #7 4.874 (25/31) Installing libmnl (1.0.4-r0) [2019-12-02T18:48:50.468Z] #7 4.877 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-12-02T18:48:50.468Z] #7 4.883 (27/31) Installing iptables (1.8.3-r0) [2019-12-02T18:48:50.468Z] #7 4.911 (28/31) Installing pigz (2.4-r0) [2019-12-02T18:48:50.468Z] #7 4.918 (29/31) Installing tar (1.32-r0) [2019-12-02T18:48:50.468Z] #7 4.926 (30/31) Installing xz-libs (5.2.4-r0) [2019-12-02T18:48:50.468Z] #7 4.931 (31/31) Installing xz (5.2.4-r0) [2019-12-02T18:48:50.468Z] #7 4.938 Executing busybox-1.30.1-r2.trigger [2019-12-02T18:48:50.468Z] #7 4.944 Executing ca-certificates-20190108-r0.trigger [2019-12-02T18:48:50.468Z] #7 5.006 OK: 185 MiB in 45 packages [2019-12-02T18:48:50.468Z] #7 DONE 6.2s [2019-12-02T18:48:50.484Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-12-02T18:48:50.726Z] [2019-12-02T18:48:50.726Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-12-02T18:48:50.726Z] #9 DONE 0.1s [2019-12-02T18:48:50.726Z] [2019-12-02T18:48:50.726Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-12-02T18:48:50.726Z] #10 DONE 0.1s [2019-12-02T18:48:50.726Z] [2019-12-02T18:48:50.726Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-12-02T18:48:50.726Z] #11 DONE 0.1s [2019-12-02T18:48:50.726Z] [2019-12-02T18:48:50.726Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-12-02T18:48:50.984Z] #12 DONE 0.1s [2019-12-02T18:48:50.984Z] [2019-12-02T18:48:50.984Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-12-02T18:48:50.984Z] #13 DONE 0.1s [2019-12-02T18:48:50.984Z] [2019-12-02T18:48:50.984Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.4-alpine@sha256:9d2a7c5b64... [2019-12-02T18:48:50.984Z] #14 extracting sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 6.6s done [2019-12-02T18:48:51.242Z] #14 extracting sha256:bf1a3d23480071c91034bf7684daaa10b200efe6f553d9b9f8e4004492769888 [2019-12-02T18:48:51.242Z] #14 extracting sha256:bf1a3d23480071c91034bf7684daaa10b200efe6f553d9b9f8e4004492769888 done [2019-12-02T18:48:51.242Z] #14 DONE 9.0s [2019-12-02T18:48:51.499Z] [2019-12-02T18:48:51.499Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-12-02T18:48:52.064Z] #15 0.799 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-12-02T18:48:53.007Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-12-02T18:48:53.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-12-02T18:48:53.442Z] #15 1.857 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-12-02T18:48:53.442Z] #15 1.932 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-12-02T18:48:53.442Z] #15 1.935 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-12-02T18:48:53.442Z] #15 2.066 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-12-02T18:48:53.442Z] #15 2.074 (4/43) Installing readline (8.0.0-r0) [2019-12-02T18:48:53.442Z] #15 2.079 (5/43) Installing bash (5.0.0-r0) [2019-12-02T18:48:53.442Z] #15 2.091 Executing bash-5.0.0-r0.post-install [2019-12-02T18:48:53.442Z] #15 2.093 (6/43) Installing linux-headers (4.19.36-r0) [2019-12-02T18:48:53.442Z] #15 2.166 (7/43) Installing libuuid (2.33.2-r0) [2019-12-02T18:48:53.442Z] #15 2.169 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-12-02T18:48:53.442Z] #15 2.172 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-12-02T18:48:53.442Z] #15 2.177 (10/43) Installing binutils (2.32-r0) [2019-12-02T18:48:53.442Z] #15 2.249 (11/43) Installing libmagic (5.37-r1) [2019-12-02T18:48:53.442Z] #15 2.269 (12/43) Installing file (5.37-r1) [2019-12-02T18:48:53.701Z] #15 2.271 (13/43) Installing gmp (6.1.2-r1) [2019-12-02T18:48:53.701Z] #15 2.277 (14/43) Installing isl (0.18-r0) [2019-12-02T18:48:53.701Z] #15 2.294 (15/43) Installing libgomp (8.3.0-r0) [2019-12-02T18:48:53.701Z] #15 2.298 (16/43) Installing libatomic (8.3.0-r0) [2019-12-02T18:48:53.701Z] #15 2.300 (17/43) Installing libgcc (8.3.0-r0) [2019-12-02T18:48:53.701Z] #15 2.302 (18/43) Installing mpfr3 (3.1.5-r1) [2019-12-02T18:48:53.701Z] #15 2.308 (19/43) Installing mpc1 (1.1.0-r0) [2019-12-02T18:48:53.701Z] #15 2.310 (20/43) Installing libstdc++ (8.3.0-r0) [2019-12-02T18:48:53.701Z] #15 2.322 (21/43) Installing gcc (8.3.0-r0) [2019-12-02T18:48:54.267Z] #15 3.018 (22/43) Installing musl-dev (1.1.22-r3) [2019-12-02T18:48:54.376Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-12-02T18:48:54.524Z] #15 3.097 (23/43) Installing libc-dev (0.7.1-r0) [2019-12-02T18:48:54.524Z] #15 3.098 (24/43) Installing g++ (8.3.0-r0) [2019-12-02T18:48:54.633Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-12-02T18:48:54.783Z] #15 3.510 (25/43) Installing make (4.2.1-r2) [2019-12-02T18:48:54.783Z] #15 3.514 (26/43) Installing fortify-headers (1.1-r0) [2019-12-02T18:48:54.783Z] #15 3.517 (27/43) Installing build-base (0.5-r1) [2019-12-02T18:48:54.783Z] #15 3.519 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-12-02T18:48:54.783Z] #15 3.522 (29/43) Installing libcurl (7.66.0-r0) [2019-12-02T18:48:54.783Z] #15 3.529 (30/43) Installing curl (7.66.0-r0) [2019-12-02T18:48:54.783Z] #15 3.532 (31/43) Installing oniguruma (6.9.3-r0) [2019-12-02T18:48:54.783Z] #15 3.538 (32/43) Installing jq (1.6-r0) [2019-12-02T18:48:54.783Z] #15 3.546 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-12-02T18:48:54.783Z] #15 3.551 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-12-02T18:48:54.783Z] #15 3.553 (35/43) Installing libaio (0.3.111-r0) [2019-12-02T18:48:54.783Z] #15 3.556 (36/43) Installing libblkid (2.33.2-r0) [2019-12-02T18:48:54.783Z] #15 3.560 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-12-02T18:48:54.783Z] #15 3.593 (38/43) Installing libfdisk (2.33.2-r0) [2019-12-02T18:48:55.040Z] #15 3.599 (39/43) Installing libmount (2.33.2-r0) [2019-12-02T18:48:55.040Z] #15 3.605 (40/43) Installing libsmartcols (2.33.2-r0) [2019-12-02T18:48:55.040Z] #15 3.608 (41/43) Installing pkgconf (1.6.1-r1) [2019-12-02T18:48:55.040Z] #15 3.611 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-12-02T18:48:55.040Z] #15 3.635 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-12-02T18:48:55.040Z] #15 3.648 Executing busybox-1.30.1-r2.trigger [2019-12-02T18:48:55.040Z] #15 3.654 OK: 189 MiB in 58 packages [2019-12-02T18:48:55.454Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-12-02T18:48:55.454Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-12-02T18:48:55.975Z] #15 DONE 4.4s [2019-12-02T18:48:55.976Z] [2019-12-02T18:48:55.976Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-12-02T18:48:56.542Z] #16 DONE 0.8s [2019-12-02T18:48:56.542Z] [2019-12-02T18:48:56.542Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-12-02T18:48:56.824Z] === RUN TestDockerSuite/TestBuildXZHost [2019-12-02T18:48:57.474Z] #17 DONE 0.8s [2019-12-02T18:48:57.474Z] [2019-12-02T18:48:57.474Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-12-02T18:48:57.474Z] #18 DONE 0.0s [2019-12-02T18:48:57.474Z] [2019-12-02T18:48:57.474Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-12-02T18:48:57.474Z] #19 DONE 0.1s [2019-12-02T18:48:57.474Z] [2019-12-02T18:48:57.474Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-12-02T18:48:58.408Z] #20 ... [2019-12-02T18:48:58.408Z] [2019-12-02T18:48:58.408Z] #31 [builder 1/4] COPY . . [2019-12-02T18:48:58.408Z] #31 DONE 0.9s [2019-12-02T18:48:58.408Z] [2019-12-02T18:48:58.408Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-12-02T18:48:59.337Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-12-02T18:48:59.354Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-12-02T18:48:59.354Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-12-02T18:48:59.354Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-12-02T18:48:59.784Z] #32 DONE 1.3s [2019-12-02T18:48:59.784Z] [2019-12-02T18:48:59.784Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-12-02T18:48:59.918Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-12-02T18:49:00.174Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-12-02T18:49:00.350Z] #33 0.886 [2019-12-02T18:49:00.350Z] #33 0.933 Removing bundles/ [2019-12-02T18:49:00.350Z] #33 0.934 [2019-12-02T18:49:00.350Z] #33 0.937 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-12-02T18:49:00.916Z] #33 1.579 Building test suite binary ./integration-cli/test.main [2019-12-02T18:49:01.544Z] === RUN TestDockerSuite/TestCommitChange [2019-12-02T18:49:02.476Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-12-02T18:49:03.409Z] === RUN TestDockerSuite/TestCommitHardlink [2019-12-02T18:49:04.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-12-02T18:49:05.102Z] #33 ... [2019-12-02T18:49:05.102Z] [2019-12-02T18:49:05.102Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-12-02T18:49:05.102Z] #20 1.652 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-12-02T18:49:05.102Z] #20 1.919 [2019-12-02T18:49:05.103Z] #20 2.054 ########## 14.0% ##################### 29.5% ####################### 32.3% ########################## 37.0% ############################# 41.5% ############################################## 64.4% ############################################################## 86.7% ######################################################################## 100.0% [2019-12-02T18:49:05.103Z] #20 3.707 [2019-12-02T18:49:05.103Z] #20 3.819 ################## 26.1% ######################################################### 80.2% ######################################################################## 100.0% [2019-12-02T18:49:05.103Z] #20 4.299 [2019-12-02T18:49:05.103Z] #20 4.410 ## 3.9% ################## 26.4% ###################### 30.8% ############################## 42.7% ######################################### 57.7% ###################################################### 76.0% ######################################################################## 100.0% [2019-12-02T18:49:05.103Z] #20 5.438 [2019-12-02T18:49:05.103Z] #20 5.553 0.3% ### 4.8% ######### 13.8% ############ 17.1% ############## 19.7% ################### 27.1% ########################### 38.3% ################################### 48.6% ########################################### 60.5% ################################################### 71.2% ######################################################### 79.3% ############################################################ 84.0% #################################################################### 94.7% ######################################################################## 100.0% [2019-12-02T18:49:05.103Z] #20 7.263 [2019-12-02T18:49:05.306Z] === RUN TestDockerSuite/TestCommitNewFile [2019-12-02T18:49:05.667Z] #20 8.166 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-12-02T18:49:05.925Z] #20 8.481 [2019-12-02T18:49:06.182Z] #20 8.584 ######################################################################## 100.0% [2019-12-02T18:49:06.182Z] #20 8.794 [2019-12-02T18:49:06.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-12-02T18:49:07.115Z] #20 9.782 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-12-02T18:49:07.200Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-12-02T18:49:07.681Z] #20 10.10 [2019-12-02T18:49:07.681Z] #20 10.23 0.7% ######################################################################## 100.0% [2019-12-02T18:49:07.939Z] #20 10.57 [2019-12-02T18:49:08.131Z] === RUN TestDockerSuite/TestCommitTTY [2019-12-02T18:49:08.872Z] #20 11.50 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-12-02T18:49:09.130Z] #20 11.64 skipping existing 1849cc453dee [2019-12-02T18:49:09.388Z] #20 11.90 [2019-12-02T18:49:09.637Z] --- PASS: TestServicePlugin (36.56s) [2019-12-02T18:49:09.637Z] plugin_test.go:62: [d33fb4ea1381d] joining swarm manager [dbaab3e511011]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T18:49:09.637Z] plugin_test.go:65: [d2bc9cec4fb37] joining swarm manager [dbaab3e511011]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T18:49:09.637Z] === RUN TestServiceUpdateLabel [2019-12-02T18:49:09.894Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-12-02T18:49:10.321Z] #20 12.73 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-12-02T18:49:10.579Z] #20 13.06 [2019-12-02T18:49:10.579Z] #20 13.15 ######################################################################## 100.0% [2019-12-02T18:49:10.838Z] #20 13.43 [2019-12-02T18:49:10.838Z] #20 13.50 Download of images into '/build' complete. [2019-12-02T18:49:10.838Z] #20 13.50 Use something like the following to load the result into a Docker daemon: [2019-12-02T18:49:10.838Z] #20 13.50 tar -cC '/build' . | docker load [2019-12-02T18:49:11.265Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-12-02T18:49:12.215Z] #20 DONE 14.5s [2019-12-02T18:49:12.215Z] [2019-12-02T18:49:12.215Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-12-02T18:49:12.215Z] #22 DONE 0.1s [2019-12-02T18:49:12.215Z] [2019-12-02T18:49:12.215Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-12-02T18:49:12.215Z] #26 DONE 0.1s [2019-12-02T18:49:12.215Z] [2019-12-02T18:49:12.215Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-12-02T18:49:12.215Z] #27 DONE 0.1s [2019-12-02T18:49:12.215Z] [2019-12-02T18:49:12.215Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-12-02T18:49:12.215Z] #23 DONE 0.1s [2019-12-02T18:49:12.215Z] [2019-12-02T18:49:12.215Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-12-02T18:49:12.474Z] #24 ... [2019-12-02T18:49:12.474Z] [2019-12-02T18:49:12.474Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-12-02T18:49:12.474Z] #28 DONE 0.2s [2019-12-02T18:49:12.474Z] [2019-12-02T18:49:12.474Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-12-02T18:49:12.571Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-12-02T18:49:13.162Z] --- PASS: TestServiceUpdateLabel (3.17s) [2019-12-02T18:49:13.162Z] === RUN TestServiceUpdateSecrets [2019-12-02T18:49:13.162Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-12-02T18:49:14.094Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-12-02T18:49:14.094Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-12-02T18:49:14.094Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-12-02T18:49:14.094Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-12-02T18:49:14.094Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-12-02T18:49:14.094Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-12-02T18:49:14.094Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-12-02T18:49:14.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-12-02T18:49:15.992Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-12-02T18:49:17.769Z] #29 ... [2019-12-02T18:49:17.769Z] [2019-12-02T18:49:17.769Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-12-02T18:49:17.769Z] #21 DONE 1.2s [2019-12-02T18:49:17.769Z] [2019-12-02T18:49:17.769Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-12-02T18:49:17.769Z] #24 2.373 + RM_GOPATH=0 [2019-12-02T18:49:17.769Z] #24 2.373 + TMP_GOPATH= [2019-12-02T18:49:17.769Z] #24 2.373 + : /build [2019-12-02T18:49:17.769Z] #24 2.373 + '[' -z '' ']' [2019-12-02T18:49:17.769Z] #24 2.374 ++ mktemp -d [2019-12-02T18:49:17.769Z] #24 2.376 + export GOPATH=/tmp/tmp.nDENAK [2019-12-02T18:49:17.769Z] #24 2.376 + GOPATH=/tmp/tmp.nDENAK [2019-12-02T18:49:17.769Z] #24 2.376 + RM_GOPATH=1 [2019-12-02T18:49:17.769Z] #24 2.376 ++ dirname ./install.sh [2019-12-02T18:49:17.769Z] #24 2.379 + dir=. [2019-12-02T18:49:17.769Z] #24 2.379 + bin=dockercli [2019-12-02T18:49:17.769Z] #24 2.379 + shift [2019-12-02T18:49:17.769Z] #24 2.379 + '[' '!' -f ./dockercli.installer ']' [2019-12-02T18:49:17.769Z] #24 2.379 + . ./dockercli.installer [2019-12-02T18:49:17.769Z] #24 2.379 ++ : stable [2019-12-02T18:49:17.769Z] #24 2.379 ++ : 17.06.2-ce [2019-12-02T18:49:17.770Z] #24 2.379 + install_dockercli [2019-12-02T18:49:17.770Z] #24 2.380 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-12-02T18:49:17.770Z] #24 2.380 Install docker/cli version 17.06.2-ce from stable [2019-12-02T18:49:17.770Z] #24 2.384 ++ uname -m [2019-12-02T18:49:17.770Z] #24 2.385 + arch=x86_64 [2019-12-02T18:49:17.770Z] #24 2.385 + '[' x86_64 '!=' x86_64 ']' [2019-12-02T18:49:17.770Z] #24 2.385 + url=https://download.docker.com/linux/static [2019-12-02T18:49:17.770Z] #24 2.392 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-12-02T18:49:17.770Z] #24 2.392 + tar -xz docker/docker [2019-12-02T18:49:17.770Z] #24 5.268 + mkdir -p /build [2019-12-02T18:49:17.770Z] #24 5.269 + mv docker/docker /build/ [2019-12-02T18:49:17.770Z] #24 5.270 + rmdir docker [2019-12-02T18:49:17.770Z] #24 DONE 5.4s [2019-12-02T18:49:17.770Z] [2019-12-02T18:49:17.770Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-12-02T18:49:17.886Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-12-02T18:49:17.886Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-12-02T18:49:17.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-12-02T18:49:18.335Z] #29 ... [2019-12-02T18:49:18.335Z] [2019-12-02T18:49:18.335Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-12-02T18:49:18.592Z] #25 DONE 0.1s [2019-12-02T18:49:18.592Z] [2019-12-02T18:49:18.592Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-12-02T18:49:18.817Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-12-02T18:49:19.747Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-12-02T18:49:20.206Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-12-02T18:49:20.206Z] Using test binary docker [2019-12-02T18:49:20.206Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-12-02T18:49:20.206Z] +++ /etc/init.d/apparmor start [2019-12-02T18:49:20.206Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-12-02T18:49:20.206Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-12-02T18:49:20.206Z] Warning failed to create cache: (null) [2019-12-02T18:49:20.206Z] . [2019-12-02T18:49:20.206Z] INFO: Waiting for daemon to start... [2019-12-02T18:49:20.206Z] Starting dockerd [2019-12-02T18:49:20.206Z] +++ 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-12-02T18:49:20.677Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-12-02T18:49:21.608Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-12-02T18:49:22.173Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-12-02T18:49:22.430Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-12-02T18:49:22.430Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-12-02T18:49:22.497Z] . [2019-12-02T18:49:22.497Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-12-02T18:49:22.497Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-12-02T18:49:22.497Z] Error: No such image: emptyfs [2019-12-02T18:49:22.497Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-12-02T18:49:22.497Z] ++++ docker load [2019-12-02T18:49:22.837Z] Running integration-test (iteration 1) [2019-12-02T18:49:22.837Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-12-02T18:49:22.837Z] ++ 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-12-02T18:49:22.837Z] ++ set -e [2019-12-02T18:49:22.837Z] ++ '[' -n 0 ']' [2019-12-02T18:49:22.837Z] ++ set -x [2019-12-02T18:49:22.837Z] ++ 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-12-02T18:49:23.371Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-12-02T18:49:23.371Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-12-02T18:49:23.371Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-12-02T18:49:23.644Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-12-02T18:49:23.644Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-12-02T18:49:24.574Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-12-02T18:49:25.506Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-12-02T18:49:26.437Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-12-02T18:49:26.437Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-12-02T18:49:28.333Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-12-02T18:49:28.333Z] --- PASS: TestServiceUpdateSecrets (15.47s) [2019-12-02T18:49:28.333Z] === RUN TestServiceUpdateConfigs [2019-12-02T18:49:29.264Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-12-02T18:49:29.264Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-12-02T18:49:29.828Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-12-02T18:49:31.201Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-12-02T18:49:31.766Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-12-02T18:49:32.696Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-12-02T18:49:32.696Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-12-02T18:49:33.628Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-12-02T18:49:34.558Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-12-02T18:49:35.490Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-12-02T18:49:35.490Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-12-02T18:49:36.105Z] Loaded image: buildpack-deps:jessie [2019-12-02T18:49:36.420Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-12-02T18:49:36.444Z] Loaded image: busybox:latest [2019-12-02T18:49:36.444Z] Loaded image: busybox:glibc [2019-12-02T18:49:36.444Z] Loaded image: debian:jessie [2019-12-02T18:49:36.786Z] Loaded image: hello-world:latest [2019-12-02T18:49:36.786Z] INFO: Testing against a local daemon [2019-12-02T18:49:36.786Z] === RUN TestCgroupNamespacesBuild [2019-12-02T18:49:38.317Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-12-02T18:49:38.478Z] --- PASS: TestCgroupNamespacesBuild (1.68s) [2019-12-02T18:49:38.478Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-12-02T18:49:39.686Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-12-02T18:49:39.686Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-12-02T18:49:39.686Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-12-02T18:49:39.686Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-12-02T18:49:39.686Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-12-02T18:49:40.169Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.64s) [2019-12-02T18:49:40.169Z] === RUN TestBuildWithSession [2019-12-02T18:49:40.169Z] --- SKIP: TestBuildWithSession (0.00s) [2019-12-02T18:49:40.169Z] build_session_test.go:25: TODO: BuildKit [2019-12-02T18:49:40.169Z] === RUN TestBuildSquashParent [2019-12-02T18:49:40.616Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-12-02T18:49:43.889Z] --- PASS: TestServiceUpdateConfigs (15.37s) [2019-12-02T18:49:43.889Z] === RUN TestServiceUpdateNetwork [2019-12-02T18:49:45.122Z] #33 ... [2019-12-02T18:49:45.122Z] [2019-12-02T18:49:45.122Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-12-02T18:49:45.122Z] #29 28.83 # github.com/docker/docker/contrib/httpserver [2019-12-02T18:49:45.122Z] #29 28.83 loadinternal: cannot find runtime/cgo [2019-12-02T18:49:45.122Z] #29 DONE 29.2s [2019-12-02T18:49:45.122Z] [2019-12-02T18:49:45.122Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-12-02T18:49:45.122Z] #33 ... [2019-12-02T18:49:45.122Z] [2019-12-02T18:49:45.122Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-12-02T18:49:45.122Z] #30 DONE 0.1s [2019-12-02T18:49:45.122Z] [2019-12-02T18:49:45.122Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-12-02T18:49:45.258Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-12-02T18:49:46.152Z] --- PASS: TestBuildSquashParent (5.57s) [2019-12-02T18:49:46.152Z] === RUN TestBuildWithRemoveAndForceRemove [2019-12-02T18:49:46.152Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:49:46.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:49:46.152Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:49:46.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:49:46.152Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:49:46.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:49:46.152Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:49:46.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:49:46.152Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:49:46.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:49:46.152Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:49:46.152Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:49:46.152Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-12-02T18:49:46.152Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-12-02T18:49:46.152Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-12-02T18:49:46.152Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-12-02T18:49:46.188Z] === RUN TestDockerSuite/TestContainerAPITop [2019-12-02T18:49:47.121Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-12-02T18:49:47.121Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-12-02T18:49:47.121Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-12-02T18:49:48.470Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-12-02T18:49:48.808Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-12-02T18:49:50.407Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-12-02T18:49:50.986Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-12-02T18:49:51.136Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-12-02T18:49:51.136Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.02s) [2019-12-02T18:49:51.136Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.12s) [2019-12-02T18:49:51.136Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.16s) [2019-12-02T18:49:51.136Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.46s) [2019-12-02T18:49:51.136Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.18s) [2019-12-02T18:49:51.136Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.33s) [2019-12-02T18:49:51.136Z] === RUN TestBuildMultiStageCopy [2019-12-02T18:49:51.136Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-12-02T18:49:52.355Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-12-02T18:49:52.827Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-12-02T18:49:53.165Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-12-02T18:49:53.886Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-12-02T18:49:54.254Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-12-02T18:49:54.591Z] --- PASS: TestBuildMultiStageCopy (3.57s) [2019-12-02T18:49:54.591Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.96s) [2019-12-02T18:49:54.591Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.36s) [2019-12-02T18:49:54.591Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.41s) [2019-12-02T18:49:54.591Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.40s) [2019-12-02T18:49:54.591Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.43s) [2019-12-02T18:49:54.591Z] === RUN TestBuildMultiStageParentConfig [2019-12-02T18:49:55.762Z] --- PASS: TestBuildMultiStageParentConfig (1.02s) [2019-12-02T18:49:55.762Z] === RUN TestBuildLabelWithTargets [2019-12-02T18:49:57.455Z] --- PASS: TestBuildLabelWithTargets (1.60s) [2019-12-02T18:49:57.455Z] === RUN TestBuildWithEmptyLayers [2019-12-02T18:49:57.609Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-12-02T18:49:57.609Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-12-02T18:49:57.791Z] --- PASS: TestBuildWithEmptyLayers (0.80s) [2019-12-02T18:49:57.791Z] === RUN TestBuildMultiStageOnBuild [2019-12-02T18:49:59.526Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-12-02T18:49:59.526Z] --- PASS: TestServiceUpdateNetwork (15.90s) [2019-12-02T18:49:59.526Z] PASS [2019-12-02T18:49:59.526Z] [2019-12-02T18:49:59.526Z] === Skipped [2019-12-02T18:49:59.526Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.01s) [2019-12-02T18:49:59.526Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-02T18:49:59.526Z] [2019-12-02T18:49:59.526Z] [2019-12-02T18:49:59.526Z] DONE 20 tests, 1 skipped in 178.953s [2019-12-02T18:49:59.526Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-12-02T18:49:59.526Z] ++ 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-12-02T18:49:59.526Z] ++ set -e [2019-12-02T18:49:59.526Z] ++ '[' -n 0 ']' [2019-12-02T18:49:59.526Z] ++ set -x [2019-12-02T18:49:59.526Z] ++ 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-12-02T18:49:59.783Z] INFO: Testing against a local daemon [2019-12-02T18:49:59.783Z] === RUN TestSessionCreate [2019-12-02T18:49:59.783Z] --- PASS: TestSessionCreate (0.03s) [2019-12-02T18:49:59.783Z] === RUN TestSessionCreateWithBadUpgrade [2019-12-02T18:49:59.783Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2019-12-02T18:49:59.783Z] PASS [2019-12-02T18:49:59.783Z] [2019-12-02T18:49:59.783Z] DONE 2 tests in 0.184s [2019-12-02T18:49:59.783Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-12-02T18:49:59.783Z] ++ 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-12-02T18:49:59.783Z] ++ set -e [2019-12-02T18:49:59.783Z] ++ '[' -n 0 ']' [2019-12-02T18:49:59.783Z] ++ set -x [2019-12-02T18:49:59.783Z] ++ 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-12-02T18:49:59.783Z] INFO: Testing against a local daemon [2019-12-02T18:49:59.783Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-12-02T18:49:59.783Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-12-02T18:49:59.783Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-02T18:49:59.783Z] === RUN TestEventsExecDie [2019-12-02T18:50:00.040Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-12-02T18:50:00.174Z] --- PASS: TestBuildMultiStageOnBuild (2.18s) [2019-12-02T18:50:00.174Z] === RUN TestBuildUncleanTarFilenames [2019-12-02T18:50:00.972Z] --- PASS: TestEventsExecDie (1.11s) [2019-12-02T18:50:00.972Z] === RUN TestEventsBackwardsCompatible [2019-12-02T18:50:00.972Z] --- PASS: TestEventsBackwardsCompatible (0.14s) [2019-12-02T18:50:00.972Z] === RUN TestInfoBinaryCommits [2019-12-02T18:50:01.230Z] --- PASS: TestInfoBinaryCommits (0.04s) [2019-12-02T18:50:01.230Z] === RUN TestInfoAPIVersioned [2019-12-02T18:50:01.230Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-12-02T18:50:01.230Z] === RUN TestInfoDiscoveryBackend [2019-12-02T18:50:01.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-12-02T18:50:01.352Z] --- PASS: TestBuildUncleanTarFilenames (1.16s) [2019-12-02T18:50:01.352Z] === RUN TestBuildMultiStageLayerLeak [2019-12-02T18:50:01.797Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2019-12-02T18:50:01.797Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-12-02T18:50:02.140Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-12-02T18:50:02.728Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-12-02T18:50:02.728Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-12-02T18:50:02.985Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2019-12-02T18:50:03.109Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-12-02T18:50:03.109Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-12-02T18:50:03.109Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-12-02T18:50:03.109Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-12-02T18:50:03.109Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-12-02T18:50:03.242Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.61s) [2019-12-02T18:50:03.242Z] === RUN TestInfoAPI [2019-12-02T18:50:03.242Z] --- PASS: TestInfoAPI (0.03s) [2019-12-02T18:50:03.242Z] === RUN TestInfoAPIWarnings [2019-12-02T18:50:03.654Z] --- PASS: TestBuildMultiStageLayerLeak (2.33s) [2019-12-02T18:50:03.655Z] === RUN TestBuildWithHugeFile [2019-12-02T18:50:03.808Z] --- PASS: TestInfoAPIWarnings (0.54s) [2019-12-02T18:50:03.808Z] === RUN TestInfoDebug [2019-12-02T18:50:04.372Z] --- PASS: TestInfoDebug (0.54s) [2019-12-02T18:50:04.372Z] === RUN TestInfoInsecureRegistries [2019-12-02T18:50:04.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2019-12-02T18:50:04.935Z] --- PASS: TestInfoInsecureRegistries (0.56s) [2019-12-02T18:50:04.935Z] === RUN TestInfoRegistryMirrors [2019-12-02T18:50:05.501Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2019-12-02T18:50:05.501Z] === RUN TestLoginFailsWithBadCredentials [2019-12-02T18:50:05.758Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2019-12-02T18:50:05.758Z] === RUN TestPingCacheHeaders [2019-12-02T18:50:05.758Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-12-02T18:50:05.758Z] === RUN TestPingGet [2019-12-02T18:50:06.017Z] --- PASS: TestPingGet (0.04s) [2019-12-02T18:50:06.017Z] === RUN TestPingHead [2019-12-02T18:50:06.017Z] --- PASS: TestPingHead (0.02s) [2019-12-02T18:50:06.017Z] === RUN TestVersion [2019-12-02T18:50:06.017Z] --- PASS: TestVersion (0.03s) [2019-12-02T18:50:06.017Z] PASS [2019-12-02T18:50:06.017Z] [2019-12-02T18:50:06.017Z] === Skipped [2019-12-02T18:50:06.017Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2019-12-02T18:50:06.017Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-02T18:50:06.017Z] [2019-12-02T18:50:06.017Z] [2019-12-02T18:50:06.017Z] DONE 18 tests, 1 skipped in 6.224s [2019-12-02T18:50:06.017Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-12-02T18:50:06.017Z] ++ 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-12-02T18:50:06.017Z] ++ set -e [2019-12-02T18:50:06.017Z] ++ '[' -n 0 ']' [2019-12-02T18:50:06.017Z] ++ set -x [2019-12-02T18:50:06.017Z] ++ 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-12-02T18:50:06.017Z] INFO: Testing against a local daemon [2019-12-02T18:50:06.017Z] === RUN TestVolumesCreateAndList [2019-12-02T18:50:06.017Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-12-02T18:50:06.017Z] === RUN TestVolumesRemove [2019-12-02T18:50:06.274Z] --- PASS: TestVolumesRemove (0.09s) [2019-12-02T18:50:06.274Z] === RUN TestVolumesInspect [2019-12-02T18:50:06.274Z] --- PASS: TestVolumesInspect (0.02s) [2019-12-02T18:50:06.274Z] === RUN TestVolumesInvalidJSON [2019-12-02T18:50:06.274Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-12-02T18:50:06.274Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-12-02T18:50:06.274Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-12-02T18:50:06.274Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-12-02T18:50:06.274Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-12-02T18:50:06.274Z] PASS [2019-12-02T18:50:06.274Z] [2019-12-02T18:50:06.274Z] DONE 5 tests in 0.273s [2019-12-02T18:50:06.274Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-02T18:50:06.531Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2019-12-02T18:50:06.531Z] ++++ cat bundles/test-integration/docker.pid [2019-12-02T18:50:06.531Z] +++ kill 5310 [2019-12-02T18:50:06.852Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-12-02T18:50:06.852Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-12-02T18:50:06.852Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-12-02T18:50:08.427Z] +++ /etc/init.d/apparmor stop [2019-12-02T18:50:08.427Z] Clearing AppArmor profiles cache:. [2019-12-02T18:50:08.427Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-02T18:50:08.427Z] Unloading profiles will leave already running processes permanently [2019-12-02T18:50:08.427Z] unconfined, which can lead to unexpected situations. [2019-12-02T18:50:08.427Z] [2019-12-02T18:50:08.428Z] To set a process to complain mode, use the command line tool [2019-12-02T18:50:08.428Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-02T18:50:08.428Z] with the 'teardown' option." [2019-12-02T18:50:08.428Z] [2019-12-02T18:50:08.428Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2019-12-02T18:50:09.797Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0006bfc20_} [2019-12-02T18:50:11.691Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1145035421_/foo_false____} [2019-12-02T18:50:13.061Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1145035421_/foo_true____} [2019-12-02T18:50:13.913Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-12-02T18:50:14.956Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3115803992_/foo_false____} [2019-12-02T18:50:16.325Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3115803992_/foo_true____} [2019-12-02T18:50:18.244Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3115803992_/foo_true__0xc0004c00a0__} [2019-12-02T18:50:19.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0004c00c0_} [2019-12-02T18:50:21.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0004c00e0_} [2019-12-02T18:50:22.878Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0004c0100_} [2019-12-02T18:50:24.774Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0004c0120_} [2019-12-02T18:50:26.146Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-12-02T18:50:27.517Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-12-02T18:50:27.517Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2019-12-02T18:50:27.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2019-12-02T18:50:27.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2019-12-02T18:50:27.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2019-12-02T18:50:27.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2019-12-02T18:50:27.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2019-12-02T18:50:27.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2019-12-02T18:50:27.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2019-12-02T18:50:27.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2019-12-02T18:50:27.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2019-12-02T18:50:27.779Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2019-12-02T18:50:28.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2019-12-02T18:50:28.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2019-12-02T18:50:28.036Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2019-12-02T18:50:28.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2019-12-02T18:50:28.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2019-12-02T18:50:28.293Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-12-02T18:50:31.568Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-12-02T18:50:34.092Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-12-02T18:50:37.367Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-12-02T18:50:38.738Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-12-02T18:50:38.994Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-12-02T18:50:39.925Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-12-02T18:50:40.855Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-12-02T18:50:42.224Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-12-02T18:50:43.157Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-12-02T18:50:44.088Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-12-02T18:50:45.025Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-12-02T18:50:45.958Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-12-02T18:50:47.329Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-12-02T18:50:48.025Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-12-02T18:50:49.394Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-12-02T18:50:50.763Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-12-02T18:50:51.693Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-12-02T18:50:52.624Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-12-02T18:50:53.995Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-12-02T18:50:55.366Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-12-02T18:50:56.298Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-12-02T18:50:56.298Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-12-02T18:50:57.669Z] === RUN TestDockerSuite/TestCpRelativePath [2019-12-02T18:50:58.599Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-12-02T18:50:59.969Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-12-02T18:51:00.900Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-12-02T18:51:02.271Z] === RUN TestDockerSuite/TestCpToCaseA [2019-12-02T18:51:04.164Z] === RUN TestDockerSuite/TestCpToCaseB [2019-12-02T18:51:04.728Z] === RUN TestDockerSuite/TestCpToCaseC [2019-12-02T18:51:06.623Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-12-02T18:51:07.556Z] === RUN TestDockerSuite/TestCpToCaseD [2019-12-02T18:51:12.816Z] === RUN TestDockerSuite/TestCpToCaseE [2019-12-02T18:51:16.090Z] === RUN TestDockerSuite/TestCpToCaseF [2019-12-02T18:51:17.025Z] === RUN TestDockerSuite/TestCpToCaseG [2019-12-02T18:51:21.561Z] #33 132.9 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-12-02T18:51:21.562Z] #33 136.7 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-12-02T18:51:21.562Z] #33 138.5 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-12-02T18:51:21.562Z] #33 141.4 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-12-02T18:51:22.281Z] === RUN TestDockerSuite/TestCpToCaseH [2019-12-02T18:51:25.557Z] === RUN TestDockerSuite/TestCpToCaseI [2019-12-02T18:51:25.746Z] #33 145.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-12-02T18:51:26.486Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-12-02T18:51:26.922Z] --- PASS: TestBuildWithHugeFile (81.84s) [2019-12-02T18:51:26.922Z] === RUN TestBuildWithEmptyDockerfile [2019-12-02T18:51:26.922Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:51:26.922Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:51:26.922Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:51:26.922Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:51:26.922Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:51:26.922Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:51:26.922Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-12-02T18:51:26.922Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-12-02T18:51:26.922Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-12-02T18:51:26.922Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2019-12-02T18:51:26.922Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.30s) [2019-12-02T18:51:26.922Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.30s) [2019-12-02T18:51:26.922Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.31s) [2019-12-02T18:51:26.922Z] === RUN TestBuildPreserveOwnership [2019-12-02T18:51:26.922Z] === RUN TestBuildPreserveOwnership/copy_from [2019-12-02T18:51:27.121Z] #33 147.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-12-02T18:51:27.855Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-12-02T18:51:28.494Z] #33 148.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-12-02T18:51:29.219Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-12-02T18:51:29.881Z] #33 150.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-12-02T18:51:30.446Z] #33 150.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-12-02T18:51:30.912Z] --- PASS: TestBuildPreserveOwnership (4.81s) [2019-12-02T18:51:30.912Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.13s) [2019-12-02T18:51:30.912Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.67s) [2019-12-02T18:51:30.912Z] === RUN TestBuildPlatformInvalid [2019-12-02T18:51:30.912Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-12-02T18:51:30.912Z] PASS [2019-12-02T18:51:30.912Z] [2019-12-02T18:51:30.912Z] === Skipped [2019-12-02T18:51:30.912Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2019-12-02T18:51:30.912Z] build_session_test.go:25: TODO: BuildKit [2019-12-02T18:51:30.912Z] [2019-12-02T18:51:30.912Z] [2019-12-02T18:51:30.912Z] DONE 32 tests, 1 skipped in 128.093s [2019-12-02T18:51:30.912Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-12-02T18:51:30.912Z] ++ 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-12-02T18:51:30.912Z] ++ set -e [2019-12-02T18:51:30.912Z] ++ '[' -n 0 ']' [2019-12-02T18:51:30.912Z] ++ set -x [2019-12-02T18:51:30.912Z] ++ 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-12-02T18:51:30.912Z] INFO: Testing against a local daemon [2019-12-02T18:51:30.912Z] === RUN TestConfigList [2019-12-02T18:51:32.031Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-12-02T18:51:32.961Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-12-02T18:51:33.219Z] === RUN TestDockerSuite/TestCpToDot [2019-12-02T18:51:33.223Z] --- PASS: TestConfigList (2.24s) [2019-12-02T18:51:33.224Z] === RUN TestConfigsCreateAndDelete [2019-12-02T18:51:33.727Z] #33 153.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-12-02T18:51:34.151Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-12-02T18:51:34.659Z] #33 155.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-12-02T18:51:35.545Z] --- PASS: TestConfigsCreateAndDelete (2.29s) [2019-12-02T18:51:35.545Z] === RUN TestConfigsUpdate [2019-12-02T18:51:36.046Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-12-02T18:51:37.841Z] --- PASS: TestConfigsUpdate (2.23s) [2019-12-02T18:51:37.841Z] === RUN TestTemplatedConfig [2019-12-02T18:51:37.939Z] #33 157.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-12-02T18:51:38.567Z] === RUN TestDockerSuite/TestCpToStdout [2019-12-02T18:51:39.132Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-12-02T18:51:40.467Z] #33 160.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-12-02T18:51:41.054Z] --- PASS: TestTemplatedConfig (2.94s) [2019-12-02T18:51:41.054Z] === RUN TestConfigInspect [2019-12-02T18:51:42.755Z] --- PASS: TestConfigInspect (2.24s) [2019-12-02T18:51:42.755Z] === RUN TestConfigCreateWithLabels [2019-12-02T18:51:42.995Z] #33 163.0 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-12-02T18:51:43.312Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-12-02T18:51:43.312Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-12-02T18:51:43.875Z] === RUN TestDockerSuite/TestCpVolumePath [2019-12-02T18:51:43.930Z] #33 164.5 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-12-02T18:51:45.059Z] --- PASS: TestConfigCreateWithLabels (2.29s) [2019-12-02T18:51:45.059Z] === RUN TestConfigCreateResolve [2019-12-02T18:51:45.780Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-12-02T18:51:45.780Z] === RUN TestDockerSuite/TestCreateArgs [2019-12-02T18:51:45.780Z] === RUN TestDockerSuite/TestCreateByImageID [2019-12-02T18:51:46.344Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-12-02T18:51:47.210Z] #33 167.7 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-12-02T18:51:47.275Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-12-02T18:51:47.275Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-12-02T18:51:47.362Z] --- PASS: TestConfigCreateResolve (2.24s) [2019-12-02T18:51:47.362Z] === RUN TestConfigDaemonLibtrustID [2019-12-02T18:51:47.531Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-12-02T18:51:48.089Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-12-02T18:51:48.089Z] PASS [2019-12-02T18:51:48.089Z] [2019-12-02T18:51:48.089Z] DONE 8 tests in 17.119s [2019-12-02T18:51:48.089Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-12-02T18:51:48.089Z] ++ 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-12-02T18:51:48.089Z] ++ set -e [2019-12-02T18:51:48.089Z] ++ '[' -n 0 ']' [2019-12-02T18:51:48.089Z] ++ set -x [2019-12-02T18:51:48.089Z] ++ 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-12-02T18:51:48.089Z] INFO: Testing against a local daemon [2019-12-02T18:51:48.089Z] === RUN TestCheckpoint [2019-12-02T18:51:48.089Z] --- SKIP: TestCheckpoint (0.00s) [2019-12-02T18:51:48.089Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-02T18:51:48.089Z] === RUN TestContainerInvalidJSON [2019-12-02T18:51:48.089Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:51:48.089Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:51:48.089Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:51:48.089Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:51:48.089Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:51:48.089Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:51:48.089Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-12-02T18:51:48.089Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-12-02T18:51:48.089Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-12-02T18:51:48.089Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-12-02T18:51:48.089Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-12-02T18:51:48.089Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-12-02T18:51:48.089Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-12-02T18:51:48.089Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-12-02T18:51:48.089Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2019-12-02T18:51:48.089Z] === RUN TestCopyFromContainerPathIsNotDir [2019-12-02T18:51:48.089Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-12-02T18:51:48.089Z] === RUN TestCopyToContainerPathDoesNotExist [2019-12-02T18:51:48.095Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-12-02T18:51:48.427Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2019-12-02T18:51:48.427Z] === RUN TestCopyToContainerPathIsNotDir [2019-12-02T18:51:48.427Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2019-12-02T18:51:48.427Z] === RUN TestCopyFromContainer [2019-12-02T18:51:48.583Z] #33 169.1 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-12-02T18:51:48.658Z] === RUN TestDockerSuite/TestCreateLabels [2019-12-02T18:51:48.658Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-12-02T18:51:48.915Z] === RUN TestDockerSuite/TestCreateRM [2019-12-02T18:51:48.915Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-12-02T18:51:49.173Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-12-02T18:51:49.173Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-12-02T18:51:49.430Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-12-02T18:51:50.178Z] === RUN TestCopyFromContainer// [2019-12-02T18:51:50.178Z] === RUN TestCopyFromContainer//bar/root [2019-12-02T18:51:50.178Z] === RUN TestCopyFromContainer//bar/root/ [2019-12-02T18:51:50.178Z] === RUN TestCopyFromContainer/bar/quux [2019-12-02T18:51:50.485Z] #33 170.6 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-12-02T18:51:50.516Z] === RUN TestCopyFromContainer/bar/quux/ [2019-12-02T18:51:50.516Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-12-02T18:51:50.516Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-12-02T18:51:50.516Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-12-02T18:51:50.853Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-12-02T18:51:50.853Z] === RUN TestCopyFromContainer/bar/notarget [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer (2.57s) [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-12-02T18:51:50.853Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-12-02T18:51:50.853Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-12-02T18:51:50.853Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:51:50.853Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:51:50.853Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:51:50.853Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:51:50.853Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:51:50.853Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:51:50.853Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-12-02T18:51:50.853Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-12-02T18:51:50.853Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-12-02T18:51:50.853Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-12-02T18:51:50.853Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-12-02T18:51:50.853Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-12-02T18:51:50.853Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-12-02T18:51:50.853Z] === RUN TestCreateLinkToNonExistingContainer [2019-12-02T18:51:51.190Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-12-02T18:51:51.190Z] === RUN TestCreateWithInvalidEnv [2019-12-02T18:51:51.190Z] === RUN TestCreateWithInvalidEnv/0 [2019-12-02T18:51:51.190Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-12-02T18:51:51.190Z] === RUN TestCreateWithInvalidEnv/1 [2019-12-02T18:51:51.190Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-12-02T18:51:51.190Z] === RUN TestCreateWithInvalidEnv/2 [2019-12-02T18:51:51.190Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-12-02T18:51:51.190Z] === CONT TestCreateWithInvalidEnv/0 [2019-12-02T18:51:51.190Z] === CONT TestCreateWithInvalidEnv/1 [2019-12-02T18:51:51.190Z] === CONT TestCreateWithInvalidEnv/2 [2019-12-02T18:51:51.190Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-12-02T18:51:51.190Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-12-02T18:51:51.190Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-12-02T18:51:51.190Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-12-02T18:51:51.190Z] === RUN TestCreateTmpfsMountsTarget [2019-12-02T18:51:51.190Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-12-02T18:51:51.190Z] === RUN TestCreateWithCustomMaskedPaths [2019-12-02T18:51:51.861Z] #33 172.1 [2019-12-02T18:51:51.952Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-12-02T18:51:51.952Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-12-02T18:51:51.952Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-12-02T18:51:51.952Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-12-02T18:51:52.425Z] #33 DONE 172.9s [2019-12-02T18:51:52.425Z] [2019-12-02T18:51:52.425Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-12-02T18:51:53.486Z] --- PASS: TestCreateWithCustomMaskedPaths (1.95s) [2019-12-02T18:51:53.486Z] === RUN TestCreateWithCapabilities [2019-12-02T18:51:53.486Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-12-02T18:51:53.486Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-12-02T18:51:53.486Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:51:53.486Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:51:53.486Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:51:53.486Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:51:53.486Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:51:53.486Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:51:53.486Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:51:53.486Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:51:53.486Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:51:53.486Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:51:53.486Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-12-02T18:51:53.486Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-12-02T18:51:53.486Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:51:53.486Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:51:53.487Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:51:53.487Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:51:53.487Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:51:53.487Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:51:53.487Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:51:53.487Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-12-02T18:51:53.487Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.04s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-12-02T18:51:53.487Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-12-02T18:51:53.487Z] === RUN TestCreateWithCustomReadonlyPaths [2019-12-02T18:51:54.953Z] #34 DONE 2.1s [2019-12-02T18:51:55.181Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.01s) [2019-12-02T18:51:55.181Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-12-02T18:51:55.181Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:51:55.181Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:51:55.181Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:51:55.181Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:51:55.181Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:51:55.181Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:51:55.181Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:51:55.181Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:51:55.181Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:51:55.181Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:51:55.181Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-12-02T18:51:55.181Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-12-02T18:51:55.181Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-12-02T18:51:55.181Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-12-02T18:51:55.181Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-12-02T18:51:55.181Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-12-02T18:51:55.181Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-12-02T18:51:55.181Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-12-02T18:51:55.181Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-12-02T18:51:55.181Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-12-02T18:51:55.181Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-12-02T18:51:55.181Z] === RUN TestContainerStartOnDaemonRestart [2019-12-02T18:51:55.181Z] === PAUSE TestContainerStartOnDaemonRestart [2019-12-02T18:51:55.181Z] === RUN TestDaemonRestartIpcMode [2019-12-02T18:51:55.181Z] === PAUSE TestDaemonRestartIpcMode [2019-12-02T18:51:55.181Z] === RUN TestDiff [2019-12-02T18:51:55.903Z] --- PASS: TestDiff (0.71s) [2019-12-02T18:51:55.903Z] === RUN TestExecWithCloseStdin [2019-12-02T18:51:56.325Z] [2019-12-02T18:51:56.326Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-12-02T18:51:57.075Z] --- PASS: TestExecWithCloseStdin (0.92s) [2019-12-02T18:51:57.075Z] === RUN TestExec [2019-12-02T18:51:57.210Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-12-02T18:51:57.210Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-12-02T18:51:57.210Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-12-02T18:51:57.210Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-12-02T18:51:57.467Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-12-02T18:51:57.467Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-12-02T18:51:57.708Z] #35 DONE 1.1s [2019-12-02T18:51:57.708Z] [2019-12-02T18:51:57.708Z] #36 exporting to image [2019-12-02T18:51:57.708Z] #36 exporting layers [2019-12-02T18:51:57.800Z] --- PASS: TestExec (0.85s) [2019-12-02T18:51:57.800Z] === RUN TestExecUser [2019-12-02T18:51:58.401Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-12-02T18:51:58.534Z] --- PASS: TestExecUser (0.83s) [2019-12-02T18:51:58.534Z] === RUN TestExportContainerAndImportImage [2019-12-02T18:51:59.724Z] --- PASS: TestExportContainerAndImportImage (0.96s) [2019-12-02T18:51:59.724Z] === RUN TestExportContainerAfterDaemonRestart [2019-12-02T18:52:00.297Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-12-02T18:52:00.986Z] #36 exporting layers 3.7s done [2019-12-02T18:52:00.986Z] #36 writing image sha256:b2cf87db3f186ff4f78f1deb86bcf28daf3381cf1d8558335b606c314c8e328a done [2019-12-02T18:52:00.986Z] #36 naming to docker.io/library/moby-e2e-test done [2019-12-02T18:52:00.986Z] #36 DONE 3.7s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-12-02T18:52:01.227Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-12-02T18:52:01.299Z] + echo Ensuring container killed. [2019-12-02T18:52:01.299Z] Ensuring container killed. [2019-12-02T18:52:01.299Z] + docker rm -vf docker-pr5 [2019-12-02T18:52:01.299Z] Error: No such container: docker-pr5 [2019-12-02T18:52:01.299Z] + true [Pipeline] sh [2019-12-02T18:52:01.417Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2019-12-02T18:52:01.418Z] === RUN TestHealthCheckWorkdir [2019-12-02T18:52:01.582Z] + echo Chowning /workspace to jenkins user [2019-12-02T18:52:01.583Z] Chowning /workspace to jenkins user [2019-12-02T18:52:01.583Z] + id -u [2019-12-02T18:52:01.583Z] + id -g [2019-12-02T18:52:01.583Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40180:/workspace busybox chown -R 1000:1000 /workspace [2019-12-02T18:52:02.143Z] --- PASS: TestHealthCheckWorkdir (1.05s) [2019-12-02T18:52:02.144Z] === RUN TestHealthKillContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-02T18:52:03.120Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-12-02T18:52:03.254Z] + bundleName=unit [2019-12-02T18:52:03.254Z] + echo Creating unit-bundles.tar.gz [2019-12-02T18:52:03.254Z] Creating unit-bundles.tar.gz [2019-12-02T18:52:03.254Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-12-02T18:52:03.254Z] bundles/junit-report.xml [2019-12-02T18:52:03.254Z] bundles/go-test-report.json [2019-12-02T18:52:03.254Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-12-02T18:52:03.267Z] Archiving artifacts [2019-12-02T18:52:03.634Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40180/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-02T18:52:03.945Z] + make clean [2019-12-02T18:52:04.202Z] docker volume rm -f docker-dev-cache [2019-12-02T18:52:04.202Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-12-02T18:52:05.014Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-12-02T18:52:05.169Z] --- PASS: TestHealthKillContainer (2.95s) [2019-12-02T18:52:05.170Z] === RUN TestInspectCpusetInConfigPre120 [2019-12-02T18:52:05.896Z] --- PASS: TestInspectCpusetInConfigPre120 (0.68s) [2019-12-02T18:52:05.896Z] === RUN TestIpcModeNone [2019-12-02T18:52:05.944Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-12-02T18:52:06.508Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-12-02T18:52:06.508Z] === RUN TestDockerSuite/TestDevicePermissions [2019-12-02T18:52:06.624Z] --- PASS: TestIpcModeNone (0.88s) [2019-12-02T18:52:06.624Z] === RUN TestIpcModePrivate [2019-12-02T18:52:07.438Z] === RUN TestDockerSuite/TestDockerFails [2019-12-02T18:52:07.438Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-12-02T18:52:07.438Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-12-02T18:52:07.438Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-12-02T18:52:07.793Z] --- PASS: TestIpcModePrivate (0.88s) [2019-12-02T18:52:07.793Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2019-12-02T18:52:07.793Z] === RUN TestIpcModeShareable [2019-12-02T18:52:08.518Z] --- PASS: TestIpcModeShareable (0.90s) [2019-12-02T18:52:08.518Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2019-12-02T18:52:08.518Z] === RUN TestAPIIpcModeShareableAndContainer [2019-12-02T18:52:08.808Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-12-02T18:52:09.739Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-12-02T18:52:10.303Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-12-02T18:52:11.526Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.55s) [2019-12-02T18:52:11.526Z] === RUN TestAPIIpcModeHost [2019-12-02T18:52:11.683Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-12-02T18:52:11.683Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-12-02T18:52:11.683Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-12-02T18:52:11.683Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-12-02T18:52:11.862Z] --- PASS: TestAPIIpcModeHost (0.68s) [2019-12-02T18:52:11.863Z] === RUN TestDaemonIpcModeShareable [2019-12-02T18:52:13.561Z] --- PASS: TestDaemonIpcModeShareable (1.76s) [2019-12-02T18:52:13.561Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-12-02T18:52:13.561Z] === RUN TestDaemonIpcModePrivate [2019-12-02T18:52:15.257Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2019-12-02T18:52:15.257Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-12-02T18:52:15.257Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-12-02T18:52:16.961Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.78s) [2019-12-02T18:52:16.961Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2019-12-02T18:52:16.961Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-12-02T18:52:18.699Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s) [2019-12-02T18:52:18.699Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2019-12-02T18:52:18.699Z] === RUN TestIpcModeOlderClient [2019-12-02T18:52:18.699Z] === PAUSE TestIpcModeOlderClient [2019-12-02T18:52:18.699Z] === RUN TestKillContainerInvalidSignal [2019-12-02T18:52:19.422Z] --- PASS: TestKillContainerInvalidSignal (0.72s) [2019-12-02T18:52:19.422Z] === RUN TestKillContainer [2019-12-02T18:52:19.422Z] === RUN TestKillContainer/no_signal [2019-12-02T18:52:19.780Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-12-02T18:52:20.147Z] === RUN TestKillContainer/non_killing_signal [2019-12-02T18:52:20.869Z] === RUN TestKillContainer/killing_signal [2019-12-02T18:52:21.593Z] --- PASS: TestKillContainer (2.09s) [2019-12-02T18:52:21.593Z] --- PASS: TestKillContainer/no_signal (0.66s) [2019-12-02T18:52:21.593Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2019-12-02T18:52:21.593Z] --- PASS: TestKillContainer/killing_signal (0.63s) [2019-12-02T18:52:21.593Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-12-02T18:52:21.593Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-12-02T18:52:21.675Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-12-02T18:52:22.317Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-12-02T18:52:23.042Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.41s) [2019-12-02T18:52:23.042Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2019-12-02T18:52:23.042Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2019-12-02T18:52:23.042Z] === RUN TestKillStoppedContainer [2019-12-02T18:52:23.042Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-12-02T18:52:23.042Z] === RUN TestKillStoppedContainerAPIPre120 [2019-12-02T18:52:23.383Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-12-02T18:52:23.383Z] === RUN TestKillDifferentUserContainer [2019-12-02T18:52:23.798Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2019-12-02T18:52:23.798Z] === RUN TestInspectOomKilledTrue [2019-12-02T18:52:24.949Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-12-02T18:52:25.489Z] --- PASS: TestInspectOomKilledTrue (1.23s) [2019-12-02T18:52:25.489Z] === RUN TestInspectOomKilledFalse [2019-12-02T18:52:25.565Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-12-02T18:52:25.565Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-12-02T18:52:25.565Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-12-02T18:52:25.565Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-12-02T18:52:25.827Z] --- PASS: TestInspectOomKilledFalse (0.69s) [2019-12-02T18:52:25.827Z] === RUN TestLinksEtcHostsContentMatch [2019-12-02T18:52:26.552Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2019-12-02T18:52:26.552Z] === RUN TestLinksContainerNames [2019-12-02T18:52:26.843Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-12-02T18:52:27.100Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-12-02T18:52:27.723Z] --- PASS: TestLinksContainerNames (1.36s) [2019-12-02T18:52:27.723Z] === RUN TestLogsFollowTailEmpty [2019-12-02T18:52:28.031Z] === RUN TestDockerSuite/TestEventsAttach [2019-12-02T18:52:28.454Z] --- PASS: TestLogsFollowTailEmpty (0.70s) [2019-12-02T18:52:28.454Z] === RUN TestContainerNetworkMountsNoChown [2019-12-02T18:52:28.963Z] === RUN TestDockerSuite/TestEventsCommit [2019-12-02T18:52:29.182Z] --- PASS: TestContainerNetworkMountsNoChown (0.73s) [2019-12-02T18:52:29.182Z] === RUN TestMountDaemonRoot [2019-12-02T18:52:29.182Z] === RUN TestMountDaemonRoot/default [2019-12-02T18:52:29.182Z] === PAUSE TestMountDaemonRoot/default [2019-12-02T18:52:29.182Z] === RUN TestMountDaemonRoot/private [2019-12-02T18:52:29.182Z] === PAUSE TestMountDaemonRoot/private [2019-12-02T18:52:29.182Z] === RUN TestMountDaemonRoot/rprivate [2019-12-02T18:52:29.182Z] === PAUSE TestMountDaemonRoot/rprivate [2019-12-02T18:52:29.182Z] === RUN TestMountDaemonRoot/slave [2019-12-02T18:52:29.182Z] === PAUSE TestMountDaemonRoot/slave [2019-12-02T18:52:29.182Z] === RUN TestMountDaemonRoot/rslave [2019-12-02T18:52:29.182Z] === PAUSE TestMountDaemonRoot/rslave [2019-12-02T18:52:29.182Z] === RUN TestMountDaemonRoot/shared [2019-12-02T18:52:29.182Z] === PAUSE TestMountDaemonRoot/shared [2019-12-02T18:52:29.182Z] === RUN TestMountDaemonRoot/rshared [2019-12-02T18:52:29.182Z] === PAUSE TestMountDaemonRoot/rshared [2019-12-02T18:52:29.182Z] === CONT TestMountDaemonRoot/default [2019-12-02T18:52:29.182Z] === CONT TestMountDaemonRoot/rshared [2019-12-02T18:52:29.182Z] === CONT TestMountDaemonRoot/rslave [2019-12-02T18:52:29.182Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:52:29.182Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:52:29.182Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:52:29.183Z] === CONT TestMountDaemonRoot/shared [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/default/bind_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:52:29.183Z] === CONT TestMountDaemonRoot/slave [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/default/mount_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:52:29.183Z] === CONT TestMountDaemonRoot/rprivate [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:52:29.183Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-12-02T18:52:29.183Z] === CONT TestMountDaemonRoot/private [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/private/bind_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/private/mount_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:52:29.183Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-12-02T18:52:29.183Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:52:29.183Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:52:29.183Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-12-02T18:52:29.183Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-12-02T18:52:29.183Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-12-02T18:52:29.183Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-12-02T18:52:29.297Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/default/bind_root [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/private/bind_root [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/default/mount_root [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/private/mount_root [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-12-02T18:52:29.520Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-12-02T18:52:29.520Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-12-02T18:52:29.520Z] === RUN TestContainerBindMountNonRecursive [2019-12-02T18:52:29.755Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-12-02T18:52:29.755Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-12-02T18:52:29.755Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-12-02T18:52:30.212Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-12-02T18:52:30.212Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-12-02T18:52:30.335Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-12-02T18:52:31.180Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-12-02T18:52:31.211Z] --- PASS: TestContainerBindMountNonRecursive (1.71s) [2019-12-02T18:52:31.211Z] === RUN TestNetworkNat [2019-12-02T18:52:31.266Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-12-02T18:52:32.197Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-12-02T18:52:32.387Z] --- PASS: TestNetworkNat (0.76s) [2019-12-02T18:52:32.387Z] === RUN TestNetworkLocalhostTCPNat [2019-12-02T18:52:32.724Z] --- PASS: TestNetworkLocalhostTCPNat (0.75s) [2019-12-02T18:52:32.724Z] === RUN TestNetworkLoopbackNat [2019-12-02T18:52:33.568Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-12-02T18:52:33.825Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-12-02T18:52:33.902Z] --- PASS: TestNetworkLoopbackNat (0.95s) [2019-12-02T18:52:33.902Z] === RUN TestPause [2019-12-02T18:52:34.629Z] --- PASS: TestPause (0.78s) [2019-12-02T18:52:34.629Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-12-02T18:52:34.629Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-02T18:52:34.629Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-02T18:52:34.629Z] === RUN TestPauseStopPausedContainer [2019-12-02T18:52:34.909Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-12-02T18:52:35.352Z] --- PASS: TestPauseStopPausedContainer (0.77s) [2019-12-02T18:52:35.352Z] === RUN TestPsFilter [2019-12-02T18:52:35.690Z] --- PASS: TestPsFilter (0.20s) [2019-12-02T18:52:35.690Z] === RUN TestRemoveContainerWithRemovedVolume [2019-12-02T18:52:35.719Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-12-02T18:52:35.874Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-12-02T18:52:35.874Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-12-02T18:52:35.874Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-12-02T18:52:35.874Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-12-02T18:52:36.414Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s) [2019-12-02T18:52:36.414Z] === RUN TestRemoveContainerWithVolume [2019-12-02T18:52:37.145Z] --- PASS: TestRemoveContainerWithVolume (0.70s) [2019-12-02T18:52:37.145Z] === RUN TestRemoveContainerRunning [2019-12-02T18:52:37.484Z] --- PASS: TestRemoveContainerRunning (0.72s) [2019-12-02T18:52:37.484Z] === RUN TestRemoveContainerForceRemoveRunning [2019-12-02T18:52:37.615Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-12-02T18:52:38.214Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s) [2019-12-02T18:52:38.214Z] === RUN TestRemoveInvalidContainer [2019-12-02T18:52:38.555Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2019-12-02T18:52:38.555Z] === RUN TestRenameLinkedContainer [2019-12-02T18:52:38.778Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-12-02T18:52:40.890Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-12-02T18:52:41.565Z] --- PASS: TestRenameLinkedContainer (2.80s) [2019-12-02T18:52:41.565Z] === RUN TestRenameStoppedContainer [2019-12-02T18:52:41.902Z] --- PASS: TestRenameStoppedContainer (0.66s) [2019-12-02T18:52:41.902Z] === RUN TestRenameRunningContainerAndReuse [2019-12-02T18:52:43.598Z] --- PASS: TestRenameRunningContainerAndReuse (1.40s) [2019-12-02T18:52:43.598Z] === RUN TestRenameInvalidName [2019-12-02T18:52:43.936Z] --- PASS: TestRenameInvalidName (0.71s) [2019-12-02T18:52:43.936Z] === RUN TestRenameAnonymousContainer [2019-12-02T18:52:44.205Z] === RUN TestDockerSuite/TestEventsCopy [2019-12-02T18:52:45.136Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-12-02T18:52:46.971Z] --- PASS: TestRenameAnonymousContainer (2.66s) [2019-12-02T18:52:46.971Z] === RUN TestRenameContainerWithSameName [2019-12-02T18:52:47.031Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-12-02T18:52:47.310Z] --- PASS: TestRenameContainerWithSameName (0.73s) [2019-12-02T18:52:47.310Z] === RUN TestRenameContainerWithLinkedContainer [2019-12-02T18:52:47.612Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-12-02T18:52:47.868Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-12-02T18:52:49.004Z] --- PASS: TestRenameContainerWithLinkedContainer (1.41s) [2019-12-02T18:52:49.004Z] === RUN TestResize [2019-12-02T18:52:49.343Z] --- PASS: TestResize (0.72s) [2019-12-02T18:52:49.343Z] === RUN TestResizeWithInvalidSize [2019-12-02T18:52:49.764Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-12-02T18:52:50.021Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-12-02T18:52:50.066Z] --- PASS: TestResizeWithInvalidSize (0.71s) [2019-12-02T18:52:50.066Z] === RUN TestResizeWhenContainerNotStarted [2019-12-02T18:52:50.278Z] === RUN TestDockerSuite/TestEventsFilterType [2019-12-02T18:52:50.535Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-12-02T18:52:50.792Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-12-02T18:52:50.792Z] === RUN TestDockerSuite/TestEventsFilters [2019-12-02T18:52:50.797Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:52:50.797Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:52:50.797Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:52:50.797Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-12-02T18:52:50.797Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-12-02T18:52:50.797Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-12-02T18:52:50.797Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:52:52.687Z] === RUN TestDockerSuite/TestEventsFormat [2019-12-02T18:52:53.135Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-12-02T18:52:53.578Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-12-02T18:52:54.056Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-12-02T18:52:54.057Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-12-02T18:52:54.057Z] === RUN TestDockerSuite/TestEventsImageImport [2019-12-02T18:52:54.988Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-12-02T18:52:55.245Z] === RUN TestDockerSuite/TestEventsImagePull [2019-12-02T18:52:55.459Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:52:55.459Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-12-02T18:52:55.459Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-12-02T18:52:55.459Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-12-02T18:52:55.502Z] === RUN TestDockerSuite/TestEventsImageTag [2019-12-02T18:52:56.870Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-12-02T18:52:56.870Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-12-02T18:52:56.870Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-12-02T18:52:56.870Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-12-02T18:52:57.166Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-12-02T18:52:58.344Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-12-02T18:52:58.685Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-12-02T18:52:58.764Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-12-02T18:52:59.416Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-12-02T18:52:59.694Z] === RUN TestDockerSuite/TestEventsRename [2019-12-02T18:52:59.874Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-12-02T18:52:59.874Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-12-02T18:53:00.625Z] === RUN TestDockerSuite/TestEventsResize [2019-12-02T18:53:01.554Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-12-02T18:53:02.118Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.33s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.16s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (4.22s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.06s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (4.60s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.97s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (3.10s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.25s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.40s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.18s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.93s) [2019-12-02T18:53:02.538Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.28s) [2019-12-02T18:53:02.538Z] === RUN TestCgroupNamespacesRun [2019-12-02T18:53:02.774Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-12-02T18:53:03.489Z] === RUN TestDockerSuite/TestEventsStreaming [2019-12-02T18:53:03.712Z] --- PASS: TestCgroupNamespacesRun (1.71s) [2019-12-02T18:53:03.712Z] === RUN TestCgroupNamespacesRunPrivileged [2019-12-02T18:53:04.053Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-12-02T18:53:04.053Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-12-02T18:53:04.951Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-12-02T18:53:05.408Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2019-12-02T18:53:05.408Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-12-02T18:53:07.100Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s) [2019-12-02T18:53:07.100Z] === RUN TestCgroupNamespacesRunHostMode [2019-12-02T18:53:07.326Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-12-02T18:53:07.326Z] === RUN TestDockerSuite/TestEventsTop [2019-12-02T18:53:08.261Z] === RUN TestDockerSuite/TestEventsUntag [2019-12-02T18:53:08.851Z] --- PASS: TestCgroupNamespacesRunHostMode (1.71s) [2019-12-02T18:53:08.851Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-12-02T18:53:10.544Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s) [2019-12-02T18:53:10.544Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-12-02T18:53:10.738Z] === RUN TestDockerSuite/TestBuildAddScript [2019-12-02T18:53:10.738Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-12-02T18:53:10.738Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-12-02T18:53:10.738Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-12-02T18:53:10.738Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-12-02T18:53:10.738Z] === RUN TestDockerSuite/TestBuildAddTar [2019-12-02T18:53:11.546Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-12-02T18:53:11.713Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.93s) [2019-12-02T18:53:11.713Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-12-02T18:53:12.443Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2019-12-02T18:53:12.443Z] === RUN TestCgroupNamespacesRunOlderClient [2019-12-02T18:53:13.439Z] === RUN TestDockerSuite/TestExec [2019-12-02T18:53:14.002Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-12-02T18:53:14.136Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.73s) [2019-12-02T18:53:14.136Z] === RUN TestKernelTCPMemory [2019-12-02T18:53:14.862Z] --- PASS: TestKernelTCPMemory (0.87s) [2019-12-02T18:53:14.862Z] === RUN TestNISDomainname [2019-12-02T18:53:14.932Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-12-02T18:53:15.862Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-12-02T18:53:16.035Z] --- PASS: TestNISDomainname (1.00s) [2019-12-02T18:53:16.035Z] === RUN TestHostnameDnsResolution [2019-12-02T18:53:16.426Z] === RUN TestDockerSuite/TestExecAPIStart [2019-12-02T18:53:17.209Z] --- PASS: TestHostnameDnsResolution (1.24s) [2019-12-02T18:53:17.209Z] === RUN TestStats [2019-12-02T18:53:18.948Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-12-02T18:53:19.511Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-12-02T18:53:20.203Z] --- PASS: TestStats (2.65s) [2019-12-02T18:53:20.203Z] === RUN TestStopContainerWithTimeout [2019-12-02T18:53:20.203Z] === RUN TestStopContainerWithTimeout/0 [2019-12-02T18:53:20.203Z] === PAUSE TestStopContainerWithTimeout/0 [2019-12-02T18:53:20.203Z] === RUN TestStopContainerWithTimeout/1 [2019-12-02T18:53:20.203Z] === PAUSE TestStopContainerWithTimeout/1 [2019-12-02T18:53:20.203Z] === RUN TestStopContainerWithTimeout/3 [2019-12-02T18:53:20.203Z] === PAUSE TestStopContainerWithTimeout/3 [2019-12-02T18:53:20.203Z] === RUN TestStopContainerWithTimeout/-1 [2019-12-02T18:53:20.203Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-12-02T18:53:20.203Z] === CONT TestStopContainerWithTimeout/0 [2019-12-02T18:53:20.203Z] === CONT TestStopContainerWithTimeout/3 [2019-12-02T18:53:20.203Z] === CONT TestStopContainerWithTimeout/-1 [2019-12-02T18:53:20.203Z] === CONT TestStopContainerWithTimeout/1 [2019-12-02T18:53:20.441Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-12-02T18:53:21.371Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-12-02T18:53:22.301Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-12-02T18:53:23.208Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-12-02T18:53:23.208Z] --- PASS: TestStopContainerWithTimeout/0 (1.41s) [2019-12-02T18:53:23.208Z] --- PASS: TestStopContainerWithTimeout/1 (2.34s) [2019-12-02T18:53:23.208Z] --- PASS: TestStopContainerWithTimeout/-1 (2.97s) [2019-12-02T18:53:23.208Z] --- PASS: TestStopContainerWithTimeout/3 (3.10s) [2019-12-02T18:53:23.208Z] === RUN TestDeleteDevicemapper [2019-12-02T18:53:23.208Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-12-02T18:53:23.208Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-02T18:53:23.208Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-12-02T18:53:23.231Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-12-02T18:53:24.161Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-12-02T18:53:25.513Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.39s) [2019-12-02T18:53:25.513Z] === RUN TestUpdateMemory [2019-12-02T18:53:25.531Z] === RUN TestDockerSuite/TestExecCgroup [2019-12-02T18:53:26.686Z] --- PASS: TestUpdateMemory (1.13s) [2019-12-02T18:53:26.686Z] === RUN TestUpdateCPUQuota [2019-12-02T18:53:27.425Z] === RUN TestDockerSuite/TestExecEnv [2019-12-02T18:53:27.990Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-12-02T18:53:28.376Z] --- PASS: TestUpdateCPUQuota (1.52s) [2019-12-02T18:53:28.376Z] === RUN TestUpdatePidsLimit [2019-12-02T18:53:28.376Z] === RUN TestUpdatePidsLimit/update_from_none [2019-12-02T18:53:28.376Z] === RUN TestUpdatePidsLimit/no_change [2019-12-02T18:53:28.715Z] === RUN TestUpdatePidsLimit/update_lower [2019-12-02T18:53:29.442Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-12-02T18:53:29.442Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-12-02T18:53:29.885Z] === RUN TestDockerSuite/TestExecExitStatus [2019-12-02T18:53:30.167Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-12-02T18:53:30.227Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-12-02T18:53:30.504Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-12-02T18:53:31.157Z] === RUN TestDockerSuite/TestExecInspectID [2019-12-02T18:53:32.220Z] --- PASS: TestUpdatePidsLimit (3.87s) [2019-12-02T18:53:32.220Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2019-12-02T18:53:32.220Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2019-12-02T18:53:32.220Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2019-12-02T18:53:32.220Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2019-12-02T18:53:32.220Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2019-12-02T18:53:32.220Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2019-12-02T18:53:32.220Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2019-12-02T18:53:32.220Z] === RUN TestUpdateRestartPolicy [2019-12-02T18:53:33.052Z] === RUN TestDockerSuite/TestExecInteractive [2019-12-02T18:53:34.421Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-12-02T18:53:35.364Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-12-02T18:53:36.736Z] === RUN TestDockerSuite/TestExecParseError [2019-12-02T18:53:37.668Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-12-02T18:53:38.602Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-12-02T18:53:39.533Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-12-02T18:53:42.057Z] === RUN TestDockerSuite/TestExecSetEnv [2019-12-02T18:53:42.621Z] === RUN TestDockerSuite/TestExecStartFails [2019-12-02T18:53:43.551Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-12-02T18:53:45.434Z] --- PASS: TestUpdateRestartPolicy (12.15s) [2019-12-02T18:53:45.434Z] === RUN TestUpdateRestartWithAutoRemove [2019-12-02T18:53:45.434Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s) [2019-12-02T18:53:45.434Z] === RUN TestWaitNonBlocked [2019-12-02T18:53:45.434Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:53:45.434Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:53:45.434Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:53:45.434Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:53:45.434Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-12-02T18:53:45.434Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-12-02T18:53:45.774Z] --- PASS: TestWaitNonBlocked (0.04s) [2019-12-02T18:53:45.774Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.86s) [2019-12-02T18:53:45.774Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.91s) [2019-12-02T18:53:45.774Z] === RUN TestWaitBlocked [2019-12-02T18:53:45.774Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:53:45.774Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:53:45.774Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:53:45.774Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:53:45.774Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-12-02T18:53:45.774Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-12-02T18:53:47.033Z] --- PASS: TestWaitBlocked (0.05s) [2019-12-02T18:53:47.033Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.04s) [2019-12-02T18:53:47.033Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.09s) [2019-12-02T18:53:47.033Z] === CONT TestContainerStartOnDaemonRestart [2019-12-02T18:53:47.033Z] === CONT TestIpcModeOlderClient [2019-12-02T18:53:47.033Z] === CONT TestDaemonRestartIpcMode [2019-12-02T18:53:47.033Z] --- PASS: TestIpcModeOlderClient (0.15s) [2019-12-02T18:53:50.193Z] --- PASS: TestContainerStartOnDaemonRestart (3.12s) [2019-12-02T18:53:51.363Z] --- PASS: TestDaemonRestartIpcMode (4.28s) [2019-12-02T18:53:51.363Z] PASS [2019-12-02T18:53:51.363Z] [2019-12-02T18:53:51.363Z] === Skipped [2019-12-02T18:53:51.363Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-12-02T18:53:51.363Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-12-02T18:53:51.363Z] [2019-12-02T18:53:51.363Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-12-02T18:53:51.363Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-12-02T18:53:51.363Z] [2019-12-02T18:53:51.363Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-12-02T18:53:51.363Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-12-02T18:53:51.363Z] [2019-12-02T18:53:51.363Z] [2019-12-02T18:53:51.363Z] DONE 197 tests, 3 skipped in 123.219s [2019-12-02T18:53:51.363Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-12-02T18:53:51.363Z] ++ 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-12-02T18:53:51.363Z] ++ set -e [2019-12-02T18:53:51.363Z] ++ '[' -n 0 ']' [2019-12-02T18:53:51.363Z] ++ set -x [2019-12-02T18:53:51.363Z] ++ 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-12-02T18:53:51.363Z] INFO: Testing against a local daemon [2019-12-02T18:53:51.363Z] === RUN TestCommitInheritsEnv [2019-12-02T18:53:51.700Z] --- PASS: TestCommitInheritsEnv (0.44s) [2019-12-02T18:53:51.700Z] === RUN TestImportExtremelyLargeImageWorks [2019-12-02T18:53:51.700Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-12-02T18:53:51.700Z] === RUN TestImagesFilterMultiReference [2019-12-02T18:53:51.700Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-12-02T18:53:51.700Z] === RUN TestImagePullPlatformInvalid [2019-12-02T18:53:52.038Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-12-02T18:53:52.038Z] === RUN TestRemoveImageOrphaning [2019-12-02T18:53:52.375Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2019-12-02T18:53:52.375Z] === RUN TestRemoveImageGarbageCollector [2019-12-02T18:53:52.375Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-12-02T18:53:52.375Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:53:52.376Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-12-02T18:53:52.376Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-12-02T18:53:52.376Z] === RUN TestTagInvalidReference [2019-12-02T18:53:52.376Z] --- PASS: TestTagInvalidReference (0.05s) [2019-12-02T18:53:52.376Z] === RUN TestTagValidPrefixedRepo [2019-12-02T18:53:52.376Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-12-02T18:53:52.376Z] === RUN TestTagExistedNameWithoutForce [2019-12-02T18:53:52.376Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-12-02T18:53:52.376Z] === RUN TestTagOfficialNames [2019-12-02T18:53:52.376Z] --- PASS: TestTagOfficialNames (0.06s) [2019-12-02T18:53:52.376Z] === RUN TestTagMatchesDigest [2019-12-02T18:53:52.714Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-12-02T18:53:52.714Z] === CONT TestImportExtremelyLargeImageWorks [2019-12-02T18:53:55.734Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-12-02T18:53:55.734Z] === RUN TestDockerSuite/TestExecTTY [2019-12-02T18:53:56.667Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-12-02T18:53:57.600Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-12-02T18:53:58.531Z] === RUN TestDockerSuite/TestExecUlimits [2019-12-02T18:53:59.463Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-12-02T18:53:59.463Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-12-02T18:54:01.357Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-12-02T18:54:01.614Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-12-02T18:54:02.546Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-12-02T18:54:03.918Z] === RUN TestDockerSuite/TestExecWithTERM [2019-12-02T18:54:05.289Z] === RUN TestDockerSuite/TestExecWithUser [2019-12-02T18:54:06.659Z] === RUN TestDockerSuite/TestGetContainerStats [2019-12-02T18:54:11.162Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-12-02T18:54:11.163Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-12-02T18:54:11.163Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-12-02T18:54:13.223Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-12-02T18:54:17.398Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-12-02T18:54:19.919Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-12-02T18:54:25.174Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-12-02T18:54:25.432Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-12-02T18:54:25.432Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-12-02T18:54:25.432Z] === RUN TestDockerSuite/TestHealth [2019-12-02T18:54:27.956Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-12-02T18:54:28.837Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-12-02T18:54:28.837Z] === RUN TestDockerSuite/TestBuildBlankName [2019-12-02T18:54:28.837Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-12-02T18:54:43.637Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-12-02T18:54:43.637Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-12-02T18:54:49.425Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-12-02T18:54:49.862Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-12-02T18:54:50.119Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-12-02T18:54:51.050Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-12-02T18:54:51.050Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-12-02T18:54:51.980Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-12-02T18:54:52.912Z] === RUN TestDockerSuite/TestImagesFormat [2019-12-02T18:54:52.912Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-12-02T18:54:53.844Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-12-02T18:54:57.135Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-12-02T18:54:57.135Z] === RUN TestDockerSuite/TestImportBadURL [2019-12-02T18:54:57.135Z] === RUN TestDockerSuite/TestImportDisplay [2019-12-02T18:54:59.032Z] === RUN TestDockerSuite/TestImportFile [2019-12-02T18:54:59.729Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-12-02T18:55:00.926Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-12-02T18:55:00.926Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-12-02T18:55:02.821Z] === RUN TestDockerSuite/TestImportGzipped [2019-12-02T18:55:04.718Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-12-02T18:55:07.242Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-12-02T18:55:07.807Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-12-02T18:55:08.065Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-12-02T18:55:08.995Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-12-02T18:55:10.366Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-12-02T18:55:10.366Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-12-02T18:55:10.366Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-12-02T18:55:11.299Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-12-02T18:55:12.104Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-12-02T18:55:12.104Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-12-02T18:55:12.231Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-12-02T18:55:13.163Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-12-02T18:55:14.095Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-12-02T18:55:15.025Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-12-02T18:55:15.959Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-12-02T18:55:15.959Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-12-02T18:55:16.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-12-02T18:55:16.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-12-02T18:55:16.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-12-02T18:55:17.330Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-12-02T18:55:18.263Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-12-02T18:55:19.193Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-12-02T18:55:19.450Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-12-02T18:55:20.382Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-12-02T18:55:20.382Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-12-02T18:55:21.753Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-12-02T18:55:22.689Z] === RUN TestDockerSuite/TestInspectDefault [2019-12-02T18:55:23.622Z] === RUN TestDockerSuite/TestInspectHistory [2019-12-02T18:55:24.553Z] === RUN TestDockerSuite/TestInspectImage [2019-12-02T18:55:24.553Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-12-02T18:55:24.553Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-12-02T18:55:24.553Z] === RUN TestDockerSuite/TestInspectInt64 [2019-12-02T18:55:25.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-12-02T18:55:25.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-12-02T18:55:25.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-12-02T18:55:25.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-12-02T18:55:25.344Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-12-02T18:55:25.484Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-12-02T18:55:26.416Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-12-02T18:55:26.673Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-12-02T18:55:28.048Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-12-02T18:55:28.981Z] === RUN TestDockerSuite/TestInspectPlugin [2019-12-02T18:55:30.878Z] === RUN TestDockerSuite/TestInspectRootFS [2019-12-02T18:55:30.878Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-12-02T18:55:31.809Z] === RUN TestDockerSuite/TestInspectStatus [2019-12-02T18:55:33.181Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-12-02T18:55:34.552Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-12-02T18:55:35.120Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-12-02T18:55:36.053Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-12-02T18:55:37.425Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-12-02T18:55:38.357Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-12-02T18:55:39.729Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-12-02T18:55:40.293Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-12-02T18:55:40.549Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-12-02T18:55:41.481Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-12-02T18:55:41.481Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-12-02T18:55:43.377Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-12-02T18:55:43.941Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-12-02T18:55:45.840Z] === RUN TestDockerSuite/TestLinksEnvs [2019-12-02T18:55:47.230Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-12-02T18:55:47.487Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-12-02T18:55:48.054Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-12-02T18:55:50.579Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-12-02T18:55:50.579Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-12-02T18:55:53.104Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-12-02T18:55:54.038Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-12-02T18:55:55.934Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-12-02T18:55:55.934Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-12-02T18:55:56.498Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-12-02T18:55:58.395Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-12-02T18:55:58.652Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-12-02T18:56:00.024Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-12-02T18:56:01.395Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-12-02T18:56:07.848Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-12-02T18:56:07.943Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-12-02T18:56:11.721Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-12-02T18:56:12.687Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-12-02T18:56:13.148Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-12-02T18:56:13.341Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-12-02T18:56:14.683Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-12-02T18:56:14.683Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-12-02T18:56:15.864Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-12-02T18:56:17.758Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-12-02T18:56:18.723Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-12-02T18:56:20.464Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-12-02T18:56:21.246Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-12-02T18:56:21.246Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-12-02T18:56:21.503Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-12-02T18:56:21.503Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-12-02T18:56:21.503Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-12-02T18:56:21.999Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-12-02T18:56:21.999Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-12-02T18:56:21.999Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-12-02T18:56:22.434Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-12-02T18:56:23.365Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-12-02T18:56:23.532Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-12-02T18:56:24.499Z] === RUN TestDockerSuite/TestBuildCmd [2019-12-02T18:56:24.961Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-12-02T18:56:25.927Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-12-02T18:56:26.385Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-12-02T18:56:27.539Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-12-02T18:56:27.796Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-12-02T18:56:32.174Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-12-02T18:56:33.049Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-12-02T18:56:33.306Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-12-02T18:56:33.563Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-12-02T18:56:33.563Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-12-02T18:56:35.075Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-12-02T18:56:35.075Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-12-02T18:56:35.496Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-12-02T18:56:36.041Z] === RUN TestDockerSuite/TestBuildContChar [2019-12-02T18:56:36.867Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-12-02T18:56:37.799Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-12-02T18:56:39.171Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-12-02T18:56:40.543Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-12-02T18:56:43.066Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-12-02T18:56:43.998Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-12-02T18:56:44.562Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-12-02T18:56:44.819Z] === RUN TestDockerSuite/TestLogsSince [2019-12-02T18:56:49.042Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-12-02T18:56:50.843Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-12-02T18:56:50.843Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-12-02T18:56:51.301Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-12-02T18:56:52.315Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-12-02T18:56:54.202Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-12-02T18:56:54.660Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-12-02T18:56:55.117Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-12-02T18:56:55.117Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-12-02T18:56:56.083Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-12-02T18:56:57.047Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-12-02T18:56:57.047Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-12-02T18:56:57.047Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-12-02T18:56:57.568Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-12-02T18:56:58.499Z] === RUN TestDockerSuite/TestLogsTail [2019-12-02T18:56:59.429Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-12-02T18:57:00.361Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-12-02T18:57:00.924Z] === RUN TestDockerSuite/TestMountIntoProc [2019-12-02T18:57:01.489Z] === RUN TestDockerSuite/TestMountIntoSys [2019-12-02T18:57:02.052Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-12-02T18:57:02.617Z] === RUN TestDockerSuite/TestNetHostname [2019-12-02T18:57:02.821Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-12-02T18:57:05.142Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-12-02T18:57:05.399Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-12-02T18:57:05.657Z] === RUN TestDockerSuite/TestNetworkEvents [2019-12-02T18:57:07.553Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-12-02T18:57:08.926Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-12-02T18:57:09.859Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-12-02T18:57:10.424Z] === RUN TestDockerSuite/TestPluginActive [2019-12-02T18:57:11.793Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-12-02T18:57:12.357Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-12-02T18:57:17.617Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-12-02T18:57:20.151Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-12-02T18:57:20.151Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-12-02T18:57:20.715Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-12-02T18:57:21.646Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-12-02T18:57:25.825Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-12-02T18:57:25.825Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-12-02T18:57:26.755Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-12-02T18:57:28.126Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-12-02T18:57:29.057Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-12-02T18:57:31.583Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-12-02T18:57:34.856Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-12-02T18:57:36.755Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-12-02T18:57:38.652Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-12-02T18:57:38.652Z] === RUN TestDockerSuite/TestPortHostBinding [2019-12-02T18:57:40.549Z] === RUN TestDockerSuite/TestPortList [2019-12-02T18:57:44.731Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-12-02T18:57:45.300Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-12-02T18:57:45.301Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-12-02T18:57:45.301Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-12-02T18:57:51.079Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-12-02T18:57:51.279Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-12-02T18:57:52.043Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-12-02T18:57:52.043Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-12-02T18:57:52.499Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-12-02T18:57:52.956Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-12-02T18:57:52.956Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-12-02T18:57:53.193Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-12-02T18:57:58.444Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-12-02T18:58:01.013Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-12-02T18:58:01.013Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-12-02T18:58:01.013Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-12-02T18:58:01.270Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-12-02T18:58:01.835Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-12-02T18:58:01.835Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-12-02T18:58:02.767Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-12-02T18:58:02.767Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-12-02T18:58:03.701Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-12-02T18:58:03.701Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-12-02T18:58:05.075Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-12-02T18:58:05.334Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-12-02T18:58:05.334Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-12-02T18:58:08.613Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-12-02T18:58:09.544Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-12-02T18:58:11.439Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-12-02T18:58:11.695Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-12-02T18:58:11.696Z] === RUN TestDockerSuite/TestPsByOrder [2019-12-02T18:58:14.219Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-12-02T18:58:15.590Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-12-02T18:58:16.962Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-12-02T18:58:17.624Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-12-02T18:58:20.902Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-12-02T18:58:22.956Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-12-02T18:58:22.956Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-12-02T18:58:22.956Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-12-02T18:58:26.182Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-12-02T18:58:26.182Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-12-02T18:58:30.358Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-12-02T18:58:30.922Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-12-02T18:58:39.020Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-12-02T18:58:40.390Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-12-02T18:58:42.913Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-12-02T18:58:44.285Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-12-02T18:58:44.543Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-12-02T18:58:46.440Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-12-02T18:58:48.341Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-12-02T18:58:50.864Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-12-02T18:58:52.762Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-12-02T18:58:52.762Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-12-02T18:58:52.872Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-12-02T18:58:52.872Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-12-02T18:58:52.872Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-12-02T18:58:53.797Z] === RUN TestDockerSuite/TestPsRightTagName [2019-12-02T18:58:56.688Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-12-02T18:58:57.072Z] === RUN TestDockerSuite/TestPsShowMounts [2019-12-02T18:58:58.011Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-12-02T18:58:59.381Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-12-02T18:58:59.587Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-12-02T18:59:00.751Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-12-02T18:59:00.751Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-12-02T18:59:00.751Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-12-02T18:59:00.751Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-12-02T18:59:00.751Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-12-02T18:59:01.315Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-12-02T18:59:01.881Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-12-02T18:59:02.339Z] --- PASS: TestImportExtremelyLargeImageWorks (298.15s) [2019-12-02T18:59:02.339Z] PASS [2019-12-02T18:59:02.339Z] [2019-12-02T18:59:02.339Z] === Skipped [2019-12-02T18:59:02.339Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-12-02T18:59:02.339Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T18:59:02.339Z] [2019-12-02T18:59:02.339Z] [2019-12-02T18:59:02.339Z] DONE 12 tests, 1 skipped in 299.526s [2019-12-02T18:59:02.339Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-12-02T18:59:02.339Z] ++ 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-12-02T18:59:02.339Z] ++ set -e [2019-12-02T18:59:02.339Z] ++ '[' -n 0 ']' [2019-12-02T18:59:02.339Z] ++ set -x [2019-12-02T18:59:02.339Z] ++ 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-12-02T18:59:02.339Z] INFO: Testing against a local daemon [2019-12-02T18:59:02.339Z] === RUN TestNetworkCreateDelete [2019-12-02T18:59:02.339Z] --- PASS: TestNetworkCreateDelete (0.23s) [2019-12-02T18:59:02.339Z] === RUN TestDockerNetworkDeletePreferID [2019-12-02T18:59:02.339Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s) [2019-12-02T18:59:02.339Z] === RUN TestInspectNetwork [2019-12-02T18:59:02.339Z] === RUN TestInspectNetwork/full_network_id [2019-12-02T18:59:02.339Z] === RUN TestInspectNetwork/partial_network_id [2019-12-02T18:59:02.339Z] === RUN TestInspectNetwork/network_name [2019-12-02T18:59:02.339Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-12-02T18:59:02.339Z] --- PASS: TestInspectNetwork (8.72s) [2019-12-02T18:59:02.339Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-12-02T18:59:02.339Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-12-02T18:59:02.339Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-12-02T18:59:02.339Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-12-02T18:59:02.339Z] === RUN TestRunContainerWithBridgeNone [2019-12-02T18:59:02.489Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-12-02T18:59:03.546Z] --- PASS: TestRunContainerWithBridgeNone (3.02s) [2019-12-02T18:59:03.546Z] === RUN TestNetworkInvalidJSON [2019-12-02T18:59:03.546Z] === RUN TestNetworkInvalidJSON//networks/create [2019-12-02T18:59:03.546Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-12-02T18:59:03.546Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:59:03.546Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:59:03.546Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:59:03.546Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:59:03.546Z] === CONT TestNetworkInvalidJSON//networks/create [2019-12-02T18:59:03.546Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-12-02T18:59:03.546Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-12-02T18:59:03.546Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2019-12-02T18:59:03.546Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-12-02T18:59:03.546Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-12-02T18:59:03.546Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-12-02T18:59:03.546Z] === RUN TestDaemonRestartWithLiveRestore [2019-12-02T18:59:03.778Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-12-02T18:59:04.725Z] --- PASS: TestDaemonRestartWithLiveRestore (1.15s) [2019-12-02T18:59:04.725Z] === RUN TestDaemonDefaultNetworkPools [2019-12-02T18:59:05.451Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2019-12-02T18:59:05.451Z] === RUN TestDaemonRestartWithExistingNetwork [2019-12-02T18:59:05.672Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-12-02T18:59:06.236Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-12-02T18:59:07.157Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.38s) [2019-12-02T18:59:07.157Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-12-02T18:59:08.335Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.51s) [2019-12-02T18:59:08.335Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-12-02T18:59:09.082Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-12-02T18:59:09.082Z] === RUN TestServiceWithPredefinedNetwork [2019-12-02T18:59:11.387Z] --- PASS: TestServiceWithPredefinedNetwork (2.49s) [2019-12-02T18:59:11.387Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-12-02T18:59:11.387Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-02T18:59:11.387Z] service_test.go:230: FLAKY_TEST [2019-12-02T18:59:11.387Z] === RUN TestServiceWithDataPathPortInit [2019-12-02T18:59:16.191Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-12-02T18:59:16.448Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-12-02T18:59:19.722Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-12-02T18:59:19.722Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-12-02T18:59:19.722Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-12-02T18:59:19.979Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-12-02T18:59:22.502Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-12-02T18:59:22.502Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-12-02T18:59:24.397Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-12-02T18:59:25.766Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-12-02T18:59:27.438Z] --- PASS: TestServiceWithDataPathPortInit (15.93s) [2019-12-02T18:59:27.438Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-12-02T18:59:29.042Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-12-02T18:59:29.042Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-12-02T18:59:30.959Z] === RUN TestDockerSuite/TestRmiBlank [2019-12-02T18:59:30.959Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-12-02T18:59:31.220Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-12-02T18:59:36.416Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.43s) [2019-12-02T18:59:36.416Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:u3hgpqylzcd33joto9y7rzc7l Created:2019-12-02 18:59:28.439717806 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[690289cce831d80c75644b9e6ee2c37d2e1563c633b10478cee0cda354ed1dcf:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.3idj2umbgj7sfbzc3t6rb51k9 EndpointID:9a4c1c137f67e732650f8b2b540431d748b31e25f98ecc047ecf6494ec3737be MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:59ae2f405f6ab501be9388832fd5620d7b3bdc505809fa4a99c78056740e5ab1 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:3c7f6b5fb9e9 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.3idj2umbgj7sfbzc3t6rb51k9 EndpointID:9a4c1c137f67e732650f8b2b540431d748b31e25f98ecc047ecf6494ec3737be EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-12-02T18:59:36.416Z] PASS [2019-12-02T18:59:36.416Z] [2019-12-02T18:59:36.416Z] === Skipped [2019-12-02T18:59:36.416Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-12-02T18:59:36.416Z] service_test.go:230: FLAKY_TEST [2019-12-02T18:59:36.416Z] [2019-12-02T18:59:36.416Z] [2019-12-02T18:59:36.416Z] DONE 21 tests, 1 skipped in 45.052s [2019-12-02T18:59:36.416Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-12-02T18:59:36.416Z] ++ 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-12-02T18:59:36.416Z] ++ set -e [2019-12-02T18:59:36.416Z] ++ '[' -n 0 ']' [2019-12-02T18:59:36.416Z] ++ set -x [2019-12-02T18:59:36.416Z] ++ 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-12-02T18:59:36.416Z] INFO: Testing against a local daemon [2019-12-02T18:59:36.416Z] === RUN TestDockerNetworkIpvlanPersistance [2019-12-02T18:59:36.416Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-12-02T18:59:36.416Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:59:36.416Z] === RUN TestDockerNetworkIpvlan [2019-12-02T18:59:36.416Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-12-02T18:59:36.416Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:59:36.416Z] PASS [2019-12-02T18:59:36.416Z] [2019-12-02T18:59:36.416Z] === Skipped [2019-12-02T18:59:36.416Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-12-02T18:59:36.416Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:59:36.416Z] [2019-12-02T18:59:36.416Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-12-02T18:59:36.416Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-12-02T18:59:36.416Z] [2019-12-02T18:59:36.416Z] [2019-12-02T18:59:36.416Z] DONE 2 tests, 2 skipped in 0.101s [2019-12-02T18:59:36.416Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-12-02T18:59:36.416Z] ++ 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-12-02T18:59:36.416Z] ++ set -e [2019-12-02T18:59:36.416Z] ++ '[' -n 0 ']' [2019-12-02T18:59:36.416Z] ++ set -x [2019-12-02T18:59:36.417Z] ++ 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-12-02T18:59:36.417Z] INFO: Testing against a local daemon [2019-12-02T18:59:36.417Z] === RUN TestDockerNetworkMacvlanPersistance [2019-12-02T18:59:36.477Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-12-02T18:59:37.041Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-12-02T18:59:37.298Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-12-02T18:59:37.593Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.49s) [2019-12-02T18:59:37.593Z] === RUN TestDockerNetworkMacvlan [2019-12-02T18:59:38.330Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-12-02T18:59:39.194Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-12-02T18:59:39.509Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-12-02T18:59:40.564Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-12-02T18:59:40.686Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-12-02T18:59:42.461Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-12-02T18:59:42.992Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-12-02T18:59:43.391Z] === RUN TestDockerSuite/TestRmiTag [2019-12-02T18:59:43.391Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-12-02T18:59:44.322Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-12-02T18:59:46.944Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-12-02T18:59:49.577Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-12-02T18:59:49.577Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-12-02T18:59:50.144Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-12-02T18:59:51.515Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-12-02T18:59:51.772Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-12-02T18:59:51.796Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-12-02T18:59:52.969Z] --- PASS: TestDockerNetworkMacvlan (15.30s) [2019-12-02T18:59:52.969Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2019-12-02T18:59:52.969Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-12-02T18:59:52.969Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.20s) [2019-12-02T18:59:52.969Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.22s) [2019-12-02T18:59:52.969Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.35s) [2019-12-02T18:59:52.969Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.99s) [2019-12-02T18:59:52.969Z] PASS [2019-12-02T18:59:52.969Z] [2019-12-02T18:59:52.969Z] DONE 8 tests in 16.891s [2019-12-02T18:59:52.969Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-12-02T18:59:52.969Z] ++ 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-12-02T18:59:52.969Z] ++ set -e [2019-12-02T18:59:52.969Z] ++ '[' -n 0 ']' [2019-12-02T18:59:52.969Z] ++ set -x [2019-12-02T18:59:52.969Z] ++ 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-12-02T18:59:52.969Z] testing: warning: no tests to run [2019-12-02T18:59:52.969Z] PASS [2019-12-02T18:59:52.969Z] [2019-12-02T18:59:52.969Z] DONE 0 tests in 0.016s [2019-12-02T18:59:52.969Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-12-02T18:59:52.969Z] ++ 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-12-02T18:59:52.969Z] ++ set -e [2019-12-02T18:59:52.969Z] ++ '[' -n 0 ']' [2019-12-02T18:59:52.969Z] ++ set -x [2019-12-02T18:59:52.969Z] ++ 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-12-02T18:59:52.969Z] INFO: Testing against a local daemon [2019-12-02T18:59:52.969Z] === RUN TestAuthZPluginAllowRequest [2019-12-02T18:59:53.665Z] === RUN TestDockerSuite/TestRunAddHost [2019-12-02T18:59:54.596Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-12-02T18:59:54.663Z] --- PASS: TestAuthZPluginAllowRequest (1.65s) [2019-12-02T18:59:54.663Z] === RUN TestAuthZPluginTLS [2019-12-02T18:59:54.852Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-12-02T18:59:55.391Z] --- PASS: TestAuthZPluginTLS (0.58s) [2019-12-02T18:59:55.391Z] === RUN TestAuthZPluginDenyRequest [2019-12-02T18:59:55.734Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-12-02T18:59:55.734Z] === RUN TestAuthZPluginAPIDenyResponse [2019-12-02T18:59:55.785Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-12-02T18:59:55.785Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-12-02T18:59:56.349Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-12-02T18:59:56.459Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2019-12-02T18:59:56.459Z] === RUN TestAuthZPluginDenyResponse [2019-12-02T18:59:56.798Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-12-02T18:59:56.798Z] === RUN TestAuthZPluginAllowEventStream [2019-12-02T18:59:57.720Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-12-02T18:59:58.284Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-12-02T18:59:58.498Z] --- PASS: TestAuthZPluginAllowEventStream (1.64s) [2019-12-02T18:59:58.498Z] === RUN TestAuthZPluginErrorResponse [2019-12-02T18:59:59.215Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-12-02T18:59:59.225Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-12-02T18:59:59.225Z] === RUN TestAuthZPluginErrorRequest [2019-12-02T18:59:59.957Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-12-02T18:59:59.957Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-12-02T19:00:00.153Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-12-02T19:00:00.294Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-12-02T19:00:00.294Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-12-02T19:00:00.719Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-12-02T19:00:00.976Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-12-02T19:00:02.597Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.20s) [2019-12-02T19:00:02.597Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-12-02T19:00:02.874Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-12-02T19:00:02.876Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-12-02T19:00:04.768Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-12-02T19:00:04.931Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.15s) [2019-12-02T19:00:04.931Z] === RUN TestAuthZPluginHeader [2019-12-02T19:00:05.657Z] --- PASS: TestAuthZPluginHeader (0.96s) [2019-12-02T19:00:05.657Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-12-02T19:00:05.657Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-12-02T19:00:05.657Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:00:05.657Z] === RUN TestAuthZPluginV2Disable [2019-12-02T19:00:05.657Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-12-02T19:00:05.657Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:00:05.657Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-12-02T19:00:05.657Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-02T19:00:05.657Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:00:05.657Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-12-02T19:00:05.657Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-02T19:00:05.657Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:00:05.657Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-12-02T19:00:05.698Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-12-02T19:00:06.629Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-12-02T19:00:07.560Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-12-02T19:00:08.491Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-12-02T19:00:08.655Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-12-02T19:00:09.112Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-12-02T19:00:09.860Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-12-02T19:00:10.790Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-12-02T19:00:12.159Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-12-02T19:00:12.724Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-12-02T19:00:13.657Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-12-02T19:00:14.589Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-12-02T19:00:14.589Z] === RUN TestDockerSuite/TestRunBindMounts [2019-12-02T19:00:17.112Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-12-02T19:00:17.112Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-12-02T19:00:18.043Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-12-02T19:00:18.976Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-12-02T19:00:19.907Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-12-02T19:00:21.277Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-12-02T19:00:21.278Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-12-02T19:00:22.210Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-12-02T19:00:22.775Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-12-02T19:00:23.706Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-12-02T19:00:24.643Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-12-02T19:00:24.984Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2019-12-02T19:00:24.984Z] PASS [2019-12-02T19:00:24.984Z] [2019-12-02T19:00:24.984Z] === Skipped [2019-12-02T19:00:24.984Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-12-02T19:00:24.984Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:00:24.984Z] [2019-12-02T19:00:24.984Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-12-02T19:00:24.984Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:00:24.984Z] [2019-12-02T19:00:24.984Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-12-02T19:00:24.984Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:00:24.984Z] [2019-12-02T19:00:24.984Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-12-02T19:00:24.984Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:00:24.984Z] [2019-12-02T19:00:24.984Z] [2019-12-02T19:00:24.984Z] DONE 17 tests, 4 skipped in 29.618s [2019-12-02T19:00:24.984Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-12-02T19:00:24.984Z] ++ 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-12-02T19:00:24.984Z] ++ set -e [2019-12-02T19:00:24.984Z] ++ '[' -n 0 ']' [2019-12-02T19:00:24.984Z] ++ set -x [2019-12-02T19:00:24.984Z] ++ 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-12-02T19:00:24.984Z] INFO: Testing against a local daemon [2019-12-02T19:00:24.984Z] === RUN TestPluginInvalidJSON [2019-12-02T19:00:24.984Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T19:00:24.984Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T19:00:24.984Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-12-02T19:00:24.984Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-12-02T19:00:24.984Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-12-02T19:00:24.984Z] PASS [2019-12-02T19:00:24.984Z] [2019-12-02T19:00:24.984Z] DONE 2 tests in 0.124s [2019-12-02T19:00:24.984Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-12-02T19:00:24.984Z] ++ 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-12-02T19:00:24.984Z] ++ set -e [2019-12-02T19:00:24.984Z] ++ '[' -n 0 ']' [2019-12-02T19:00:24.984Z] ++ set -x [2019-12-02T19:00:24.984Z] ++ 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-12-02T19:00:24.984Z] INFO: Testing against a local daemon [2019-12-02T19:00:24.984Z] === RUN TestExternalGraphDriver [2019-12-02T19:00:24.984Z] === RUN TestExternalGraphDriver/json [2019-12-02T19:00:24.984Z] === RUN TestExternalGraphDriver/spec [2019-12-02T19:00:25.207Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-12-02T19:00:25.464Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-12-02T19:00:26.395Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-12-02T19:00:26.395Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-12-02T19:00:27.403Z] === RUN TestExternalGraphDriver/pull [2019-12-02T19:00:27.789Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-12-02T19:00:28.353Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-12-02T19:00:29.286Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-12-02T19:00:29.699Z] --- PASS: TestExternalGraphDriver (6.77s) [2019-12-02T19:00:29.699Z] --- PASS: TestExternalGraphDriver/json (2.07s) [2019-12-02T19:00:29.699Z] --- PASS: TestExternalGraphDriver/spec (2.05s) [2019-12-02T19:00:29.699Z] --- PASS: TestExternalGraphDriver/pull (2.44s) [2019-12-02T19:00:29.699Z] === RUN TestGraphdriverPluginV2 [2019-12-02T19:00:29.699Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-12-02T19:00:29.699Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:00:29.699Z] PASS [2019-12-02T19:00:29.699Z] [2019-12-02T19:00:29.699Z] === Skipped [2019-12-02T19:00:29.699Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-12-02T19:00:29.699Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:00:29.699Z] [2019-12-02T19:00:29.699Z] [2019-12-02T19:00:29.699Z] DONE 5 tests, 1 skipped in 6.933s [2019-12-02T19:00:29.699Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-12-02T19:00:29.699Z] ++ 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-12-02T19:00:29.699Z] ++ set -e [2019-12-02T19:00:29.699Z] ++ '[' -n 0 ']' [2019-12-02T19:00:29.699Z] ++ set -x [2019-12-02T19:00:29.699Z] ++ 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-12-02T19:00:29.699Z] INFO: Testing against a local daemon [2019-12-02T19:00:29.699Z] === RUN TestContinueAfterPluginCrash [2019-12-02T19:00:29.699Z] === PAUSE TestContinueAfterPluginCrash [2019-12-02T19:00:29.699Z] === RUN TestDaemonStartWithLogOpt [2019-12-02T19:00:29.699Z] === PAUSE TestDaemonStartWithLogOpt [2019-12-02T19:00:29.699Z] === CONT TestContinueAfterPluginCrash [2019-12-02T19:00:29.699Z] === CONT TestDaemonStartWithLogOpt [2019-12-02T19:00:30.218Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-12-02T19:00:30.218Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-12-02T19:00:31.150Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-12-02T19:00:33.046Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-12-02T19:00:34.941Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-12-02T19:00:36.312Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-12-02T19:00:37.681Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-12-02T19:00:38.246Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-12-02T19:00:39.177Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-12-02T19:00:40.110Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-12-02T19:00:41.041Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-12-02T19:00:41.607Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-12-02T19:00:44.130Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-12-02T19:00:44.695Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-12-02T19:00:45.739Z] --- PASS: TestDaemonStartWithLogOpt (14.89s) [2019-12-02T19:00:47.971Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-12-02T19:00:47.972Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-12-02T19:00:48.905Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-12-02T19:00:49.568Z] --- PASS: TestContinueAfterPluginCrash (19.62s) [2019-12-02T19:00:49.568Z] PASS [2019-12-02T19:00:49.568Z] [2019-12-02T19:00:49.568Z] DONE 2 tests in 19.721s [2019-12-02T19:00:49.568Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-12-02T19:00:49.568Z] ++ 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-12-02T19:00:49.568Z] ++ set -e [2019-12-02T19:00:49.568Z] ++ '[' -n 0 ']' [2019-12-02T19:00:49.568Z] ++ set -x [2019-12-02T19:00:49.568Z] ++ 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-12-02T19:00:49.568Z] INFO: Testing against a local daemon [2019-12-02T19:00:49.568Z] === RUN TestPluginWithDevMounts [2019-12-02T19:00:49.568Z] === PAUSE TestPluginWithDevMounts [2019-12-02T19:00:49.568Z] === CONT TestPluginWithDevMounts [2019-12-02T19:00:51.432Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-12-02T19:00:51.864Z] --- PASS: TestPluginWithDevMounts (2.28s) [2019-12-02T19:00:51.864Z] PASS [2019-12-02T19:00:51.864Z] [2019-12-02T19:00:51.864Z] DONE 1 tests in 2.384s [2019-12-02T19:00:51.864Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-12-02T19:00:51.864Z] ++ 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-12-02T19:00:51.864Z] ++ set -e [2019-12-02T19:00:51.864Z] ++ '[' -n 0 ']' [2019-12-02T19:00:51.864Z] ++ set -x [2019-12-02T19:00:51.864Z] ++ 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-12-02T19:00:51.864Z] INFO: Testing against a local daemon [2019-12-02T19:00:51.864Z] === RUN TestSecretInspect [2019-12-02T19:00:53.327Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-12-02T19:00:54.166Z] --- PASS: TestSecretInspect (2.28s) [2019-12-02T19:00:54.166Z] === RUN TestSecretList [2019-12-02T19:00:56.464Z] --- PASS: TestSecretList (2.27s) [2019-12-02T19:00:56.464Z] === RUN TestSecretsCreateAndDelete [2019-12-02T19:00:56.601Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-12-02T19:00:58.800Z] --- PASS: TestSecretsCreateAndDelete (2.30s) [2019-12-02T19:00:58.800Z] === RUN TestSecretsUpdate [2019-12-02T19:00:59.879Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-12-02T19:00:59.879Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-12-02T19:00:59.879Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-12-02T19:01:00.136Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-12-02T19:01:01.097Z] --- PASS: TestSecretsUpdate (2.31s) [2019-12-02T19:01:01.097Z] === RUN TestTemplatedSecret [2019-12-02T19:01:02.660Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-12-02T19:01:04.113Z] --- PASS: TestTemplatedSecret (2.84s) [2019-12-02T19:01:04.113Z] === RUN TestSecretCreateResolve [2019-12-02T19:01:04.553Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-12-02T19:01:06.493Z] --- PASS: TestSecretCreateResolve (2.25s) [2019-12-02T19:01:06.493Z] PASS [2019-12-02T19:01:06.493Z] [2019-12-02T19:01:06.493Z] DONE 6 tests in 14.335s [2019-12-02T19:01:06.493Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-12-02T19:01:06.493Z] ++ 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-12-02T19:01:06.493Z] ++ set -e [2019-12-02T19:01:06.493Z] ++ '[' -n 0 ']' [2019-12-02T19:01:06.493Z] ++ set -x [2019-12-02T19:01:06.493Z] ++ 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-12-02T19:01:06.493Z] INFO: Testing against a local daemon [2019-12-02T19:01:06.493Z] === RUN TestServiceCreateInit [2019-12-02T19:01:06.493Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-12-02T19:01:07.829Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-12-02T19:01:09.198Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-12-02T19:01:11.093Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-12-02T19:01:11.320Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-12-02T19:01:12.462Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-12-02T19:01:12.462Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-12-02T19:01:13.392Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-12-02T19:01:15.161Z] --- PASS: TestServiceCreateInit (8.59s) [2019-12-02T19:01:15.162Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.29s) [2019-12-02T19:01:15.162Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.26s) [2019-12-02T19:01:15.162Z] === RUN TestCreateServiceMultipleTimes [2019-12-02T19:01:15.286Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-12-02T19:01:15.286Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-12-02T19:01:16.217Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-12-02T19:01:17.146Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-12-02T19:01:18.080Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-12-02T19:01:19.029Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-12-02T19:01:19.029Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-12-02T19:01:19.960Z] === RUN TestDockerSuite/TestRunEnvironment [2019-12-02T19:01:20.891Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-12-02T19:01:21.167Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-12-02T19:01:21.167Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-12-02T19:01:21.167Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-12-02T19:01:21.822Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-12-02T19:01:22.754Z] === RUN TestDockerSuite/TestRunExitCode [2019-12-02T19:01:23.685Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-12-02T19:01:24.616Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-12-02T19:01:25.546Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-12-02T19:01:26.110Z] === RUN TestDockerSuite/TestRunExposePort [2019-12-02T19:01:26.367Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-12-02T19:01:27.297Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-12-02T19:01:27.861Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-12-02T19:01:29.755Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-12-02T19:01:30.319Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-12-02T19:01:30.319Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-12-02T19:01:34.432Z] --- PASS: TestCreateServiceMultipleTimes (18.02s) [2019-12-02T19:01:34.432Z] === RUN TestCreateServiceConflict [2019-12-02T19:01:34.494Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-12-02T19:01:35.155Z] --- PASS: TestCreateServiceConflict (2.30s) [2019-12-02T19:01:35.156Z] === RUN TestCreateServiceMaxReplicas [2019-12-02T19:01:35.431Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-12-02T19:01:38.172Z] --- PASS: TestCreateServiceMaxReplicas (3.02s) [2019-12-02T19:01:38.172Z] === RUN TestCreateWithDuplicateNetworkNames [2019-12-02T19:01:47.611Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-12-02T19:01:48.541Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-12-02T19:01:50.436Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-12-02T19:01:50.436Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-12-02T19:01:50.436Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-12-02T19:01:50.436Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-12-02T19:01:51.078Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-12-02T19:01:51.367Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-12-02T19:01:54.155Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.42s) [2019-12-02T19:01:54.155Z] === RUN TestCreateServiceSecretFileMode [2019-12-02T19:01:54.155Z] --- PASS: TestCreateServiceSecretFileMode (2.65s) [2019-12-02T19:01:54.155Z] === RUN TestCreateServiceConfigFileMode [2019-12-02T19:01:54.664Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-12-02T19:01:56.558Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-12-02T19:01:57.162Z] --- PASS: TestCreateServiceConfigFileMode (2.64s) [2019-12-02T19:01:57.162Z] === RUN TestCreateServiceSysctls [2019-12-02T19:01:57.928Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-12-02T19:01:58.859Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-12-02T19:01:59.423Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-12-02T19:02:00.354Z] === RUN TestDockerSuite/TestRunModeHostname [2019-12-02T19:02:01.001Z] --- PASS: TestCreateServiceSysctls (3.54s) [2019-12-02T19:02:01.001Z] === RUN TestCreateServiceCapabilities [2019-12-02T19:02:01.286Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-12-02T19:02:01.546Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-12-02T19:02:01.546Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-12-02T19:02:03.312Z] --- PASS: TestCreateServiceCapabilities (2.65s) [2019-12-02T19:02:03.312Z] === RUN TestInspect [2019-12-02T19:02:03.442Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-12-02T19:02:04.815Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-12-02T19:02:06.368Z] --- PASS: TestInspect (2.90s) [2019-12-02T19:02:06.368Z] === RUN TestServiceListWithStatuses [2019-12-02T19:02:06.368Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2019-12-02T19:02:06.368Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-02T19:02:06.368Z] === RUN TestDockerNetworkConnectAlias [2019-12-02T19:02:06.711Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-12-02T19:02:06.711Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-12-02T19:02:06.968Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-12-02T19:02:08.740Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-12-02T19:02:08.864Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-12-02T19:02:10.760Z] === RUN TestDockerSuite/TestRunMount [2019-12-02T19:02:11.196Z] --- PASS: TestDockerNetworkConnectAlias (4.65s) [2019-12-02T19:02:11.196Z] === RUN TestDockerNetworkReConnect [2019-12-02T19:02:14.219Z] --- PASS: TestDockerNetworkReConnect (3.72s) [2019-12-02T19:02:14.219Z] === RUN TestServicePlugin [2019-12-02T19:02:14.219Z] --- SKIP: TestServicePlugin (0.00s) [2019-12-02T19:02:14.219Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:02:14.219Z] === RUN TestServiceUpdateLabel [2019-12-02T19:02:16.517Z] --- PASS: TestServiceUpdateLabel (2.33s) [2019-12-02T19:02:16.517Z] === RUN TestServiceUpdateSecrets [2019-12-02T19:02:18.855Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-12-02T19:02:18.856Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-12-02T19:02:19.419Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-12-02T19:02:21.094Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-12-02T19:02:21.314Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-12-02T19:02:23.849Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-12-02T19:02:27.125Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-12-02T19:02:30.401Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-12-02T19:02:32.502Z] --- PASS: TestServiceUpdateSecrets (14.79s) [2019-12-02T19:02:32.502Z] === RUN TestServiceUpdateConfigs [2019-12-02T19:02:32.923Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-12-02T19:02:34.818Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-12-02T19:02:36.712Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-12-02T19:02:36.712Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-12-02T19:02:37.643Z] === RUN TestDockerSuite/TestRunNetHost [2019-12-02T19:02:39.012Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-12-02T19:02:39.942Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-12-02T19:02:40.872Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-12-02T19:02:43.395Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-12-02T19:02:45.920Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-12-02T19:02:48.489Z] --- PASS: TestServiceUpdateConfigs (14.79s) [2019-12-02T19:02:48.489Z] === RUN TestServiceUpdateNetwork [2019-12-02T19:02:51.176Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-12-02T19:02:51.433Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-12-02T19:02:51.691Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-12-02T19:02:52.624Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-12-02T19:02:52.624Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-12-02T19:02:53.555Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-12-02T19:02:54.147Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-12-02T19:02:54.147Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-12-02T19:02:55.077Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-12-02T19:02:56.009Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-12-02T19:02:56.009Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-12-02T19:02:56.758Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-12-02T19:02:56.941Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-12-02T19:02:57.873Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-12-02T19:02:59.768Z] === RUN TestDockerSuite/TestRunPortInUse [2019-12-02T19:03:00.701Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-12-02T19:03:01.265Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-12-02T19:03:01.921Z] --- PASS: TestServiceUpdateNetwork (14.24s) [2019-12-02T19:03:01.921Z] PASS [2019-12-02T19:03:01.921Z] [2019-12-02T19:03:01.921Z] === Skipped [2019-12-02T19:03:01.921Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2019-12-02T19:03:01.921Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2019-12-02T19:03:01.921Z] [2019-12-02T19:03:01.921Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-12-02T19:03:01.921Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-12-02T19:03:01.921Z] [2019-12-02T19:03:01.921Z] [2019-12-02T19:03:01.921Z] DONE 20 tests, 2 skipped in 114.354s [2019-12-02T19:03:01.921Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-12-02T19:03:01.921Z] ++ 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-12-02T19:03:01.921Z] ++ set -e [2019-12-02T19:03:01.921Z] ++ '[' -n 0 ']' [2019-12-02T19:03:01.921Z] ++ set -x [2019-12-02T19:03:01.921Z] ++ 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-12-02T19:03:01.921Z] INFO: Testing against a local daemon [2019-12-02T19:03:01.921Z] === RUN TestSessionCreate [2019-12-02T19:03:01.921Z] --- PASS: TestSessionCreate (0.05s) [2019-12-02T19:03:01.921Z] === RUN TestSessionCreateWithBadUpgrade [2019-12-02T19:03:01.921Z] --- PASS: TestSessionCreateWithBadUpgrade (0.06s) [2019-12-02T19:03:01.921Z] PASS [2019-12-02T19:03:01.921Z] [2019-12-02T19:03:01.921Z] DONE 2 tests in 0.204s [2019-12-02T19:03:01.921Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-12-02T19:03:01.921Z] ++ 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-12-02T19:03:01.921Z] ++ set -e [2019-12-02T19:03:01.921Z] ++ '[' -n 0 ']' [2019-12-02T19:03:01.921Z] ++ set -x [2019-12-02T19:03:01.921Z] ++ 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-12-02T19:03:01.921Z] INFO: Testing against a local daemon [2019-12-02T19:03:01.921Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-12-02T19:03:01.921Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-02T19:03:01.921Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-02T19:03:01.921Z] === RUN TestEventsExecDie [2019-12-02T19:03:01.921Z] --- PASS: TestEventsExecDie (0.93s) [2019-12-02T19:03:01.921Z] === RUN TestEventsBackwardsCompatible [2019-12-02T19:03:01.921Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-12-02T19:03:01.921Z] === RUN TestInfoBinaryCommits [2019-12-02T19:03:01.921Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-12-02T19:03:01.921Z] === RUN TestInfoAPIVersioned [2019-12-02T19:03:01.921Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-12-02T19:03:01.921Z] === RUN TestInfoDiscoveryBackend [2019-12-02T19:03:02.199Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-12-02T19:03:02.653Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2019-12-02T19:03:02.653Z] === RUN TestInfoDiscoveryInvalidAdvertise [2019-12-02T19:03:02.763Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-12-02T19:03:03.377Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-12-02T19:03:03.377Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2019-12-02T19:03:03.694Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-12-02T19:03:04.105Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2019-12-02T19:03:04.105Z] === RUN TestInfoAPI [2019-12-02T19:03:04.105Z] --- PASS: TestInfoAPI (0.07s) [2019-12-02T19:03:04.105Z] === RUN TestInfoAPIWarnings [2019-12-02T19:03:04.259Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-12-02T19:03:04.259Z] === RUN TestDockerSuite/TestRunPublishPort [2019-12-02T19:03:04.446Z] --- PASS: TestInfoAPIWarnings (0.54s) [2019-12-02T19:03:04.447Z] === RUN TestInfoDebug [2019-12-02T19:03:05.190Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-12-02T19:03:05.190Z] --- PASS: TestInfoDebug (0.54s) [2019-12-02T19:03:05.190Z] === RUN TestInfoInsecureRegistries [2019-12-02T19:03:05.915Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2019-12-02T19:03:05.915Z] === RUN TestInfoRegistryMirrors [2019-12-02T19:03:06.122Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-12-02T19:03:06.122Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-12-02T19:03:06.253Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2019-12-02T19:03:06.253Z] === RUN TestLoginFailsWithBadCredentials [2019-12-02T19:03:06.976Z] --- PASS: TestLoginFailsWithBadCredentials (0.67s) [2019-12-02T19:03:06.976Z] === RUN TestPingCacheHeaders [2019-12-02T19:03:06.976Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-12-02T19:03:06.976Z] === RUN TestPingGet [2019-12-02T19:03:06.976Z] --- PASS: TestPingGet (0.04s) [2019-12-02T19:03:06.976Z] === RUN TestPingHead [2019-12-02T19:03:06.976Z] --- PASS: TestPingHead (0.05s) [2019-12-02T19:03:06.976Z] === RUN TestVersion [2019-12-02T19:03:06.976Z] --- PASS: TestVersion (0.06s) [2019-12-02T19:03:06.976Z] PASS [2019-12-02T19:03:06.976Z] [2019-12-02T19:03:06.976Z] === Skipped [2019-12-02T19:03:06.976Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-12-02T19:03:06.976Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-12-02T19:03:06.976Z] [2019-12-02T19:03:06.976Z] [2019-12-02T19:03:06.976Z] DONE 18 tests, 1 skipped in 6.358s [2019-12-02T19:03:06.976Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-12-02T19:03:06.976Z] ++ 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-12-02T19:03:06.976Z] ++ set -e [2019-12-02T19:03:06.976Z] ++ '[' -n 0 ']' [2019-12-02T19:03:06.976Z] ++ set -x [2019-12-02T19:03:06.976Z] ++ 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-12-02T19:03:07.054Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-12-02T19:03:07.060Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-12-02T19:03:07.313Z] INFO: Testing against a local daemon [2019-12-02T19:03:07.313Z] === RUN TestVolumesCreateAndList [2019-12-02T19:03:07.313Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-12-02T19:03:07.313Z] === RUN TestVolumesRemove [2019-12-02T19:03:07.313Z] --- PASS: TestVolumesRemove (0.09s) [2019-12-02T19:03:07.313Z] === RUN TestVolumesInspect [2019-12-02T19:03:07.313Z] --- PASS: TestVolumesInspect (0.04s) [2019-12-02T19:03:07.313Z] === RUN TestVolumesInvalidJSON [2019-12-02T19:03:07.313Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-12-02T19:03:07.313Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-12-02T19:03:07.313Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-12-02T19:03:07.313Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2019-12-02T19:03:07.313Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-12-02T19:03:07.313Z] PASS [2019-12-02T19:03:07.313Z] [2019-12-02T19:03:07.313Z] DONE 5 tests in 0.310s [2019-12-02T19:03:07.313Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-02T19:03:07.650Z] ++++ cat bundles/test-integration/docker.pid [2019-12-02T19:03:07.650Z] +++ kill 13137 [2019-12-02T19:03:08.949Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-12-02T19:03:08.949Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-12-02T19:03:09.341Z] +++ /etc/init.d/apparmor stop [2019-12-02T19:03:09.341Z] Clearing AppArmor profiles cache:. [2019-12-02T19:03:09.341Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-02T19:03:09.341Z] Unloading profiles will leave already running processes permanently [2019-12-02T19:03:09.341Z] unconfined, which can lead to unexpected situations. [2019-12-02T19:03:09.341Z] [2019-12-02T19:03:09.341Z] To set a process to complain mode, use the command line tool [2019-12-02T19:03:09.341Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-02T19:03:09.341Z] with the 'teardown' option." [2019-12-02T19:03:09.341Z] Post stage [Pipeline] junit [2019-12-02T19:03:11.148Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-12-02T19:03:12.301Z] + echo Ensuring container killed. [2019-12-02T19:03:12.301Z] Ensuring container killed. [2019-12-02T19:03:12.301Z] + docker rm -vf docker-pr5 [2019-12-02T19:03:12.301Z] Error: No such container: docker-pr5 [2019-12-02T19:03:12.301Z] + true [Pipeline] sh [2019-12-02T19:03:12.875Z] + echo Chowning /workspace to jenkins user [2019-12-02T19:03:12.875Z] Chowning /workspace to jenkins user [2019-12-02T19:03:12.875Z] + id -u [2019-12-02T19:03:12.875Z] + id -g [2019-12-02T19:03:12.876Z] + docker run --rm -v /home/docker/workspace/moby_PR-40180:/workspace busybox chown -R 1001:1001 /workspace [2019-12-02T19:03:12.876Z] Unable to find image 'busybox:latest' locally [2019-12-02T19:03:13.128Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-12-02T19:03:13.215Z] latest: Pulling from library/busybox [2019-12-02T19:03:13.215Z] f5cba301420e: Pulling fs layer [2019-12-02T19:03:13.554Z] f5cba301420e: Download complete [2019-12-02T19:03:13.892Z] f5cba301420e: Pull complete [2019-12-02T19:03:13.892Z] Digest: sha256:1303dbf110c57f3edf68d9f5a16c082ec06c4cf7604831669faf2c712260b5a0 [2019-12-02T19:03:13.892Z] Status: Downloaded newer image for busybox:latest [2019-12-02T19:03:14.058Z] === RUN TestDockerSuite/TestRunRm [2019-12-02T19:03:14.989Z] === RUN TestDockerSuite/TestRunRmAndWait [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-02T19:03:16.173Z] + bundleName=ppc64le-integration [2019-12-02T19:03:16.173Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-12-02T19:03:16.173Z] Creating ppc64le-integration-bundles.tar.gz [2019-12-02T19:03:16.173Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o+ -name *.prof -o -namexargs *-report.xml tar ) -czf -print ppc64le-integration-bundles.tar.gz [2019-12-02T19:03:16.173Z] [Pipeline] archiveArtifacts [2019-12-02T19:03:16.264Z] Archiving artifacts [2019-12-02T19:03:16.696Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40180/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-02T19:03:17.247Z] + make clean [2019-12-02T19:03:17.583Z] make: command: Command not found [2019-12-02T19:03:17.583Z] make: command: Command not found [2019-12-02T19:03:17.583Z] docker volume rm -f docker-dev-cache [2019-12-02T19:03:17.920Z] docker-dev-cache [Pipeline] deleteDir [2019-12-02T19:03:19.163Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-12-02T19:03:19.421Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-12-02T19:03:19.726Z] === RUN TestDockerSuite/TestRunRootWorkdir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-12-02T19:03:20.664Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-12-02T19:03:23.193Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-12-02T19:03:23.450Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-12-02T19:03:27.625Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-12-02T19:03:32.879Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-12-02T19:03:33.443Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-12-02T19:03:34.375Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-12-02T19:03:35.306Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-12-02T19:03:35.870Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-12-02T19:03:36.800Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-12-02T19:03:37.364Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-12-02T19:03:38.294Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-12-02T19:03:39.225Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-12-02T19:03:40.158Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-12-02T19:03:42.680Z] === RUN TestDockerSuite/TestRunState [2019-12-02T19:03:44.574Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-12-02T19:03:45.137Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-12-02T19:03:46.068Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-12-02T19:03:46.324Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-12-02T19:03:46.324Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-12-02T19:03:47.256Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-12-02T19:03:48.188Z] === RUN TestDockerSuite/TestRunSysctls [2019-12-02T19:03:49.572Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-12-02T19:03:49.572Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-12-02T19:03:49.572Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-12-02T19:03:50.502Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-12-02T19:03:53.029Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-12-02T19:03:53.960Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-12-02T19:03:56.483Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-12-02T19:04:00.659Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-12-02T19:04:03.181Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-12-02T19:04:04.113Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-12-02T19:04:05.045Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-12-02T19:04:05.977Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-12-02T19:04:08.498Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-12-02T19:04:09.868Z] === RUN TestDockerSuite/TestRunUserByID [2019-12-02T19:04:10.798Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-12-02T19:04:10.799Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-12-02T19:04:11.057Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-12-02T19:04:11.989Z] === RUN TestDockerSuite/TestRunUserByName [2019-12-02T19:04:12.553Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-12-02T19:04:13.484Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-12-02T19:04:13.484Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-12-02T19:04:13.741Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-12-02T19:04:14.671Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-12-02T19:04:19.930Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-12-02T19:04:20.187Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-12-02T19:04:21.556Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-12-02T19:04:24.081Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-12-02T19:04:25.451Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-12-02T19:04:27.973Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-12-02T19:04:31.250Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-12-02T19:04:31.532Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-12-02T19:04:32.464Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-12-02T19:04:33.395Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-12-02T19:04:33.395Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-12-02T19:04:33.395Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-12-02T19:04:33.395Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-12-02T19:04:33.652Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-12-02T19:04:34.583Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-12-02T19:04:35.514Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-12-02T19:04:36.445Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-12-02T19:04:38.341Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-12-02T19:04:38.904Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-12-02T19:04:39.836Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-12-02T19:04:39.836Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-12-02T19:04:40.887Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-12-02T19:04:40.887Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-12-02T19:04:40.887Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-12-02T19:04:40.887Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-12-02T19:04:40.887Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-12-02T19:04:40.887Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-12-02T19:04:41.144Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-12-02T19:04:41.400Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-12-02T19:04:41.657Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-12-02T19:04:41.657Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-12-02T19:04:43.028Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-12-02T19:04:43.593Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-12-02T19:04:44.528Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-12-02T19:04:44.528Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-12-02T19:04:45.468Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-12-02T19:04:45.725Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-12-02T19:04:46.655Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-12-02T19:04:46.655Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-12-02T19:04:47.586Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-12-02T19:04:48.150Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-12-02T19:04:48.150Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-12-02T19:04:48.150Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-12-02T19:04:49.080Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-12-02T19:04:50.979Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-12-02T19:04:51.543Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-12-02T19:04:51.543Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-12-02T19:04:52.474Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-12-02T19:04:52.474Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-12-02T19:04:54.370Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-12-02T19:04:54.627Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-12-02T19:04:57.904Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-12-02T19:04:58.162Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-12-02T19:04:58.162Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-12-02T19:04:58.162Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-12-02T19:04:59.536Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-12-02T19:05:00.467Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-12-02T19:05:00.839Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-12-02T19:05:00.839Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-12-02T19:05:00.839Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-12-02T19:05:00.839Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-12-02T19:05:00.839Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-12-02T19:05:00.839Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-12-02T19:05:00.839Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-12-02T19:05:00.839Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-12-02T19:05:00.839Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-12-02T19:05:01.804Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-12-02T19:05:01.837Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-12-02T19:05:01.837Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-12-02T19:05:04.359Z] === RUN TestDockerSuite/TestSaveImageId [2019-12-02T19:05:04.359Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-12-02T19:05:04.616Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-12-02T19:05:05.527Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-12-02T19:05:07.138Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-12-02T19:05:07.138Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-12-02T19:05:09.034Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-12-02T19:05:09.034Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-12-02T19:05:09.034Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-12-02T19:05:10.405Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-12-02T19:05:11.305Z] === RUN TestDockerSuite/TestBuildEnv [2019-12-02T19:05:11.305Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-12-02T19:05:11.305Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-12-02T19:05:11.305Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-12-02T19:05:11.305Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-12-02T19:05:11.305Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-12-02T19:05:12.321Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-12-02T19:05:12.578Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-12-02T19:05:12.835Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-12-02T19:05:12.835Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-12-02T19:05:13.092Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-12-02T19:05:13.348Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-12-02T19:05:15.027Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-12-02T19:05:15.027Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-12-02T19:05:15.027Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-12-02T19:05:15.027Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-12-02T19:05:15.873Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-12-02T19:05:15.992Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-12-02T19:05:21.889Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-12-02T19:05:22.420Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-12-02T19:05:24.942Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-12-02T19:05:25.873Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-12-02T19:05:27.243Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-12-02T19:05:30.574Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-12-02T19:05:33.105Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-12-02T19:05:33.669Z] === RUN TestDockerSuite/TestStartRecordError [2019-12-02T19:05:35.566Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-12-02T19:05:38.844Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-12-02T19:05:40.737Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-12-02T19:05:42.960Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-12-02T19:05:43.417Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-12-02T19:05:43.417Z] === RUN TestDockerSuite/TestBuildExpose [2019-12-02T19:05:43.417Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-12-02T19:05:43.417Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-12-02T19:05:43.417Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-12-02T19:05:43.417Z] === RUN TestDockerSuite/TestBuildFails [2019-12-02T19:05:44.911Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-12-02T19:05:49.085Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-12-02T19:05:51.961Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-12-02T19:05:51.961Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-12-02T19:05:52.359Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-12-02T19:05:53.289Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-12-02T19:05:56.636Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-12-02T19:05:58.543Z] === RUN TestDockerSuite/TestStatsNoStream [2019-12-02T19:05:59.107Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-12-02T19:06:01.002Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-12-02T19:06:02.410Z] === RUN TestDockerSuite/TestBuildForceRm [2019-12-02T19:06:02.897Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-12-02T19:06:03.830Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-12-02T19:06:04.395Z] === RUN TestDockerSuite/TestTopPrivileged [2019-12-02T19:06:05.326Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-12-02T19:06:05.326Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-12-02T19:06:06.696Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-12-02T19:06:09.983Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-12-02T19:06:10.956Z] === RUN TestDockerSuite/TestBuildFromGit [2019-12-02T19:06:11.364Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-12-02T19:06:14.636Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-12-02T19:06:15.567Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-12-02T19:06:16.497Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-12-02T19:06:16.497Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-12-02T19:06:17.427Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-12-02T19:06:19.951Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-12-02T19:06:19.951Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-12-02T19:06:19.951Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-12-02T19:06:21.321Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-12-02T19:06:22.692Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-12-02T19:06:22.949Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-12-02T19:06:23.307Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-12-02T19:06:23.514Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-12-02T19:06:23.764Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-12-02T19:06:25.409Z] === RUN TestDockerSuite/TestUpdateStats [2019-12-02T19:06:29.587Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-12-02T19:06:30.151Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-12-02T19:06:30.821Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-12-02T19:06:30.821Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-12-02T19:06:31.783Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-12-02T19:06:32.046Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-12-02T19:06:32.046Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-12-02T19:06:32.240Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-12-02T19:06:32.240Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-12-02T19:06:32.977Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-12-02T19:06:33.908Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-12-02T19:06:36.430Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-12-02T19:06:38.963Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-12-02T19:06:42.240Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-12-02T19:06:42.240Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-12-02T19:06:42.536Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-12-02T19:06:42.536Z] === RUN TestDockerSuite/TestBuildHistory [2019-12-02T19:06:42.805Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-12-02T19:06:46.983Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-12-02T19:06:49.507Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-12-02T19:06:50.072Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-12-02T19:06:51.004Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-12-02T19:06:51.936Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-12-02T19:06:54.460Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-12-02T19:06:54.894Z] === RUN TestDockerSuite/TestBuildIidFile [2019-12-02T19:06:55.025Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-12-02T19:06:55.859Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-12-02T19:06:58.030Z] === RUN TestDockerSuite/TestBuildInheritance [2019-12-02T19:06:58.030Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-12-02T19:06:58.995Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-12-02T19:06:58.995Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-12-02T19:07:00.281Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-12-02T19:07:02.176Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-12-02T19:07:04.700Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-12-02T19:07:04.778Z] === RUN TestDockerSuite/TestBuildLabel [2019-12-02T19:07:05.743Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-12-02T19:07:06.200Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-12-02T19:07:06.596Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-12-02T19:07:07.172Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-12-02T19:07:07.965Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-12-02T19:07:08.137Z] === RUN TestDockerSuite/TestBuildLabels [2019-12-02T19:07:09.105Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-12-02T19:07:10.488Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-12-02T19:07:11.299Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-12-02T19:07:13.018Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-12-02T19:07:15.542Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-12-02T19:07:17.173Z] === RUN TestDockerSuite/TestBuildLastModified [2019-12-02T19:07:17.173Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-12-02T19:07:17.173Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-12-02T19:07:17.173Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-12-02T19:07:17.173Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-12-02T19:07:17.173Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-12-02T19:07:17.173Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-12-02T19:07:17.437Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-12-02T19:07:18.138Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-12-02T19:07:18.596Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-12-02T19:07:19.964Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-12-02T19:07:25.662Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-12-02T19:07:38.022Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-12-02T19:07:38.279Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-12-02T19:07:38.279Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-12-02T19:07:40.802Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-12-02T19:07:40.802Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-12-02T19:07:41.059Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-12-02T19:07:41.059Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-12-02T19:07:41.059Z] === RUN TestDockerSuite/TestVolumeEvents [2019-12-02T19:07:41.990Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-12-02T19:07:44.513Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-12-02T19:07:44.513Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-12-02T19:07:44.513Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-12-02T19:07:47.788Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-12-02T19:07:48.720Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-12-02T19:07:52.900Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite (1890.40s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.98s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.70s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.15s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.23s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.51s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.65s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.75s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (4.26s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.14s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.77s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.13s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (4.32s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.51s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.55s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.18s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.41s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.14s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (3.09s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (3.61s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAttachDetach (1.98s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAttachDisconnect (2.17s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.91s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.40s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.36s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.47s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.39s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (2.45s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (2.17s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.87s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.17s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (24.02s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.70s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.93s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.94s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.54s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.76s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.99s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.24s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.48s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.16s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.52s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.64s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.92s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.60s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.09s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.30s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.31s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.36s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.92s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.55s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.09s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.49s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.40s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.60s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.10s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.39s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.90s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.41s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.68s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.44s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.46s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.19s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.80s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.33s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.60s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.66s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (14.48s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.59s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.61s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.54s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.36s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.92s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.12s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.73s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.99s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.71s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.87s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.30s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.75s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.85s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.17s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.97s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.58s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.83s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.69s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCmd (0.57s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.37s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.65s) [2019-12-02T19:07:52.900Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-12-02T19:07:52.900Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.05s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.76s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.49s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildContChar (4.73s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.38s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.43s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.31s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.00s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (16.69s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.16s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.89s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.27s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.56s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.06s) [2019-12-02T19:07:52.900Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-12-02T19:07:52.900Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.900Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-12-02T19:07:52.900Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.900Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-12-02T19:07:52.900Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.900Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-12-02T19:07:52.900Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.55s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.84s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.80s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.56s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.49s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.20s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.90s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.16s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.84s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.61s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.61s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.51s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.96s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.56s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.12s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (15.24s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.23s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.78s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.67s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.71s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.41s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.08s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.68s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (20.68s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.26s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.46s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.39s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.39s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.60s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.09s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.31s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.31s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.42s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.69s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnv (1.89s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.62s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.21s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.80s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.34s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.85s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.50s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.85s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.54s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.63s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.56s) [2019-12-02T19:07:52.900Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-12-02T19:07:52.900Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.40s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.68s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildExpose (0.46s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.59s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.56s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.41s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFails (0.93s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.50s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.54s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.10s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.54s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.43s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.18s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.18s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.89s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.34s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.25s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.32s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (2.22s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildHistory (6.56s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.08s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.39s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildInheritance (2.10s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.69s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.15s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLabel (0.48s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.47s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.44s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLabels (0.55s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.15s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.50s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.57s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.72s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.52s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.77s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (5.16s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.52s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.82s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (13.75s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (5.23s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.31s) [2019-12-02T19:07:52.900Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.87s) [2019-12-02T19:07:52.900Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-12-02T19:07:52.900Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.61s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.67s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.42s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.35s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.35s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.77s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.04s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.17s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.05s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.43s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.39s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.56s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.76s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildOnBuild (3.07s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.96s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.12s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.31s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.47s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.45s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.67s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.48s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.35s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildPATH (2.82s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.07s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.35s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.84s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.84s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.15s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildRm (3.62s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.38s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.72s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.72s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.64s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.41s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.41s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.28s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.48s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s) [2019-12-02T19:07:52.901Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-12-02T19:07:52.901Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.37s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.14s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.15s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildStderr (1.08s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.35s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.37s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.23s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.63s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.09s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.87s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildUser (2.45s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.17s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.09s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.42s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.51s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.47s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.23s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.87s) [2019-12-02T19:07:52.901Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-12-02T19:07:52.901Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.901Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-12-02T19:07:52.901Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.901Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2019-12-02T19:07:52.901Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.901Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2019-12-02T19:07:52.901Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.19s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.21s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.93s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.02s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.23s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.72s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.03s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.41s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.76s) [2019-12-02T19:07:52.901Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2019-12-02T19:07:52.901Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.28s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.51s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-12-02T19:07:52.901Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-12-02T19:07:52.901Z] docker_cli_sni_test.go:18: Flakey test [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.87s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.23s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCommitChange (1.26s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.95s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.92s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.78s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.05s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCommitTTY (1.69s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.07s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.92s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.10s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.84s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.82s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.84s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.94s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.90s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.93s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.77s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.18s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.28s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.86s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.86s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.83s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.92s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.89s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.83s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.06s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.87s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.89s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.82s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.03s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.88s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.98s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.56s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.60s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.83s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.57s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.11s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.84s) [2019-12-02T19:07:52.901Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-12-02T19:07:52.901Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.80s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.83s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.23s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.76s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.56s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.09s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.87s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.92s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.79s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.68s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.64s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.60s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0006bfc20_} (1.61s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1145035421_/foo_false____} (1.64s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1145035421_/foo_true____} (1.76s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3115803992_/foo_false____} (1.60s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3115803992_/foo_true____} (1.63s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3115803992_/foo_true__0xc0004c00a0__} (1.62s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0004c00c0_} (1.63s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0004c00e0_} (1.61s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0004c0100_} (1.64s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0004c0120_} (1.71s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.38s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.63s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.10s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.09s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.06s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.06s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.19s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.36s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.14s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.77s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.93s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.01s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.28s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.05s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.90s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.91s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.09s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.08s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.97s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.26s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.08s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.03s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.07s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.51s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.27s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.97s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.11s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.96s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.50s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.05s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.23s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.81s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.86s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.70s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.06s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.46s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.89s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.02s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.47s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.86s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.71s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.14s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToDot (0.98s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.92s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (2.18s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToStdout (0.92s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.41s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.41s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.93s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.74s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.54s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.91s) [2019-12-02T19:07:52.901Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-12-02T19:07:52.901Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.79s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.37s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.15s) [2019-12-02T19:07:52.901Z] --- PASS: TestDockerSuite/TestCreateRM (0.24s) [2019-12-02T19:07:52.901Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-12-02T19:07:52.901Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.17s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.43s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.18s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.84s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.87s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.89s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.94s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.82s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.85s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.79s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.81s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.34s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.91s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.72s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.12s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.90s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.98s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.99s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.05s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.41s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsAttach (0.92s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsCommit (1.22s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.85s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.42s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (2.03s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.90s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.61s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.81s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsCopy (1.30s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.72s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.84s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.40s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.60s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.55s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.37s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.13s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFilters (1.67s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFormat (1.61s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.94s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.35s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.30s) [2019-12-02T19:07:52.902Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-12-02T19:07:52.902Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-12-02T19:07:52.902Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-12-02T19:07:52.902Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.79s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.96s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsRename (0.87s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsResize (0.86s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.81s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.87s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.18s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsTop (1.10s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsUntag (2.60s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (2.12s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExec (0.83s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.87s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.85s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.87s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.95s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.96s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.86s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.94s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.91s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.91s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.93s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.68s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecCgroup (1.48s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecEnv (0.96s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.88s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.98s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecInspectID (2.15s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecInteractive (1.12s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.45s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecParseError (1.11s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.90s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.84s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.09s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.96s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecStartFails (0.96s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.31s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.98s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecTTY (0.88s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.00s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.86s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecUlimits (0.94s) [2019-12-02T19:07:52.902Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-12-02T19:07:52.902Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.11s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.07s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.35s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.05s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestExecWithUser (1.44s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.91s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.88s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.45s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.85s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.81s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestHealth (21.25s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.87s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.90s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.31s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.39s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.60s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.03s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.04s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.89s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.96s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.85s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.18s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImportDisplay (1.80s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImportFile (1.86s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.98s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImportGzipped (1.95s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.10s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.06s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.99s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.16s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.11s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.82s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.11s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.80s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.77s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.59s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.86s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.07s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.08s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.83s) [2019-12-02T19:07:52.902Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-12-02T19:07:52.902Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.44s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.94s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectDefault (0.91s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectHistory (1.04s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2019-12-02T19:07:52.902Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-12-02T19:07:52.902Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.90s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.00s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.11s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.30s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.93s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.98s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.06s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectStatus (1.15s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.11s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.90s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.29s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.06s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.09s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.96s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.88s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.60s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.81s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.76s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.50s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.25s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.78s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.52s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.69s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.48s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.39s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.51s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.87s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.91s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.60s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.40s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.85s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.84s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.82s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.82s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.83s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.94s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.61s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.37s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.20s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.35s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.20s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.51s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.94s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.94s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsSince (6.98s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.89s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.83s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsTail (0.87s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.84s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.82s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.55s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestMountIntoSys (1.04s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestNetHostname (2.75s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.39s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.47s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.48s) [2019-12-02T19:07:52.902Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.81s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPluginActive (1.86s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.67s) [2019-12-02T19:07:52.903Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-12-02T19:07:52.903Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.81s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPluginLogDriver (4.28s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.70s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.07s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.57s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.24s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.81s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.82s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPortList (10.98s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.72s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.69s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.92s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.86s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (1.05s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.13s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.72s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.93s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.91s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.38s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsByOrder (3.57s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.35s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.86s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.49s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.23s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.27s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.66s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.56s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.75s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.89s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.70s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.70s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.71s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.18s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.94s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.69s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.95s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (1.05s) [2019-12-02T19:07:52.903Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-12-02T19:07:52.903Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.22s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.13s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.79s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.68s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.90s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.58s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.52s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.91s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.12s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.11s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.33s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.64s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.85s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.67s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.89s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.27s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.49s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.16s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.34s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.06s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.99s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.85s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.20s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.87s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.91s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (1.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.07s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.51s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.67s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAddHost (0.87s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.48s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.82s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.76s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.74s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.83s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.05s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.91s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.76s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.69s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.12s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.09s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.96s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.92s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.03s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.06s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.28s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.83s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.93s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.81s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.52s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (1.04s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (1.03s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.92s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (1.05s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (1.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.76s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.84s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.84s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.84s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.81s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.32s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.86s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.98s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.82s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.90s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.85s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (2.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (2.49s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.79s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.81s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.83s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.91s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.82s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (2.04s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (4.05s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.98s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.58s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.97s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.97s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.90s) [2019-12-02T19:07:52.903Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-12-02T19:07:52.903Z] docker_cli_run_test.go:4144: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.903Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-12-02T19:07:52.903Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.88s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.07s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDNSOptions (2.13s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (3.17s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (1.69s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.90s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.26s) [2019-12-02T19:07:52.903Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-12-02T19:07:52.903Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.87s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.78s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.06s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.99s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.08s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.96s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.81s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.05s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.84s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.96s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.84s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunExitCode (0.90s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.85s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.96s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.87s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.85s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.88s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.74s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.49s) [2019-12-02T19:07:52.903Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-12-02T19:07:52.903Z] docker_cli_run_test.go:4246: unmatched requirement IsolationIsHyperv [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (4.15s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.95s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.97s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.15s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.82s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.04s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.83s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.48s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.69s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.64s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.89s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.68s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.67s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.21s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.24s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.70s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.48s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.82s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.35s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.94s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.66s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunMount (7.00s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.85s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.82s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.83s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.50s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.52s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.67s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (3.02s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.99s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.73s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.95s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNetHost (1.42s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.81s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.86s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.41s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.58s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.03s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.79s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.91s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.76s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.80s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.81s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.87s) [2019-12-02T19:07:52.903Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-12-02T19:07:52.903Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.93s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.98s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.76s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.00s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.72s) [2019-12-02T19:07:52.903Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.76s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.77s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.86s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.72s) [2019-12-02T19:07:52.903Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-12-02T19:07:52.903Z] docker_cli_run_test.go:4229: unmatched requirement IsolationIsProcess [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.87s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.86s) [2019-12-02T19:07:52.903Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-12-02T19:07:52.903Z] docker_cli_run_test.go:2870: kernel doesn't have latency_stats configured [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.85s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.75s) [2019-12-02T19:07:52.903Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-12-02T19:07:52.903Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.67s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.71s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunRm (0.83s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.91s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.83s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.85s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (2.20s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.78s) [2019-12-02T19:07:52.903Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.11s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (4.97s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.87s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.82s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.81s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.81s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.78s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.78s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.87s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.91s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.84s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.69s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunState (1.71s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.78s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.84s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.22s) [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-12-02T19:07:52.904Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.83s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.84s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunSysctls (1.62s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.80s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.63s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.95s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.16s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.08s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.04s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.79s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.94s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.81s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.69s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.28s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUserByID (0.80s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.27s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.80s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUserByName (0.80s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.83s) [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-12-02T19:07:52.904Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.81s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (5.02s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.82s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.10s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.45s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.59s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.59s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.71s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.81s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.88s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.92s) [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-12-02T19:07:52.904Z] docker_cli_run_test.go:4199: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-12-02T19:07:52.904Z] docker_cli_run_test.go:4219: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-12-02T19:07:52.904Z] docker_cli_run_test.go:4209: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.26s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.82s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.97s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.83s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.72s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.97s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.82s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.81s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.30s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.17s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.28s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.17s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (1.00s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.81s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.91s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.87s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.31s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.81s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.83s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.83s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.81s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.67s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.87s) [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-12-02T19:07:52.904Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.72s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.63s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.75s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.59s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.85s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.11s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.13s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.42s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.02s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.54s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.33s) [2019-12-02T19:07:52.904Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents225856322 [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.86s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.58s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.85s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.43s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.12s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.44s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.44s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.67s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (3.03s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.21s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.53s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (3.03s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.66s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.79s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStartRecordError (1.86s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.73s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.43s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.78s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.46s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.71s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.92s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.98s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.93s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.88s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.89s) [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-12-02T19:07:52.904Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.03s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.65s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.64s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.87s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.84s) [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2019-12-02T19:07:52.904Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.03s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (2.04s) [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-12-02T19:07:52.904Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.76s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.23s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.00s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.97s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateStats (4.79s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.62s) [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-12-02T19:07:52.904Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.09s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.97s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.85s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.05s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.40s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.90s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.87s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.74s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.44s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.47s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.60s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.72s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.39s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.47s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.35s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.38s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.44s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.86s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.91s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.96s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.03s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.05s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.61s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.85s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.40s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.21s) [2019-12-02T19:07:52.904Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.58s) [2019-12-02T19:07:52.904Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-12-02T19:07:52.904Z] docker_cli_run_test.go:4537: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-12-02T19:07:52.904Z] === RUN TestDockerRegistrySuite [2019-12-02T19:07:52.904Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-12-02T19:07:54.288Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-12-02T19:07:55.594Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-12-02T19:07:55.594Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-12-02T19:07:55.594Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-12-02T19:07:55.658Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-12-02T19:07:58.184Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-12-02T19:07:58.184Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-12-02T19:08:02.360Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-12-02T19:08:07.614Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-12-02T19:08:11.791Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-12-02T19:08:13.163Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-12-02T19:08:14.093Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-12-02T19:08:15.463Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-12-02T19:08:17.358Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-12-02T19:08:18.289Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-12-02T19:08:19.660Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-12-02T19:08:21.029Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-12-02T19:08:23.552Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-12-02T19:08:26.854Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-12-02T19:08:27.795Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-12-02T19:08:31.074Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-12-02T19:08:31.259Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-12-02T19:08:32.444Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-12-02T19:08:32.701Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-12-02T19:08:34.595Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-12-02T19:08:35.525Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-12-02T19:08:36.895Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-12-02T19:08:40.169Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-12-02T19:08:41.101Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-12-02T19:08:41.358Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-12-02T19:08:43.257Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-12-02T19:08:43.822Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-12-02T19:08:43.822Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-12-02T19:08:44.079Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-12-02T19:08:44.336Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-12-02T19:08:44.593Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-12-02T19:08:44.850Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-12-02T19:08:46.055Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-12-02T19:08:46.222Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-12-02T19:08:48.744Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-12-02T19:08:49.674Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-12-02T19:08:51.043Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-12-02T19:08:51.848Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-12-02T19:08:51.974Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite (60.60s) [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.81s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d4283be999459] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.51s) [2019-12-02T19:08:52.905Z] check_test.go:196: [db193454781b5] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (2.35s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d9a9f44bf9dab] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d561eeb291065] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.19s) [2019-12-02T19:08:52.905Z] check_test.go:196: [df70ba1db2495] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.86s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d087ab9b82884] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.36s) [2019-12-02T19:08:52.905Z] check_test.go:196: [df8477b6f053f] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.41s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d377e9da82fdb] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.20s) [2019-12-02T19:08:52.905Z] check_test.go:196: [def77ab635082] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.42s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d3445b62c7718] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.47s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d83a0d08ad6f4] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.36s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d35e7989634e8] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.32s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d6f40621e02d2] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.40s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d4c1fc4f9c41a] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.50s) [2019-12-02T19:08:52.905Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:64e8cd2b4f2e6dc0058636061ea4e444fb3d0c75faaea0caeef5610d5fd4e645 [2019-12-02T19:08:52.905Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dd4551a6e2f8886afc7759fd28500eebeda56314c98077ee63f2b0755aeacab5 [2019-12-02T19:08:52.905Z] check_test.go:196: [d96e95e38944d] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.65s) [2019-12-02T19:08:52.905Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b3a5b2a02362f61c3b4959cf452931189f8e9c61b69b04c7013234bc8fc9a3dd [2019-12-02T19:08:52.905Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a8ca8bae757fc3dbcc138fbcdfd25f93e2bb30e4421ac88c7e642b937894b47a [2019-12-02T19:08:52.905Z] check_test.go:196: [d87863daec50d] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.38s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d6eed86622ac4] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.49s) [2019-12-02T19:08:52.905Z] check_test.go:196: [dcd6ac6d28fe7] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.44s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d4345bcad4ad7] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-12-02T19:08:52.905Z] check_test.go:196: [df07911619a9f] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.58s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d03fe8ecb7896] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.35s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d6e066beeedf8] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.34s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d1bfb884d91ae] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.94s) [2019-12-02T19:08:52.905Z] check_test.go:196: [daafb1fb50818] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s) [2019-12-02T19:08:52.905Z] check_test.go:196: [dc741aa19d740] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.94s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d9796ed460fe6] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.47s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d9ad4f0c8ecfd] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-12-02T19:08:52.905Z] check_test.go:196: [da8aad98f37e2] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2019-12-02T19:08:52.905Z] check_test.go:196: [df950aee22ae0] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.28s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d557b8b07ba0f] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d5ef3c8f9ce0d] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-12-02T19:08:52.905Z] check_test.go:196: [dafc84a239b04] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.44s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d9942e6b51ccf] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.25s) [2019-12-02T19:08:52.905Z] check_test.go:196: [dbe2bee214fed] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.16s) [2019-12-02T19:08:52.905Z] check_test.go:196: [d12e00d485261] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.42s) [2019-12-02T19:08:52.905Z] check_test.go:196: [dc339b1499b6d] daemon is not started [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2019-12-02T19:08:52.905Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s) [2019-12-02T19:08:52.905Z] === RUN TestDockerSchema1RegistrySuite [2019-12-02T19:08:52.905Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-12-02T19:08:52.905Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-12-02T19:08:54.289Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-12-02T19:08:57.562Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-12-02T19:08:57.626Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-12-02T19:09:00.835Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-12-02T19:09:02.733Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-12-02T19:09:07.993Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-12-02T19:09:08.924Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-12-02T19:09:09.988Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-12-02T19:09:10.293Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-12-02T19:09:10.550Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-12-02T19:09:11.919Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-12-02T19:09:13.289Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-12-02T19:09:14.658Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-12-02T19:09:18.835Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-12-02T19:09:18.835Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-12-02T19:09:19.092Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-12-02T19:09:19.349Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-12-02T19:09:19.607Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-12-02T19:09:19.864Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-12-02T19:09:20.428Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite (27.53s) [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d404891ed7451] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.59s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d90812fe59fb3] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.10s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d941753961c4a] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.92s) [2019-12-02T19:09:20.428Z] check_test.go:223: [db5b385df9acd] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.35s) [2019-12-02T19:09:20.428Z] check_test.go:223: [ddd5d375e2e05] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.42s) [2019-12-02T19:09:20.428Z] check_test.go:223: [de204a623f3f6] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-12-02T19:09:20.428Z] check_test.go:223: [df71d2daa6fc7] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.44s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d19c92952b863] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.37s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d69ec987987c8] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.25s) [2019-12-02T19:09:20.428Z] check_test.go:223: [dc58fb22175a4] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.76s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d7010320cf8cc] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.39s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d2070bf750440] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.46s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d6b8837042bd7] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d66a2135cfc39] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d7d88409704e7] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d4bb5346ea8b6] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2019-12-02T19:09:20.428Z] check_test.go:223: [dcdffc31e599c] daemon is not started [2019-12-02T19:09:20.428Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-12-02T19:09:20.428Z] check_test.go:223: [d9a3c0a5dd8b4] daemon is not started [2019-12-02T19:09:20.428Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-12-02T19:09:20.428Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-12-02T19:09:21.489Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-12-02T19:09:22.054Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-12-02T19:09:22.054Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-12-02T19:09:23.424Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-12-02T19:09:23.424Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-12-02T19:09:23.681Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-12-02T19:09:24.245Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-12-02T19:09:24.502Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.04s) [2019-12-02T19:09:24.502Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.93s) [2019-12-02T19:09:24.502Z] check_test.go:252: [d9719f1f2b35e] daemon is not started [2019-12-02T19:09:24.502Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.57s) [2019-12-02T19:09:24.502Z] check_test.go:252: [dd9d23eb8b985] daemon is not started [2019-12-02T19:09:24.502Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-12-02T19:09:24.502Z] check_test.go:252: [d7fea627120af] daemon is not started [2019-12-02T19:09:24.502Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.13s) [2019-12-02T19:09:24.502Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-12-02T19:09:24.502Z] check_test.go:252: [d49f409d3535f] daemon is not started [2019-12-02T19:09:24.502Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s) [2019-12-02T19:09:24.502Z] check_test.go:252: [ddc55159dbf82] daemon is not started [2019-12-02T19:09:24.502Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.50s) [2019-12-02T19:09:24.502Z] check_test.go:252: [d030f1c20147d] daemon is not started [2019-12-02T19:09:24.502Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2019-12-02T19:09:24.502Z] check_test.go:252: [dc4f61de4c21d] daemon is not started [2019-12-02T19:09:24.502Z] === RUN TestDockerRegistryAuthTokenSuite [2019-12-02T19:09:24.502Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-12-02T19:09:29.771Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-12-02T19:09:29.771Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-12-02T19:09:29.771Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-12-02T19:09:30.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-12-02T19:09:30.284Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2019-12-02T19:09:30.284Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2019-12-02T19:09:30.284Z] check_test.go:279: [d2a79f1dad888] daemon is not started [2019-12-02T19:09:30.284Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-12-02T19:09:30.284Z] check_test.go:279: [dddd94e31704e] daemon is not started [2019-12-02T19:09:30.284Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-12-02T19:09:30.284Z] check_test.go:279: [d80a14629f5b0] daemon is not started [2019-12-02T19:09:30.284Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-12-02T19:09:30.284Z] check_test.go:279: [d0c13b327ef70] daemon is not started [2019-12-02T19:09:30.285Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2019-12-02T19:09:30.285Z] check_test.go:279: [da6942f04df21] daemon is not started [2019-12-02T19:09:30.285Z] === RUN TestDockerNetworkSuite [2019-12-02T19:09:30.285Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-12-02T19:09:33.560Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-12-02T19:09:34.493Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-12-02T19:09:35.104Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-12-02T19:09:35.104Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-12-02T19:09:39.749Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-12-02T19:09:42.273Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-12-02T19:09:46.448Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-12-02T19:09:47.483Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-12-02T19:09:47.483Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-12-02T19:09:47.483Z] === RUN TestDockerSuite/TestBuildNetNone [2019-12-02T19:09:47.483Z] === RUN TestDockerSuite/TestBuildNoContext [2019-12-02T19:09:48.343Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-12-02T19:09:49.658Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-12-02T19:09:55.445Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-12-02T19:09:57.622Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-12-02T19:09:57.622Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-12-02T19:09:58.081Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-12-02T19:09:58.299Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-12-02T19:10:00.254Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-12-02T19:10:00.824Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-12-02T19:10:01.787Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-12-02T19:10:02.195Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-12-02T19:10:02.754Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-12-02T19:10:02.760Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-12-02T19:10:03.739Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-12-02T19:10:05.131Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-12-02T19:10:07.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-12-02T19:10:07.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-12-02T19:10:07.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-12-02T19:10:08.396Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-12-02T19:10:08.653Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-12-02T19:10:08.653Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-12-02T19:10:08.653Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-12-02T19:10:10.023Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-12-02T19:10:11.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-12-02T19:10:11.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-12-02T19:10:12.175Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-12-02T19:10:12.175Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-12-02T19:10:16.352Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-12-02T19:10:20.528Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-12-02T19:10:20.556Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-12-02T19:10:20.556Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-12-02T19:10:30.487Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-12-02T19:10:30.488Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-12-02T19:10:30.864Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-12-02T19:10:31.052Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-12-02T19:10:31.052Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-12-02T19:10:31.052Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-12-02T19:10:31.308Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-12-02T19:10:31.308Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-12-02T19:10:31.308Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-12-02T19:10:33.761Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-12-02T19:10:36.561Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-12-02T19:10:36.561Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-12-02T19:10:36.561Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-12-02T19:10:37.125Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-12-02T19:10:42.381Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-12-02T19:10:44.068Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-12-02T19:10:46.579Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-12-02T19:10:46.579Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-12-02T19:10:47.948Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-12-02T19:10:49.862Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-12-02T19:10:51.230Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-12-02T19:10:51.230Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-12-02T19:10:52.161Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-12-02T19:10:52.725Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-12-02T19:10:54.618Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-12-02T19:10:55.647Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-12-02T19:10:56.612Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-12-02T19:10:57.069Z] === RUN TestDockerSuite/TestBuildPATH [2019-12-02T19:10:57.069Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-12-02T19:10:59.250Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-12-02T19:10:59.250Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite (90.55s) [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.82s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d4dcdd8dc0ce8] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.50s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d0f6f150fa191] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.16s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d7d9c1548b28f] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.68s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d2a8bf57008f1] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.79s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:1233: [d7459241813cd] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.97s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d6028c428e918] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.90s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d4c4801150331] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.33s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d402c60316a71] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.72s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d57363a9a001f] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.80s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [dc153fec23f93] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.81s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [dbe7695b66864] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.58s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [dfcf64d7cc38d] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.44s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d6b86168094ae] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.14s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [da23e0614c77b] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.29s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [dec826953dc11] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.32s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d17c820354105] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.14s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [de95781e5322d] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d34e3a6d1c81f] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.13s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [dfe664643cce3] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.31s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d067aecd7adfc] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.56s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d958b51c93c85] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d867b141a6e39] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.45s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d317de4089d21] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d1f2f42764d0d] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.97s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:968: [dbe7b6c67f4a1] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.82s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [df5808279ac38] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.98s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:1116: [dfcf4c5e87d60] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.18s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d2c6778126f8e] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.73s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [dec66fef2436b] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.12s) [2019-12-02T19:11:01.167Z] docker_cli_network_unix_test.go:46: [d65ecd559b2b4] daemon is not started [2019-12-02T19:11:01.167Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [ddaf8ecc32b33] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.13s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [d032292a73470] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.13s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [d17be08e4757b] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [dd83ac3c946d2] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.33s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [d1ac3aa84774e] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [dd12b59855873] daemon is not started [2019-12-02T19:11:01.168Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [d1d43082ca9ca] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.33s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [d0bbfd87a150c] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.75s) [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.67s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:1084: [d9c44a6b975f7] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [d93b14d5c26c7] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.36s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [daaaa887c8b52] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.78s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [d43008d32391f] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [d2b9d05a99341] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.27s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [dcdfec7050a74] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.81s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [dc303e69ab4bc] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.56s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [d8935544f8482] daemon is not started [2019-12-02T19:11:01.168Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.40s) [2019-12-02T19:11:01.168Z] docker_cli_network_unix_test.go:46: [d57080f2a1296] daemon is not started [2019-12-02T19:11:01.168Z] === RUN TestDockerHubPullSuite [2019-12-02T19:11:01.168Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-12-02T19:11:02.538Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-12-02T19:11:04.432Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-12-02T19:11:04.689Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-12-02T19:11:06.584Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-12-02T19:11:06.842Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-12-02T19:11:06.842Z] --- PASS: TestDockerHubPullSuite (6.09s) [2019-12-02T19:11:06.842Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.50s) [2019-12-02T19:11:06.842Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.18s) [2019-12-02T19:11:06.842Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.39s) [2019-12-02T19:11:06.842Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.74s) [2019-12-02T19:11:06.842Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2019-12-02T19:11:06.842Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2019-12-02T19:11:06.842Z] PASS [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === Skipped [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2019-12-02T19:11:06.842Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-12-02T19:11:06.842Z] docker_cli_sni_test.go:18: Flakey test [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-12-02T19:11:06.842Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_test.go:4144: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-12-02T19:11:06.842Z] docker_cli_run_test.go:4246: unmatched requirement IsolationIsHyperv [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_test.go:4229: unmatched requirement IsolationIsProcess [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_test.go:2870: kernel doesn't have latency_stats configured [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_test.go:4199: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_test.go:4219: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_test.go:4209: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2019-12-02T19:11:06.842Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-12-02T19:11:06.842Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-12-02T19:11:06.842Z] docker_cli_run_test.go:4537: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-12-02T19:11:06.842Z] [2019-12-02T19:11:06.843Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-12-02T19:11:06.843Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-12-02T19:11:06.843Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2019-12-02T19:11:06.843Z] docker_cli_network_unix_test.go:46: [d1d43082ca9ca] daemon is not started [2019-12-02T19:11:06.843Z] [2019-12-02T19:11:06.843Z] [2019-12-02T19:11:06.843Z] DONE 1277 tests, 44 skipped in 2110.913s [2019-12-02T19:11:06.843Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-02T19:11:06.843Z] ++++ cat bundles/test-integration/docker.pid [2019-12-02T19:11:06.843Z] +++ kill 7285 [2019-12-02T19:11:13.397Z] +++ /etc/init.d/apparmor stop [2019-12-02T19:11:13.397Z] Clearing AppArmor profiles cache:. [2019-12-02T19:11:13.397Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-02T19:11:13.397Z] Unloading profiles will leave already running processes permanently [2019-12-02T19:11:13.397Z] unconfined, which can lead to unexpected situations. [2019-12-02T19:11:13.397Z] [2019-12-02T19:11:13.397Z] To set a process to complain mode, use the command line tool [2019-12-02T19:11:13.397Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-02T19:11:13.397Z] with the 'teardown' option." [2019-12-02T19:11:13.397Z] [2019-12-02T19:11:18.651Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-12-02T19:11:33.535Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-12-02T19:11:34.905Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2019-12-02T19:11:34.905Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2019-12-02T19:11:35.163Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2019-12-02T19:11:35.163Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2019-12-02T19:11:36.094Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-12-02T19:11:39.369Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-12-02T19:11:45.917Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-12-02T19:11:47.815Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-12-02T19:11:59.836Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-12-02T19:12:20.908Z] === RUN TestDockerSuite/TestBuildRm [2019-12-02T19:12:35.701Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-12-02T19:12:37.876Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-12-02T19:12:37.876Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-12-02T19:12:38.335Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-12-02T19:12:39.868Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-12-02T19:12:44.009Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-12-02T19:12:44.573Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-12-02T19:12:44.667Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-12-02T19:12:48.396Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-12-02T19:12:48.749Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-12-02T19:12:51.277Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-12-02T19:12:56.531Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-12-02T19:12:58.701Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-12-02T19:12:59.054Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-12-02T19:13:20.955Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-12-02T19:13:23.868Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-12-02T19:13:23.868Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-12-02T19:13:23.868Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-12-02T19:13:35.811Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-12-02T19:13:38.689Z] === RUN TestDockerSuite/TestBuildSpaces [2019-12-02T19:13:38.689Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-12-02T19:13:39.084Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-12-02T19:13:42.357Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-12-02T19:13:45.634Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-12-02T19:13:48.998Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-12-02T19:13:48.998Z] === RUN TestDockerSuite/TestBuildStderr [2019-12-02T19:13:53.682Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-12-02T19:13:53.745Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-12-02T19:13:59.004Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-12-02T19:14:01.525Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-12-02T19:14:04.871Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-12-02T19:14:08.147Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-12-02T19:14:11.422Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-12-02T19:14:14.696Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-12-02T19:14:17.972Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-12-02T19:14:18.857Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-12-02T19:14:18.857Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-12-02T19:14:25.918Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-12-02T19:14:27.453Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-12-02T19:14:33.241Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-12-02T19:14:40.313Z] === RUN TestDockerSuite/TestBuildUser [2019-12-02T19:14:40.313Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-12-02T19:14:40.313Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-12-02T19:14:40.313Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-12-02T19:14:44.996Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-12-02T19:14:44.996Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-12-02T19:14:48.021Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-12-02T19:14:48.021Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-12-02T19:14:48.021Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-12-02T19:15:13.156Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-12-02T19:15:14.122Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-12-02T19:15:14.163Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-12-02T19:15:29.021Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-12-02T19:15:31.792Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-12-02T19:15:42.100Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-12-02T19:15:42.561Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-12-02T19:15:42.561Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-12-02T19:15:45.460Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-12-02T19:15:45.919Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite (1975.43s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.56s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.36s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.02s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.57s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.11s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (30.30s) [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:563: [d5b0a22c8d606] joining swarm manager [de80cc6d44981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:585: [d044057182d07] joining swarm manager [de80cc6d44981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] check_test.go:380: [d5b0a22c8d606] daemon is not started [2019-12-02T19:15:47.078Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (22.27s) [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:46: [dfac4922c3912] joining swarm manager [dc3097d545fee]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.86s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.77s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (47.18s) [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:304: [d1782c96d8b4e] joining swarm manager [d3245739727af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:305: [d3dbbda258941] joining swarm manager [d3245739727af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.22s) [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:272: [daca7e8d26252] joining swarm manager [d37ec77667567]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:273: [dd04eef2a697d] joining swarm manager [d37ec77667567]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.20s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.40s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (15.12s) [2019-12-02T19:15:47.078Z] docker_api_swarm_node_test.go:19: [db787da15f301] joining swarm manager [da751ec30d770]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_node_test.go:20: [dd8f6cfcd3263] joining swarm manager [da751ec30d770]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.81s) [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:502: [dd1aeb94c7c50] joining swarm manager [dac63ff0ff85b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:507: [d1fcba4e61b0e] joining swarm manager [dac63ff0ff85b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.11s) [2019-12-02T19:15:47.078Z] docker_api_swarm_node_test.go:80: [d5c58edbeb8a7] joining swarm manager [df1c04d788f84]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.57s) [2019-12-02T19:15:47.078Z] docker_api_swarm_node_test.go:52: [df211097d473f] joining swarm manager [d7bc98a994c29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_node_test.go:53: [db285677a99ad] joining swarm manager [d7bc98a994c29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.50s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.75s) [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:202: [df45b527aa236] joining swarm manager [dbd04c361d69f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (59.86s) [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:384: [df6e887153843] joining swarm manager [d4130d70c7792]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:385: [d79c51834e859] joining swarm manager [d4130d70c7792]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] check_test.go:380: [d79c51834e859] daemon is not started [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (66.36s) [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:802: [de1a0bf860f86] joining swarm manager [dc43c4d494927]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:802: [dc271e4e7b1c4] joining swarm manager [dc43c4d494927]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:802: [d1691a0a5f40f] joining swarm manager [dc43c4d494927]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:802: [da69c754dded7] joining swarm manager [dc43c4d494927]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-12-02T19:15:47.078Z] docker_api_swarm_test.go:810: [d273fada387b7] joining swarm manager [dc43c4d494927]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.43s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.06s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.94s) [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:394: [db18c1b4c5a43] joining swarm manager [de5578b4b0348]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:394: [d56f9c19d26a1] joining swarm manager [de5578b4b0348]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.60s) [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:342: [de37d36da8a4b] joining swarm manager [d01016869361a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:342: [df4e9f34538e2] joining swarm manager [d01016869361a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.68s) [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:489: [d10d5fd9c40b7] joining swarm manager [d1c1f79e32150]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:489: [d58846e1522f4] joining swarm manager [d1c1f79e32150]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.77s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (30.17s) [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:127: [dccd1f2ddcf8a] joining swarm manager [d7dd4553d23b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:128: [d66303d4fc7a5] joining swarm manager [d7dd4553d23b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:136: [d1fe130a70c33] joining swarm manager [d7dd4553d23b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:137: [da2214320fd5c] joining swarm manager [d7dd4553d23b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.14s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.08s) [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:303: [d8a075ce4cca5] joining swarm manager [d34519dbe6f44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:303: [d0584237fd59c] joining swarm manager [d34519dbe6f44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.98s) [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:99: [d6b81a2dc9f94] joining swarm manager [d302287667e96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:100: [d2695887551b5] joining swarm manager [d302287667e96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] check_test.go:380: [d6b81a2dc9f94] daemon is not started [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.48s) [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:532: [d18ce8ed93dd5] joining swarm manager [dfa24ea068c8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:533: [d7359383e26b4] joining swarm manager [dfa24ea068c8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.36s) [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:147: [d38bf155086bc] joining swarm manager [d5b96e5a9e742]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_api_swarm_service_test.go:147: [d053a093b86d2] joining swarm manager [d5b96e5a9e742]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.53s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.62s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.24s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.55s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.59s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.36s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.55s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.07s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.92s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.89s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (11.25s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.22s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.10s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.35s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.53s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.04s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.94s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.81s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.51s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.14s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.38s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.85s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.15s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.82s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.93s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.66s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.50s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.32s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.69s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.37s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.42s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.78s) [2019-12-02T19:15:47.078Z] docker_cli_service_logs_test.go:241: checking task 9qqkw5mxuqzs [2019-12-02T19:15:47.078Z] docker_cli_service_logs_test.go:246: checking messages for 9qqkw5mxuqzs [2019-12-02T19:15:47.078Z] docker_cli_service_logs_test.go:241: checking task s7ipztmfw27m [2019-12-02T19:15:47.078Z] docker_cli_service_logs_test.go:246: checking messages for s7ipztmfw27m [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.09s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (21.10s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.29s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.44s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.11s) [2019-12-02T19:15:47.078Z] docker_cli_swarm_test.go:1901: [d1dd81291571b] joining swarm manager [d942b52830b71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_cli_swarm_test.go:1902: [dab3dfd62d3cf] joining swarm manager [d942b52830b71]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.43s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.21s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.19s) [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.27s) [2019-12-02T19:15:47.078Z] docker_cli_swarm_test.go:1802: [d83f19ad51ce7] joining swarm manager [d835d81d1d4a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.078Z] docker_cli_swarm_test.go:1803: [d99614fab1e5a] joining swarm manager [d835d81d1d4a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.078Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.46s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (308.65s) [2019-12-02T19:15:47.079Z] docker_cli_swarm_test.go:1321: [d568c5a331f81] joining swarm manager [d14ea4240fb12]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.079Z] docker_cli_swarm_test.go:1322: [d739f9f918051] joining swarm manager [d14ea4240fb12]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.75s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (10.95s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.84s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.05s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.18s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (7.02s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.51s) [2019-12-02T19:15:47.079Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.02s) [2019-12-02T19:15:47.079Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.49s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.81s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.86s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.20s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.77s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.43s) [2019-12-02T19:15:47.079Z] docker_cli_swarm_test.go:1186: [d4e555b703d23] joining swarm manager [d7e0bee502cf5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.079Z] docker_cli_swarm_test.go:1195: [d8142e007cd2d] joining swarm manager [d7e0bee502cf5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.82s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (6.30s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (138.34s) [2019-12-02T19:15:47.079Z] docker_cli_swarm_test.go:1118: [d578d4021d9b4] joining swarm manager [d365ea9465c00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.079Z] docker_cli_swarm_test.go:1119: [de9a06edb6504] joining swarm manager [d365ea9465c00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.079Z] docker_cli_swarm_test.go:1172: [db29d5c90df9d] joining swarm manager [d365ea9465c00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.37s) [2019-12-02T19:15:47.079Z] docker_cli_swarm_test.go:1453: [d188db198a1d4] joining swarm manager [dfff0509d7fdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.079Z] docker_cli_swarm_test.go:1454: [d8424712bfce6] joining swarm manager [dfff0509d7fdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.07s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.30s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.03s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.01s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.69s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.92s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.96s) [2019-12-02T19:15:47.079Z] docker_cli_swarm_unix_test.go:62: [dbd0914cecbce] joining swarm manager [de10aba0ce9b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.98s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.76s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.97s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.51s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.18s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.56s) [2019-12-02T19:15:47.079Z] docker_api_swarm_test.go:962: [d27fb85c023ae] joining swarm manager [d455f4e8e4d5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (16.08s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.03s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.10s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.40s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.44s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.64s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.25s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.24s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.32s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.13s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.03s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.11s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.35s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.05s) [2019-12-02T19:15:47.079Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (18.03s) [2019-12-02T19:15:47.079Z] === RUN TestDockerExternalVolumeSuite [2019-12-02T19:15:47.079Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-12-02T19:16:00.725Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-12-02T19:16:01.931Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-12-02T19:16:07.801Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-12-02T19:16:07.801Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-12-02T19:16:32.916Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-12-02T19:16:32.916Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-12-02T19:16:32.916Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-12-02T19:16:32.916Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-12-02T19:16:32.916Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-12-02T19:16:43.322Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-12-02T19:16:44.855Z] === RUN TestDockerSuite/TestBuildXZHost [2019-12-02T19:16:44.855Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-12-02T19:16:45.312Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-12-02T19:16:45.312Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-12-02T19:16:47.491Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-12-02T19:16:53.280Z] === RUN TestDockerSuite/TestCommitChange [2019-12-02T19:16:59.066Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-12-02T19:17:04.859Z] === RUN TestDockerSuite/TestCommitHardlink [2019-12-02T19:17:04.859Z] === RUN TestDockerSuite/TestCommitNewFile [2019-12-02T19:17:09.574Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-12-02T19:17:13.422Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-12-02T19:17:13.422Z] === RUN TestDockerSuite/TestCommitTTY [2019-12-02T19:17:19.525Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-12-02T19:17:20.489Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-12-02T19:17:26.273Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-12-02T19:17:26.273Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-12-02T19:17:26.273Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-12-02T19:17:26.273Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-12-02T19:17:26.273Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-12-02T19:17:26.273Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-12-02T19:17:26.273Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-12-02T19:17:26.273Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-12-02T19:17:26.273Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-12-02T19:17:38.642Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-12-02T19:17:47.202Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-12-02T19:17:47.202Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-12-02T19:17:49.381Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-12-02T19:17:49.381Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-12-02T19:17:49.381Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-12-02T19:17:49.381Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-12-02T19:17:51.591Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-12-02T19:17:57.936Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-12-02T19:17:57.936Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-12-02T19:17:57.936Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-12-02T19:18:00.114Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-12-02T19:18:00.114Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-12-02T19:18:00.114Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-12-02T19:18:00.114Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-12-02T19:18:00.114Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-12-02T19:18:03.016Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-12-02T19:18:05.193Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-12-02T19:18:06.441Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-12-02T19:18:08.096Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-12-02T19:18:08.096Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-12-02T19:18:08.096Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-12-02T19:18:10.993Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-12-02T19:18:10.993Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-12-02T19:18:13.168Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-12-02T19:18:13.168Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-12-02T19:18:13.168Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-12-02T19:18:16.071Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-12-02T19:18:16.071Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-12-02T19:18:17.606Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-12-02T19:18:17.606Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-12-02T19:18:22.291Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-12-02T19:18:22.291Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-12-02T19:18:25.194Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-12-02T19:18:33.759Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-12-02T19:18:38.480Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-12-02T19:18:39.541Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-12-02T19:18:39.541Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-12-02T19:18:39.541Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-12-02T19:18:39.541Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-12-02T19:18:39.541Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-12-02T19:18:41.715Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-12-02T19:18:41.715Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-12-02T19:18:44.615Z] === RUN TestDockerSuite/TestContainerAPITop [2019-12-02T19:18:44.615Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-12-02T19:18:47.514Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-12-02T19:18:47.514Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-12-02T19:18:50.658Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-12-02T19:18:52.192Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-12-02T19:18:55.091Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-12-02T19:18:55.091Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-12-02T19:18:55.091Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-12-02T19:18:55.091Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-12-02T19:18:55.091Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-12-02T19:18:55.091Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-12-02T19:18:56.624Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-12-02T19:18:56.624Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2019-12-02T19:18:59.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2019-12-02T19:19:02.429Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2019-12-02T19:19:04.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2019-12-02T19:19:07.502Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00090a7a0_} [2019-12-02T19:19:09.679Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1118958906_c:\foo_false____} [2019-12-02T19:19:12.578Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1118958906_c:\foo_true____} [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2019-12-02T19:19:14.752Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2019-12-02T19:19:15.210Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-12-02T19:19:15.210Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-12-02T19:19:15.210Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-12-02T19:19:15.210Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-12-02T19:19:15.210Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-12-02T19:19:15.210Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-12-02T19:19:18.939Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-12-02T19:19:22.700Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-12-02T19:19:29.246Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-12-02T19:19:29.246Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-12-02T19:19:29.246Z] === RUN TestDockerSuite/TestCpRelativePath [2019-12-02T19:19:32.148Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-12-02T19:19:32.148Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-12-02T19:19:32.148Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-12-02T19:19:32.148Z] === RUN TestDockerSuite/TestCpToCaseA [2019-12-02T19:19:36.832Z] === RUN TestDockerSuite/TestCpToCaseB [2019-12-02T19:19:39.731Z] === RUN TestDockerSuite/TestCpToCaseC [2019-12-02T19:19:39.731Z] === RUN TestDockerSuite/TestCpToCaseD [2019-12-02T19:19:39.731Z] === RUN TestDockerSuite/TestCpToCaseE [2019-12-02T19:19:40.781Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-12-02T19:19:52.098Z] === RUN TestDockerSuite/TestCpToCaseF [2019-12-02T19:19:52.098Z] === RUN TestDockerSuite/TestCpToCaseG [2019-12-02T19:19:52.098Z] === RUN TestDockerSuite/TestCpToCaseH [2019-12-02T19:19:55.641Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-12-02T19:20:04.484Z] === RUN TestDockerSuite/TestCpToCaseI [2019-12-02T19:20:04.484Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-12-02T19:20:04.484Z] === RUN TestDockerSuite/TestCpToDot [2019-12-02T19:20:06.664Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-12-02T19:20:06.664Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-12-02T19:20:06.664Z] === RUN TestDockerSuite/TestCpToStdout [2019-12-02T19:20:15.231Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-12-02T19:20:15.231Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-12-02T19:20:15.231Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-12-02T19:20:15.231Z] === RUN TestDockerSuite/TestCpVolumePath [2019-12-02T19:20:15.231Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-12-02T19:20:15.231Z] === RUN TestDockerSuite/TestCreateArgs [2019-12-02T19:20:15.231Z] === RUN TestDockerSuite/TestCreateByImageID [2019-12-02T19:20:16.765Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-12-02T19:20:18.942Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-12-02T19:20:19.401Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-12-02T19:20:19.401Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-12-02T19:20:21.580Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-12-02T19:20:22.546Z] === RUN TestDockerSuite/TestCreateLabels [2019-12-02T19:20:22.546Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-12-02T19:20:22.546Z] === RUN TestDockerSuite/TestCreateRM [2019-12-02T19:20:23.005Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-12-02T19:20:23.005Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-12-02T19:20:23.005Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-12-02T19:20:23.465Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-12-02T19:20:32.088Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-12-02T19:20:32.088Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-12-02T19:20:33.054Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-12-02T19:20:37.743Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-12-02T19:20:37.743Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-12-02T19:20:37.743Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDevicePermissions [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDockerFails [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestEventsAttach [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestEventsCommit [2019-12-02T19:20:40.644Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-12-02T19:20:42.278Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-12-02T19:20:43.543Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-12-02T19:20:45.716Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-12-02T19:20:47.889Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-12-02T19:21:00.333Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-12-02T19:21:02.695Z] === RUN TestDockerSuite/TestEventsCopy [2019-12-02T19:21:08.477Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-12-02T19:21:13.157Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-12-02T19:21:15.331Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-12-02T19:21:16.296Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-12-02T19:21:20.027Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-12-02T19:21:20.484Z] === RUN TestDockerSuite/TestEventsFilterType [2019-12-02T19:21:21.449Z] === RUN TestDockerSuite/TestEventsFilters [2019-12-02T19:21:27.242Z] === RUN TestDockerSuite/TestEventsFormat [2019-12-02T19:21:31.096Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-12-02T19:21:31.554Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-12-02T19:21:31.554Z] === RUN TestDockerSuite/TestEventsImageImport [2019-12-02T19:21:31.554Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-12-02T19:21:31.554Z] === RUN TestDockerSuite/TestEventsImagePull [2019-12-02T19:21:31.554Z] === RUN TestDockerSuite/TestEventsImageTag [2019-12-02T19:21:32.385Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-12-02T19:21:33.087Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-12-02T19:21:33.087Z] === RUN TestDockerSuite/TestEventsRename [2019-12-02T19:21:35.262Z] === RUN TestDockerSuite/TestEventsResize [2019-12-02T19:21:38.161Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-12-02T19:21:46.720Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-12-02T19:21:48.256Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-12-02T19:21:52.938Z] === RUN TestDockerSuite/TestEventsTop [2019-12-02T19:21:52.938Z] === RUN TestDockerSuite/TestEventsUntag [2019-12-02T19:21:55.836Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-12-02T19:22:02.906Z] === RUN TestDockerSuite/TestExec [2019-12-02T19:22:02.906Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-12-02T19:22:03.364Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-12-02T19:22:04.427Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-12-02T19:22:05.538Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-12-02T19:22:07.073Z] === RUN TestDockerSuite/TestExecAPIStart [2019-12-02T19:22:07.073Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-12-02T19:22:07.073Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-12-02T19:22:07.073Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-12-02T19:22:09.253Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-12-02T19:22:11.475Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-12-02T19:22:13.655Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-12-02T19:22:15.829Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-12-02T19:22:19.277Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-12-02T19:22:21.616Z] === RUN TestDockerSuite/TestExecCgroup [2019-12-02T19:22:21.616Z] === RUN TestDockerSuite/TestExecEnv [2019-12-02T19:22:21.616Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-12-02T19:22:21.616Z] === RUN TestDockerSuite/TestExecExitStatus [2019-12-02T19:22:23.151Z] === RUN TestDockerSuite/TestExecInspectID [2019-12-02T19:22:27.950Z] === RUN TestDockerSuite/TestExecInteractive [2019-12-02T19:22:27.950Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-12-02T19:22:27.950Z] === RUN TestDockerSuite/TestExecParseError [2019-12-02T19:22:27.950Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-12-02T19:22:27.950Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-12-02T19:22:27.950Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-12-02T19:22:30.861Z] === RUN TestDockerSuite/TestExecSetEnv [2019-12-02T19:22:30.861Z] === RUN TestDockerSuite/TestExecStartFails [2019-12-02T19:22:30.861Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-12-02T19:22:30.861Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-12-02T19:22:30.861Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-12-02T19:22:30.861Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-12-02T19:22:33.776Z] === RUN TestDockerSuite/TestExecUlimits [2019-12-02T19:22:33.776Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-12-02T19:22:37.335Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-12-02T19:22:44.265Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-12-02T19:22:44.265Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-12-02T19:22:44.265Z] === RUN TestDockerSuite/TestExecWithUser [2019-12-02T19:22:44.265Z] === RUN TestDockerSuite/TestGetContainerStats [2019-12-02T19:22:50.056Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-12-02T19:22:55.391Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-12-02T19:22:55.847Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-12-02T19:23:00.531Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-12-02T19:23:06.316Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-12-02T19:23:06.316Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-12-02T19:23:06.316Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-12-02T19:23:06.316Z] === RUN TestDockerSuite/TestHealth [2019-12-02T19:23:06.316Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-12-02T19:23:06.316Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-12-02T19:23:06.316Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-12-02T19:23:06.316Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite (441.75s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (16.09s) [2019-12-02T19:23:07.587Z] docker_cli_external_volume_driver_test.go:53: [d10ce8f7fcdf2] daemon is not started [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.59s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-12-02T19:23:07.587Z] docker_cli_external_volume_driver_test.go:53: [dfe83adb87521] daemon is not started [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-12-02T19:23:07.587Z] docker_cli_external_volume_driver_test.go:53: [d21d228dbf6c5] daemon is not started [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-12-02T19:23:07.587Z] docker_cli_external_volume_driver_test.go:53: [dc84765849eb2] daemon is not started [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.58s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.57s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.60s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.88s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.17s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.56s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.38s) [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.38s) [2019-12-02T19:23:07.587Z] docker_cli_external_volume_driver_test.go:485: [d87c8d48a3975] daemon is not started [2019-12-02T19:23:07.587Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.20s) [2019-12-02T19:23:07.587Z] docker_cli_external_volume_driver_test.go:53: [db4754812f137] daemon is not started [2019-12-02T19:23:07.587Z] PASS [2019-12-02T19:23:07.587Z] [2019-12-02T19:23:07.587Z] === Skipped [2019-12-02T19:23:07.587Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-12-02T19:23:07.587Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-12-02T19:23:07.587Z] docker_cli_daemon_test.go:866: unmatched requirement bridgeNfIptables [2019-12-02T19:23:07.587Z] check_test.go:309: [d54dbadbd1961] daemon is not started [2019-12-02T19:23:07.587Z] [2019-12-02T19:23:07.587Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-12-02T19:23:07.587Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-12-02T19:23:07.587Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2019-12-02T19:23:07.587Z] check_test.go:309: [d32878878fb81] daemon is not started [2019-12-02T19:23:07.587Z] [2019-12-02T19:23:07.587Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-12-02T19:23:07.587Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-12-02T19:23:07.587Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2019-12-02T19:23:07.587Z] check_test.go:309: [deef1a18a5a04] daemon is not started [2019-12-02T19:23:07.587Z] [2019-12-02T19:23:07.587Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-12-02T19:23:07.587Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-12-02T19:23:07.587Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2019-12-02T19:23:07.587Z] check_test.go:309: [d5f198f5c291e] daemon is not started [2019-12-02T19:23:07.587Z] [2019-12-02T19:23:07.587Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-12-02T19:23:07.587Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-12-02T19:23:07.587Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-12-02T19:23:07.587Z] [2019-12-02T19:23:07.587Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.02s) [2019-12-02T19:23:07.587Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.02s) [2019-12-02T19:23:07.587Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2019-12-02T19:23:07.587Z] [2019-12-02T19:23:07.587Z] [2019-12-02T19:23:07.587Z] DONE 273 tests, 6 skipped in 2833.109s [2019-12-02T19:23:07.587Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-12-02T19:23:08.150Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d08d74bd2b124/docker.pid [2019-12-02T19:23:08.150Z] +++ kill 7135 [2019-12-02T19:23:08.150Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 7135 is not a child of this shell [2019-12-02T19:23:08.150Z] warning: PID 7135 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d08d74bd2b124/docker.pid had a nonzero exit code [2019-12-02T19:23:08.150Z] ++++ cat bundles/test-integration/docker.pid [2019-12-02T19:23:08.150Z] +++ kill 7295 [2019-12-02T19:23:09.080Z] +++ /etc/init.d/apparmor stop [2019-12-02T19:23:09.080Z] Clearing AppArmor profiles cache:. [2019-12-02T19:23:09.080Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-12-02T19:23:09.080Z] Unloading profiles will leave already running processes permanently [2019-12-02T19:23:09.080Z] unconfined, which can lead to unexpected situations. [2019-12-02T19:23:09.080Z] [2019-12-02T19:23:09.080Z] To set a process to complain mode, use the command line tool [2019-12-02T19:23:09.080Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-12-02T19:23:09.080Z] with the 'teardown' option." [2019-12-02T19:23:09.080Z] [2019-12-02T19:23:09.644Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-12-02T19:23:09.659Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-12-02T19:23:10.657Z] + echo Ensuring container killed. [2019-12-02T19:23:10.657Z] Ensuring container killed. [2019-12-02T19:23:10.657Z] + docker ps -aq -f name=docker-pr5-* [2019-12-02T19:23:10.657Z] + cids=290edef1b27b [2019-12-02T19:23:10.657Z] d0ef02520337 [2019-12-02T19:23:10.657Z] 50906023dfaa [2019-12-02T19:23:10.657Z] + [ -n 290edef1b27b [2019-12-02T19:23:10.657Z] d0ef02520337 [2019-12-02T19:23:10.657Z] 50906023dfaa ] [2019-12-02T19:23:10.657Z] + docker rm -vf 290edef1b27b d0ef02520337 50906023dfaa [2019-12-02T19:23:11.587Z] 290edef1b27b [2019-12-02T19:23:12.191Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-12-02T19:23:12.191Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-12-02T19:23:12.191Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-12-02T19:23:12.191Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-12-02T19:23:12.191Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-12-02T19:23:12.651Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-12-02T19:23:13.111Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-12-02T19:23:13.111Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-12-02T19:23:14.077Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-12-02T19:23:14.534Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-12-02T19:23:15.810Z] d0ef02520337 [2019-12-02T19:23:15.810Z] 50906023dfaa [Pipeline] sh [2019-12-02T19:23:16.098Z] + echo Chowning /workspace to jenkins user [2019-12-02T19:23:16.098Z] Chowning /workspace to jenkins user [2019-12-02T19:23:16.098Z] + id -u [2019-12-02T19:23:16.098Z] + id -g [2019-12-02T19:23:16.098Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40180:/workspace busybox chown -R 1000:1000 /workspace [2019-12-02T19:23:16.715Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-12-02T19:23:16.715Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-12-02T19:23:18.895Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-12-02T19:23:20.581Z] + bundleName=amd64 [2019-12-02T19:23:20.581Z] + echo Creating amd64-bundles.tar.gz [2019-12-02T19:23:20.581Z] Creating amd64-bundles.tar.gz [2019-12-02T19:23:20.581Z] + xargs tar -czf amd64-bundles.tar.gz [2019-12-02T19:23:20.581Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-12-02T19:23:21.796Z] === RUN TestDockerSuite/TestImagesFormat [Pipeline] archiveArtifacts [2019-12-02T19:23:21.962Z] Archiving artifacts [2019-12-02T19:23:22.258Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-12-02T19:23:22.258Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-12-02T19:23:22.348Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40180/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-02T19:23:22.675Z] + make clean [2019-12-02T19:23:22.932Z] docker volume rm -f docker-dev-cache [2019-12-02T19:23:22.932Z] docker-dev-cache [Pipeline] deleteDir [2019-12-02T19:23:25.990Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-12-02T19:23:25.990Z] === RUN TestDockerSuite/TestImportBadURL [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestImportDisplay [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestImportFile [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestImportGzipped [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-12-02T19:23:28.891Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-12-02T19:23:31.071Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-12-02T19:23:33.971Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-12-02T19:23:33.971Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-12-02T19:23:33.971Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-12-02T19:23:33.971Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-12-02T19:23:33.971Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-12-02T19:23:36.148Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-12-02T19:23:36.605Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-12-02T19:23:38.790Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-12-02T19:23:38.790Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-12-02T19:23:38.790Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-12-02T19:23:38.790Z] === RUN TestDockerSuite/TestInspectDefault [2019-12-02T19:23:41.688Z] === RUN TestDockerSuite/TestInspectHistory [2019-12-02T19:23:47.485Z] === RUN TestDockerSuite/TestInspectImage [2019-12-02T19:23:47.485Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-12-02T19:23:47.485Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-12-02T19:23:47.485Z] === RUN TestDockerSuite/TestInspectInt64 [2019-12-02T19:23:49.668Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-12-02T19:23:52.576Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-12-02T19:23:52.576Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-12-02T19:23:54.754Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-12-02T19:23:56.948Z] === RUN TestDockerSuite/TestInspectPlugin [2019-12-02T19:23:57.431Z] === RUN TestDockerSuite/TestInspectRootFS [2019-12-02T19:23:57.431Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-12-02T19:23:59.603Z] === RUN TestDockerSuite/TestInspectStatus [2019-12-02T19:24:02.508Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-12-02T19:24:07.189Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-12-02T19:24:09.361Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-12-02T19:24:12.264Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-12-02T19:24:14.442Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-12-02T19:24:16.614Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-12-02T19:24:18.785Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-12-02T19:24:20.958Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksEnvs [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-12-02T19:24:21.415Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-12-02T19:24:23.589Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-12-02T19:24:25.766Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-12-02T19:24:31.542Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-12-02T19:24:33.720Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-12-02T19:24:33.720Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-12-02T19:24:35.898Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-12-02T19:24:35.898Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-12-02T19:24:44.578Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-12-02T19:24:53.134Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-12-02T19:25:01.692Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-12-02T19:25:03.866Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-12-02T19:25:06.769Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-12-02T19:25:06.769Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-12-02T19:25:08.940Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-12-02T19:25:11.846Z] === RUN TestDockerSuite/TestLogsSince [2019-12-02T19:25:22.847Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-12-02T19:25:22.847Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-12-02T19:25:22.847Z] === RUN TestDockerSuite/TestLogsTail [2019-12-02T19:25:23.814Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-12-02T19:25:26.713Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestMountIntoProc [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestMountIntoSys [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestNetHostname [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPluginActive [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPortHostBinding [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPortList [2019-12-02T19:25:28.992Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-12-02T19:25:33.677Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-12-02T19:25:33.677Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-12-02T19:25:33.677Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-12-02T19:25:33.677Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-12-02T19:25:34.137Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-12-02T19:25:34.137Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-12-02T19:25:34.137Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-12-02T19:25:34.137Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-12-02T19:25:34.137Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-12-02T19:25:34.137Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-12-02T19:25:38.832Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-12-02T19:25:38.832Z] === RUN TestDockerSuite/TestPsByOrder [2019-12-02T19:25:47.399Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-12-02T19:25:47.399Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-12-02T19:25:57.712Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-12-02T19:26:12.515Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-12-02T19:26:12.515Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-12-02T19:26:12.515Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-12-02T19:26:27.322Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-12-02T19:26:29.499Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-12-02T19:26:38.070Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-12-02T19:26:46.629Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-12-02T19:26:46.629Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-12-02T19:26:46.629Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-12-02T19:26:52.417Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-12-02T19:26:52.417Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-12-02T19:26:52.417Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-12-02T19:26:52.417Z] === RUN TestDockerSuite/TestPsRightTagName [2019-12-02T19:26:52.417Z] === RUN TestDockerSuite/TestPsShowMounts [2019-12-02T19:27:02.726Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-12-02T19:27:02.726Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-12-02T19:27:03.188Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-12-02T19:27:03.188Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-12-02T19:27:04.153Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-12-02T19:27:05.122Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-12-02T19:27:05.122Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-12-02T19:27:09.811Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-12-02T19:27:14.499Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-12-02T19:27:17.403Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-12-02T19:27:42.544Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-12-02T19:27:42.544Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-12-02T19:27:49.611Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-12-02T19:27:49.611Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-12-02T19:27:50.070Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-12-02T19:27:51.037Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-12-02T19:27:55.728Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-12-02T19:28:00.422Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-12-02T19:28:00.422Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-12-02T19:28:05.105Z] === RUN TestDockerSuite/TestRmiBlank [2019-12-02T19:28:05.105Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-12-02T19:28:05.563Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-12-02T19:28:23.327Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-12-02T19:28:31.881Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-12-02T19:28:31.882Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-12-02T19:28:40.444Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-12-02T19:28:45.126Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-12-02T19:28:53.688Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-12-02T19:28:59.473Z] === RUN TestDockerSuite/TestRmiTag [2019-12-02T19:28:59.473Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-12-02T19:29:02.383Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-12-02T19:29:27.547Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-12-02T19:29:29.080Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-12-02T19:29:34.865Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-12-02T19:29:36.399Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-12-02T19:29:36.399Z] === RUN TestDockerSuite/TestRunAddHost [2019-12-02T19:29:36.399Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-12-02T19:29:36.399Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-12-02T19:29:36.399Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-12-02T19:29:36.399Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-12-02T19:29:36.399Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-12-02T19:29:36.399Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-12-02T19:29:38.575Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-12-02T19:29:38.575Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-12-02T19:29:38.575Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-12-02T19:29:43.259Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-12-02T19:29:47.005Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-12-02T19:29:49.179Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-12-02T19:29:52.079Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-12-02T19:29:54.251Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-12-02T19:29:54.251Z] === RUN TestDockerSuite/TestRunBindMounts [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-12-02T19:29:58.998Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-12-02T19:30:01.171Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-12-02T19:30:01.171Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-12-02T19:30:09.730Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-12-02T19:30:09.730Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-12-02T19:30:09.730Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-12-02T19:30:11.905Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-12-02T19:30:11.905Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-12-02T19:30:11.905Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-12-02T19:30:11.905Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-12-02T19:30:11.905Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-12-02T19:30:11.905Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-12-02T19:30:11.905Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-12-02T19:30:11.905Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-12-02T19:30:14.079Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-12-02T19:30:16.982Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-12-02T19:30:19.161Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-12-02T19:30:19.161Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-12-02T19:30:19.161Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-12-02T19:30:19.161Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-12-02T19:30:21.337Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-12-02T19:30:21.337Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-12-02T19:30:21.337Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-12-02T19:30:21.337Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-12-02T19:30:21.337Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-12-02T19:30:24.235Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-12-02T19:30:39.036Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-12-02T19:30:39.037Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-12-02T19:30:39.037Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-12-02T19:30:39.037Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-12-02T19:30:39.037Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-12-02T19:30:39.037Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-12-02T19:30:39.037Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-12-02T19:30:40.006Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-12-02T19:30:40.006Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-12-02T19:30:40.006Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-12-02T19:30:40.006Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-12-02T19:30:48.577Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-12-02T19:30:50.113Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-12-02T19:30:50.113Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-12-02T19:30:55.897Z] === RUN TestDockerSuite/TestRunEnvironment [2019-12-02T19:30:55.897Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-12-02T19:30:55.897Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-12-02T19:30:55.897Z] === RUN TestDockerSuite/TestRunExitCode [2019-12-02T19:30:57.439Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-12-02T19:31:00.338Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-12-02T19:31:07.404Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-12-02T19:31:14.471Z] === RUN TestDockerSuite/TestRunExposePort [2019-12-02T19:31:14.471Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-12-02T19:31:14.471Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-12-02T19:31:14.471Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-12-02T19:31:14.471Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-12-02T19:31:14.471Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-12-02T19:31:14.471Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-12-02T19:31:14.471Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-12-02T19:31:14.471Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-12-02T19:31:24.791Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-12-02T19:31:24.791Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-12-02T19:31:24.791Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-12-02T19:31:24.791Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-12-02T19:31:24.791Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-12-02T19:31:24.791Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-12-02T19:31:24.791Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-12-02T19:31:33.578Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-12-02T19:31:33.578Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-12-02T19:31:35.113Z] === RUN TestDockerSuite/TestRunModeHostname [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunMount [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-12-02T19:31:35.571Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-12-02T19:31:42.703Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-12-02T19:31:42.703Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-12-02T19:31:42.703Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-12-02T19:31:42.703Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-12-02T19:31:48.490Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-12-02T19:31:52.225Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-12-02T19:31:52.225Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-12-02T19:31:52.225Z] === RUN TestDockerSuite/TestRunNetHost [2019-12-02T19:31:52.225Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-12-02T19:31:52.225Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-12-02T19:31:52.225Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-12-02T19:31:52.225Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-12-02T19:31:52.225Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-12-02T19:31:52.225Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-12-02T19:31:52.225Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-12-02T19:31:52.682Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-12-02T19:31:53.648Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-12-02T19:31:55.824Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-12-02T19:31:57.998Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-12-02T19:31:58.962Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-12-02T19:32:01.138Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-12-02T19:32:01.138Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-12-02T19:32:01.138Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-12-02T19:32:01.138Z] === RUN TestDockerSuite/TestRunPortInUse [2019-12-02T19:32:01.596Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-12-02T19:32:01.596Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-12-02T19:32:01.596Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-12-02T19:32:01.596Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-12-02T19:32:01.596Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-12-02T19:32:10.153Z] === RUN TestDockerSuite/TestRunPublishPort [2019-12-02T19:32:10.153Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-12-02T19:32:10.153Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-12-02T19:32:10.153Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-12-02T19:32:10.153Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-12-02T19:32:10.153Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-12-02T19:32:24.951Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-12-02T19:32:24.951Z] === RUN TestDockerSuite/TestRunRm [2019-12-02T19:32:25.918Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-12-02T19:32:31.697Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-12-02T19:32:38.751Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-12-02T19:32:40.923Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-12-02T19:32:43.095Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-12-02T19:32:45.996Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-12-02T19:32:45.996Z] === RUN TestDockerSuite/TestRunState [2019-12-02T19:32:45.996Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-12-02T19:32:53.049Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-12-02T19:32:53.049Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-12-02T19:32:55.223Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-12-02T19:32:55.223Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-12-02T19:32:55.223Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-12-02T19:32:55.223Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-12-02T19:32:55.223Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-12-02T19:32:55.223Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUserByID [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUserByName [2019-12-02T19:32:59.909Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-12-02T19:33:02.806Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-12-02T19:33:02.806Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-12-02T19:33:04.979Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-12-02T19:33:04.979Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-12-02T19:33:04.979Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-12-02T19:33:07.880Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-12-02T19:33:14.938Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-12-02T19:33:23.489Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-12-02T19:33:29.273Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-12-02T19:33:29.273Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-12-02T19:33:29.273Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-12-02T19:33:29.273Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-12-02T19:33:29.273Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-12-02T19:33:33.948Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-12-02T19:33:36.120Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-12-02T19:33:39.846Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-12-02T19:33:39.846Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-12-02T19:33:39.846Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-12-02T19:33:39.846Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-12-02T19:33:39.846Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-12-02T19:33:39.846Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-12-02T19:33:39.846Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-12-02T19:33:39.846Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-12-02T19:33:39.846Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-12-02T19:33:45.626Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-12-02T19:33:47.935Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-12-02T19:33:50.111Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveImageId [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-12-02T19:33:58.663Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-12-02T19:34:00.834Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-12-02T19:34:01.292Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-12-02T19:34:01.750Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-12-02T19:34:01.750Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-12-02T19:34:03.284Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-12-02T19:34:15.645Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-12-02T19:34:15.645Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-12-02T19:34:25.952Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-12-02T19:34:25.952Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-12-02T19:34:36.257Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-12-02T19:34:36.257Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-12-02T19:34:36.257Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-12-02T19:34:36.257Z] === RUN TestDockerSuite/TestStartRecordError [2019-12-02T19:34:36.257Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-12-02T19:34:42.052Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-12-02T19:34:42.052Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-12-02T19:34:42.052Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-12-02T19:34:42.052Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-12-02T19:34:42.052Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-12-02T19:34:42.052Z] === RUN TestDockerSuite/TestStatsNoStream [2019-12-02T19:34:42.052Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-12-02T19:34:44.223Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-12-02T19:34:47.121Z] === RUN TestDockerSuite/TestTopPrivileged [2019-12-02T19:34:47.121Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-12-02T19:34:49.294Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-12-02T19:34:49.294Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-12-02T19:34:49.294Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-12-02T19:34:49.294Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-12-02T19:34:49.294Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-12-02T19:34:49.294Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-12-02T19:34:49.294Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-12-02T19:35:06.958Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-12-02T19:35:06.958Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-12-02T19:35:06.958Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-12-02T19:35:06.958Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-12-02T19:35:06.958Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-12-02T19:35:06.958Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-12-02T19:35:06.958Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-12-02T19:35:14.022Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-12-02T19:35:14.022Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-12-02T19:35:16.919Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-12-02T19:35:16.919Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-12-02T19:35:17.887Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-12-02T19:35:17.887Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-12-02T19:35:17.887Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-12-02T19:35:32.791Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-12-02T19:35:32.791Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-12-02T19:35:32.791Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-12-02T19:35:32.791Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-12-02T19:35:32.791Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-12-02T19:35:47.591Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-12-02T19:35:47.591Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-12-02T19:35:48.048Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-12-02T19:35:58.365Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-12-02T19:35:58.365Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite (2920.71s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2019-12-02T19:35:58.365Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-12-02T19:35:58.365Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.70s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.30s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.63s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (149.44s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2019-12-02T19:35:58.365Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2019-12-02T19:35:58.365Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2019-12-02T19:35:58.365Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2019-12-02T19:35:58.365Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2019-12-02T19:35:58.365Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2019-12-02T19:35:58.365Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2019-12-02T19:35:58.365Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2019-12-02T19:35:58.365Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.70s) [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-12-02T19:35:58.365Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-12-02T19:35:58.365Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (4.00s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.10s) [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2019-12-02T19:35:58.365Z] docker_cli_run_test.go:3182: unmatched requirement Apparmor [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-12-02T19:35:58.365Z] docker_cli_run_test.go:3160: unmatched requirement Apparmor [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-12-02T19:35:58.365Z] docker_cli_run_test.go:3172: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-12-02T19:35:58.365Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.27s) [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2019-12-02T19:35:58.365Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-12-02T19:35:58.365Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.59s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (117.49s) [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.58s) [2019-12-02T19:35:58.365Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.06s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (9.84s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.84s) [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-12-02T19:35:58.365Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2019-12-02T19:35:58.365Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-12-02T19:35:58.365Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.86s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.20s) [2019-12-02T19:35:58.365Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.44s) [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2019-12-02T19:35:58.365Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.365Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.71s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.93s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.11s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.99s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.28s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.63s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.47s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.50s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddTar (51.01s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.57s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.36s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.98s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.70s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (13.23s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.51s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.73s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.94s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.53s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.67s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.91s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.68s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (40.74s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.56s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.71s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.43s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.62s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2019-12-02T19:35:58.366Z] docker_api_build_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.53s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.03s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCmd (0.69s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.62s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.65s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.98s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.30s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.27s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildContChar (15.03s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.50s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.32s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.00s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.89s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.74s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.93s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.83s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.73s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.46s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.35s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.45s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.85s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.55s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (29.73s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.91s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.18s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.54s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.96s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.65s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildDockerignore (59.92s) [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.65s) [2019-12-02T19:35:58.366Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.55s) [2019-12-02T19:35:58.366Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.366Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (65.96s) [2019-12-02T19:35:58.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.16s) [2019-12-02T19:35:58.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.05s) [2019-12-02T19:35:58.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (32.14s) [2019-12-02T19:35:58.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.80s) [2019-12-02T19:35:58.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.40s) [2019-12-02T19:35:58.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.10s) [2019-12-02T19:35:58.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.97s) [2019-12-02T19:35:58.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.58s) [2019-12-02T19:35:58.825Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (92.71s) [2019-12-02T19:35:58.825Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.59s) [2019-12-02T19:35:58.825Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2019-12-02T19:35:58.825Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.825Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.60s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.21s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.54s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.54s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.42s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.68s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.52s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.97s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.72s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (21.14s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.72s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildFails (7.20s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.15s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.65s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.81s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.95s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildFromGit (11.63s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.77s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.97s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.90s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.63s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.20s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildHistory (12.42s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.99s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.21s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.87s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.13s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.46s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLabel (1.03s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.71s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.98s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.63s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLabels (1.05s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.94s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.85s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.61s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.82s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.01s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (27.16s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.12s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (34.61s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.91s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.87s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.15s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (10.90s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.74s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (13.60s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.69s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.94s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.34s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.45s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.22s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.36s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.34s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildOnBuild (15.37s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.78s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.71s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.87s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.39s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.10s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.53s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.23s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.27s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.50s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (26.67s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildRm (15.54s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.01s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.57s) [2019-12-02T19:35:58.826Z] docker_api_build_test.go:518: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.55s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.05s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.73s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildShellInherited (10.31s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (22.67s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.06s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.74s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (14.02s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.38s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (10.80s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.15s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildStderr (5.37s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.47s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.51s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (8.24s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.61s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.86s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.26s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.99s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.89s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.35s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.01s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (16.68s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (11.16s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.56s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.99s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.39s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.80s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.54s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.05s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.47s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.34s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.15s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.21s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2019-12-02T19:35:58.826Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2019-12-02T19:35:58.826Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2019-12-02T19:35:58.826Z] docker_cli_sni_test.go:18: Flakey test [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.42s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.38s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestCommitChange (5.72s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.84s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2019-12-02T19:35:58.826Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.87s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2019-12-02T19:35:58.826Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestCommitTTY (8.08s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.80s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2019-12-02T19:35:58.826Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-12-02T19:35:58.826Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-12-02T19:35:58.826Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-12-02T19:35:58.826Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2019-12-02T19:35:58.826Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-12-02T19:35:58.826Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-12-02T19:35:58.826Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestContainerAPICommit (12.37s) [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.99s) [2019-12-02T19:35:58.826Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2019-12-02T19:35:58.826Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.826Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.45s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.96s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.58s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.11s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.26s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.74s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.60s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.42s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.42s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.22s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.14s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.26s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.56s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.03s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.45s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.18s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.93s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.74s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.56s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.74s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_run_test.go:3531: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_run_test.go:3563: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_run_test.go:3594: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_run_test.go:3577: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.12s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.04s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.61s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.58s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.51s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.56s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00090a7a0_} (2.55s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1118958906_c:\foo_false____} (2.57s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1118958906_c:\foo_true____} (2.62s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.20s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_run_test.go:3467: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.35s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCpGarbagePath (9.33s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.64s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.12s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.38s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.54s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.14s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCpToDot (2.44s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCpToStdout (7.60s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.85s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.47s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.31s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.20s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.20s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.73s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateRM (0.36s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.36s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.38s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.24s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.67s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.78s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2019-12-02T19:35:58.827Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.41s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-12-02T19:35:58.827Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2019-12-02T19:35:58.827Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2019-12-02T19:35:58.827Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-12-02T19:35:58.827Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-12-02T19:35:58.827Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2019-12-02T19:35:58.827Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-12-02T19:35:58.827Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2019-12-02T19:35:58.827Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2019-12-02T19:35:58.827Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_run_test.go:2996: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2019-12-02T19:35:58.827Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2019-12-02T19:35:58.827Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.48s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.38s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.48s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (13.57s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsCopy (6.14s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.17s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.28s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.92s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.73s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.49s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.22s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsFilters (4.86s) [2019-12-02T19:35:58.827Z] --- PASS: TestDockerSuite/TestEventsFormat (4.90s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.10s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.25s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestEventsRename (2.61s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestEventsResize (2.86s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (7.22s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.76s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.85s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestEventsUntag (2.82s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (7.18s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-12-02T19:35:58.828Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.06s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.91s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2019-12-02T19:35:58.828Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-12-02T19:35:58.828Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-12-02T19:35:58.828Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.05s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.25s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.20s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.14s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.96s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.40s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecInspectID (4.52s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-12-02T19:35:58.828Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.12s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2019-12-02T19:35:58.828Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.71s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.61s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.21s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.29s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.92s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.15s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-12-02T19:35:58.828Z] docker_api_attach_test.go:27: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.30s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.44s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.70s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.12s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.01s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.27s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.76s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesFormat (0.27s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.88s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.12s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImportBadURL (2.37s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2019-12-02T19:35:58.828Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-12-02T19:35:58.828Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.39s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.39s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-12-02T19:35:58.828Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-12-02T19:35:58.828Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.13s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_inspect_test.go:412: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.48s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.43s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_inspect_test.go:391: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_inspect_test.go:379: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectDefault (2.57s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectHistory (5.68s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.44s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.61s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.48s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.25s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_inspect_test.go:422: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.11s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.26s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectStatus (2.90s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.67s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.39s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.55s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.32s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.34s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.20s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.25s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.12s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-12-02T19:35:58.828Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.02s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.05s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.84s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.35s) [2019-12-02T19:35:58.828Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2019-12-02T19:35:58.828Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.99s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.53s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.40s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.19s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.83s) [2019-12-02T19:35:58.828Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.66s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.41s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.38s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestLogsSince (9.34s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestLogsTail (3.09s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.71s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.28s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2910: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2919: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:3513: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.11s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.64s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-12-02T19:35:58.829Z] docker_api_attach_test.go:101: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2019-12-02T19:35:58.829Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-12-02T19:35:58.829Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2019-12-02T19:35:58.829Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2019-12-02T19:35:58.829Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-12-02T19:35:58.829Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-12-02T19:35:58.829Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-12-02T19:35:58.829Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.55s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2019-12-02T19:35:58.829Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPsByOrder (8.71s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.92s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.86s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.35s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.25s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.96s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.47s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (9.57s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2019-12-02T19:35:58.829Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.95s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPsShowMounts (9.87s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.34s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-12-02T19:35:58.829Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.56s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.82s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.52s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.31s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.96s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.90s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.05s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.53s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.73s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.35s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (17.37s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (7.86s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.76s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.58s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.02s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.56s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.00s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiTag (0.83s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.45s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (24.15s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.88s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.82s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.23s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:4039: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.23s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.80s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.40s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.61s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.32s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.29s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.10s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.67s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:3009: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:3195: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.29s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (8.16s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:3337: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:3361: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.23s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:3313: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:3238: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.48s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.48s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.22s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:3203: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.32s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.42s) [2019-12-02T19:35:58.829Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (13.82s) [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:4004: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.829Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2019-12-02T19:35:58.829Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.35s) [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:4179: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (7.69s) [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.41s) [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:4262: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunEntrypoint (4.94s) [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunExitCode (2.32s) [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.25s) [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (7.08s) [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.19s) [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:4501: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:4514: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:4246: unmatched requirement IsolationIsHyperv [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.06s) [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:3273: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:3382: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (10.01s) [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:3392: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.75s) [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2019-12-02T19:35:58.830Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2019-12-02T19:35:58.830Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:4324: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:4312: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.35s) [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:3215: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:3857: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.08s) [2019-12-02T19:35:59.288Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.02s) [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:3850: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:3070: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:3094: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:3116: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.38s) [2019-12-02T19:35:59.288Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.95s) [2019-12-02T19:35:59.288Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.19s) [2019-12-02T19:35:59.288Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.25s) [2019-12-02T19:35:59.288Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.93s) [2019-12-02T19:35:59.288Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.13s) [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2019-12-02T19:35:59.288Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.288Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (7.98s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:2984: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:2887: unmatched requirement Apparmor [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:2866: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:2851: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (13.68s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunRm (2.59s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.60s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.15s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.28s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.05s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.81s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (7.11s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.00s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.80s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:2926: unmatched requirement Apparmor [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.23s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.26s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3969: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3962: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.08s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.37s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (7.69s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.39s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3803: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.02s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.75s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.45s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3753: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:2831: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3227: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.76s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.16s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.27s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (7.99s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3043: unmatched requirement Apparmor [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:2842: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3640: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3651: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.46s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.29s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.68s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.67s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (11.56s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestStartAttachSilent (9.42s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.58s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2019-12-02T19:35:59.289Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.24s) [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.52s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.28s) [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_run_test.go:3451: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.289Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-12-02T19:35:59.289Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2019-12-02T19:35:59.290Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-12-02T19:35:59.290Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-12-02T19:35:59.290Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2019-12-02T19:35:59.290Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.39s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.25s) [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-12-02T19:35:59.290Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.41s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.55s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.11s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.16s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.48s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.50s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.24s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (13.16s) [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2019-12-02T19:35:59.290Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.73s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.25s) [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2019-12-02T19:35:59.290Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (15.03s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.35s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.35s) [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.16s) [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-12-02T19:35:59.290Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.49s) [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-12-02T19:35:59.290Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-12-02T19:35:59.290Z] --- PASS: TestDockerRegistrySuite (0.03s) [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:185: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-12-02T19:35:59.290Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-12-02T19:35:59.290Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-12-02T19:35:59.290Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.290Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:212: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-12-02T19:35:59.291Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:239: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthTokenSuite [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-12-02T19:35:59.291Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-12-02T19:35:59.291Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:268: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] === RUN TestDockerDaemonSuite [2019-12-02T19:35:59.291Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-12-02T19:35:59.291Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-12-02T19:35:59.291Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-12-02T19:35:59.291Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:302: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] === RUN TestDockerSwarmSuite [2019-12-02T19:35:59.291Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-12-02T19:35:59.291Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-12-02T19:35:59.291Z] --- PASS: TestDockerPluginSuite (0.00s) [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:407: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] === RUN TestDockerExternalVolumeSuite [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:128: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] === RUN TestDockerNetworkSuite [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:134: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] === RUN TestDockerHubPullSuite [2019-12-02T19:35:59.291Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-12-02T19:35:59.291Z] check_test.go:142: unmatched requirement DaemonIsLinux [2019-12-02T19:35:59.291Z] PASS [2019-12-02T19:35:59.291Z] ok github.com/docker/docker/integration-cli 2921.627s [2019-12-02T19:35:59.291Z] INFO: Integration tests ended at 12/02/2019 19:35:59. Duration:00:48:52.0676894 [2019-12-02T19:35:59.291Z] INFO: Docker info of the daemon under test at end of run [2019-12-02T19:35:59.291Z] [2019-12-02T19:35:59.291Z] Containers: 2 [2019-12-02T19:35:59.291Z] Running: 0 [2019-12-02T19:35:59.291Z] Paused: 0 [2019-12-02T19:35:59.291Z] Stopped: 2 [2019-12-02T19:35:59.291Z] Images: 12 [2019-12-02T19:35:59.291Z] Server Version: 0.0.0-dev [2019-12-02T19:35:59.291Z] Storage Driver: windowsfilter [2019-12-02T19:35:59.291Z] Windows: [2019-12-02T19:35:59.291Z] Logging Driver: json-file [2019-12-02T19:35:59.291Z] Plugins: [2019-12-02T19:35:59.291Z] Volume: local [2019-12-02T19:35:59.291Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-12-02T19:35:59.291Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-12-02T19:35:59.291Z] Swarm: inactive [2019-12-02T19:35:59.291Z] Default Isolation: process [2019-12-02T19:35:59.291Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-12-02T19:35:59.291Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.864) [2019-12-02T19:35:59.291Z] OSType: windows [2019-12-02T19:35:59.291Z] Architecture: x86_64 [2019-12-02T19:35:59.291Z] CPUs: 4 [2019-12-02T19:35:59.291Z] Total Memory: 32GiB [2019-12-02T19:35:59.291Z] Name: azwin-2-02a860 [2019-12-02T19:35:59.291Z] ID: PNSV:2RQK:CFME:J4EY:KUXY:NYYE:J6GN:R4P7:CBK7:SWUL:3BSR:C3VH [2019-12-02T19:35:59.291Z] Docker Root Dir: D:\CI\PR-40180\5\daemon [2019-12-02T19:35:59.291Z] Debug Mode (client): false [2019-12-02T19:35:59.291Z] Debug Mode (server): true [2019-12-02T19:35:59.291Z] File Descriptors: -1 [2019-12-02T19:35:59.291Z] Goroutines: 18 [2019-12-02T19:35:59.291Z] System Time: 2019-12-02T19:35:59.096118Z [2019-12-02T19:35:59.291Z] EventsListeners: 0 [2019-12-02T19:35:59.291Z] Registry: https://index.docker.io/v1/ [2019-12-02T19:35:59.291Z] Labels: [2019-12-02T19:35:59.291Z] Experimental: false [2019-12-02T19:35:59.291Z] Insecure Registries: [2019-12-02T19:35:59.291Z] 127.0.0.0/8 [2019-12-02T19:35:59.291Z] Live Restore Enabled: false [2019-12-02T19:35:59.291Z] [2019-12-02T19:35:59.291Z] [2019-12-02T19:35:59.748Z] INFO: Stopping daemon under test [2019-12-02T19:35:59.748Z] SUCCESS: The process with PID 1696 (child process of PID 4524) has been terminated. [2019-12-02T19:35:59.748Z] SUCCESS: The process with PID 4524 (child process of PID 8040) has been terminated. [2019-12-02T19:35:59.748Z] INFO: Stop tailing logs of the daemon under tests [2019-12-02T19:35:59.748Z] INFO: executeCI.ps1 Completed successfully at 12/02/2019 19:35:59. [2019-12-02T19:35:59.748Z] INFO: Tidying up at end of run [2019-12-02T19:35:59.748Z] INFO: Saving daemon under test log (d:\CI\PR-40180\5\dut.out) to C:\windows\TEMP\CIDUT.out [2019-12-02T19:35:59.748Z] INFO: Saving daemon under test log (d:\CI\PR-40180\5\dut.err) to C:\windows\TEMP\CIDUT.err [2019-12-02T19:35:59.748Z] INFO: Nuke-Everything... [2019-12-02T19:36:00.732Z] INFO: Container count on control daemon to delete is 2 [2019-12-02T19:36:01.189Z] 0106d41b47c5 [2019-12-02T19:36:01.189Z] 21d75c95d0ba [2019-12-02T19:36:01.189Z] INFO: Tidying pidfile d:\CI\PR-40180\5\docker.pid [2019-12-02T19:36:01.189Z] INFO: Nuking d:\CI [2019-12-02T19:36:43.722Z] INFO: Zapped successfully [2019-12-02T19:36:43.722Z] [2019-12-02T19:36:43.722Z] INFO: executeCI.ps1 exiting at Mon Dec 2 19:36:36 CUT 2019. Duration 01:13:09.6142161 [2019-12-02T19:36:43.722Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-12-02T19:36:45.588Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-12-02T19:36:47.387Z] Archiving artifacts [2019-12-02T19:37:02.747Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40180/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-12-02T19:37:03.668Z] + make clean [2019-12-02T19:37:05.201Z] docker volume rm -f docker-dev-cache [2019-12-02T19:37:05.201Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS